/third_party/flatbuffers/tests/ |
D | more_defaults_generated.rs | 25 pub struct ABC(pub i32); struct 27 impl ABC { impl 49 impl std::fmt::Debug for ABC { implementation 58 impl<'a> flatbuffers::Follow<'a> for ABC { implementation 69 impl flatbuffers::Push for ABC { implementation 77 impl flatbuffers::EndianScalar for ABC { implementation 91 impl<'a> flatbuffers::Verifiable for ABC { implementation 101 impl flatbuffers::SimpleToVerifyInSlice for ABC {} implementation 194 pub fn abcs(&self) -> flatbuffers::Vector<'a, ABC> { in abcs() argument 263 pub fn add_abcs(&mut self, abcs: flatbuffers::WIPOffset<flatbuffers::Vector<'b , ABC>>) { in add_abcs() argument
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_1_002.cpp | 12 #define ABC() 1 macro
|
D | t_9_010.cpp | 25 #define ABC 1 macro
|
/third_party/typescript/tests/cases/conformance/types/stringLiteral/ |
D | stringLiteralTypesWithTemplateStrings01.ts | 3 let ABC: "ABC" = `ABC`; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | stringLiteralTypesWithTemplateStrings01.js | 2 let ABC: "ABC" = `ABC`; variable
|
D | instanceOfAssignability.js | 82 class ABC { a; b; c; } class 189 function ABC() { class in ABC
|
D | mixinPrivateAndProtected.js | 153 var AB2C = mixC(AB2), ABC = mixC(AB); variable
|
/third_party/typescript/tests/cases/compiler/ |
D | unionPropertyExistence.ts | 19 type ABC = C | AB; alias
|
D | instanceOfAssignability.ts | 81 class ABC { a; b; c; } class
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | dump-macros-only.c | 2 #define ABC abc macro
|
D | dump-macros.c | 1 #define ABC abc macro
|
/third_party/boost/libs/log/test/common/ |
D | char_definitions.hpp | 46 static const char* ABC() { return "ABC"; } in ABC() function 84 static const wchar_t* ABC() { return L"ABC"; } in ABC() function
|
/third_party/python/Lib/test/ |
D | test_typechecks.py | 6 class ABC(type): class
|
D | test_unicode.py | 1492 ABC = 'abc' variable in UnicodeTest.test_formatting_with_enum.Str
|
/third_party/node/test/parallel/ |
D | test-stream-uint8array.js | 7 const ABC = new Uint8Array([0x41, 0x42, 0x43]); constant
|
D | test-http2-compat-serverresponse-trailers.js | 14 ABC: 123 property
|
/third_party/python/Lib/ |
D | abc.py | 184 class ABC(metaclass=ABCMeta): class
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cstrtest.c | 47 …static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TestAPI() local
|
/third_party/boost/libs/type_traits/test/ |
D | common_type_test.cpp | 58 typedef typename boost::common_type<C, A, B>::type ABC; in assignation_3() typedef
|
D | common_type_2_test.cpp | 60 typedef typename boost::common_type<C, A, B>::type ABC; in assignation_3() typedef
|
/third_party/libxml2/ |
D | timsort.h | 428 int ABC, BCD, CD; in TIM_SORT_COLLAPSE() local
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | timsort.h | 458 int ABC, BCD, CD; in TIM_SORT_COLLAPSE() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SetupRoutine.cpp | 383 Float4 ABC = M[0] + M[1] + M[2]; in generate() local
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | SetupRoutine.cpp | 391 Float4 ABC = M[0] + M[1] + M[2]; in generate() local
|