Searched refs:Alternate (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dset.cc78 re2::Regexp* re = re2::Regexp::Alternate(const_cast<re2::Regexp**>(&re_[0]),
H A Dregexp.h390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags);
398 // Like Alternate but does not factor out common prefixes.
531 // Concat and Alternate handle larger numbers of subexpressions
533 // Other routines should call Concat or Alternate instead of
H A Dregexp.cc258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { function in class:re2::Regexp
/external/regex-re2/re2/
H A Dset.cc78 re2::Regexp* re = re2::Regexp::Alternate(const_cast<re2::Regexp**>(&re_[0]),
H A Dregexp.h390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags);
398 // Like Alternate but does not factor out common prefixes.
531 // Concat and Alternate handle larger numbers of subexpressions
533 // Other routines should call Concat or Alternate instead of
H A Dregexp.cc258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { function in class:re2::Regexp
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_ycbcr_texture.spec139 In section 3.8.2, Alternate Texture Image Specification Commands, on
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec139 In section 3.8.2, Alternate Texture Image Specification Commands, on
/external/harfbuzz/src/
H A Dharfbuzz-gsub-private.h105 HB_UShort* Alternate; /* array of alternate glyph IDs */ member in struct:HB_AlternateSet_
107 Alternate array */
H A Dharfbuzz-gsub.c542 as->Alternate = NULL;
544 if ( ALLOC_ARRAY( as->Alternate, count, HB_UShort ) )
547 a = as->Alternate;
566 FREE( as->Alternate );
698 aset.GlyphCount, aset.Alternate,
703 value = aset.Alternate[alt_index];
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gsub-private.h105 HB_UShort* Alternate; /* array of alternate glyph IDs */ member in struct:HB_AlternateSet_
107 Alternate array */
H A Dharfbuzz-gsub.c542 as->Alternate = NULL;
544 if ( ALLOC_ARRAY( as->Alternate, count, HB_UShort ) )
547 a = as->Alternate;
566 FREE( as->Alternate );
698 aset.GlyphCount, aset.Alternate,
703 value = aset.Alternate[alt_index];
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh1072 Alternate = 3, enumerator in enum:OT::SubstLookupSubTable::Type
1087 case Alternate: return TRACE_RETURN (u.alternate.dispatch (c));
1104 case Alternate: return TRACE_RETURN (u.alternate.sanitize (c));
1232 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return TRACE_RETURN (false);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1064 Alternate = 3, enumerator in enum:OT::SubstLookupSubTable::Type
1079 case Alternate: return TRACE_RETURN (u.alternate.dispatch (c));
1096 case Alternate: return TRACE_RETURN (u.alternate.sanitize (c));
1272 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return TRACE_RETURN (false);
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2689 bool Alternate = !ForceTopDown && !ForceBottomUp; local
2693 return new ScheduleDAGMI(C, new InstructionShuffler(Alternate, TopDown));
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids16429 099 Alternate Erase
16557 029 Alternate Function
/external/llvm/test/MC/ARM/
H A Dbasic-thumb2-instructions.s3547 @ Alternate syntax for LDR*(literal) encodings

Completed in 725 milliseconds