Home
last modified time | relevance | path

Searched refs:getSet (Results 1 – 23 of 23) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DSetEqualsTester.java40 getSet().equals(MinimalSet.from(getSampleElements()))); in testEquals_otherSetWithSameElements()
50 getSet().equals(MinimalSet.from(elements)) in testEquals_otherSetWithDifferentElements()
63 getSet().equals(MinimalSet.from(elements))); in testEquals_containingNull()
74 getSet().equals(other)); in testEquals_otherContainsNull()
81 getSet().equals(MinimalSet.from(fewerElements))); in testEquals_smallerSet()
87 getSet().equals(MinimalSet.from(moreElements))); in testEquals_largerSet()
92 getSet().equals(Helpers.copyToList(getSet()))); in testEquals_list()
DSetAddAllTester.java41 getSet().addAll(MinimalCollection.of(samples.e3, samples.e0))); in testAddAll_supportedSomePresent()
50 getSet().addAll(elementsToAdd)); in testAddAll_withDuplicates()
58 getSet().addAll(MinimalCollection.of(samples.e0))); in testAddAll_supportedAllPresent()
DSetRemoveTester.java38 getSet().remove(samples.e0); in testRemove_present()
41 getSet().contains(samples.e0)); in testRemove_present()
DSetAddTester.java41 assertFalse("add(present) should return false", getSet().add(samples.e0)); in testAdd_supportedPresent()
50 assertFalse("add(nullPresent) should return false", getSet().add(null)); in testAdd_supportedNullPresent()
DSetHashCodeTester.java42 expectedHashCode, getSet().hashCode()); in testHashCode()
59 expectedHashCode, getSet().hashCode()); in testHashCode_containingNull()
DAbstractSetTester.java34 protected final Set<E> getSet() { in getSet() method in AbstractSetTester
DSetNavigationTester.java52 navigableSet = (NavigableSet<E>) getSet(); in setUp()
73 navigableSet = (NavigableSet<E>) getSet(); in resetWithHole()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DLabel.java167 labelSet.addAll(a.getSet()); in add()
179 labelSet.addAll(a.getSet()); in add()
217 public IntSet getSet() { in getSet() method in Label
250 return !getSet().and(set).isNil(); in matches()
258 return matches(other.getSet()); in matches()
369 !edgeLabel.getSet().and(label.getSet()).isNil() ) { in intersect()
373 label.getSet().member(edgeLabel.label) ) { in intersect()
377 edgeLabel.getSet().member(label.label) ) { in intersect()
DMachineProbe.java89 labels.add(e.label.getSet()); in getEdgeLabels()
129 if (!t.isEpsilon() && !t.label.getSet().and(label).isNil() in getGrammarLocationsForInputSequence()
DDFAState.java317 IntSet t = label.getSet(); in addReachableLabel()
338 IntSet s_i = rl.getSet(); in addReachableLabel()
DDFA.java517 IntervalSet labels = (IntervalSet)label.getSet();
563 IntervalSet labels = (IntervalSet)label.getSet();
607 IntervalSet labels = (IntervalSet)label.getSet();
DLL1Analyzer.java228 IntSet sl = transition0.label.getSet(); in _FIRST()
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp233 static SetOfMachineInstr &getSet(BlockToSetOfInstrsPerColor &sets, in INITIALIZE_PASS_DEPENDENCY()
316 getSet(ReachableUses, MBB, CurReg, NbReg).insert(&MI); in initReachingDef()
397 SetOfMachineInstr &BBInSet = getSet(In, MBB, CurReg, NbReg); in reachingDefAlgorithm()
399 getSet(ReachableUses, MBB, CurReg, NbReg); in reachingDefAlgorithm()
400 SetOfMachineInstr &BBOutSet = getSet(Out, MBB, CurReg, NbReg); in reachingDefAlgorithm()
404 SetOfMachineInstr &PredOutSet = getSet(Out, *PredMBB, CurReg, NbReg); in reachingDefAlgorithm()
/external/chromium_org/v8/src/
Dv8natives.js378 set: desc.getSet(),
399 %AddNamedProperty(obj, "set", desc.getSet(), NONE);
717 SameValue(desc.getSet(), current.getSet()))) {
761 if (desc.hasSetter() && !SameValue(desc.getSet(), current.getSet())) {
841 setter = desc.getSet();
843 setter = current.getSet();
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2344 const UnicodeSet &getSet() const { in getSet() function in UnicodeSetWithStrings
2421 const UnicodeSet &realSet(set.getSet()); in containsSpanUTF16()
2522 const UnicodeSet &realSet(set.getSet()); in containsSpanBackUTF16()
2618 const UnicodeSet &realSet(set.getSet()); in containsSpanUTF8()
2721 const UnicodeSet &realSet(set.getSet()); in containsSpanBackUTF8()
2860 const UnicodeSet &realSet(set.getSet()); in getSpans()
3122 if(!sets[SLOW]->getSet().containsAll(string)) { in testSpan()
3127 if(!sets[FAST]->getSet().containsAll(string)) { in testSpan()
3133 if(!sets[SLOW]->getSet().containsNone(string)) { in testSpan()
3138 if(!sets[FAST]->getSet().containsNone(string)) { in testSpan()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dusettest.cpp2344 const UnicodeSet &getSet() const { in getSet() function in UnicodeSetWithStrings
2421 const UnicodeSet &realSet(set.getSet()); in containsSpanUTF16()
2522 const UnicodeSet &realSet(set.getSet()); in containsSpanBackUTF16()
2618 const UnicodeSet &realSet(set.getSet()); in containsSpanUTF8()
2721 const UnicodeSet &realSet(set.getSet()); in containsSpanBackUTF8()
2860 const UnicodeSet &realSet(set.getSet()); in getSpans()
3122 if(!sets[SLOW]->getSet().containsAll(string)) { in testSpan()
3127 if(!sets[FAST]->getSet().containsAll(string)) { in testSpan()
3133 if(!sets[SLOW]->getSet().containsNone(string)) { in testSpan()
3138 if(!sets[FAST]->getSet().containsNone(string)) { in testSpan()
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DACyclicDFACodeGenerator.java116 List labels = edge.label.getSet().toList(); in walkFixedDFAGeneratingStateMachine()
DCodeGenerator.java732 return genSetExpr(templates, label.getSet(), k, true); in genLabelExpr()
1301 size += edge.label.getSet().size(); in canGenerateSwitch()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DRandomPhrase.java129 IntervalSet typeSet = (IntervalSet)label.getSet(); in getTokenType()
DInterpreter.java359 new MismatchedSetException(((IntervalSet)label.getSet()).toRuntimeBitSet(), in parseEngine()
DNFAFactory.java721 return label.getSet(); in getCollapsedBlockAsSet()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DTreeToNFAConverter.g777 elements.addAll(setTrans.label.getSet());
/external/clang/lib/Analysis/
DThreadSafety.cpp907 const FactSet &getSet(CFGBlockSide Side) const { in getSet() function