Searched refs:Star (Results 1 - 25 of 30) sorted by relevance

12

/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.compat43 ATTRIBUTE User-Name-Is-Star 1035 integer
44 VALUE User-Name-Is-Star No 0
45 VALUE User-Name-Is-Star Yes 1
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordOpts.cpp49 Star<Or<Is<NoOp>, IsDraw> >,
61 // Star matches greedily, so we also have to exclude Save and Restore.
64 Star<Not<Or4<Is<Save>,
H A DSkRecordPattern.h92 // Star is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
94 struct Star { struct in namespace:SkRecords
137 // If head isn't a Star, try to match at i once.
148 // If head is a Star, walk i until it doesn't match.
150 unsigned matchHead(Star<T>*, SkRecord* record, unsigned i) {
/external/skia/src/core/
H A DSkRecordPattern.h88 // Star is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
90 struct Star { struct in namespace:SkRecords
133 // If head isn't a Star, try to match at i once.
144 // If head is a Star, walk i until it doesn't match.
146 unsigned matchHead(Star<T>*, SkRecord* record, unsigned i) {
H A DSkRecordOpts.cpp49 typedef Pattern3<Is<PushCull>, Star<Is<NoOp> >, Is<PopCull> > Pattern;
66 Star<Or<Is<NoOp>, IsDraw> >,
78 // Star matches greedily, so we also have to exclude Save and Restore.
80 Star<Not<Or3<Is<Save>,
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator in enum:llvm::AsmToken::TokenKind
/external/chromium_org/third_party/skia/tests/
H A DRecordPatternTest.cpp74 Pattern3<Is<Save>, Star<Is<ClipRect> >, Is<Restore> > pattern;
132 Star<Not<Or3<Is<Save>,
/external/skia/tests/
H A DRecordPatternTest.cpp74 Pattern3<Is<Save>, Star<Is<ClipRect> >, Is<Restore> > pattern;
132 Star<Not<Or3<Is<Save>,
/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc155 Frag Star(Frag a, bool nongreedy);
354 Frag Compiler::Star(Frag a, bool nongreedy) { function in class:re2::Compiler
372 Frag f = Star(a, nongreedy);
756 return Star(child_frags[0], re->parse_flags()&Regexp::NonGreedy);
1089 return Star(ByteRange(0x00, 0xff, false), true);
H A Dprefilter.cc208 static Info* Star(Info* a);
370 Prefilter::Info* Prefilter::Info::Star(Info *a) { function in class:re2::Prefilter::Info
607 info = Star(child_args[0]);
H A Dsimplify.cc319 return Regexp::Star(re->Incref(), f);
H A Dregexp.h387 static Regexp* Star(Regexp* sub, ParseFlags flags);
H A Dregexp.cc191 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { function in class:re2::Regexp
/external/regex-re2/re2/
H A Dcompile.cc154 Frag Star(Frag a, bool nongreedy);
353 Frag Compiler::Star(Frag a, bool nongreedy) { function in class:re2::Compiler
371 Frag f = Star(a, nongreedy);
755 return Star(child_frags[0], re->parse_flags()&Regexp::NonGreedy);
1088 return Star(ByteRange(0x00, 0xff, false), true);
H A Dprefilter.cc208 static Info* Star(Info* a);
378 Prefilter::Info* Prefilter::Info::Star(Info *a) { function in class:re2::Prefilter::Info
615 info = Star(child_args[0]);
H A Dsimplify.cc319 return Regexp::Star(re->Incref(), f);
H A Dregexp.h387 static Regexp* Star(Regexp* sub, ParseFlags flags);
H A Dregexp.cc191 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { function in class:re2::Regexp
/external/ceres-solver/internal/ceres/
H A Dgraph_algorithms_test.cc73 TEST(IndependentSetOrdering, Star) {
/external/clang/lib/Lex/
H A DModuleMap.cpp922 Star, enumerator in enum:clang::MMToken::TokenKind
1109 Tok.Kind = MMToken::Star;
1294 if (Tok.is(MMToken::Star))
1823 if(Tok.is(MMToken::Star)) {
1996 assert(Tok.is(MMToken::Star));
2108 if (Tok.is(MMToken::Star))
2241 case MMToken::Star:
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp536 case '*': return AsmToken(AsmToken::Star, StringRef(TokStart, 1));
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp307 case AsmToken::Star: Out->os() << "Star"; break;
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1175 case AsmToken::Star: SM.onStar(); break;
1968 if (getLexer().is(AsmToken::Star))
/external/clang/lib/Sema/
H A DSemaType.cpp1593 if (ASM == ArrayType::Star)
2613 ASM = ArrayType::Star;
2618 if (ASM == ArrayType::Star && !D.isPrototypeContext()) {
/external/clang/lib/AST/
H A DTypePrinter.cpp465 else if (T->getSizeModifier() == VariableArrayType::Star)

Completed in 1304 milliseconds

12