Home
last modified time | relevance | path

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

12345678

/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/u-boot/doc/device-tree-bindings/pinctrl/
Dst,stm32-pinctrl.txt87 * 1 : Alternate Function 0
88 * 2 : Alternate Function 1
89 * 3 : Alternate Function 2
91 * 16 : Alternate Function 15
/external/fonttools/Tests/varLib/data/master_ufo/TestFamily2-Master0.ufo/
Dfeatures.fea61 name "Alternate a";
62 name 1 0 0 "Alternate a";};
/external/clang/test/SemaObjC/
Dmethod-lookup-3.m5 typedef struct { int x; } Alternate; typedef
7 #define INTERFERE_TYPE Alternate*
/external/u-boot/board/freescale/mpc8544ds/
DREADME25 0xff80_0000 - 0xffbf_ffff Alternate bank 4MB
28 0xffb8_0000 Alternate image start 512KB
/external/e2fsprogs/
De2fsprogs.lsm13 Alternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
/external/u-boot/board/freescale/mpc8572ds/
DREADME22 0xe800_0000 - 0xebff_ffff Alternate bank 64MB
25 0xebf8_0000 - 0xebff_ffff Alternate U-Boot address 512KB
/external/python/cpython2/Doc/library/
Drepr.rst1 :mod:`repr` --- Alternate :func:`repr` implementation
5 :synopsis: Alternate repr() implementation with size limits.
/external/python/cpython3/Doc/library/
Dreprlib.rst1 :mod:`reprlib` --- Alternate :func:`repr` implementation
5 :synopsis: Alternate repr() implementation with size limits.
/external/fonttools/Tests/ttLib/tables/
DotTables_test.py305 result.Alternate = s.split()
337 self.assertEqual(g.Alternate, ["G.alt2", "G.alt1"])
339 self.assertEqual(z.Alternate, ["Z.fina"])
/external/tensorflow/tensorflow/core/util/
Dequal_graph_def_test.cc39 Node* Alternate(const GraphDefBuilder::Options& opts) { in Alternate() function
129 Alternate(a_.opts().WithName("A")); in TEST_F()
/external/grpc-grpc/doc/
Dconnection-backoff.md45 Alternate implementations must ensure that connection backoffs started at the
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.timers74 Alternate High Res Timers - http://high-res-timers.sourceforge.net (look
/external/mesa3d/docs/specs/
DMESA_ycbcr_texture.spec139 In section 3.8.2, Alternate Texture Image Specification Commands, on
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Doptnone-llc.ll55 ; Alternate post-RA scheduler.
/external/llvm/test/Feature/
Doptnone-llc.ll54 ; Alternate post-RA scheduler.
/external/opencensus-java/exporters/trace/zipkin/
DREADME.md61 This will report Zipkin v2 json format to a single server. Alternate
/external/libxml2/os400/iconv/
DREADME.iconv22 xxxxx is the 5 digit CCSID; no null terminator is required. Alternate codes
/external/u-boot/board/freescale/c29xpcie/
DREADME71 Alternate NOR bank
/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
/external/skia/tools/svg/
Dsvgs_parse_only.txt52 https://upload.wikimedia.org/wikipedia/commons/7/72/Seal_of_Utah_%28Alternate%29.svg
/external/skqp/tools/svg/
Dsvgs_parse_only.txt52 https://upload.wikimedia.org/wikipedia/commons/7/72/Seal_of_Utah_%28Alternate%29.svg
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dfp-nan.ll120 ; Repeat all tests with fast-math-flags. Alternate 'nnan' and 'fast' for more coverage.
/external/skqp/site/dev/chrome/
Dblink.md45 #### Code suppression does not yet exist \- Alternate method

12345678