HomeSort by relevance Sort by last modified time
    Searched refs:Star (Results 1 - 25 of 31) sorted by null

1 2

  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 43 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/
SkRecordOpts.cpp 49 Star<Or<Is<NoOp>, IsDraw> >,
61 // Star matches greedily, so we also have to exclude Save and Restore.
64 Star<Not<Or4<Is<Save>,
SkRecordPattern.h 92 // Star is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
94 struct Star {
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/
SkRecordPattern.h 88 // Star is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
90 struct Star {
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) {
SkRecordOpts.cpp 49 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/
MCAsmLexer.h 47 Star, Dot, Comma, Dollar, Equal, EqualEqual,
  /external/chromium_org/third_party/skia/tests/
RecordPatternTest.cpp 74 Pattern3<Is<Save>, Star<Is<ClipRect> >, Is<Restore> > pattern;
132 Star<Not<Or3<Is<Save>,
  /external/skia/tests/
RecordPatternTest.cpp 74 Pattern3<Is<Save>, Star<Is<ClipRect> >, Is<Restore> > pattern;
132 Star<Not<Or3<Is<Save>,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
LLand.java 258 final Star sun = new Star(getContext());
277 final Star moon = new Star(getContext());
296 s = new Star(getContext());
317 if (s instanceof Star) {
    [all...]
  /external/chromium_org/third_party/re2/re2/
compile.cc 155 Frag Star(Frag a, bool nongreedy);
354 Frag Compiler::Star(Frag a, bool nongreedy) {
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);
    [all...]
prefilter.cc 208 static Info* Star(Info* a);
370 Prefilter::Info* Prefilter::Info::Star(Info *a) {
607 info = Star(child_args[0]);
regexp.h 387 static Regexp* Star(Regexp* sub, ParseFlags flags);
simplify.cc 319 return Regexp::Star(re->Incref(), f);
regexp.cc 191 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) {
  /external/regex-re2/re2/
compile.cc 154 Frag Star(Frag a, bool nongreedy);
353 Frag Compiler::Star(Frag a, bool nongreedy) {
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);
    [all...]
prefilter.cc 208 static Info* Star(Info* a);
378 Prefilter::Info* Prefilter::Info::Star(Info *a) {
615 info = Star(child_args[0]);
regexp.h 387 static Regexp* Star(Regexp* sub, ParseFlags flags);
simplify.cc 319 return Regexp::Star(re->Incref(), f);
regexp.cc 191 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) {