/external/clang/lib/Analysis/ |
D | ThreadSafetyTIL.cpp | 221 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/ |
D | method-lookup-3.m | 5 typedef struct { int x; } Alternate; typedef 7 #define INTERFERE_TYPE Alternate*
|
/external/e2fsprogs/ |
D | e2fsprogs.lsm | 14 Alternate-site:
|
/external/regex-re2/re2/ |
D | set.cc | 78 re2::Regexp* re = re2::Regexp::Alternate(const_cast<re2::Regexp**>(&re_[0]), in Compile()
|
D | regexp.h | 390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags);
|
D | regexp.cc | 258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { in Alternate() function in re2::Regexp
|
/external/mesa3d/docs/ |
D | MESA_ycbcr_texture.spec | 139 In section 3.8.2, Alternate Texture Image Specification Commands, on
|
/external/llvm/test/Feature/ |
D | optnone-llc.ll | 55 ; Alternate post-RA scheduler.
|
/external/autotest/client/samples/ |
D | control.kbuild_and_tests | 20 * Local kernel.org mirror - Alternate kernel.org mirror that you can set on
|
/external/libxml2/os400/iconv/ |
D | README.iconv | 22 xxxxx is the 5 digit CCSID; no null terminator is required. Alternate codes
|
/external/skia/ |
D | public.bzl | 417 "tests/PathOpsSkpClipTest.cpp", # Alternate main. 419 "tests/SkpSkGrTest.cpp", # Alternate main.
|
/external/curl/tests/data/ |
D | test2024 | 13 <!-- Alternate the order that Basic and Digest headers appear in responses to
|
D | test2026 | 13 <!-- Alternate the order that Basic and Digest headers appear in responses to
|
D | test2029 | 13 <!-- Alternate the order that Basic and NTLM headers appear in responses to
|
D | test2025 | 13 <!-- Alternate the order that Basic and NTLM headers appear in responses to
|
D | test2030 | 13 <!-- Alternate the order that Digest and NTLM headers appear in responses to
|
D | test2028 | 13 <!-- Alternate the order that Digest and NTLM headers appear in responses to
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 344 alternates[input[i]] = alts[i].Alternate 366 alts.Alternate = set
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 1065 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/ |
D | AMutableDictionary.m | 217 // Alternate implementations may set state->itemsPtr to an internal C array of objects.
|
D | AMutableArray.m | 243 // Alternate implementations may set state->itemsPtr to an internal C array of objects.
|
/external/skia/site/dev/chrome/ |
D | blink.md | 55 #### Code suppression does not yet exist \- Alternate method
|
/external/bison/ |
D | ChangeLog-1998 | 924 * 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/ |
D | MachineScheduler.cpp | 3314 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/ |
D | convrtrs.txt | 666 …# 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…
|