Searched defs:constrained (Results 1 – 4 of 4) sorted by relevance
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | ConstraintsTest.java | 77 Collection<String> constrained = Constraints.constrainedCollection( in testConstrainedCollectionLegal() local 89 Collection<String> constrained = Constraints.constrainedCollection( in testConstrainedCollectionIllegal() local 105 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT); in testConstrainedSetLegal() local 119 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT); in testConstrainedSetIllegal() local 134 SortedSet<String> constrained = Constraints.constrainedSortedSet( in testConstrainedSortedSetLegal() local 152 SortedSet<String> constrained = Constraints.constrainedSortedSet( in testConstrainedSortedSetIllegal() local 180 List<String> constrained = Constraints.constrainedList( in testConstrainedListLegal() local 209 List<String> constrained = Constraints.constrainedList( in testConstrainedListRandomAccessFalse() local 218 List<String> constrained = Constraints.constrainedList( in testConstrainedListIllegal() local 266 Multiset<String> constrained = Constraints.constrainedMultiset( in testConstrainedMultisetLegal() local [all …]
|
| D | MapConstraintsTest.java | 103 Map<String, Integer> constrained = MapConstraints.constrainedMap( in testConstrainedMapLegal() local 127 Map<String, Integer> constrained = MapConstraints.constrainedMap( in testConstrainedMapIllegal() local 153 BiMap<String, Integer> constrained = MapConstraints.constrainedBiMap( in testConstrainedBiMapLegal() local 177 BiMap<String, Integer> constrained = MapConstraints.constrainedBiMap( in testConstrainedBiMapIllegal() local 213 Multimap<String, Integer> constrained = MapConstraints.constrainedMultimap( in testConstrainedMultimapLegal() local 319 Multimap<String, Integer> constrained = MapConstraints.constrainedMultimap( in testConstrainedMultimapIllegal() local 430 Multimap<String, Integer> constrained = MapConstraints.constrainedMultimap( in testConstrainedMultimapQueue() local 457 Map<String, Integer> constrained in testMapEntrySetToArray() local 472 Map<String, Integer> constrained in testMapEntrySetContainsNefariousEntry() local 486 Multimap<String, Integer> constrained in testMultimapAsMapEntriesToArray() local [all …]
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
| D | brw_context.h | 821 bool constrained; member
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_context.h | 821 bool constrained; member
|