Home
last modified time | relevance | path

Searched defs:identical (Results 1 – 10 of 10) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPendingIntentTest.java292 Intent identical = new Intent(); in getActivity_withFlagNoCreate_shouldReturnExistingIntent() local
365 Intent identical = new Intent(); in getBroadcast_withFlagNoCreate_shouldReturnExistingIntent() local
376 Intent identical = new Intent(); in getBroadcast_withNoFlags_shouldReturnExistingIntent() local
401 Intent identical = new Intent(); in getService_withFlagNoCreate_shouldReturnExistingIntent() local
412 Intent identical = new Intent(); in getService_withNoFlags_shouldReturnExistingIntent() local
441 Intent identical = new Intent(); in getForegroundService_withFlagNoCreate_shouldReturnExistingIntent() local
454 Intent identical = new Intent(); in getForegroundService_withNoFlags_shouldReturnExistingIntent() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowPendingIntentTest.java363 Intent identical = new Intent(); in getActivity_withFlagNoCreate_shouldReturnExistingIntent() local
436 Intent identical = new Intent(); in getBroadcast_withFlagNoCreate_shouldReturnExistingIntent() local
447 Intent identical = new Intent(); in getBroadcast_withNoFlags_shouldReturnExistingIntent() local
472 Intent identical = new Intent().setPackage("dummy.package"); in getService_withFlagNoCreate_shouldReturnExistingIntent() local
483 Intent identical = new Intent().setPackage("dummy.package"); in getService_withNoFlags_shouldReturnExistingIntent() local
512 Intent identical = new Intent(); in getForegroundService_withFlagNoCreate_shouldReturnExistingIntent() local
525 Intent identical = new Intent().setPackage("dummy.package"); in getForegroundService_withNoFlags_shouldReturnExistingIntent() local
/external/python/cpython2/Tools/scripts/
Dtreesync.py157 def identical(sf, mf): function
/external/cronet/net/third_party/quiche/src/quiche/spdy/test_tools/
Dspdy_test_utils.cc67 bool identical = (actual_len == expected_len); in CompareCharArraysWithHexError() local
/external/cronet/net/third_party/quiche/src/quiche/common/test_tools/
Dquiche_test_utils.cc66 bool identical = (actual_len == expected_len); in CompareCharArraysWithHexError() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DTablePrinter.java409 int identical = findIdentical(sortedFlat, i, j); in toTableInternal() local
/external/python/cpython2/Lib/test/
Dtest_float.py1029 def identical(self, x, y): member in HexFloatTestCase
/external/python/cpython3/Lib/test/
Dtest_float.py1080 def identical(self, x, y): member in HexFloatTestCase
/external/skia/tests/
DSkVMTest.cpp2360 auto identical = [&](float x, float y) { in DEF_TEST() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h7393 bool identical = true; in Transpose() local