/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/rust/crates/tokio-stream/tests/ |
D | stream_fuse.rs | 7 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/ |
D | SubstLookupSubTable.hh | 40 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/ |
D | features.fea | 61 name "Alternate a"; 62 name 1 0 0 "Alternate a";};
|
/external/pigweed/pw_sys_io_stm32cube/ |
D | sys_io.cc | 75 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/ |
D | method-lookup-3.m | 5 typedef struct { int x; } Alternate; typedef 7 #define INTERFERE_TYPE Alternate*
|
/external/icu/tools/icu4c_srcgen/doc_patches/patches/unicode/ |
D | ulocdata.h.patch | 47 - /** 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/ |
D | stm32l4xx_hal_msp.c | 179 GPIO_InitStruct.Alternate = GPIO_AF7_USART2; in HAL_UART_MspInit()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/ |
D | stm32l4xx_hal_msp.c | 179 GPIO_InitStruct.Alternate = GPIO_AF7_USART2; in HAL_UART_MspInit()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_gpio.c | 215 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/ |
D | stm32l4xx_hal_gpio.c | 215 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/ |
D | alerts.less | 55 // Alternate styles
|
D | buttons.less | 57 // Alternate buttons
|
/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/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_gpio.h | 77 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/ |
D | stm32l4xx_hal_gpio.h | 77 uint32_t Alternate; /*!< Peripheral to be connected to the selected pins member
|
/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/fonttools/Tests/ttLib/tables/ |
D | otTables_test.py | 303 result.Alternate = s.split() 335 self.assertEqual(g.Alternate, ["G.alt2", "G.alt1"]) 337 self.assertEqual(z.Alternate, ["Z.fina"])
|
/external/grpc-grpc/doc/ |
D | connection-backoff.md | 45 Alternate implementations must ensure that connection backoffs started at the
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | set.cc | 98 re2::Regexp* re = re2::Regexp::Alternate(sub.data(), size_, pf); in Compile()
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.timers | 74 Alternate High Res Timers - http://high-res-timers.sourceforge.net (look
|
/external/opencensus-java/exporters/trace/zipkin/ |
D | README.md | 61 This will report Zipkin v2 json format to a single server. Alternate
|
/external/mesa3d/docs/_extra/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.
|