/build/tools/releasetools/ |
D | blockimgdiff.py | 264 def __init__(self, tgt, src=None, threads=None, version=4, argument 271 self.version = version 280 assert version in (1, 2, 3, 4) 319 if self.version == 1: 326 if self.version >= 2 and common.OPTIONS.cache_size is not None: 373 if self.version < 2: 385 if self.version == 2: 404 if self.version == 1: 406 elif self.version >= 2: 425 if self.version == 2: [all …]
|
D | common.py | 671 version = GetMinSdkVersion(apk_name) 673 return int(version) 676 if version in codename_to_api_level_map: 677 return codename_to_api_level_map[version] 680 % (version, codename_to_api_level_map)) 1344 version=None, disable_imgdiff=False): argument 1351 if version is None: 1352 version = 1 1354 version = max( 1357 self.version = version [all …]
|
D | edify_generator.py | 23 def __init__(self, version, info, fstab=None): argument 27 self.version = version 38 x = EdifyGenerator(self.version, self.info)
|
/build/core/combo/ |
D | HOST_darwin-x86_64.mk | 49 HOST_GLOBAL_CFLAGS += -isysroot $(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_version) -DMACOSX_DE… 51 HOST_GLOBAL_LDFLAGS += -isysroot $(mac_sdk_root) -Wl,-syslibroot,$(mac_sdk_root) -mmacosx-version-m…
|
D | HOST_darwin-x86.mk | 49 $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -isysroot $(mac_sdk_root) -mmacosx-version-min=$(mac_… 51 …GS += -isysroot $(mac_sdk_root) -Wl,-syslibroot,$(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_ver…
|
D | TARGET_linux-arm64.mk | 47 $(error Unknown ARM architecture version: $(TARGET_ARCH_VARIANT)) 120 -Wl,--no-undefined-version \
|
D | TARGET_linux-x86_64.mk | 40 $(error Unknown $(TARGET_ARCH) architecture version: $(TARGET_ARCH_VARIANT)) 141 TARGET_GLOBAL_LDFLAGS += -Wl,--no-undefined-version
|
D | TARGET_linux-x86.mk | 40 $(error Unknown $(TARGET_$(combo_2nd_arch_prefix)ARCH) architecture version: $(TARGET_$(combo_2nd_a… 132 $(combo_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS += -Wl,--no-undefined-version
|
D | HOST_linux-x86_64.mk | 37 HOST_GLOBAL_LDFLAGS += -m64 -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--no-undefined-version
|
D | TARGET_linux-arm.mk | 47 $(error Unknown ARM architecture version: $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)) 141 -Wl,--no-undefined-version \
|
/build/kati/ |
D | Makefile.ckati | 55 version.cc 112 $(KATI_INTERMEDIATES_PATH)/version.cc: $(KATI_VERSION_DEPS) 127 rm -rf $(KATI_INTERMEDIATES_PATH)/version.cc
|
D | .gitignore | 18 version.cc
|
D | expr_test.go | 176 in: `$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')`, 181 literal(`make --version | ruby -n0e 'puts $_[/Make (\d)/,1]'`),
|
/build/kati/testcase/ |
D | implicit_pattern_rule_prefix.mk | 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
D | var_with_space.mk | 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
D | comment_in_command.mk | 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
D | wildcard.mk | 3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
D | multiline_recipe.mk | 2 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
/build/core/ |
D | main.mk | 43 $(warning * You are using version $(MAKE_VERSION) of make.) 181 java_version_str := $(shell unset _JAVA_OPTIONS && java -version 2>&1) 182 javac_version_str := $(shell unset _JAVA_OPTIONS && javac -version 2>&1) 200 $(info You are attempting to build with the incorrect version) 203 $(info Your version is: $(java_version_str).) 204 $(info The required version is: $(required_version)) 227 $(info You asked for an OpenJDK based build but your version is) 254 $(info You are attempting to build with the incorrect version) 257 $(info Your version is: $(javac_version_str).) 259 $(info This '$(incompat_javac)' version is not supported for Android platform builds.) [all …]
|
D | LINUX_KERNEL_COPYING | 9 Also note that the only valid version of the GPL as far as the kernel 10 is concerned is _this_ particular version of the license (ie v2, not 255 be similar in spirit to the present version, but may differ in detail to 258 Each version is given a distinguishing version number. If the Program 259 specifies a version number of this License which applies to it and "any 260 later version", you have the option of following the terms and conditions 261 either of that version or of any later version published by the Free 262 Software Foundation. If the Program does not specify a version number of 263 this License, you may choose any version ever published by the Free Software 314 the Free Software Foundation; either version 2 of the License, or [all …]
|
D | definitions.mk | 1865 $(addprefix --min-sdk-version , $(PRIVATE_DEFAULT_APP_TARGET_SDK)) \ 1866 $(addprefix --target-sdk-version , $(PRIVATE_DEFAULT_APP_TARGET_SDK)) \ 1867 $(if $(filter --version-code,$(PRIVATE_AAPT_FLAGS)),,--version-code $(PLATFORM_SDK_VERSION)) \ 1868 …$(if $(filter --version-name,$(PRIVATE_AAPT_FLAGS)),,--version-name $(APPS_DEFAULT_VERSION_NAME)) \ 1942 $(addprefix --min-sdk-version ,$(PRIVATE_DEFAULT_APP_TARGET_SDK)) \ 1943 $(addprefix --target-sdk-version ,$(PRIVATE_DEFAULT_APP_TARGET_SDK)) \ 1947 $(if $(filter --version-code,$(PRIVATE_AAPT_FLAGS)),,--version-code $(PLATFORM_SDK_VERSION)) \ 1948 …$(if $(filter --version-name,$(PRIVATE_AAPT_FLAGS)),,--version-name $(APPS_DEFAULT_VERSION_NAME)) \ 2377 $(addprefix --min-sdk-version , $(PRIVATE_DEFAULT_APP_TARGET_SDK)) \ 2378 $(addprefix --target-sdk-version , $(PRIVATE_DEFAULT_APP_TARGET_SDK)) \ [all …]
|
/build/blueprint/tests/ |
D | expected_manifest | 1 Newer source version of build.ninja.in. Copying to bootstrap.ninja.in
|
D | expected_regen | 1 Newer source version of src.build.ninja.in. Copying to bootstrap.ninja.in
|
/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,
|