Home
last modified time | relevance | path

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

123

/external/python/cpython2/Doc/tools/static/
Dswitchers.js26 function build_version_select(current_version, current_release) { argument
31 if (version == current_version)
77 var current_version = version_segment_in_url(url);
78 var new_url = url.replace('.org/' + current_language + current_version,
83 url.replace('.org/' + current_language + current_version,
96 var current_version = version_segment_in_url(url);
99 var new_url = url.replace('.org/' + current_language + current_version,
100 '.org/' + selected_language + current_version);
/external/python/cpython3/Doc/tools/static/
Dswitchers.js30 function build_version_select(current_version, current_release) { argument
35 if (version == current_version)
87 var current_version = version_segment_in_url(url);
88 var new_url = url.replace('.org/' + current_language + current_version,
93 url.replace('.org/' + current_language + current_version,
106 var current_version = version_segment_in_url(url);
109 var new_url = url.replace('.org/' + current_language + current_version,
110 '.org/' + selected_language + current_version);
/external/fonttools/
Dsetup.cfg2 current_version = 3.44.0
20 search = __version__ = "{current_version}"
24 search = version="{current_version}"
/external/grpc-grpc/tools/run_tests/python_utils/
Dstart_port_server.py44 current_version = int(
50 logging.info('my port server is version %d', current_version)
51 running = (version >= current_version)
/external/chromium-trace/catapult/common/bin/
Dupdate_chrome_reference_binaries213 current_version = config.GetVersion('chrome_%s' % channel, platform)
215 print 'current: %s, channel: %s' % (current_version, channel_version)
216 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/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/python/parse_type/
D.bumpversion.cfg2 current_version = 0.5.3
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc563 current_version(0), in ThreadData()
577 uint64 current_version; member
660 if (thread_data_[thread_id].current_version < in WorkerLoop()
662 thread_data_[thread_id].current_version = in WorkerLoop()
805 thread_data_[thread_id].current_version) { in WaitForWork()
808 thread_data_[thread_id].current_version = in WaitForWork()
817 thread_data_[thread_id].current_version) { in WaitForWork()
820 thread_data_[thread_id].current_version = in WaitForWork()
/external/python/setuptools/
Dsetup.cfg2 current_version = 39.1.0
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dmacho-needed-libs.test24 current_version: 81985536
/external/llvm/tools/lto/
DCMakeLists.txt32 …" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PA…
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
DCMakeLists.txt32 …" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PA…
/external/capstone/packages/macports/devel/capstone/files/
Dpatch-Makefile.diff5 …$(LIBNAME)_LDFLAGS += -dynamiclib -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(PK…
/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-7.0/llvm/tools/llvm-shlib/
DCMakeLists.txt65 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
104 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
/external/e2fsprogs/lib/
DMakefile.darwin-lib26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
/external/kernel-headers/original/uapi/linux/
Dvsoc_shm.h165 __u16 current_version; member
/external/libepoxy/src/
Dmeson.build58 common_ldflags += [ '-compatibility_version 1', '-current_version 1.0', ]
/external/v8/src/wasm/
Dwasm-serialization.cc602 byte current_version[WasmSerializer::kHeaderSize]; in IsSupportedVersion() local
603 Writer writer({current_version, WasmSerializer::kHeaderSize}); in IsSupportedVersion()
605 return memcmp(header.begin(), current_version, WasmSerializer::kHeaderSize) == in IsSupportedVersion()
/external/clang/tools/libclang/
DCMakeLists.txt108 …set(LIBCLANG_LINK_FLAGS "${LIBCLANG_LINK_FLAGS} -Wl,-current_version -Wl,${LLVM_VERSION_MAJOR}.${L…
/external/libevent/cmake/
DAddEventLibrary.cmake106 …LINK_FLAGS "-compatibility_version ${COMPATIBILITY_VERSION} -current_version ${COMPATIBILITY_VERSI…

123