Home
last modified time | relevance | path

Searched defs:identical (Results 1 – 5 of 5) 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/python/cpython2/Tools/scripts/
Dtreesync.py157 def identical(sf, mf): function
/external/cldr/tools/java/org/unicode/cldr/tool/
DTablePrinter.java380 int identical = findIdentical(sortedFlat, i, j); in toTableInternal() local
/external/python/cpython3/Lib/test/
Dtest_float.py1016 def identical(self, x, y): member in HexFloatTestCase
/external/python/cpython2/Lib/test/
Dtest_float.py1029 def identical(self, x, y): member in HexFloatTestCase