/external/catch2/scripts/ |
D | extractFeaturesFromReleaseNotes.py | 57 current_version = None 74 current_version = line.replace('## ', '') 77 if current_version == 'Older versions': 80 print(create_introduced_in_text(current_version)) 81 print(link_to_changes_in_release(current_version, releases)) 85 if not current_version: 90 print(create_introduced_in_text(current_version, bug_number))
|
/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 | 30 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/tflite-support/tensorflow_lite_support/tools/ci_build/ |
D | update_version.py | 56 def update_version(path, current_version, new_version): argument 60 "_VERSION = '%s'" % current_version, 106 current_version = get_current_version(path) 107 if not current_version: 109 new_version = args.version if args.version else current_version 115 print("Updating version from %s to %s" % (current_version, new_version)) 116 update_version(path, current_version, new_version)
|
/external/toolchain-utils/rust_tools/ |
D | rust_uprev_test.py | 196 self.current_version = rust_uprev.RustVersion(1, 2, 3) 203 f'dev-lang/rust-{self.current_version}') 205 f'dev-lang/rust-{self.current_version}\n' 215 f'dev-lang/rust-{self.current_version}\n' 217 package_after = (f'dev-lang/rust-{self.current_version}\n' 328 self.current_version = rust_uprev.RustVersion(1, 2, 3) 359 f'rust-{self.current_version}-patch-1.patch', 360 f'rust-{self.current_version}-patch-2-new.patch' 362 rust_uprev.copy_patches(self.current_version, self.new_version) 366 f'rust-{self.current_version}-patch-1.patch'), [all …]
|
/external/wayland/ |
D | import_official_snapshot.py | 110 def determine_files_to_preserve(current_version): argument 113 current_official_files = get_git_files(current_version) 258 current_version = metadata_read_current_version() 263 preserve_files = determine_files_to_preserve(current_version) 270 new_files = get_git_files(args.version or current_version) 298 print(f'Importing {current_version} to validate all current fixups') 299 import_sources(current_version, preserve_files, update_metdata=False) 300 patch_hashes = apply_and_reexport_patches(current_version, patch_files) 308 {current_version} and applying the Android fixups.
|
/external/oss-fuzz/projects/jackson-dataformats-binary/ |
D | build.sh | 22 CURRENT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate \ 25 cp "cbor/target/$DATAFORMAT_PREFIX-cbor-$CURRENT_VERSION.jar" $OUT/$DATAFORMAT_PREFIX-cbor.jar 26 cp "smile/target/$DATAFORMAT_PREFIX-smile-$CURRENT_VERSION.jar" $OUT/$DATAFORMAT_PREFIX-smile.jar 34 current_version=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate \ 36 cp "target/$dependency-$current_version.jar" $OUT/$dependency.jar
|
/external/llvm-project/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
|
/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
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
D | apply-shim-utils.js | 23 const CURRENT_VERSION = '_applyShimCurrentVersion'; constant 57 template[CURRENT_VERSION] = template[CURRENT_VERSION] || 0; 81 return template[CURRENT_VERSION] === template[NEXT_VERSION]; 132 template[CURRENT_VERSION] = template[NEXT_VERSION];
|
/external/fonttools/ |
D | setup.cfg | 2 current_version = 4.22.0 20 search = __version__ = "{current_version}" 24 search = version="{current_version}"
|
/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/llvm-project/llvm/test/tools/llvm-lipo/Inputs/ |
D | armv7-slice-big.yaml | 292 current_version: 26216708 301 current_version: 0 310 current_version: 102895360 319 current_version: 917504 328 current_version: 68352 337 current_version: 3997696000 346 current_version: 14942208 355 current_version: 82115073 364 current_version: 102895360
|
/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/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/llvm-project/libcxx/test/support/ |
D | platform_support.h | 118 char *current_version = new char[n]; in glibc_version_less_than() local 119 confstr(_CS_GNU_LIBC_VERSION, current_version, n); in glibc_version_less_than() 121 bool result = strverscmp(current_version, test_version.c_str()) < 0; in glibc_version_less_than() 122 delete[] current_version; in glibc_version_less_than()
|
/external/llvm-project/lld/test/mach-o/ |
D | dylib-install-names.yaml | 3 # RUN: -compatibility_version 2.0 -current_version 5.3 \ 14 # RUN: -compatibility_version 2.0 -current_version 5.3 \ 21 # RUN: -compatibility_version 2.0 -current_version 5.3 \
|
/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/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | start_port_server.py | 47 current_version = int( 53 logging.info('my port server is version %d', current_version) 54 running = (version >= current_version)
|
/external/autotest/site_utils/admin_audit/ |
D | servo_updater.py | 168 current_version = self._current_version() 170 if not current_version or not latest_version: 172 if current_version == latest_version: 176 ).increment(fields={'version': current_version})
|
/external/chromium-trace/catapult/common/bin/ |
D | update_chrome_reference_binaries.py | 180 rows[0][0:3] != ['os', 'channel', 'current_version'] or 352 current_version = config.GetVersion('%s_%s' % (binary, channel), platform) 353 print 'current: %s, channel: %s' % (current_version, channel_version) 354 if current_version and current_version == channel_version:
|