index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
android
/
util_test.go
Age
Commit message (
Expand
)
Author
2024-09-12
Introduce a util method PrettyConcat
Jihoon Kang
2024-07-15
Add util method HasIntersection(...)
Jihoon Kang
2024-01-30
Use ordered interface from cmp package
Cole Faust
2023-11-08
Fix TestReverseSlice for go 1.21
Colin Cross
2023-07-06
Export ReverseSliceInPlace and ReverseSlice
Colin Cross
2023-07-06
Make CopyOf generic
Colin Cross
2023-06-22
Use generics for DepSets
Colin Cross
2023-04-27
Differentiate between empty and nil input
Spandan Das
2023-03-02
Use default format in print statement
Spandan Das
2023-03-01
Make SortedStringKeys call SortedKeys
Cole Faust
2023-02-28
Replace SortedStringKeys with SortedKeys
Cole Faust
2022-02-17
Add SortedStringValues and SortedUniqueStringValues
Colin Cross
2021-03-28
Add FilterListPred.
Martin Stjernholm
2020-12-07
Reimplement DepSet as a wrapper around a generic implementation
Colin Cross
2020-10-09
Revert "Make lots of tests run in parallel"
Colin Cross
2020-10-06
Make lots of tests run in parallel
Colin Cross
2020-03-02
Optimize FirstUniqueStrings and FirstUniquePaths
Colin Cross
2020-02-14
Simple refactoring of prefix related functions.
Jaewoong Jung
2019-09-29
Move sharding functions for reuse
Colin Cross
2019-09-09
Move splitFileExt to the android package.
Ivan Lozano
2019-02-19
Add CopyOf utility method
Colin Cross
2018-03-09
RemoveFromList() should remove all matches
Logan Chien
2018-03-09
Add unit tests for android/util.go
Logan Chien
2017-10-24
Move first/last unique elements utility functions to android package
Colin Cross