Home
last modified time | relevance | path

Searched defs:ABC (Results 1 – 24 of 24) sorted by relevance

/third_party/flatbuffers/tests/
Dmore_defaults_generated.rs25 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/
Dt_1_002.cpp12 #define ABC() 1 macro
Dt_9_010.cpp25 #define ABC 1 macro
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesWithTemplateStrings01.ts3 let ABC: "ABC" = `ABC`; variable
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypesWithTemplateStrings01.js2 let ABC: "ABC" = `ABC`; variable
DinstanceOfAssignability.js82 class ABC { a; b; c; } class
189 function ABC() { class in ABC
DmixinPrivateAndProtected.js153 var AB2C = mixC(AB2), ABC = mixC(AB); variable
/third_party/typescript/tests/cases/compiler/
DunionPropertyExistence.ts19 type ABC = C | AB; alias
DinstanceOfAssignability.ts81 class ABC { a; b; c; } class
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Ddump-macros-only.c2 #define ABC abc macro
Ddump-macros.c1 #define ABC abc macro
/third_party/boost/libs/log/test/common/
Dchar_definitions.hpp46 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/
Dtest_typechecks.py6 class ABC(type): class
Dtest_unicode.py1492 ABC = 'abc' variable in UnicodeTest.test_formatting_with_enum.Str
/third_party/node/test/parallel/
Dtest-stream-uint8array.js7 const ABC = new Uint8Array([0x41, 0x42, 0x43]); constant
Dtest-http2-compat-serverresponse-trailers.js14 ABC: 123 property
/third_party/python/Lib/
Dabc.py184 class ABC(metaclass=ABCMeta): class
/third_party/icu/icu4c/source/test/cintltst/
Dcstrtest.c47 …static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TestAPI() local
/third_party/boost/libs/type_traits/test/
Dcommon_type_test.cpp58 typedef typename boost::common_type<C, A, B>::type ABC; in assignation_3() typedef
Dcommon_type_2_test.cpp60 typedef typename boost::common_type<C, A, B>::type ABC; in assignation_3() typedef
/third_party/libxml2/
Dtimsort.h428 int ABC, BCD, CD; in TIM_SORT_COLLAPSE() local
/third_party/gettext/gnulib-local/lib/libxml/
Dtimsort.h458 int ABC, BCD, CD; in TIM_SORT_COLLAPSE() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp383 Float4 ABC = M[0] + M[1] + M[2]; in generate() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp391 Float4 ABC = M[0] + M[1] + M[2]; in generate() local