Searched refs:default (Results 1 – 8 of 8) sorted by relevance
/build/tools/acp/ |
D | README | 10 links. This is the default behavior, so it's not all bad, but it 38 default Cygwin cp, "acp foo bar" will not find foo.exe unless you add
|
/build/ |
D | buildspec.mk.default | 30 # Choose a variant to build. If you don't pick one, the default is eng. 113 # changes (see buildspec.mk.default), update this to the new value from 114 # buildspec.mk.default.
|
/build/core/ |
D | Makefile | 35 INSTALLED_DEFAULT_PROP_TARGET := $(TARGET_ROOT_OUT)/default.prop 98 define default-locale 104 define default-locale-language 105 $(word 2, 2, $(call default-locale, $(1))) 107 define default-locale-region 108 $(word 3, 3, $(call default-locale, $(1))) 578 > $(TARGET_RECOVERY_ROOT_OUT)/default.prop
|
D | config.mk | 172 $(info *** - Look at buildspec.mk.default to see what has changed)
|
/build/tools/zipalign/ |
D | README.txt | 31 By default, zipalign will not overwrite an existing output file. With the
|
/build/tools/droiddoc/templates/assets/ |
D | android-developer-core.css | 278 cursor:default; 767 cursor:default; 826 cursor:default;
|
D | android-developer-docs.css | 409 cursor:default !important;
|
/build/tools/releasetools/ |
D | ota_from_target_files | 87 def MostPopularKey(d, default): argument 91 if not x: return default
|