/third_party/python/Lib/distutils/tests/ |
D | test_dep_util.py | 5 from distutils.dep_util import newer, newer_pairwise, newer_group 19 self.assertRaises(DistutilsFileError, newer, new_file, old_file) 24 self.assertTrue(newer(new_file, 'I_dont_exist')) 25 self.assertTrue(newer(new_file, old_file)) 29 self.assertFalse(newer(old_file, new_file))
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpreddec.c | 230 RTPHistItem *newer; in gst_red_history_lost_seq_num_for_timestamp() local 252 newer = older_sibling->prev->data; in gst_red_history_lost_seq_num_for_timestamp() 256 if (newer->timestamp == timestamp) in gst_red_history_lost_seq_num_for_timestamp() 259 seq_diff = gst_rtp_buffer_compare_seqnum (older->seq, newer->seq); in gst_red_history_lost_seq_num_for_timestamp() 265 newer->seq, newer->timestamp, timestamp); in gst_red_history_lost_seq_num_for_timestamp() 269 older->seq, older->timestamp, newer->seq, newer->timestamp); in gst_red_history_lost_seq_num_for_timestamp() 273 timestamp_diff = newer->timestamp - older->timestamp; in gst_red_history_lost_seq_num_for_timestamp() 285 older->seq, older->timestamp, newer->seq, newer->timestamp, timestamp); in gst_red_history_lost_seq_num_for_timestamp()
|
/third_party/typescript/ |
D | Gulpfile.js | 5 const newer = require("gulp-newer"); constant 42 .pipe(newer(target)) 137 .pipe(newer("built/local/typescriptServices.js")) 146 .pipe(newer("built/local/typescriptServices.d.ts")) 154 .pipe(newer("built/local/typescript.js")) 162 .pipe(newer("built/local/typescript.d.ts")) 169 .pipe(newer("built/local/typescript_standalone.d.ts")) 261 .pipe(newer("built/local/tsserverlibrary.js")) 270 .pipe(newer("built/local/tsserverlibrary.d.ts")) 415 .pipe(newer("built/local/typesMap.json")) [all …]
|
/third_party/node/deps/cares/src/lib/ |
D | ares__timeval.c | 105 long ares__tvdiff(struct timeval newer, struct timeval older) 107 return (newer.tv_sec-older.tv_sec)*1000+ 108 (newer.tv_usec-older.tv_usec)/1000;
|
/third_party/python/Lib/distutils/ |
D | dep_util.py | 11 def newer (source, target): function 45 if newer(sources[i], targets[i]):
|
D | file_util.py | 100 from distutils.dep_util import newer 113 if update and not newer(src, dst):
|
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | meson.build | 2 # Linux and newer BSD versions 4 # Some old BSD versions and also newer OpenBSD versions
|
/third_party/mesa3d/docs/ |
D | sourcetree.rst | 20 and newer 47 (Ivy Bridge) and newer 83 - **iris** - Driver for Intel gen 8 (Broadwell) and newer. 94 - **radeonsi** - Driver for AMD Southern Island and newer (GCN, RDNA). 98 - **v3d** - Driver for Broadcom VideoCore 5 and newer.
|
/third_party/flutter/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/ |
D | Dockerfile | 7 # Mesa builds newer than 17.0.4 or so require libdrm > 2.4.75, but the 9 # Note that the hosts that use these drivers will also need the newer version of libdrm2
|
/third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/ |
D | Dockerfile | 7 # Mesa builds newer than 17.0.4 or so require libdrm > 2.4.75, but the 9 # Note that the hosts that use these drivers will also need the newer version of libdrm2
|
/third_party/cef/patch/patches/ |
D | linux_chrome_widevine_3149.patch | 18 +// component updater runs sometime later and finds a newer version of the 19 +// Widevine CDM, don't register it as the newer version can't be used. Instead,
|
/third_party/python/Lib/distutils/command/ |
D | build_scripts.py | 9 from distutils.dep_util import newer 68 if not self.force and not newer(script, outfile):
|
/third_party/python/Doc/howto/ |
D | annotations.rst | 18 in Python versions 3.10 and newer, 37 and newer, calling this function is the best practice for 57 newer is to call :func:`getattr` with three arguments, 65 of an object is much more complicated than in newer versions. 204 objects in Python 3.10 and newer.
|
/third_party/ltp/testcases/kernel/mce-test/stress/ |
D | README | 28 Version 2.6.32 or newer, with MCA high level handlers enabled. 35 source (2.6.32 or newer, $KERNEL_SRC/Documentation/vm/page-types.c).
|
/third_party/mbedtls/ |
D | CONTRIBUTING.md | 28 …newer versions of the library and it should not be necessary for a user to make any changes to the… 34 …g users that they should change from the older deprecated function to the newer function at their …
|
/third_party/protobuf/src/google/protobuf/ |
D | empty.pb.h | 12 #error This file was generated by a newer version of protoc which is 19 #error regenerate this file with a newer version of protoc.
|
D | duration.pb.h | 12 #error This file was generated by a newer version of protoc which is 19 #error regenerate this file with a newer version of protoc.
|
D | timestamp.pb.h | 12 #error This file was generated by a newer version of protoc which is 19 #error regenerate this file with a newer version of protoc.
|
/third_party/icu/docs/userguide/datetime/timezone/ |
D | index.md | 137 * ICU4C 54 and newer: Drop in the binary update files. 138 * ICU4C 36 and newer: the best update strategy will depend on how ICU data 152 required resource files for ICU version 44 and newer are 167 * *"44"* is the directory for updates to ICU version 4.4 and newer. 193 ### ICU4C TZ Update with Drop-in .res files (ICU 54 and newer) 253 The updater will work with ICU version 3.4.2 and newer.
|
/third_party/cef/ |
D | CMakeLists.txt.in | 39 # - CMake version 3.19 or newer. 51 # Xcode 12.2 to 13.0 building on MacOS 10.15.4 (Catalina) or newer. Only 57 # Visual Studio 2019 or newer building on Windows 7 or newer. Windows 10
|
/third_party/openssl/crypto/x509/ |
D | x509_vfy.c | 2020 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer, in X509_CRL_diff() argument 2028 if (base->base_crl_number != NULL || newer->base_crl_number != NULL) { in X509_CRL_diff() 2033 if (base->crl_number == NULL || newer->crl_number == NULL) { in X509_CRL_diff() 2039 X509_CRL_get_issuer(newer)) != 0) { in X509_CRL_diff() 2044 if (!crl_extension_match(base, newer, NID_authority_key_identifier)) { in X509_CRL_diff() 2048 if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) { in X509_CRL_diff() 2053 if (ASN1_INTEGER_cmp(newer->crl_number, base->crl_number) <= 0) { in X509_CRL_diff() 2059 X509_CRL_verify(newer, skey) <= 0)) { in X509_CRL_diff() 2068 if (!X509_CRL_set_issuer_name(crl, X509_CRL_get_issuer(newer))) in X509_CRL_diff() 2071 if (!X509_CRL_set1_lastUpdate(crl, X509_CRL_get0_lastUpdate(newer))) in X509_CRL_diff() [all …]
|
/third_party/python/Tools/gdb/ |
D | libpython.py | 1493 def newer(self): member in Frame 1494 newer = self._gdbframe.newer() 1495 if newer: 1496 return Frame(newer) 1518 while iter_frame.newer(): 1520 iter_frame = iter_frame.newer() 1807 iter_frame = frame.newer()
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-dynapi.md | 10 These games might stop getting updates, but a newer SDL2 might be needed later. 30 swapping in a newer SDL to an older game often times can save the day. 68 with a newer, or better, SDL. The statically linked one will only be used as 82 to keep abandoned games running on newer platforms.
|
/third_party/rust/crates/rust-std-candidates/matches/ |
D | README.md | 3 For users who build using only Rust 1.42 and newer, consider using [`std::matches`], which
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.3.rst | 27 Fix building the PDF documentation with newer versions of Sphinx.
|