/external/llvm/test/ObjectYAML/MachO/ |
D | dylib_dylinker_command.yaml | 24 current_version: 7864576 33 current_version: 80349697 50 #CHECK: current_version: 7864576 59 #CHECK: current_version: 80349697
|
D | load_commands.yaml | 118 current_version: 7864576 125 current_version: 80349697 244 #CHECK: current_version: 7864576 251 #CHECK: current_version: 80349697
|
D | export_trie.yaml | 120 current_version: 7864576 129 current_version: 80349697
|
D | sections.yaml | 228 current_version: 7864576 235 current_version: 80349697
|
D | out_of_order_linkedit.yaml | 120 current_version: 7864576 129 current_version: 80349697
|
D | symtab.yaml | 122 current_version: 7864576 131 current_version: 80349697
|
/external/nanohttpd/ |
D | README.md | 155 <version>CURRENT_VERSION</version> 159 (Replace `CURRENT_VERSION` with whatever is reported latest at <http://nanohttpd.org/>.) 171 [group: 'org.nanohttpd', name: 'nanohttpd', version: 'CURRENT_VERSION'], 175 (Replace `CURRENT_VERSION` with whatever is reported latest at <http://nanohttpd.org/>.) 186 <version>CURRENT_VERSION</version> 198 <version>CURRENT_VERSION</version> 210 <version>CURRENT_VERSION</version>
|
/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/python/cpython2/Doc/tools/static/ |
D | version_switch.js | 13 function build_select(current_version, current_release) { argument 18 if (version == 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/llvm/tools/llvm-shlib/ |
D | CMakeLists.txt | 54 …" -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/ |
D | mh-darwin | 34 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/compiler-rt/make/ |
D | AppleBI.mk | 63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \ 139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
|
/external/llvm/tools/lto/ |
D | CMakeLists.txt | 32 …" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PA…
|
/external/python/cpython2/Tools/msi/ |
D | msi.py | 24 # current_version.day for Snapshot, current_version otherwise 25 full_current_version = os.environ.get("CURRENT_VERSION") 67 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/e2fsprogs/lib/ |
D | Makefile.darwin-lib | 26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
|
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
D | Makefile | 34 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
|
/external/swiftshader/third_party/LLVM/tools/edis/ |
D | Makefile | 41 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version -Wl,$(EDIS_VERSION) \
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | Makefile | 43 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
|
/external/clang/tools/libclang/ |
D | CMakeLists.txt | 108 …set(LIBCLANG_LINK_FLAGS "${LIBCLANG_LINK_FLAGS} -Wl,-current_version -Wl,${LLVM_VERSION_MAJOR}.${L…
|
/external/libcxxabi/lib/ |
D | buildit | 52 -current_version ${RC_ProjectSourceVersion} \
|
/external/libunwind_llvm/src/ |
D | CMakeLists.txt | 84 "-current_version ${LIBUNWIND_VERSION}"
|