Home
last modified time | relevance | path

Searched refs:disjoint (Results 1 – 25 of 42) sorted by relevance

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRetainAllTester.java65 private Target disjoint; field in CollectionRetainAllTester
84 disjoint in setUp()
140 expectReturnsFalse(disjoint); in testRetainAll_disjointPreviouslyEmpty()
147 expectReturnsFalseOrThrows(disjoint); in testRetainAll_disjointPreviouslyEmptyUnsupported()
154 expectReturnsTrue(disjoint); in testRetainAll_disjointPreviouslyNonEmpty()
162 expectThrows(disjoint); in testRetainAll_disjointPreviouslyNonEmptyUnsupported()
280 expectReturnsTrue(disjoint); in testRetainAll_containsNonNullWithNull()
/external/llvm/test/Analysis/BasicAA/
Dphi-and-select.ll44 ; Two PHIs with disjoint sets of inputs.
73 ; Two selects with disjoint sets of arms.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntervalSet.java112 if ( addition.adjacent(r) || !addition.disjoint(r) ) { in add()
120 if ( bigger.adjacent(next)||!bigger.disjoint(next) ) { in add()
444 else if ( !mine.disjoint(theirs) ) { in and()
DInterval.java96 public boolean disjoint(Interval other) { in disjoint() method in Interval
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DIDNA.java285 return !info.errors.isEmpty() && !Collections.disjoint(info.errors, errors); in hasCertainErrors()
293 return !info.labelErrors.isEmpty() && !Collections.disjoint(info.labelErrors, errors); in hasCertainLabelErrors()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DFeatureSpecificTestSuiteBuilder.java19 import static java.util.Collections.disjoint;
271 return !disjoint(a, b); in intersect()
/external/llvm/test/Analysis/CFLAliasAnalysis/
Dphi-and-select.ll8 ; Two PHIs with disjoint sets of inputs.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs608 bool disjoint = in ReduceToSingleOperationPerIndex()
614 if (prevRop.text == null && rop.text == null && !disjoint) in ReduceToSingleOperationPerIndex()
622 else if ( !disjoint && !same ) in ReduceToSingleOperationPerIndex()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java490 boolean disjoint = in reduceToSingleOperationPerIndex()
496 if ( prevRop.text==null && rop.text==null && !disjoint ) { in reduceToSingleOperationPerIndex()
503 else if ( !disjoint && !same ) { in reduceToSingleOperationPerIndex()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DSortedSetMultimapTestSuiteBuilder.java82 if (Collections.disjoint(features, EnumSet.allOf(CollectionSize.class))) { in computeMultimapAsMapGetTestSuite()
DListMultimapTestSuiteBuilder.java83 if (Collections.disjoint(features, EnumSet.allOf(CollectionSize.class))) { in computeMultimapAsMapGetTestSuite()
DSetMultimapTestSuiteBuilder.java81 if (Collections.disjoint(features, EnumSet.allOf(CollectionSize.class))) { in computeMultimapAsMapGetTestSuite()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c177 td.disjoint = sq->end != sq->start; in softpipe_get_query_result()
/external/llvm/test/Feature/
Doptnone-llc.ll46 ; LLC-Ox-DAG: Skipping pass 'Merge disjoint stack slots'
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs520 bool disjoint = in ReduceToSingleOperationPerIndex()
524 if (!disjoint && !same) { in ReduceToSingleOperationPerIndex()
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dstreams.py1421 disjoint = (prevRop.lastIndex < rop.index
1429 if prevRop.text is None and rop.text is None and not disjoint:
1436 elif not disjoint and not same:
/external/clang/docs/
DControlFlowIntegrityDesign.rst191 The compiler lays out classes of disjoint hierarchies in separate regions
192 of the object file. At worst, bit vectors in disjoint hierarchies only
193 need to cover their disjoint hierarchy. But the closer that classes in
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h582 boolean disjoint; member
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as338 // throw exception unless disjoint or identical
339 var disjoint:Boolean =
343 if ( !disjoint && !same ) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.m587 // throw exception unless disjoint or identical
588 BOOL disjoint = prevRop.lastIndex<rop.rwIndex || prevRop.rwIndex > rop.lastIndex;
590 if ( !disjoint && !same ) {
/external/llvm/test/Transforms/LCSSA/
Dindirectbr.ll544 ; An exit for Loop L1 may be the header of a disjoint Loop L2. Thus, when we
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUTS46Test.java732 return !errors.isEmpty() && !Collections.disjoint(errors, certainErrors); in hasCertainErrors()
/external/valgrind/docs/internals/
Dsegments-seginfos.txt122 etc., and assumes that the intervals are a disjoint cover of any
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java1211 List<IntervalSet> disjoint = makeEdgeSetsDisjoint(edges); in createLL_1_LookaheadDFA() local
1215 for (int i = 0; i < disjoint.size(); i++) { in createLL_1_LookaheadDFA()
1216 IntervalSet ds = (IntervalSet) disjoint.get(i); in createLL_1_LookaheadDFA()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst170 with a disjoint memory range.
259 used to draw disjoint primitive strips. For example, several separate

12