Home
last modified time | relevance | path

Searched refs:constrained (Results 1 – 25 of 87) sorted by relevance

1234

/external/guava/guava-tests/test/com/google/common/collect/
DConstraintsTest.java77 Collection<String> constrained = Constraints.constrainedCollection( in testConstrainedCollectionLegal() local
80 constrained.add("qux"); in testConstrainedCollectionLegal()
81 constrained.addAll(asList("cat", "dog")); in testConstrainedCollectionLegal()
84 ASSERT.that(constrained).hasContentsInOrder("foo", "bar", TEST_ELEMENT, "qux", "cat", "dog"); in testConstrainedCollectionLegal()
89 Collection<String> constrained = Constraints.constrainedCollection( in testConstrainedCollectionIllegal() local
92 constrained.add(TEST_ELEMENT); in testConstrainedCollectionIllegal()
96 constrained.addAll(asList("baz", TEST_ELEMENT)); in testConstrainedCollectionIllegal()
99 ASSERT.that(constrained).hasContentsInOrder("foo", "bar"); in testConstrainedCollectionIllegal()
105 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT); in testConstrainedSetLegal() local
107 constrained.add("qux"); in testConstrainedSetLegal()
[all …]
DMapConstraintsTest.java103 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_urb.c134 (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/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_urb.c134 (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/
Dauthfd.c542 int type, constrained = (life || confirm); in ssh_add_identity_constrained() local
548 type = constrained ? in ssh_add_identity_constrained()
562 type = constrained ? in ssh_add_identity_constrained()
572 if (constrained) { in ssh_add_identity_constrained()
634 int type, constrained = (life || confirm); in ssh_update_card() local
637 type = constrained ? in ssh_update_card()
648 if (constrained) { in ssh_update_card()
/external/valgrind/main/none/tests/linux/
Dmremap.stderr.exp2 mremap(grow, nomove, constrained): Cannot allocate memory
Dmremap.stderr.exp-glibc275 mremap(grow, nomove, constrained): Cannot allocate memory
/external/chromium/chrome/browser/ui/cocoa/
Dconstrained_html_delegate_mac.mm53 // The constrained window that owns |this|. Saved here because it needs to be
60 // The delegate used to forward events from the sheet to the constrained
90 // Create NSWindow to hold tab_contents in the constrained sheet:
/external/chromium_org/third_party/WebKit/ManualTests/
Dsvg-text-selection.svg4 … <text x="0" y="100" fill="black" font-size="32">Selection will be constrained to this line.</text>
/external/eigen/unsupported/Eigen/
DIterativeSolvers19 * - a constrained conjugate gradient
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_mac_browsertest.mm94 // content will not be created. Verify that adding a constrained window to such
112 // Activate the tab and verify that the constrained window is shown.
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dmedia_galleries_dialog_cocoa_browsertest.mm26 // Verify that programatically closing the constrained window correctly closes
/external/chromium/base/
Dprocess_util_unittest_mac.mm13 // that sizeof(anInstance) is constrained to 32 bits. That's not necessarily
/external/chromium_org/base/process/
Dmemory_unittest_mac.mm13 // that sizeof(anInstance) is constrained to 32 bits. That's not necessarily
/external/llvm/test/CodeGen/X86/
Dinline-asm.ll48 ; The constrained GR32_ABCD register class of the 'q' constraint requires
Dnorex-subreg.ll47 ; %vreg2 must be constrained to GR8_NOREX, or the COPY could become impossible.
/external/chromium_org/chrome/browser/ui/cocoa/
Dprofile_signin_confirmation_dialog_cocoa.mm74 // Setup the constrained window that will show the view.
Dconstrained_web_dialog_delegate_mac.mm111 // Create a window to hold web_contents in the constrained sheet:
/external/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-Memory.txt18 references: constrained pointers that cannot be manipulated: added and
D2001-02-13-Reference-MemoryResponse.txt9 > references: constrained pointers that cannot be manipulated: added and
D2001-06-01-GCCOptimizations2.txt8 > optimization is severely time-constrained.
/external/chromium_org/third_party/opus/src/
DREADME.draft42 -cvbr : enable constrained variable bitrate; default: unconstrained
/external/chromium_org/third_party/icu/patches/
Dlocale3.patch102 +# constrained by
184 +# constrained by
311 +# constrained by
439 +# constrained by
523 +# constrained by
/external/llvm/docs/
DPackaging.rst12 break things for constrained platforms. These settings are not optimal for most
/external/chromium_org/chrome/browser/resources/gaia_auth/
Dmain.js58 this.constrained_ = params.constrained == '1';

1234