Home
last modified time | relevance | path

Searched defs:ABC (Results 1 - 17 of 17) sorted by relevance

/third_party/rust/crates/bitflags/src/
H A Dexample_generated.rs12 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; consts
H A Dlib.rs956 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; consts
1675 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; test_u128_bitflags() consts
[all...]
/third_party/rust/crates/bitflags/tests/
H A Dbasic.rs13 const ABC = Flags::A.bits | Flags::B.bits | Flags::C.bits; consts
/third_party/typescript/tests/baselines/reference/
H A DstringLiteralTypesWithTemplateStrings01.js9 var ABC = "ABC"; variable
H A DmappedTypeNotMistakenlyHomomorphic.js39 var ABC; global() variable
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Ddump-macros-only.c2 #define ABC abc macro
3 #undef ABC macro
H A Ddump-macros.c1 #define ABC abc macro
2 #undef ABC macro
/third_party/python/Lib/test/
H A Dtest_typechecks.py6 class ABC(type): class
H A Dtest_unicode.py1595 ABC = 'abc' variable in UnicodeTest.test_formatting_with_enum.Str
[all...]
/third_party/python/Lib/
H A Dabc.py184 class ABC(metaclass=ABCMeta): global() class
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcstrtest.c49 static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TestAPI() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dbase_printer.py9 from abc import ABC, abstractmethod namespace
H A Dentity_db.py9 from abc import ABC, abstractmethod namespace
/third_party/vulkan-loader/scripts/
H A Dloader_genvk.py375 import abc; abc.ABC = abc.ABCMeta('ABC', (object,), {}) namespace
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py37 from abc import ABC namespace
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp383 Float4 ABC = M[0] + M[1] + M[2]; in generate() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp391 Float4 ABC = M[0] + M[1] + M[2]; in generate() local

Completed in 14 milliseconds