Searched refs:names (Results 1 – 18 of 18) sorted by relevance
/build/tools/releasetools/ |
D | pylintrc | 13 # Add files or directories to the blacklist. They should be base names, not 20 # List of plugins (as comma separated values of python modules names) to load, 31 # A comma-separated list of package or module names from where C extensions may 120 # List of module names for which member attributes should not be checked 125 # List of classes names for which member attributes should not be checked 150 # List of builtins function names that should not be used, separated by a comma 153 # Good variable names which should always be accepted, separated by a comma 154 good-names=i,j,k,ex,Run,_ 156 # Bad variable names which should always be refused, separated by a comma 157 bad-names=foo,bar,baz,toto,tutu,tata [all …]
|
D | sign_target_files_apks | 442 names, key = a.split("=") 443 names = names.split(",") 444 for n in names:
|
D | sign_target_files_apks.py | 442 names, key = a.split("=") 443 names = names.split(",") 444 for n in names:
|
/build/ |
D | buildspec.mk.default | 40 # minimal targets like "make droid". This takes simple target names 41 # like "Browser" or "MyApp", the names used by LOCAL_MODULE or
|
/build/tools/signapk/ |
D | SignApk.java | 470 ArrayList<String> names = new ArrayList<String>(entries.keySet()); in copyFiles() local 471 Collections.sort(names); in copyFiles() 483 for (String name : names) { in copyFiles() 527 for (String name : names) { in copyFiles()
|
/build/tools/droiddoc/templates-ds/ |
D | class.cs | 183 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
|
/build/tools/droiddoc/templates-sdk/ |
D | class.cs | 187 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
|
/build/tools/droiddoc/templates-sdk-dev/ |
D | class.cs | 189 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
|
/build/tools/droiddoc/templates-ndk/ |
D | class.cs | 187 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
|
/build/tools/droiddoc/templates-sac/ |
D | class.cs | 184 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
|
/build/core/ |
D | main.mk | 140 $(error Directory names containing spaces not supported)
|
D | Makefile | 416 $(call module-names-for-tag-list,user), \
|
D | definitions.mk | 770 define module-names-for-tag-list
|
/build/tools/droiddoc/templates-sac/assets/css/ |
D | default.css | 4075 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
|
/build/tools/droiddoc/templates-ds/assets/css/ |
D | default.css | 3977 width:auto !important; /* to avoid cut-off api names in reference in horiz scroll */
|
/build/tools/droiddoc/templates-sdk-dev/assets/css/ |
D | default.css | 4772 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
|
/build/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 4760 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
|
/build/tools/droiddoc/templates-sdk/assets/css/ |
D | default.css | 4159 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
|