/build/tools/releasetools/ |
D | blockimgdiff.py | 218 def __init__(self, tgt, src=None, threads=None, version=3): argument 224 self.version = version 229 assert version in (1, 2, 3) 264 if self.version == 1: 300 if self.version < 2: 313 if self.version == 2: 328 if self.version == 1: 330 elif self.version >= 2: 350 if self.version == 2: 405 if self.version == 1: [all …]
|
D | edify_generator.py | 23 def __init__(self, version, info, fstab=None): argument 26 self.version = version 37 x = EdifyGenerator(self.version, self.info)
|
D | common.py | 1172 version=None): argument 1181 if version is None: 1182 version = 1 1184 version = max( 1187 self.version = version 1190 version=self.version) 1217 if self.version >= 3:
|
/build/core/combo/ |
D | HOST_darwin-x86_64.mk | 45 HOST_GLOBAL_CFLAGS += -isysroot $(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_version) -DMACOSX_DE… 47 HOST_GLOBAL_LDFLAGS += -isysroot $(mac_sdk_root) -Wl,-syslibroot,$(mac_sdk_root) -mmacosx-version-m…
|
D | HOST_darwin-x86.mk | 45 $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -isysroot $(mac_sdk_root) -mmacosx-version-min=$(mac_… 47 …GS += -isysroot $(mac_sdk_root) -Wl,-syslibroot,$(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_ver…
|
D | TARGET_linux-arm64.mk | 48 $(error Unknown ARM architecture version: $(TARGET_ARCH_VARIANT))
|
D | TARGET_linux-x86_64.mk | 40 $(error Unknown $(TARGET_ARCH) architecture version: $(TARGET_ARCH_VARIANT))
|
D | TARGET_linux-x86.mk | 40 $(error Unknown $(TARGET_$(combo_2nd_arch_prefix)ARCH) architecture version: $(TARGET_$(combo_2nd_a…
|
D | TARGET_linux-arm.mk | 48 $(error Unknown ARM architecture version: $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT))
|
/build/core/ |
D | main.mk | 45 $(warning * You are using version $(MAKE_VERSION) of make.) 143 java_version_str := $(shell unset _JAVA_OPTIONS && java -version 2>&1) 144 javac_version_str := $(shell unset _JAVA_OPTIONS && javac -version 2>&1) 162 $(info You are attempting to build with the incorrect version) 165 $(info Your version is: $(java_version_str).) 166 $(info The required version is: $(required_version)) 189 $(info You asked for an OpenJDK 7 build but your version is) 210 $(info You are attempting to build with the incorrect version) 213 $(info Your version is: $(javac_version_str).) 214 $(info The required version is: $(required_javac_version))
|
D | definitions.mk | 1662 $(addprefix --min-sdk-version , $(PRIVATE_DEFAULT_APP_TARGET_SDK)) \ 1663 $(addprefix --target-sdk-version , $(PRIVATE_DEFAULT_APP_TARGET_SDK)) \ 1664 …$(if $(filter --version-code,$(PRIVATE_AAPT_FLAGS)),,$(addprefix --version-code , $(PLATFORM_SDK_V… 1665 …$(if $(filter --version-name,$(PRIVATE_AAPT_FLAGS)),,$(addprefix --version-name , $(PLATFORM_VERSI… 1845 -D jack.java.source.version=1.7 \ 1922 -D jack.java.source.version=1.7 \ 2010 $(addprefix --min-sdk-version , $(PRIVATE_DEFAULT_APP_TARGET_SDK)) \ 2011 $(addprefix --target-sdk-version , $(PRIVATE_DEFAULT_APP_TARGET_SDK)) \ 2013 …$(if $(filter --version-code,$(PRIVATE_AAPT_FLAGS)),,$(addprefix --version-code , $(PLATFORM_SDK_V… 2014 …$(if $(filter --version-name,$(PRIVATE_AAPT_FLAGS)),,$(addprefix --version-name , $(PLATFORM_VERSI…
|
D | proguard_basic_keeps.flags | 64 # platform version. We know about them, and they are safe.
|
D | product_config.mk | 62 $(error Unknown sed version)
|
/build/tools/droiddoc/templates-sac/assets/ |
D | GPL-LICENSE.txt | 239 be similar in spirit to the present version, but may differ in detail to 242 Each version is given a distinguishing version number. If the Program 243 specifies a version number of this License which applies to it and "any 244 later version", you have the option of following the terms and conditions 245 either of that version or of any later version published by the Free 246 Software Foundation. If the Program does not specify a version number of 247 this License, you may choose any version ever published by the Free Software
|
/build/tools/droiddoc/templates-ds/assets/ |
D | GPL-LICENSE.txt | 239 be similar in spirit to the present version, but may differ in detail to 242 Each version is given a distinguishing version number. If the Program 243 specifies a version number of this License which applies to it and "any 244 later version", you have the option of following the terms and conditions 245 either of that version or of any later version published by the Free 246 Software Foundation. If the Program does not specify a version number of 247 this License, you may choose any version ever published by the Free Software
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | GPL-LICENSE.txt | 239 be similar in spirit to the present version, but may differ in detail to 242 Each version is given a distinguishing version number. If the Program 243 specifies a version number of this License which applies to it and "any 244 later version", you have the option of following the terms and conditions 245 either of that version or of any later version published by the Free 246 Software Foundation. If the Program does not specify a version number of 247 this License, you may choose any version ever published by the Free Software
|
/build/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 239 be similar in spirit to the present version, but may differ in detail to 242 Each version is given a distinguishing version number. If the Program 243 specifies a version number of this License which applies to it and "any 244 later version", you have the option of following the terms and conditions 245 either of that version or of any later version published by the Free 246 Software Foundation. If the Program does not specify a version number of 247 this License, you may choose any version ever published by the Free Software
|
/build/tools/droiddoc/templates-sdk-dev/assets/ |
D | GPL-LICENSE.txt | 239 be similar in spirit to the present version, but may differ in detail to 242 Each version is given a distinguishing version number. If the Program 243 specifies a version number of this License which applies to it and "any 244 later version", you have the option of following the terms and conditions 245 either of that version or of any later version published by the Free 246 Software Foundation. If the Program does not specify a version number of 247 this License, you may choose any version ever published by the Free Software
|
/build/target/board/generic_x86_64/ |
D | README.txt | 5 will work with the IA version of the emulator,
|
/build/target/board/generic_x86/ |
D | README.txt | 5 will work with the IA version of the emulator,
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | yui-3.3.0-reset-min.css | 5 version: 3.3.0
|
/build/tools/droiddoc/templates-pdk/ |
D | customizations.cs | 155 Android <?cs var:sdk.version ?> r<?cs var:sdk.rel.id ?> - <?cs var:page.now ?>
|
/build/tools/droiddoc/templates-ds/ |
D | customizations.cs | 365 Android <?cs var:sdk.version ?> r<?cs var:sdk.rel.id ?> — <?cs
|
/build/tools/droiddoc/templates-sac/ |
D | customizations.cs | 367 Android <?cs var:sdk.version ?> r<?cs var:sdk.rel.id ?> — <?cs
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | global-libraries-combined.js | 3 …version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a… 11 …version)return;a.extend(a.ui,{version:"1.8.21",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,… property
|