/external/chromium_org/chrome/browser/sync_file_system/ |
subtree_set.h | 17 // Stores disjoint subtrees of a directory tree. 23 // Returns true if the subtree induced by |subtree_root| is disjoint with 28 // subtree is disjoint with all subtrees in the container.
|
/external/llvm/test/tools/llvm-profdata/ |
simple.test | 66 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=DISJOINT 67 DISJOINT: foo: 68 DISJOINT: Counters: 3 69 DISJOINT: Function count: 1 70 DISJOINT: Block counts: [2, 3] 71 DISJOINT: bar: 72 DISJOINT: Counters: 3 73 DISJOINT: Function count: 1 74 DISJOINT: Block counts: [2, 3] 75 DISJOINT: Total functions: [all...] |
/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/chromium_org/net/spdy/ |
spdy_prefixed_buffer_reader.h | 14 // from a disjoint buffer prefix & suffix.
|
/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...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
Collections2Test.java | 347 assertTrue(Collections.disjoint(c1, c2)); 349 assertFalse(Collections.disjoint(c1, c2)); 355 assertTrue(Collections.disjoint(c1, c2)); 357 assertFalse(Collections.disjoint(c1, c2)); 363 assertTrue(Collections.disjoint(c1, c2)); 365 assertFalse(Collections.disjoint(c1, c2)); 371 assertTrue(Collections.disjoint(c1, c2)); 373 assertFalse(Collections.disjoint(c1, c2)); 379 assertTrue(Collections.disjoint(c1, c2)); 381 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 | 70 void markSubtreesDisjoint(bool disjoint) { m_subtreesAreDisjoint = disjoint; }
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
touch-action-pan.html | 28 Disjoint flags intersect to none 47 Disjoint flags intersect to none
|
/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/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/deqp/modules/egl/ |
teglClientExtensionTests.cpp | 243 : TestCase(eglTestCtx, "disjoint", "Check that client and display extensions are disjoint") 279 // Check that sets are disjoint 298 m_testCtx.getLog() << TestLog::Message << "Extension sets are not disjoint" << TestLog::EndMessage;
|
/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/eigen/Eigen/src/SparseCore/ |
SparseColEtree.h | 69 IndexVector pp(nc); // disjoint sets 70 pp.setZero(); // Initialize disjoint sets
|