Searched refs:Subset (Results 1 - 8 of 8) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DCharacter_SubsetTest.java25 * @tests java.lang.Character.Subset#Character.Subset(java.lang.String)
31 new Character.Subset(null) {
39 * @tests java.lang.Character.Subset#toString()
44 Character.Subset subset = new Character.Subset(name) {
/external/openfst/src/include/fst/
H A Ddeterminize.h256 typedef slist<Element> Subset; typedef in class:fst::DeterminizeFsaImpl
257 typedef map<Label, Subset*> LabelMap;
317 Subset *subset = new Subset;
323 Subset *subset = subsets_[s];
325 for (typename Subset::iterator siter = subset->begin();
348 StateId FindState(Subset *subset) {
360 StateId CreateState(Subset *subset) {
370 Weight ComputeDistance(const Subset *subset) {
372 for (typename Subset
[all...]
/external/llvm/unittests/Support/
H A DIntegersSubsetTest.cpp34 typedef IntegersSubsetGeneric<Int> Subset; typedef in namespace:__anon9271
35 typedef IntegersSubsetMapping<unsigned,Subset,Int> Mapping;
44 // Initialize Subset as union of three pairs:
49 Subset TheSubset(Ranges);
68 Subset TheSingleNumber(Ranges);
74 Subset NotASingleNumber(Ranges);
85 Subset WithSingleNumberItems(Ranges);
98 Subset NotOptimizedSubset(Ranges);
111 Subset OneMoreSubset(Ranges);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddeterminize.h221 typedef slist<Element> Subset; typedef in class:fst::DeterminizeFsaImpl
222 typedef map<Label, Subset*> LabelMap;
246 Subset *subset = new Subset;
252 Subset *subset = subsets_[s];
254 for (typename Subset::iterator siter = subset->begin();
275 StateId FindState(Subset *subset) {
305 Subset *src_subset = subsets_[s];
307 for (typename Subset::iterator siter = src_subset->begin();
317 Subset*
[all...]
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp505 const FunctionProtoType *Subset, SourceLocation SubLoc) {
521 Subset = ResolveExceptionSpec(SubLoc, Subset);
522 if (!Subset)
529 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
544 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
546 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType();
560 FunctionProtoType::NoexceptResult SubNR = Subset->getNoexceptSpec(Context);
575 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
589 for (FunctionProtoType::exception_iterator SubI = Subset
502 CheckExceptionSpecSubset( const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, const FunctionProtoType *Superset, SourceLocation SuperLoc, const FunctionProtoType *Subset, SourceLocation SubLoc) argument
[all...]
/external/openfst/src/test/
H A Dalgo_test.h921 CHECK(Subset(A1, U));
922 CHECK(Subset(A2, U));
929 CHECK(Subset(A1, U));
930 CHECK(Subset(A2, U));
942 CHECK(Subset(C, S));
955 CHECK(Subset(*C, S));
976 CHECK(Subset(I1, S1));
977 CHECK(Subset(I1, S2));
1109 bool Subset(const Fst<Arc> &fsa1, const Fst<Arc> &fsa2) {
/external/clang/include/clang/Sema/
H A DSema.h911 const FunctionProtoType *Subset, SourceLocation SubLoc);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 247 milliseconds