Home
last modified time | relevance | path

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

1234567891011

/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/rust/crates/tokio-stream/tests/
Dstream_fuse.rs7 struct Alternate { struct
11 impl Stream for Alternate { implementation
29 let mut stream = Alternate { state: 0 }; in basic_usage()
/external/harfbuzz_ng/src/OT/Layout/GSUB/
DSubstLookupSubTable.hh40 Alternate = 3, enumerator
55 case Alternate: return_trace (u.alternate.dispatch (c, std::forward<Ts> (ds)...)); in dispatch()
/external/fonttools/Tests/varLib/data/master_ufo/TestFamily2-Master0.ufo/
Dfeatures.fea61 name "Alternate a";
62 name 1 0 0 "Alternate a";};
/external/pigweed/pw_sys_io_stm32cube/
Dsys_io.cc75 GPIO_InitStruct.Alternate = USART_GPIO_ALTERNATE_FUNC; in pw_sys_io_Init()
82 GPIO_InitStruct.Alternate = USART_GPIO_ALTERNATE_FUNC; in pw_sys_io_Init()
/external/clang/test/SemaObjC/
Dmethod-lookup-3.m5 typedef struct { int x; } Alternate; typedef
7 #define INTERFERE_TYPE Alternate*
/external/icu/tools/icu4c_srcgen/doc_patches/patches/unicode/
Dulocdata.h.patch47 - /** Alternate quotation start \xrefitem stable "Stable" "Stable List" ICU 3.4 */
49 - /** Alternate quotation end \xrefitem stable "Stable" "Stable List" ICU 3.4 */
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/
Dstm32l4xx_hal_msp.c179 GPIO_InitStruct.Alternate = GPIO_AF7_USART2; in HAL_UART_MspInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/
Dstm32l4xx_hal_msp.c179 GPIO_InitStruct.Alternate = GPIO_AF7_USART2; in HAL_UART_MspInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c215 assert_param(IS_GPIO_AF(GPIO_Init->Alternate)); in HAL_GPIO_Init()
220 temp |= ((uint32_t)(GPIO_Init->Alternate) << (((uint32_t)position & (uint32_t)0x07) * 4)); in HAL_GPIO_Init()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c215 assert_param(IS_GPIO_AF(GPIO_Init->Alternate)); in HAL_GPIO_Init()
220 temp |= ((uint32_t)(GPIO_Init->Alternate) << (((uint32_t)position & (uint32_t)0x07) * 4)); in HAL_GPIO_Init()
/external/fmtlib/doc/bootstrap/
Dalerts.less55 // Alternate styles
Dbuttons.less57 // Alternate buttons
/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/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio.h77 uint32_t Alternate; /*!< Peripheral to be connected to the selected pins member
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio.h77 uint32_t Alternate; /*!< Peripheral to be connected to the selected pins member
/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/fonttools/Tests/ttLib/tables/
DotTables_test.py303 result.Alternate = s.split()
335 self.assertEqual(g.Alternate, ["G.alt2", "G.alt1"])
337 self.assertEqual(z.Alternate, ["Z.fina"])
/external/grpc-grpc/doc/
Dconnection-backoff.md45 Alternate implementations must ensure that connection backoffs started at the
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dset.cc98 re2::Regexp* re = re2::Regexp::Alternate(sub.data(), size_, pf); in Compile()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.timers74 Alternate High Res Timers - http://high-res-timers.sourceforge.net (look
/external/opencensus-java/exporters/trace/zipkin/
DREADME.md61 This will report Zipkin v2 json format to a single server. Alternate
/external/mesa3d/docs/_extra/specs/
DMESA_ycbcr_texture.spec139 In section 3.8.2, Alternate Texture Image Specification Commands, on
/external/llvm/test/Feature/
Doptnone-llc.ll54 ; Alternate post-RA scheduler.

1234567891011