Home
last modified time | relevance | path

Searched refs:Alternate (Results 1 – 25 of 151) sorted by relevance

1234567

/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp221 auto *Alternate = Pred; in computeDominator() local
222 while (Alternate != Candidate) { in computeDominator()
223 if (Candidate->BlockID > Alternate->BlockID) in computeDominator()
226 Alternate = Alternate->DominatorNode.Parent; in computeDominator()
248 auto *Alternate = Succ; in computePostDominator() local
249 while (Alternate != Candidate) { in computePostDominator()
250 if (Candidate->BlockID < Alternate->BlockID) in computePostDominator()
253 Alternate = Alternate->PostDominatorNode.Parent; in computePostDominator()
/external/clang/test/SemaObjC/
Dmethod-lookup-3.m5 typedef struct { int x; } Alternate; typedef
7 #define INTERFERE_TYPE Alternate*
/external/e2fsprogs/
De2fsprogs.lsm14 Alternate-site:
/external/regex-re2/re2/
Dset.cc78 re2::Regexp* re = re2::Regexp::Alternate(const_cast<re2::Regexp**>(&re_[0]), in Compile()
Dregexp.h390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags);
Dregexp.cc258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { in Alternate() function in re2::Regexp
/external/llvm/test/Feature/
Doptnone-llc.ll53 ; Alternate post-RA scheduler.
/external/mesa3d/docs/
DMESA_ycbcr_texture.spec139 In section 3.8.2, Alternate Texture Image Specification Commands, on
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh1092 Alternate = 3, enumerator
1107 case Alternate: return TRACE_RETURN (u.alternate.dispatch (c)); in dispatch()
1124 case Alternate: return TRACE_RETURN (u.alternate.sanitize (c)); in sanitize()
1252 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return TRA… in serialize_alternate()
/external/libxml2/os400/iconv/
DREADME.iconv22 xxxxx is the 5 digit CCSID; no null terminator is required. Alternate codes
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py344 alternates[input[i]] = alts[i].Alternate
366 alts.Alternate = set
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DAMutableDictionary.m217 // Alternate implementations may set state->itemsPtr to an internal C array of objects.
DAMutableArray.m243 // Alternate implementations may set state->itemsPtr to an internal C array of objects.
/external/skia/site/dev/chrome/
Dblink.md55 #### Code suppression does not yet exist \- Alternate method
/external/bison/
DChangeLog-1998924 * src/reader.c (readgram): Alternate YYSTYPE defn for MSDOS.
982 (__yy_bcopy): Alternate definition for C++.
1262 * src/files.c (openfiles): Alternate file names for MSDOS.
1329 * src/new.h (FREE): Alternate definition for __STDC__ avoids error
/external/clang/include/clang/Basic/
DTokenKinds.def513 // Alternate spelling for various tokens. There are GCC extensions in all
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3222 bool Alternate = !ForceTopDown && !ForceBottomUp; in createInstructionShuffler() local
3226 return new ScheduleDAGMILive(C, make_unique<InstructionShuffler>(Alternate, TopDown)); in createInstructionShuffler()
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt666 …# windows-950 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows cod…
701 …windows-936 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows codep…
835 …# windows-949 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows cod…
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td446 // Vector operand versions of the FP registers. Alternate name printing and
/external/llvm/test/Transforms/InstCombine/
Dselect.ll205 ;; Alternate code sequence for (X & 16) ? 16 : 0
216 ;; Alternate code sequence for (X & 16) ? 16 : 0
/external/selinux/libsemanage/
DChangeLog83 * Alternate path for semanage.conf
/external/selinux/policycoreutils/po/
Dcs.po3446 msgid "Alternate root directory, defaults to /"
3620 msgid "Alternate SELinux policy, defaults to /sys/fs/selinux/policy"
Dsi_LK.po3442 msgid "Alternate root directory, defaults to /"
3616 msgid "Alternate SELinux policy, defaults to /sys/fs/selinux/policy"
Dlo.po3442 msgid "Alternate root directory, defaults to /"
3616 msgid "Alternate SELinux policy, defaults to /sys/fs/selinux/policy"
Dtl.po3442 msgid "Alternate root directory, defaults to /"
3616 msgid "Alternate SELinux policy, defaults to /sys/fs/selinux/policy"

1234567