Home
last modified time | relevance | path

Searched refs:Third (Results 1 – 25 of 223) sorted by relevance

123456789

/external/google-fruit/include/fruit/impl/meta/
Dtriplet.h30 using Third = Third1; member
34 template <typename First, typename Second, typename Third>
36 using type = Triplet<First, Second, Third>;
43 using type = typename T::Third;
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/
Dmain.cpp27 struct Third struct
31 Third(int X, char Z) : in Third() function
41 Third *third = new Third(96,'E'); in main()
/external/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text60 3. Third
75 3. Third
111 3. Third
122 3. Third
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt60 3. Third
75 3. Third
111 3. Third
122 3. Third
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text60 3. Third
75 3. Third
111 3. Third
122 3. Third
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp257 NamespaceTypoProvider Third("AAB", "DDD"); in TEST() local
261 Installer->PushSource(&Third); in TEST()
268 ASSERT_EQ(0, Third.CallCount); in TEST()
311 CompleteTypeDiagnoser Third(true); in TEST() local
314 Installer->PushSource(&Third); in TEST()
321 ASSERT_EQ(0, Third.CallCount); in TEST()
/external/llvm-project/clang/unittests/Sema/
DExternalSemaSourceTest.cpp253 NamespaceTypoProvider Third("AAB", "DDD"); in TEST() local
257 Installer->PushSource(&Third); in TEST()
264 ASSERT_EQ(0, Third.CallCount); in TEST()
304 CompleteTypeDiagnoser Third(true); in TEST() local
307 Installer->PushSource(&Third); in TEST()
314 ASSERT_EQ(0, Third.CallCount); in TEST()
/external/llvm-project/clang/test/CXX/drs/
Ddr10xx.cpp34 …template<class T, template<class> class U = T::template A> struct Third { }; // expected-error {{i… struct
35 Third<A<int> > t; // expected-note {{in instantiation of default argument}}
/external/llvm-project/libcxx/benchmarks/
Dmap.bench.cpp40 enum class Hint { Begin, Third, Correct, End }; enumerator
318 auto Third = *(Data.Hints[I].begin() + 2); in run() local
322 : hint == ::Hint::Third ? Third : Map.end(); in run()
437 auto Third = *(Data.Hints[I].begin() + 2); in run() local
441 : hint == ::Hint::Third ? Third : Map.end(); in run()
557 auto Third = *(Data.Hints[I].begin() + 2); in run() local
561 : hint == ::Hint::Third ? Third : Map.end(); in run()
677 auto Third = *(Data.Hints[I].begin() + 2); in run() local
681 : hint == ::Hint::Third ? Third : Map.end(); in run()
/external/curl/tests/data/
Dtest143630 Third
82 Third
/external/golang-protobuf/proto/
Dextensions_test.go505 {Third: []int32{1000}},
506 {Third: []int32{2000}},
512 {Third: []int32{1000}},
515 {Third: []int32{2000}},
574 {Third: []int32{1000}},
575 {Third: []int32{2000}},
581 {Third: []int32{1000}},
584 {Third: []int32{2000}},
/external/llvm-project/lld/test/COFF/Inputs/
Dnatvis-3.natvis1 Third Natvis Test
/external/llvm-project/llvm/test/tools/llvm-mca/X86/
Dllvm-mca-markers-5.s11 # LLVM-MCA-BEGIN Third Region
62 # CHECK: [2] Code Region - Third Region
/external/webrtc/
DREADME.chromium13 Third party code used in this project is described
/external/exoplayer/tree/testdata/src/test/assets/ssa/
Doverlapping_timecodes9 Dialogue: 0:00:06.00,0:00:08.44,Third subtitle - out of order
Dinvalid_positioning15 Dialogue: 0,0:00:04:56,0:00:08:90,Default,Olly,{\an11}Third subtitle (invalid alignment).
Dpositioning15 Dialogue: 0,0:00:04:56,0:00:08:90,Default,Olly,{\pos(150,100)}Third subtitle{\pos(75,101)}, (only l…
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
Dmulmod-64.txt85 hi, lo = R(hi, lo, z) # Third reduction
94 hi, lo = R(hi, lo, z) # Third reduction
/external/libchrome/libchrome_tools/patch/
Dhash.patch9 -// Definition in base/third_party/superfasthash/superfasthash.c. (Third-party
/external/llvm-project/lld/test/ELF/linkerscript/
Drelocatable-discard.s11 ## 2) Third-party section .debug_info referencing discarded section
/external/python/cpython2/Doc/distutils/
Dindex.rst23 extensions that are provided as part of this version of Python. Third party
/external/python/cpython3/Doc/distutils/
Dindex.rst20 extensions that are provided as part of this version of Python. Third party
/external/nos/host/generic/libnos/generator/test/nos/generator/test/
Dtest.proto30 rpc Third (EmptyRequest) returns (EmptyResponse); rpc
/external/fft2d/
DREADME.android1 Third-party FFT (fast Fourier transform) code
/external/llvm-project/llvm/test/CodeGen/X86/
Dcatchpad-regmask.ll71 ; Third array access must remat the address of array
119 ; Third access must reload the address of imported

123456789