/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: download.sourceforge.net /pub/sourceforge/e2fsprogs
|
/external/python/cpython2/Doc/library/ |
D | repr.rst | 1 :mod:`repr` --- Alternate :func:`repr` implementation 5 :synopsis: Alternate repr() implementation with size limits.
|
/external/python/cpython3/Doc/library/ |
D | reprlib.rst | 1 :mod:`reprlib` --- Alternate :func:`repr` implementation 5 :synopsis: Alternate repr() implementation with size limits.
|
/external/tensorflow/tensorflow/core/util/ |
D | equal_graph_def_test.cc | 39 Node* Alternate(const GraphDefBuilder::Options& opts) { in Alternate() function 129 Alternate(a_.opts().WithName("A")); in TEST_F()
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.timers | 74 Alternate High Res Timers - http://high-res-timers.sourceforge.net (look
|
/external/mesa3d/docs/specs/ |
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 | 54 ; Alternate post-RA scheduler.
|
/external/libxml2/os400/iconv/ |
D | README.iconv | 22 xxxxx is the 5 digit CCSID; no null terminator is required. Alternate codes
|
/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 | test2028 | 13 <!-- Alternate the order that Digest and NTLM headers appear in responses to
|
D | test2030 | 13 <!-- Alternate the order that Digest and NTLM headers appear in responses to
|
/external/skqp/tools/svg/ |
D | svgs_parse_only.txt | 52 https://upload.wikimedia.org/wikipedia/commons/7/72/Seal_of_Utah_%28Alternate%29.svg
|
/external/skia/tools/svg/ |
D | svgs_parse_only.txt | 52 https://upload.wikimedia.org/wikipedia/commons/7/72/Seal_of_Utah_%28Alternate%29.svg
|
/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 | 1094 Alternate = 3, enumerator 1110 case Alternate: return_trace (u.alternate.dispatch (c)); in dispatch() 1230 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return_tra… in serialize_alternate()
|
/external/skqp/site/dev/chrome/ |
D | blink.md | 44 #### Code suppression does not yet exist \- Alternate method
|
/external/skia/site/dev/chrome/ |
D | blink.md | 44 #### Code suppression does not yet exist \- Alternate method
|
/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/python/cpython2/Doc/reference/ |
D | introduction.rst | 39 Alternate Implementations
|