Home
last modified time | relevance | path

Searched defs:verbose (Results 1 – 12 of 12) sorted by relevance

/tools/doc_generation/
Dswitcher4.py34 verbose = False # set True to list all files as they are stubbed (--verbose) variable
/tools/dexter/slicer/export/slicer/
Dhash_table.h204 void HashTable<Key, T, Hash>::Partition::PrintStats(const char* name, bool verbose) { in PrintStats()
235 void HashTable<Key, T, Hash>::PrintStats(const char* name, bool verbose) { in PrintStats()
/tools/apksig/src/apksigner/java/com/android/apksigner/
DApkSignerTool.java622 verbose, printCertsPem); in verify() local
634 verbose, printCertsPem); in verify() local
1083 public static void printCertificate(X509Certificate cert, String name, boolean verbose) in printCertificate()
1102 public static void printCertificate(X509Certificate cert, String name, boolean verbose, in printCertificate()
/tools/acloud/public/
Dacloud_main.py316 def _SetupLogging(log_file, verbose): argument
/tools/asuite/aidegen/lib/
Dmodule_info_util.py104 def _build_bp_info(module_info, main_project=None, verbose=False, argument
Dcommon_util.py445 def configure_logging(verbose): argument
/tools/acloud/list/
Dlist.py66 def PrintInstancesDetails(instance_list, verbose=False): argument
/tools/asuite/atest-py2/
Datest.py121 def _configure_logging(verbose): argument
Datest_utils.py156 def build(build_targets, verbose=False, env_vars=None): argument
/tools/asuite/atest/
Datest_utils.py342 def build(build_targets, verbose=False, env_vars=None, mm_build_targets=None): argument
385 def run_build_cmd(cmd, verbose=False, env_vars=None): argument
Datest.py166 def _configure_logging(verbose): argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt376 var verbose = false in <lambda>() variable in com.android.tools.metalava.Options