Home
last modified time | relevance | path

Searched defs:newer (Results 1 – 15 of 15) sorted by relevance

/external/curl/lib/
Dtimeval.c201 timediff_t Curl_timediff(struct curltime newer, struct curltime older) in Curl_timediff()
215 timediff_t Curl_timediff_ceil(struct curltime newer, struct curltime older) in Curl_timediff_ceil()
229 timediff_t Curl_timediff_us(struct curltime newer, struct curltime older) in Curl_timediff_us()
/external/curl/tests/libtest/
Dtestutil.c114 long tutil_tvdiff(struct timeval newer, struct timeval older) in tutil_tvdiff()
125 double tutil_tvdiff_secs(struct timeval newer, struct timeval older) in tutil_tvdiff_secs()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateBirth.java202 Set<String> newer = other.writeBirth(logDirectory, fileName, english); in main() local
226 Set<String> newer = localeAndNewer.getValue(); in main() local
397 Set<String> newer = new HashSet<>(); in writeBirth() local
464 Set<String> newer = writeBirth(out, onlyNewer); in writeBirth() local
/external/python/cpython3/Tools/c-analyzer/distutils/
Ddep_util.py11 def newer (source, target): function
/external/selinux/policycoreutils/scripts/
Dfixfiles151 newer() { function
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp169 const path newer = env.create_file("newer_file", 2); in copy_file() local
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp169 const path newer = env.create_file("newer_file", 2); in copy_file() local
/external/curl/src/
Dtool_util.c167 long tvdiff(struct timeval newer, struct timeval older) in tvdiff()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp165 const path newer = env.create_file("newer_file", 2); in TEST_CASE() local
/external/libchrome/components/policy/core/common/
Dschema_map_unittest.cc281 scoped_refptr<SchemaMap> newer = new SchemaMap(map); in TEST_F() local
/external/libchrome-gestures/src/
Dlookahead_filter_interpreter.cc113 const FingerState& newer = second.fingers[i]; in Interpolate() local
/external/curl/tests/server/
Dutil.c458 long timediff(struct timeval newer, struct timeval older) in timediff()
/external/flashrom/
Dchipset_enable.c100 uint8_t new, newer; in enable_flash_sis_mapping() local
184 uint8_t new, newer; in enable_flash_sis5x0() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_vfy.c2005 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer, in X509_CRL_diff()
/external/python/cpython3/Tools/gdb/
Dlibpython.py1640 def newer(self): member in Frame