Home
last modified time | relevance | path

Searched refs:tolerated (Results 1 – 25 of 46) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/collect/
DForwardingSortedMapImplementsMapTest.java76 } catch (ClassCastException tolerated) { in testContainsKey()
83 } catch (ClassCastException tolerated) { in testEntrySetContainsEntryIncompatibleKey()
90 } catch (RuntimeException tolerated) { in testEntrySetRemoveAllNullFromEmpty()
98 } catch (RuntimeException tolerated) { in testEntrySetRetainAllNullFromEmpty()
106 } catch (RuntimeException tolerated) { in testKeySetRemoveAllNullFromEmpty()
114 } catch (RuntimeException tolerated) { in testKeySetRetainAllNullFromEmpty()
122 } catch (RuntimeException tolerated) { in testValuesRemoveAllNullFromEmpty()
130 } catch (RuntimeException tolerated) { in testValuesRetainAllNullFromEmpty()
DForMapMultimapAsMapImplementsMapTest.java55 } catch (RuntimeException tolerated) { in testEntrySetRemoveAllNullFromEmpty()
63 } catch (RuntimeException tolerated) { in testEntrySetRetainAllNullFromEmpty()
71 } catch (RuntimeException tolerated) { in testKeySetRemoveAllNullFromEmpty()
79 } catch (RuntimeException tolerated) { in testKeySetRetainAllNullFromEmpty()
87 } catch (RuntimeException tolerated) { in testValuesRemoveAllNullFromEmpty()
95 } catch (RuntimeException tolerated) { in testValuesRetainAllNullFromEmpty()
DConstrainedMapImplementsMapTest.java61 } catch (RuntimeException tolerated) { in testEntrySetRemoveAllNullFromEmpty()
69 } catch (RuntimeException tolerated) { in testEntrySetRetainAllNullFromEmpty()
77 } catch (RuntimeException tolerated) { in testKeySetRemoveAllNullFromEmpty()
85 } catch (RuntimeException tolerated) { in testKeySetRetainAllNullFromEmpty()
93 } catch (RuntimeException tolerated) { in testValuesRemoveAllNullFromEmpty()
101 } catch (RuntimeException tolerated) { in testValuesRetainAllNullFromEmpty()
DSubMapMultimapAsMapImplementsMapTest.java73 } catch (RuntimeException tolerated) { in testEntrySetRemoveAllNullFromEmpty()
81 } catch (RuntimeException tolerated) { in testEntrySetRetainAllNullFromEmpty()
89 } catch (RuntimeException tolerated) { in testKeySetRemoveAllNullFromEmpty()
97 } catch (RuntimeException tolerated) { in testKeySetRetainAllNullFromEmpty()
105 } catch (RuntimeException tolerated) { in testValuesRemoveAllNullFromEmpty()
113 } catch (RuntimeException tolerated) { in testValuesRetainAllNullFromEmpty()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultisetSetCountTester.java141 } catch (UnsupportedOperationException tolerated) { in testSetCount_zeroToZero_unsupported()
162 } catch (UnsupportedOperationException tolerated) { in testSetCount_oneToOne_unsupported()
183 } catch (UnsupportedOperationException tolerated) { in testSetCount_threeToThree_unsupported()
345 } catch (UnsupportedOperationException tolerated) { in testSetCount_noOpNull_nullSupported()
353 } catch (NullPointerException tolerated) { in testSetCount_noOpNull_nullUnsupported()
354 } catch (UnsupportedOperationException tolerated) { in testSetCount_noOpNull_nullUnsupported()
364 } catch (UnsupportedOperationException tolerated) { in testSetCount_existingNoNopNull_nullSupported()
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
DAbstractMultisetSetCountTester.java136 } catch (UnsupportedOperationException tolerated) { in testSetCount_zeroToZero_unsupported()
157 } catch (UnsupportedOperationException tolerated) { in testSetCount_oneToOne_unsupported()
178 } catch (UnsupportedOperationException tolerated) { in testSetCount_threeToThree_unsupported()
340 } catch (UnsupportedOperationException tolerated) { in testSetCount_noOpNull_nullSupported()
348 } catch (NullPointerException tolerated) { in testSetCount_noOpNull_nullUnsupported()
349 } catch (UnsupportedOperationException tolerated) { in testSetCount_noOpNull_nullUnsupported()
359 } catch (UnsupportedOperationException tolerated) { in testSetCount_existingNoNopNull_nullSupported()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRemoveAllTester.java111 } catch (UnsupportedOperationException tolerated) { in testRemoveAll_unsupportedEmptyCollection()
122 } catch (UnsupportedOperationException tolerated) { in testRemoveAll_unsupportedNonePresent()
174 } catch (NullPointerException tolerated) { in testRemoveAll_containsNullNo()
201 } catch (ClassCastException tolerated) { in testRemoveAll_containsWrongType()
DCollectionRemoveTester.java108 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedNotPresent()
122 } catch (NullPointerException tolerated) { in testRemove_nullNotSupported()
151 } catch (ClassCastException tolerated) { in testRemove_wrongType()
DMapRemoveTester.java139 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedNotPresent()
153 } catch (NullPointerException tolerated) { in testRemove_nullQueriesNotSupported()
168 } catch (ClassCastException tolerated) { in testRemove_wrongType()
DAbstractListIndexOfTester.java68 } catch (NullPointerException tolerated) { in testFind_nullNotContainedAndUnsupported()
92 } catch (ClassCastException tolerated) { in testFind_wrongType()
DMapGetTester.java58 } catch (NullPointerException tolerated) { in testGet_nullNotContainedAndUnsupported()
81 } catch (ClassCastException tolerated) { in testGet_wrongType()
DCollectionContainsAllTester.java80 } catch (NullPointerException tolerated) {} in testContainsAll_nullNotAllowed()
100 } catch (ClassCastException tolerated) { in testContainsAll_wrongType()
DListSetTester.java116 } catch (UnsupportedOperationException tolerated) { in testSet_unsupportedByEmptyList()
117 } catch (IndexOutOfBoundsException tolerated) { in testSet_unsupportedByEmptyList()
DCollectionAddAllTester.java62 } catch (UnsupportedOperationException tolerated) { in testAddAll_unsupportedNothing()
125 } catch (UnsupportedOperationException tolerated) { in testAddAll_unsupportedAllPresent()
DMapPutAllTester.java73 } catch (UnsupportedOperationException tolerated) { in testPutAll_unsupportedNothing()
132 } catch (UnsupportedOperationException tolerated) { in testPutAll_unsupportedAllPresent()
DMapContainsValueTester.java82 } catch (ClassCastException tolerated) { in testContains_wrongType()
DCollectionContainsTester.java81 } catch (ClassCastException tolerated) { in testContains_wrongType()
DCollectionClearTester.java65 } catch (UnsupportedOperationException tolerated) { in testClear_unsupportedByEmptyCollection()
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DListSetTester.java112 } catch (UnsupportedOperationException tolerated) { in testSet_unsupportedByEmptyList()
113 } catch (IndexOutOfBoundsException tolerated) { in testSet_unsupportedByEmptyList()
DCollectionAddAllTester.java59 } catch (UnsupportedOperationException tolerated) { in testAddAll_unsupportedNothing()
122 } catch (UnsupportedOperationException tolerated) { in testAddAll_unsupportedAllPresent()
DMapPutAllTester.java70 } catch (UnsupportedOperationException tolerated) { in testPutAll_unsupportedNothing()
129 } catch (UnsupportedOperationException tolerated) { in testPutAll_unsupportedAllPresent()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java133 } catch (NullPointerException tolerated) { in expectNullKeyMissingWhenNullKeysUnsupported()
149 } catch (NullPointerException tolerated) { in expectNullValueMissingWhenNullValuesUnsupported()
DAbstractCollectionTester.java77 } catch (NullPointerException tolerated) { in expectNullMissingWhenNullUnsupported()
/external/guice/lib/build/
Dguava-testlib-19.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dhardcode_min_max.cc273 const double tolerated = 1e-6 * magnitude; in MinMaxApproximatelyEqual() local
274 return std::abs(minmax1.min - minmax2.min) < tolerated && in MinMaxApproximatelyEqual()
275 std::abs(minmax1.max - minmax2.max) < tolerated; in MinMaxApproximatelyEqual()

12