Searched defs:constrained (Results 1 – 5 of 5) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConstraintsTest.java | 65 Collection<String> constrained = Constraints.constrainedCollection( in testConstrainedCollectionLegal() local 79 Collection<String> constrained = Constraints.constrainedCollection( in testConstrainedCollectionIllegal() local 95 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT); in testConstrainedSetLegal() local 110 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT); in testConstrainedSetIllegal() local 125 SortedSet<String> constrained = Constraints.constrainedSortedSet( in testConstrainedSortedSetLegal() local 144 SortedSet<String> constrained = Constraints.constrainedSortedSet( in testConstrainedSortedSetIllegal() local 172 List<String> constrained = Constraints.constrainedList( in testConstrainedListLegal() local 201 List<String> constrained = Constraints.constrainedList( in testConstrainedListRandomAccessFalse() local 210 List<String> constrained = Constraints.constrainedList( in testConstrainedListIllegal() local 258 List<String> constrained = Constraints.constrainedList( in testNefariousAddAll() local
|
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/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | MapConstraintsTest.java | 101 Map<String, Integer> constrained = MapConstraints.constrainedMap( in testConstrainedMapLegal() local 125 Map<String, Integer> constrained = MapConstraints.constrainedMap( in testConstrainedMapIllegal() local 151 BiMap<String, Integer> constrained = MapConstraints.constrainedBiMap( in testConstrainedBiMapLegal() local 175 BiMap<String, Integer> constrained = MapConstraints.constrainedBiMap( in testConstrainedBiMapIllegal() local 211 Multimap<String, Integer> constrained = MapConstraints.constrainedMultimap( in testConstrainedMultimapLegal() local 317 Multimap<String, Integer> constrained = MapConstraints.constrainedMultimap( in testConstrainedMultimapIllegal() local 428 Multimap<String, Integer> constrained = MapConstraints.constrainedMultimap( in testConstrainedMultimapQueue() local 455 Map<String, Integer> constrained in testMapEntrySetToArray() local 470 Map<String, Integer> constrained in testMapEntrySetContainsNefariousEntry() local 484 Multimap<String, Integer> constrained in testMultimapAsMapEntriesToArray() local [all …]
|
/external/openssh/ |
D | authfd.c | 557 int r, constrained = (life || confirm); in ssh_add_identity_constrained() local 667 int r, constrained = (life || confirm); in ssh_update_card() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.h | 944 bool constrained; member
|