Home
last modified time | relevance | path

Searched defs:help (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/finalization/
Dbuild-step-0-and-m.sh5 function help() { function
/build/soong/bin/
Dsoongdbg308 help = "Print the module graph between two nodes." variable in BetweenCommand
322 help = "Print the module graph of dependencies of one or more modules" variable in DepsCommand
350 help = "Print the id (name + variant) of matching modules" variable in IdCommand
361 help = "Print metadata about modules in json format" variable in JsonCommand
380 help = "Query details about modules" variable in QueryCommand
397 help = "Print the dependencies and reverse dependencies of a module" variable in StarCommand
/build/bazel/scripts/milestone-2/
Ddemo.sh24 function help() { function
/build/soong/scripts/
Dsetup_go_workspace_for_soong.sh206 function help() ( function
/build/soong/ui/build/
Dbuild.go200 func help(ctx Context, config Config) { func
/build/make/tools/product_config/src/com/android/build/config/
DErrorReporter.java93 public Category(int code, boolean isLevelSettable, Level level, String help) { in Category()