Home
last modified time | relevance | path

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

/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/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.py1453 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.py125 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/Shader/
DSetupRoutine.cpp391 Float4 ABC = M[0] + M[1] + M[2]; in generate() 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/mingw-w64/mingw-w64-headers/include/
Dwingdi.h2336 } ABC,*PABC,*NPABC,*LPABC; typedef