/external/python/cpython2/Doc/tools/static/ |
D | switchers.js | 26 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/ |
D | switchers.js | 27 function build_version_select(current_version, current_release) { argument 32 if (version == current_version) 84 var current_version = version_segment_in_url(url); 85 var new_url = url.replace('.org/' + current_language + current_version, 90 url.replace('.org/' + current_language + current_version, 103 var current_version = version_segment_in_url(url); 106 var new_url = url.replace('.org/' + current_language + current_version, 107 '.org/' + selected_language + current_version);
|
/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
|
/external/swiftshader/third_party/llvm-7.0/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 | null_string_entries.yaml | 119 current_version: 7864576 128 current_version: 80349697
|
D | export_trie.yaml | 120 current_version: 7864576 129 current_version: 80349697
|
D | out_of_order_linkedit.yaml | 120 current_version: 7864576 129 current_version: 80349697
|
/external/deqp-deps/SPIRV-Tools/cmake/ |
D | write_pkg_config.cmake | 25 CURRENT_VERSION 30 string(REGEX REPLACE "-dev.1" ".0" CURRENT_VERSION "${CURRENT_VERSION}.1")
|
/external/swiftshader/third_party/SPIRV-Tools/cmake/ |
D | write_pkg_config.cmake | 25 CURRENT_VERSION 30 string(REGEX REPLACE "-dev.1" ".0" CURRENT_VERSION "${CURRENT_VERSION}.1")
|
/external/fonttools/ |
D | setup.cfg | 2 current_version = 3.39.0 20 search = __version__ = "{current_version}" 24 search = version="{current_version}"
|
/external/opencensus-java/api/src/main/java/io/opencensus/common/ |
D | ServerStatsEncoding.java | 40 * The current encoding version. The value is {@value #CURRENT_VERSION} 44 public static final byte CURRENT_VERSION = (byte) 0; field in ServerStatsEncoding 60 bb.put(CURRENT_VERSION); in toBytes() 95 if (version > CURRENT_VERSION || version < 0) { in parseBytes()
|
/external/chromium-trace/catapult/common/bin/ |
D | update_chrome_reference_binaries | 121 not rows[0][0:3] == ['os', 'channel', 'current_version']): 169 current_version = config.GetVersion('chrome_%s' % channel, platform) 171 print 'current: %s, channel: %s' % (current_version, channel_version) 172 if current_version and current_version == channel_version:
|
/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/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/grpc-grpc/tools/run_tests/python_utils/ |
D | start_port_server.py | 44 current_version = int( 50 logging.info('my port server is version %d', current_version) 51 running = (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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-shlib/ |
D | CMakeLists.txt | 65 …" -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/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/opencensus-java/api/src/test/java/io/opencensus/common/ |
D | ServerStatsEncodingTest.java | 148 bb.put((byte) (ServerStatsEncoding.CURRENT_VERSION + 1)); in invalidCompatibleVersion() 152 "Invalid ServerStats version: " + (ServerStatsEncoding.CURRENT_VERSION + 1)); in invalidCompatibleVersion()
|