Home
last modified time | relevance | path

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

12

/external/clang/test/SemaCXX/
Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/external/flatbuffers/tests/more_defaults/
Dabc_generated.rs26 pub struct ABC(pub i32); struct
28 impl ABC { implementation
50 impl core::fmt::Debug for ABC { implementation
59 impl<'a> flatbuffers::Follow<'a> for ABC { implementation
70 impl flatbuffers::Push for ABC { implementation
78 impl flatbuffers::EndianScalar for ABC { implementation
92 impl<'a> flatbuffers::Verifiable for ABC { implementation
102 impl flatbuffers::SimpleToVerifyInSlice for ABC {} implementation
Dmore_defaults_generated.rs110 pub fn abcs(&self) -> flatbuffers::Vector<'a, ABC> { in abcs() argument
180 pub fn add_abcs(&mut self, abcs: flatbuffers::WIPOffset<flatbuffers::Vector<'b , ABC>>) { in add_abcs() argument
/external/flatbuffers/tests/keyword_test/keyword_test/
Dabc_generated.rs26 pub struct ABC(pub i32); struct
28 impl ABC { implementation
50 impl core::fmt::Debug for ABC { implementation
59 impl<'a> flatbuffers::Follow<'a> for ABC { implementation
70 impl flatbuffers::Push for ABC { implementation
78 impl flatbuffers::EndianScalar for ABC { implementation
92 impl<'a> flatbuffers::Verifiable for ABC { implementation
102 impl flatbuffers::SimpleToVerifyInSlice for ABC {} implementation
Dkeywords_in_table_generated.rs68 pub fn is(&self) -> ABC { in is()
124 pub fn add_is(&mut self, is: ABC) { in add_is()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/
DEnumValuesTest.java12 enum ABC { enum in EnumValuesTest
19 private ABC(String d) { desc = d; } in ABC() method in EnumValuesTest.ABC
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
Dp1.cpp32 template<typename T> struct ABC { struct
33 int func () { in func()
/external/clang/test/CodeGen/
Dno-common.c11 fn_t ABC __attribute__ ((nocommon)); variable
/external/flatbuffers/tests/KeywordTest/
DABC.cs9 public enum ABC : int enum
/external/rust/crates/bitflags/src/
Dexample_generated.rs12 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; constant
Dlib.rs957 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; constant
1676 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; in test_u128_bitflags() constant
/external/rust/crates/bitflags/tests/
Dbasic.rs13 const ABC = Flags::A.bits | Flags::B.bits | Flags::C.bits; constant
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
DDataKeyTest.java36 private static final DataKey<String> ABC = new DataKey<String>() { field in DataKeyTest
/external/rust/crates/quiche/deps/boringssl/src/crypto/blake2/
Dblake2_test.cc22 TEST(BLAKE2B256Test, ABC) { in TEST() argument
/external/boringssl/src/crypto/blake2/
Dblake2_test.cc22 TEST(BLAKE2B256Test, ABC) { in TEST() argument
/external/cronet/third_party/boringssl/src/crypto/blake2/
Dblake2_test.cc22 TEST(BLAKE2B256Test, ABC) { in TEST() argument
/external/python/cpython3/Lib/test/
Dtest_typechecks.py6 class ABC(type): class
/external/clang/test/FixIt/
Dtypo-using.cpp26 class ABC {}; // expected-note {{'::using_suggestion_ty_dropped_specifier::ABC' declared here}} class
/external/python/cpython2/Lib/test/
Dtest_typechecks.py7 class ABC(type): class
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestVirtualProperties.java37 enum ABC { enum in TestVirtualProperties
/external/openthread/tools/harness-automation/autothreadharness/
Drf_shield_controller.py36 ABC = abc.ABC if sys.version_info >= (3, 4) else abc.ABCMeta('ABC', (), {}) variable
/external/python/cpython3/Lib/
Dabc.py184 class ABC(metaclass=ABCMeta): class
/external/icu/icu4c/source/test/cintltst/
Dcstrtest.c49 …static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TestAPI() local
/external/cronet/third_party/icu/source/test/cintltst/
Dcstrtest.c49 …static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TestAPI() local
/external/fmtlib/test/
Dostream-test.cc198 struct ABC {}; struct
200 template <typename Output> Output& operator<<(Output& out, ABC) { in operator <<() argument

12