Home
last modified time | relevance | path

Searched refs:Alternate (Results 1 – 25 of 161) 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/mesa3d/docs/
DMESA_ycbcr_texture.spec139 In section 3.8.2, Alternate Texture Image Specification Commands, on
/external/llvm/test/Feature/
Doptnone-llc.ll55 ; Alternate post-RA scheduler.
/external/autotest/client/samples/
Dcontrol.kbuild_and_tests20 * Local kernel.org mirror - Alternate kernel.org mirror that you can set on
/external/libxml2/os400/iconv/
DREADME.iconv22 xxxxx is the 5 digit CCSID; no null terminator is required. Alternate codes
/external/skia/
Dpublic.bzl417 "tests/PathOpsSkpClipTest.cpp", # Alternate main.
419 "tests/SkpSkGrTest.cpp", # Alternate main.
/external/curl/tests/data/
Dtest202413 <!-- Alternate the order that Basic and Digest headers appear in responses to
Dtest202613 <!-- Alternate the order that Basic and Digest headers appear in responses to
Dtest202913 <!-- Alternate the order that Basic and NTLM headers appear in responses to
Dtest202513 <!-- Alternate the order that Basic and NTLM headers appear in responses to
Dtest203013 <!-- Alternate the order that Digest and NTLM headers appear in responses to
Dtest202813 <!-- Alternate the order that Digest and NTLM headers appear in responses to
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py344 alternates[input[i]] = alts[i].Alternate
366 alts.Alternate = set
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh1065 Alternate = 3, enumerator
1081 case Alternate: return_trace (u.alternate.dispatch (c)); in dispatch()
1201 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return_tra… in serialize_alternate()
/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/llvm/lib/CodeGen/
DMachineScheduler.cpp3314 bool Alternate = !ForceTopDown && !ForceBottomUp; in createInstructionShuffler() local
3318 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…

1234567