Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 70) sorted by relevance

123

/build/tools/releasetools/
Dblockimgdiff.py264 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 …]
Dcommon.py671 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 …]
Dedify_generator.py23 def __init__(self, version, info, fstab=None): argument
27 self.version = version
38 x = EdifyGenerator(self.version, self.info)
/build/core/combo/
DHOST_darwin-x86_64.mk49 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…
DHOST_darwin-x86.mk49 $(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…
DTARGET_linux-arm64.mk47 $(error Unknown ARM architecture version: $(TARGET_ARCH_VARIANT))
120 -Wl,--no-undefined-version \
DTARGET_linux-x86_64.mk40 $(error Unknown $(TARGET_ARCH) architecture version: $(TARGET_ARCH_VARIANT))
141 TARGET_GLOBAL_LDFLAGS += -Wl,--no-undefined-version
DTARGET_linux-x86.mk40 $(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
DHOST_linux-x86_64.mk37 HOST_GLOBAL_LDFLAGS += -m64 -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--no-undefined-version
DTARGET_linux-arm.mk47 $(error Unknown ARM architecture version: $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT))
141 -Wl,--no-undefined-version \
/build/kati/
DMakefile.ckati55 version.cc
112 $(KATI_INTERMEDIATES_PATH)/version.cc: $(KATI_VERSION_DEPS)
127 rm -rf $(KATI_INTERMEDIATES_PATH)/version.cc
D.gitignore18 version.cc
Dexpr_test.go176 in: `$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')`,
181 literal(`make --version | ruby -n0e 'puts $_[/Make (\d)/,1]'`),
/build/kati/testcase/
Dimplicit_pattern_rule_prefix.mk1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
Dvar_with_space.mk1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
Dcomment_in_command.mk1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
Dwildcard.mk3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
Dmultiline_recipe.mk2 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
/build/core/
Dmain.mk43 $(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 …]
DLINUX_KERNEL_COPYING9 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 …]
Ddefinitions.mk1865 $(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/
Dexpected_manifest1 Newer source version of build.ninja.in. Copying to bootstrap.ninja.in
Dexpected_regen1 Newer source version of src.build.ninja.in. Copying to bootstrap.ninja.in
/build/target/board/generic_x86_64/
DREADME.txt5 will work with the IA version of the emulator,
/build/target/board/generic_x86/
DREADME.txt5 will work with the IA version of the emulator,

123