/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConstraintsTest.java | 65 Collection<String> constrained = Constraints.constrainedCollection( in testConstrainedCollectionLegal() local 68 constrained.add("qux"); in testConstrainedCollectionLegal() 69 constrained.addAll(asList("cat", "dog")); in testConstrainedCollectionLegal() 73 assertThat(constrained).has() in testConstrainedCollectionLegal() 79 Collection<String> constrained = Constraints.constrainedCollection( in testConstrainedCollectionIllegal() local 82 constrained.add(TEST_ELEMENT); in testConstrainedCollectionIllegal() 86 constrained.addAll(asList("baz", TEST_ELEMENT)); in testConstrainedCollectionIllegal() 89 assertThat(constrained).has().exactly("foo", "bar").inOrder(); in testConstrainedCollectionIllegal() 95 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT); in testConstrainedSetLegal() local 97 constrained.add("qux"); in testConstrainedSetLegal() [all …]
|
D | MapConstraintsTest.java | 103 Map<String, Integer> constrained = MapConstraints.constrainedMap( in testConstrainedMapLegal() local 106 constrained.put("foo", 1); in testConstrainedMapLegal() 108 constrained.putAll(ImmutableMap.of("baz", 3)); in testConstrainedMapLegal() 109 assertTrue(map.equals(constrained)); in testConstrainedMapLegal() 110 assertTrue(constrained.equals(map)); in testConstrainedMapLegal() 111 assertEquals(map.entrySet(), constrained.entrySet()); in testConstrainedMapLegal() 112 assertEquals(map.keySet(), constrained.keySet()); in testConstrainedMapLegal() 114 HashMultiset.create(constrained.values())); in testConstrainedMapLegal() 116 assertEquals(map.toString(), constrained.toString()); in testConstrainedMapLegal() 117 assertEquals(map.hashCode(), constrained.hashCode()); in testConstrainedMapLegal() [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 104 constrained.put("foo", 1); in testConstrainedMapLegal() 106 constrained.putAll(ImmutableMap.of("baz", 3)); in testConstrainedMapLegal() 107 assertTrue(map.equals(constrained)); in testConstrainedMapLegal() 108 assertTrue(constrained.equals(map)); in testConstrainedMapLegal() 109 assertEquals(map.entrySet(), constrained.entrySet()); in testConstrainedMapLegal() 110 assertEquals(map.keySet(), constrained.keySet()); in testConstrainedMapLegal() 112 HashMultiset.create(constrained.values())); in testConstrainedMapLegal() 114 assertEquals(map.toString(), constrained.toString()); in testConstrainedMapLegal() 115 assertEquals(map.hashCode(), constrained.hashCode()); in testConstrainedMapLegal() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_urb.c | 134 (brw->urb.constrained && (brw->urb.vsize > vsize || in recalculate_urb_fence() 149 brw->urb.constrained = 0; in recalculate_urb_fence() 157 brw->urb.constrained = 1; in recalculate_urb_fence() 166 brw->urb.constrained = 1; in recalculate_urb_fence() 182 brw->urb.constrained = 1; in recalculate_urb_fence()
|
/external/openssh/ |
D | authfd.c | 543 int r, constrained = (life || confirm); in ssh_add_identity_constrained() local 552 type = constrained ? in ssh_add_identity_constrained() 570 type = constrained ? in ssh_add_identity_constrained() 581 if (constrained && in ssh_add_identity_constrained() 653 int r, constrained = (life || confirm); in ssh_update_card() local 657 type = constrained ? in ssh_update_card() 669 if (constrained && in ssh_update_card()
|
/external/valgrind/none/tests/linux/ |
D | mremap.stderr.exp | 2 mremap(grow, nomove, constrained): Cannot allocate memory
|
D | mremap.stderr.exp-glibc27 | 5 mremap(grow, nomove, constrained): Cannot allocate memory
|
/external/llvm/test/Transforms/IRCE/ |
D | with-parent-loops.ll | 8 ; CHECK: irce: in function inner_loop: constrained Loop at depth 1 containing: %loop<header><exitin… 36 ; CHECK: irce: in function with_parent: constrained Loop at depth 2 containing: %loop.i<header><exi… 76 ; CHECK: irce: in function with_grandparent: constrained Loop at depth 3 containing: %loop.i.i<head… 125 ; CHECK: irce: in function with_sibling: constrained Loop at depth 2 containing: %loop.i<header><ex… 126 ; CHECK: irce: in function with_sibling: constrained Loop at depth 2 containing: %loop.i6<header><e… 189 ; CHECK: irce: in function with_cousin: constrained Loop at depth 3 containing: %loop.i.i<header><e… 190 ; CHECK: irce: in function with_cousin: constrained Loop at depth 3 containing: %loop.i.i10<header>… 271 ; CHECK: irce: in function with_uncle: constrained Loop at depth 2 containing: %loop.i<header><exit… 272 ; CHECK: irce: in function with_uncle: constrained Loop at depth 3 containing: %loop.i.i<header><ex…
|
D | bug-loop-varying-upper-limit.ll | 3 ; CHECK-NOT: constrained loop
|
D | low-becount.ll | 3 ; CHECK-NOT: constrained Loop
|
D | unhandled.ll | 8 ; CHECK-NOT: constrained Loop at depth
|
D | not-likely-taken.ll | 3 ; CHECK-NOT: constrained Loop
|
D | only-lower-check.ll | 8 ; CHECK-NEXT: irce: in function only_lower_check: constrained Loop at depth 1 containing: %loop<hea…
|
D | only-upper-check.ll | 8 ; CHECK-NEXT: irce: in function incrementing: constrained Loop at depth 1 containing: %loop<header>…
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-constrain-store-indexreg.ll | 9 ; index of the double store is correctly constrained to not include SP.
|
D | inline-asm.ll | 48 ; The constrained GR32_ABCD register class of the 'q' constraint requires
|
D | norex-subreg.ll | 47 ; %vreg2 must be constrained to GR8_NOREX, or the COPY could become impossible.
|
/external/eigen/unsupported/Eigen/ |
D | IterativeSolvers | 19 * - a constrained conjugate gradient
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-13-Reference-Memory.txt | 18 references: constrained pointers that cannot be manipulated: added and
|
D | 2001-02-13-Reference-MemoryResponse.txt | 9 > references: constrained pointers that cannot be manipulated: added and
|
D | 2001-06-01-GCCOptimizations2.txt | 8 > optimization is severely time-constrained.
|
/external/llvm/docs/ |
D | Packaging.rst | 12 break things for constrained platforms. These settings are not optimal for most
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 214 information is constrained enough for a simulated C++/Objective-C object that 250 dispatch, or perfectly constrained devirtualization, the resulting 298 of the receiver (MemoryRegion) is assumed to be perfectly constrained so
|
/external/libopus/ |
D | README | 79 -cvbr : enable constrained variable bitrate; default:
|
/external/fec/ |
D | README | 62 properly constrained. This applies primarily to the "dotprod" (dot
|