/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/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/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/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/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) 299 import_sources(current_version, preserve_files, update_metdata=False) 300 patch_hashes = apply_and_reexport_patches(current_version, patch_files)
|
/external/fonttools/ |
D | setup.cfg | 2 current_version = 4.22.0 20 search = __version__ = "{current_version}" 24 search = 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/libffi/ |
D | make_sunver.pl | 168 my $current_version = ""; 206 print " .force_WEAK_off_$current_version = DATA S0x0 V0x0;\n"; 228 $current_version = $1;
|
/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/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/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/oss-fuzz/projects/jackson-core/ |
D | build.sh | 27 current_version=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate \ 29 cp "target/$dependency-$current_version.jar" $OUT/$dependency.jar
|
/external/oss-fuzz/projects/jackson-dataformats-binary/ |
D | build.sh | 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/OpenCL-CTS/test_common/harness/ |
D | kernelHelpers.cpp | 1644 Version current_version{ CL_VERSION_MAJOR(name_version.version), in get_device_latest_cl_c_version() local 1647 (current_version > max_supported_cl_c_version) in get_device_latest_cl_c_version() 1648 ? current_version in get_device_latest_cl_c_version() 1670 auto current_version = get_device_latest_cl_c_version(devices[0]); in get_max_OpenCL_C_for_context() local 1672 [¤t_version](cl_device_id device) { in get_max_OpenCL_C_for_context() 1680 && current_version >= Version(3, 0)) in get_max_OpenCL_C_for_context() 1682 && (current_version >= Version(2, 0) in get_max_OpenCL_C_for_context() 1683 && current_version < Version(3, 0)))) in get_max_OpenCL_C_for_context() 1685 current_version = Version(1, 2); in get_max_OpenCL_C_for_context() 1689 current_version = in get_max_OpenCL_C_for_context() [all …]
|
/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 196 identifier[4] = (dylib_cmd.dylib.current_version >> 24) & 0xFF; in IDCommand() 197 identifier[5] = (dylib_cmd.dylib.current_version >> 16) & 0xFF; in IDCommand() 198 identifier[6] = (dylib_cmd.dylib.current_version >> 8) & 0xFF; in IDCommand() 199 identifier[7] = dylib_cmd.dylib.current_version & 0xFF; in IDCommand()
|
/external/chromium-trace/catapult/common/bin/ |
D | update_chrome_reference_binaries.py | 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:
|
/external/python/parse_type/ |
D | .bumpversion.cfg | 2 current_version = 0.5.3
|
/external/python/cpython2/Tools/msi/ |
D | msi.py | 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/python/setuptools/ |
D | setup.cfg | 2 current_version = 39.1.0
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
D | lc-load-weak-dylib.test | 21 current_version: 65536
|
/external/llvm-project/llvm/test/tools/llvm-readobj/MachO/ |
D | needed-libs.test | 24 current_version: 81985536
|
/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/llvm/tools/lto/ |
D | CMakeLists.txt | 32 …" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PA…
|