Home
last modified time | relevance | path

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

1234567

/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/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/curl/tests/data/
Dtest143630 Third
82 Third
/external/golang-protobuf/proto/
Dextensions_test.go509 {Third: []int32{1000}},
510 {Third: []int32{2000}},
516 {Third: []int32{1000}},
519 {Third: []int32{2000}},
578 {Third: []int32{1000}},
579 {Third: []int32{2000}},
585 {Third: []int32{1000}},
588 {Third: []int32{2000}},
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
Dllvm-mca-markers-5.s11 # LLVM-MCA-BEGIN Third Region
56 # CHECK: [2] Code Region - Third Region
/external/webrtc/webrtc/
DREADME.chromium12 Third party code used in this project is described
/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/swiftshader/third_party/llvm-7.0/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
/external/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
/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.rst23 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/llvm/test/tools/llvm-split/
Dscc-const-alias.ll15 ; Third file is actually empty.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-split/
Dscc-const-alias.ll15 ; Third file is actually empty.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dinjected-sources.test22 ; CHECK-NEXT: <DisplayString>Third test</DisplayString>
/external/python/cpython2/Doc/extending/
Dindex.rst27 as part of this version of CPython. Third party tools may offer simpler
/external/u-boot/doc/
DREADME.TPL7 TPL---Third Program Loader.
/external/clang/include/clang/Sema/
DOverload.h145 ImplicitConversionKind Third : 8; variable
226 return Second == ICK_Identity && Third == ICK_Identity; in isIdentityConversion()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java567 private abstract static class Third<T, D> extends Second<T> {} class in TypeTokenTest
569 private abstract static class Fourth<T, D> extends Third<D, T> {}
653 assertTrue(tokS.isAssignableFrom(Third.class.getGenericSuperclass())); in testAssignableParameterizedTypeToClass()
665 assertTrue(tokS.isAssignableFrom(Third[].class)); in testAssignableArrayToClass()
677 assertTrue(tokS.isAssignableFrom(new TypeToken<Third>() {})); in testAssignableTokenToClass()
679 new TypeToken<Third<String, Integer>>() {})); in testAssignableTokenToClass()
734 new TypeToken<Third<String, Integer>>() {})); in testAssignableTokenToType()
736 new TypeToken<Third<Integer, String>>() {})); in testAssignableTokenToType()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/
Dex3.ll1 ; Third example from Doc/Coroutines.rst (two suspend points)
/external/markdown/docs/extensions/
DHeaderId.txt44 <h1 id="header_2">Third Header</h1>

1234567