/aosp_15_r20/system/tools/aidl/ |
D | aidl_checkapi.cpp | 54 static bool CheckEquality(const AidlDefinedType& older, const AidlDefinedType& newer) { in CheckEquality() 112 const AidlAnnotatable& newer) { in have_compatible_annotations() 126 static bool are_compatible_types(const AidlTypeSpecifier& older, const AidlTypeSpecifier& newer) { in are_compatible_types() 137 static bool are_compatible_constants(const AidlDefinedType& older, const AidlDefinedType& newer) { in are_compatible_constants() 168 static bool are_compatible_interfaces(const AidlInterface& older, const AidlInterface& newer) { in are_compatible_interfaces() 241 const AidlDefinedType& newer, in are_compatible_parcelables() 366 const AidlEnumDeclaration& newer) { in are_compatible_enums()
|
/aosp_15_r20/external/curl/lib/ |
H A D | timeval.c | 201 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()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | GenerateBirth.java | 200 Set<String> newer = other.writeBirth(logDirectory, fileName, english); in main() local 224 Set<String> newer = localeAndNewer.getValue(); in main() local 390 Set<String> newer = new HashSet<>(); in writeBirth() local 457 Set<String> newer = writeBirth(out, onlyNewer); in writeBirth() local
|
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | testutil.c | 114 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | dep_util.py | 11 def newer(source, target): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | dep_util.py | 11 def newer(source, target): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | dep_util.py | 11 def newer(source, target): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/ |
D | dep_util.py | 11 def newer (source, target): function
|
/aosp_15_r20/external/python/cpython3/Lib/distutils/ |
D | dep_util.py | 11 def newer (source, target): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/ |
D | dep_util.py | 11 def newer (source, target): function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/ |
H A D | dep_util.py | 11 def newer (source, target): function
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/ |
D | dep_util.py | 11 def newer (source, target): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/ |
D | dep_util.py | 11 def newer (source, target): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/ |
D | dep_util.py | 11 def newer (source, target): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | dep_util.py | 11 def newer(source, target): function
|
/aosp_15_r20/external/python/cpython2/Lib/distutils/ |
D | dep_util.py | 13 def newer(source, target): function
|
/aosp_15_r20/external/selinux/policycoreutils/scripts/ |
H A D | fixfiles | 151 newer() { function
|
/aosp_15_r20/external/curl/src/ |
H A D | tool_util.c | 134 long tvdiff(struct timeval newer, struct timeval older) in tvdiff()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/ |
H A D | copy_file.pass.cpp | 169 const path newer = env.create_file("newer_file", 2); in copy_file() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | TiledScreenNail.java | 99 TiledScreenNail newer = (TiledScreenNail) other; in combine() local
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/ |
H A D | copy_file.pass.cpp | 165 const path newer = env.create_file("newer_file", 2); in TEST_CASE() local
|
/aosp_15_r20/external/libchrome/components/policy/core/common/ |
H A D | schema_map_unittest.cc | 281 scoped_refptr<SchemaMap> newer = new SchemaMap(map); in TEST_F() local
|
/aosp_15_r20/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
H A D | UsageStatsTest.java | 1673 private void verifyAggrEventData(AggrEventData older, AggrEventData newer, in verifyAggrEventData() 1680 SparseArray<AggrAllEventsData> newer, boolean interactiveLarger, in verifyAggrInteractiveEventData() 1698 SparseArray<AggrAllEventsData> newer, boolean hiddenLarger, in verifyAggrKeyguardEventData()
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | lookahead_filter_interpreter.cc | 113 const FingerState& newer = second.fingers[i]; in Interpolate() local
|
/aosp_15_r20/external/flashrom/ |
H A D | chipset_enable.c | 100 uint8_t new, newer; in enable_flash_sis_mapping() local 184 uint8_t new, newer; in enable_flash_sis5x0() local
|