Searched refs:current_version (Results 1 – 25 of 30) sorted by relevance
12
/external/v8/tools/release/ |
D | releases.py | 453 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/curl/ |
D | update_curl.sh | 98 local current_sha current_version 99 current_version=$(grep '^Version: ' "${README_FILE}" | cut -d ' ' -f 2-) 137 echo "Current version: ${current_version} / ${current_sha}" 146 Update libcurl from ${current_version} to ${target_version}.
|
/external/autotest/database/ |
D | migrate.py | 244 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/ |
D | stable_version.py | 140 current_version = self.execute_rpc(op='get_stable_version', 142 if current_version == self.version: 150 (self.board, current_version, self.version))
|
/external/icu/tools/ |
D | update-tzdata.py | 165 current_version = GetCurrentTzDataVersion() 166 current_filename = '%s.tar.gz' % current_version 182 print 'You already have the latest tzdata in bionic (%s)!' % current_version
|
/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 198 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/icu/icu4c/source/config/ |
D | mh-darwin | 32 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO… 34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
|
/external/llvm/tools/llvm-shlib/ |
D | CMakeLists.txt | 56 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER… 95 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
|
D | Makefile | 48 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
|
/external/llvm/tools/lto/ |
D | CMakeLists.txt | 30 …" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PA…
|
D | Makefile | 31 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
|
/external/e2fsprogs/lib/ |
D | Makefile.darwin-lib | 26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
|
/external/compiler-rt/make/ |
D | AppleBI.mk | 63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \ 139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
|
/external/clang/tools/libclang/ |
D | Makefile | 55 LLVMLibsOptions += -Wl,-current_version \
|
D | CMakeLists.txt | 107 …set(LIBCLANG_LINK_FLAGS "${LIBCLANG_LINK_FLAGS} -Wl,-current_version -Wl,${LLVM_VERSION_MAJOR}.${L…
|
/external/libcxxabi/src/ |
D | CMakeLists.txt | 67 "-current_version 1"
|
/external/libunwind_llvm/src/ |
D | CMakeLists.txt | 90 "-current_version ${LIBUNWIND_VERSION}"
|
/external/lz4/lib/ |
D | Makefile | 56 …X)/lib/liblz4.$(SHARED_EXT_MAJOR) -compatibility_version $(LIBVER_MAJOR) -current_version $(LIBVER)
|
/external/lldb/lib/ |
D | Makefile | 118 LLVMLibsOptions += -Wl,-current_version \
|
/external/libcxx/lib/ |
D | CMakeLists.txt | 93 "-current_version 1"
|
/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.cc | 283 image.version_ = dc->dylib.current_version; in FindTextSection()
|
/external/deqp/framework/delibs/cmake/ |
D | toolchain-ios.cmake | 56 set (CMAKE_C_OSX_CURRENT_VERSION_FLAG "-current_version ")
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/cmake/ |
D | iOS.cmake | 108 "-current_version ")
|
/external/libvpx/libvpx/build/make/ |
D | Makefile | 315 … -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 632 uint32_t current_version; member 1101 sys::swapByteOrder(d.dylib.current_version); in swapStruct()
|
12