Home
last modified time | relevance | path

Searched defs:List (Results 1 – 16 of 16) sorted by relevance

/tools/treble/hacksaw/git/
Dlister.go18 List(codebasePath string) ([]string, error) methodSpec
Drepo.go31 func (rl repoLister) List(codebasePath string) ([]string, error) { func
/tools/treble/hacksaw/bind/
Dbind.go21 List() ([]string, error) methodSpec
Dlocal.go97 func (p localBinder) List() ([]string, error) { func
Dremoteclient.go88 func (r *RemoteBinderClient) List() ([]string, error) { func
Dremoteserver.go95 func (s Server) List(args *ListArgs, reply *ListReply) error { func
/tools/treble/hacksaw/codebase/
Dcodebase.go78 func List() map[string]string { func
/tools/treble/hacksaw/mount/
Dmount.go20 List() ([]string, error) methodSpec
Dfake.go59 func (f *fakeMounter) List() ([]string, error) { func
Dsystem.go41 func (f *systemMounter) List() ([]string, error) { func
/tools/treble/hacksaw/workspace/
Dcompose.go135 func (m Composer) List(listPath string) ([]string, error) { func
Dworkspace.go117 func (w Workspace) List() map[string]string { func
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt208 fun List<SliceGroup>.traverseSlices(visitor: SliceTraverser) { in traverseSlices() method
243 fun List<SliceGroup>.iterSlices(consumer: (Slice) -> Unit) { in List() method
253 fun List<SliceGroup>.any(predicate: (Slice) -> Boolean): Boolean { in List() method
/tools/acloud/internal/lib/
Dgstorage_client.py58 def List(self, bucket_name, prefix=None): member in StorageClient
/tools/netsim/rust/netsim-cli/src/
Dargs.rs272 List(ListCapture), enumerator
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiLint.kt2664 private fun List<GetterSetterPattern>.match( in <lambda>() method