Home
last modified time | relevance | path

Searched refs:current_version (Results 1 – 25 of 43) sorted by relevance

12

/external/v8/tools/release/
Dreleases.py453 for current_version in current_os["versions"]:
454 if current_version["channel"] != "canary":
457 current_candidate = self._CreateCandidate(current_version)
476 def _CreateCandidate(self, current_version): argument
479 + current_version["previous_version"])
488 current_v8_version = current_version["v8_version"]
492 "chrome_version": current_version["version"],
493 "os": current_version["os"],
494 "release_date": current_version["current_reldate"],
/external/chromium-trace/catapult/common/bin/
Dupdate_chrome_reference_binaries162 current_version = config.GetVersion('chrome_%s' % channel, platform)
164 print 'current: %s, channel: %s' % (current_version, channel_version)
165 if current_version and current_version == channel_version:
/external/autotest/database/
Dmigrate.py244 current_version = self.get_db_version()
245 if current_version == 0 and self._config_section() == 'AUTOTEST_WEB':
247 current_version = self.get_db_version()
249 if current_version < version:
250 lower, upper = current_version, version
253 lower, upper = version, current_version
/external/autotest/cli/
Dstable_version.py140 current_version = self.execute_rpc(op='get_stable_version',
142 if current_version == self.version:
150 (self.board, current_version, self.version))
/external/python/cpython3/Doc/tools/static/
Dversion_switch.js13 function build_select(current_version, current_release) { argument
18 if (version == current_version)
/external/python/cpython2/Doc/tools/static/
Dversion_switch.js13 function build_select(current_version, current_release) { argument
18 if (version == current_version)
/external/google-breakpad/src/common/mac/
Dmacho_id.cc198 identifier[4] = (dylib_cmd.dylib.current_version >> 24) & 0xFF; in IDCommand()
199 identifier[5] = (dylib_cmd.dylib.current_version >> 16) & 0xFF; in IDCommand()
200 identifier[6] = (dylib_cmd.dylib.current_version >> 8) & 0xFF; in IDCommand()
201 identifier[7] = dylib_cmd.dylib.current_version & 0xFF; in IDCommand()
/external/python/cpython2/Tools/msi/
Dmsi.py67 current_version = "%s.%d" % (short_version, FIELD3) variable
79 current_version = "%s.%s.%s" % (major, minor, int(time.time()/3600/24)) variable
82 product_code = product_codes[current_version]
85 full_current_version = current_version
231 ProductVersion=current_version,
267 current_version,
275 [(upgrade_code, start, current_version,
974 …assert pyversion.split(".")[:3] == current_version.split("."), "%s != %s" % (pyversion, current_ve…
/external/llvm/tools/llvm-shlib/
DCMakeLists.txt54 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
93 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
/external/icu/icu4c/source/config/
Dmh-darwin34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
36 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
/external/llvm/tools/lto/
DCMakeLists.txt32 …" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PA…
/external/compiler-rt/make/
DAppleBI.mk63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
/external/swiftshader/third_party/LLVM/tools/edis/
DMakefile41 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version -Wl,$(EDIS_VERSION) \
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DMakefile34 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
/external/capstone/packages/macports/devel/capstone/files/
Dpatch-Makefile.diff5 …$(LIBNAME)_LDFLAGS += -dynamiclib -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(PK…
/external/swiftshader/third_party/LLVM/tools/lto/
DMakefile43 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
/external/e2fsprogs/lib/
DMakefile.darwin-lib26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/
DMakefile46 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
/external/clang/tools/libclang/
DCMakeLists.txt108 …set(LIBCLANG_LINK_FLAGS "${LIBCLANG_LINK_FLAGS} -Wl,-current_version -Wl,${LLVM_VERSION_MAJOR}.${L…
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_test.cc80 int64 current_version, int64* new_version) { in ExtendSession() argument
85 req.set_current_graph_version(current_version); in ExtendSession()
/external/libunwind_llvm/src/
DCMakeLists.txt83 "-current_version ${LIBUNWIND_VERSION}"
/external/lz4/lib/
DMakefile61 …X)/lib/liblz4.$(SHARED_EXT_MAJOR) -compatibility_version $(LIBVER_MAJOR) -current_version $(LIBVER)
/external/libcxxabi/src/
DCMakeLists.txt89 "-current_version 1"
/external/libcups/filter/
DMakefile255 -current_version 2.3.0 \
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc283 image.version_ = dc->dylib.current_version; in FindTextSection()

12