/ndk/tests/build/test-stlport_static-exception-force-rebuild/jni/ |
alias1.cpp | 3 /* PR c++/28139: disjoint alias sets for the store from
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
alias1.cpp | 3 /* PR c++/28139: disjoint alias sets for the store from
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
alias1.cpp | 3 /* PR c++/28139: disjoint alias sets for the store from
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionRetainAllTester.java | 65 private Target disjoint; field in class:CollectionRetainAllTester 84 disjoint 85 = new Target(disjointList, "disjoint"); 135 // retainAll(disjoint) 140 expectReturnsFalse(disjoint); 147 expectReturnsFalseOrThrows(disjoint); 154 expectReturnsTrue(disjoint); 162 expectThrows(disjoint); 280 expectReturnsTrue(disjoint);
|
ListAddAllAtIndexTester.java | 139 assertTrue("addAll(middle, disjoint) should return true", 147 assertTrue("addAll(end, disjoint) should return true",
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
Interval.java | 72 /** Does this start completely before other? Disjoint */ 82 /** Does this.a start after other.b? May or may not be disjoint */ 85 /** Does this start completely after other? Disjoint */ 95 /** Are both ranges disjoint? I.e., no overlap? */ 96 public boolean disjoint(Interval other) { method in class:Interval 121 * within this, which would result in two disjoint intervals
|
IntervalSet.java | 50 * The ranges are ordered and disjoint so that 2..6 appears before 101..103. 55 /** The list of sorted, disjoint intervals. */ 112 if ( addition.adjacent(r) || !addition.disjoint(r) ) { 120 if ( bigger.adjacent(next)||!bigger.disjoint(next) ) { 135 // if disjoint and after r, a future iteration will handle it 137 // ok, must be after last interval (and disjoint from last interval) 156 if ( addition.adjacent(r) || !addition.disjoint(r) ) { 165 if ( bigger.adjacent(next)||!bigger.disjoint(next) ) { 179 // if disjoint and after r, a future iteration will handle it 181 // ok, must be after last interval (and disjoint from last interval [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
Collections2Test.java | 348 assertTrue(Collections.disjoint(c1, c2)); 350 assertFalse(Collections.disjoint(c1, c2)); 356 assertTrue(Collections.disjoint(c1, c2)); 358 assertFalse(Collections.disjoint(c1, c2)); 364 assertTrue(Collections.disjoint(c1, c2)); 366 assertFalse(Collections.disjoint(c1, c2)); 372 assertTrue(Collections.disjoint(c1, c2)); 374 assertFalse(Collections.disjoint(c1, c2)); 380 assertTrue(Collections.disjoint(c1, c2)); 382 assertFalse(Collections.disjoint(c1, c2)) [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
OldCollectionsTest.java | 523 assertTrue(Collections.disjoint(c1, c2)); 525 assertFalse(Collections.disjoint(c1, c2)); 531 assertTrue(Collections.disjoint(c1, c2)); 533 assertFalse(Collections.disjoint(c1, c2)); 539 assertTrue(Collections.disjoint(c1, c2)); 541 assertFalse(Collections.disjoint(c1, c2)); 547 assertTrue(Collections.disjoint(c1, c2)); 549 assertFalse(Collections.disjoint(c1, c2)); 555 assertTrue(Collections.disjoint(c1, c2)); 557 assertFalse(Collections.disjoint(c1, c2)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathNodeSet.h | 68 void markSubtreesDisjoint(bool disjoint) { m_subtreesAreDisjoint = disjoint; }
|
/external/llvm/test/Analysis/BasicAA/ |
phi-and-select.ll | 44 ; Two PHIs with disjoint sets of inputs. 73 ; Two selects with disjoint sets of arms.
|
/external/openfst/src/include/fst/ |
union-find.h | 18 // integers. Implemented using disjoint tree forests with rank 36 // Ctor: creates a disjoint set forest for the range [0;max).
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
union-find.h | 17 // integers. Implemented using disjoint tree forests with rank 33 // Ctor: creates a disjoint set forest for the range [0;max).
|
/external/chromium_org/third_party/skia/include/images/ |
SkPageFlipper.h | 21 you're about to draw into. This copyBits region will be disjoint from the
|
/external/skia/include/images/ |
SkPageFlipper.h | 21 you're about to draw into. This copyBits region will be disjoint from the
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/ |
basic.rb | 176 example 'disjoint inserts' do 184 example 'leave alone disjoint insert' do 191 example 'leave alone disjoint insert2' do
|
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/ |
AnnotationsList.java | 33 * disjoint sets of types.
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
AnnotationsList.java | 33 * disjoint sets of types.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
AnnotationsList.java | 33 * disjoint sets of types.
|
/external/chromium_org/media/base/ |
ranges.h | 31 // Return the number of disjoint ranges. 48 // Disjoint, in increasing order of start.
|
/external/llvm/test/CodeGen/X86/ |
pr14090.ll | 40 ; CHECK: Before Merge disjoint stack slots 44 ; CHECK: After Merge disjoint stack slots
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
ResizableIntArrayTests.java | 309 assertEquals("length after disjoint fill", endPos2, src.getLength()); 313 assertEquals("new values after disjoint fill at " + i, value3, v); 315 assertEquals("unmodified values after disjoint fill at " + i, value2, v); 317 assertEquals("unmodified values after disjoint fill at " + i, i, v); 319 assertEquals("gap values after disjoint fill at " + i, 0, v);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
SetOperationsTest.java | 113 .named("union of disjoint") 158 .named("intersection of disjoint") 249 .named("set - disjoint")
|
/external/strace/linux/ |
syscall.h | 190 * files) are disjoint from IA32 syscall numbers. We need to define 252 * header files) are disjoint from IA32 syscall numbers. We need 299 * files) are disjoint from IA32 syscall numbers. We need to define
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
util.rb | 168 def disjoint?( range )
|