/aosp_15_r20/external/clang/test/CXX/special/class.copy/ |
H A D | implicit-move.cpp | 211 template<typename T> void test(T t) { in test() function 265 struct G : E<T, 0, true>, E<T, 0> {}; struct
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/ |
D | nashorn.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/javax. ... |
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/ |
D | nashorn.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/javax. ... |
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | EnumUtilsTest.java | 334 final List<Traffic> test = EnumUtils.getEnumList(Traffic.class); in test_getEnumList() local 343 final Map<String, Traffic> test = EnumUtils.getEnumMap(Traffic.class); in test_getEnumMap() local 357 final Map<Integer, Month> test = EnumUtils.getEnumMap(Month.class, Month::getId); in test_getEnumMap_keyFunction() local 593 …A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, A1, B1, C1, D1, E1, … enumConstant
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx1y-deduced-return-type.cpp | 370 template <class T> int test() { in test() function 433 auto (*G())() -> int* { return F; } in G() function 442 auto (*G(T t))(T) -> T* { return &F<T>; } in G() function
|
H A D | destructor.cpp | 51 struct G { struct 131 void test() { in test() function
|
H A D | enum-scoped.cpp | 141 void test() { in test() function 164 …friend enum G {}; // expected-error {{forward reference}} expected-error {{cannot define a type in… enum
|
H A D | constant-expression-cxx11.cpp | 637 struct G { struct 638 struct T { 648 } t; 649 constexpr G() : t(&t) {} in G() function 1373 struct G { struct 1374 struct X {}; 1375 union U { X a; }; 1376 mutable U u; // expected-note {{here}} 1956 void test() { constexpr Test t; } in test() function
|
H A D | warn-thread-safety-analysis.cpp | 519 GBFoo G; in gb_bad_8() local 546 void test() { in test() function in LateFoo 1908 void test() { in test() function 2002 void test() { in test() function 2023 void test() { in test() function 2115 void test() { in test() function 2176 void test() { in test() function in SelfLockingTest::MyLock 2292 void test() { in test() function 2710 void Foo::test() { in test() function in TemporaryCleanupExpr::Foo 3158 void test() { in test() function [all …]
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | attr-deprecated.m | 34 + (void)G class 115 void test(Test2 *foo) { function
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_str.py | 128 def test(value, format, expected): function 209 class G: class
|
D | test_unicode.py | 1301 def test(value, format, expected): function 1387 class G: class
|
D | test_descr.py | 855 class G(E, D): pass class 1149 class G(object): class 1868 def __getattr__(self, attr, test=self): argument 1870 def __getattribute__(self, attr, test=self): argument 2617 def test(klass): member in ClassPropertiesAndMethods.test_supers.Sub 3232 class G(object): class 4286 class G(D): class
|
/aosp_15_r20/external/clang/test/CXX/drs/ |
H A D | dr2xx.cpp | 181 namespace G { namespace 210 void test(A a, int n, char c, float f) { in test() function 494 typedef N::F G; in g() typedef 612 struct G { struct 1051 typedef const F G; typedef
|
H A D | dr4xx.cpp | 127 namespace G { namespace 270 struct dr417::G {}; // expected-error {{namespace 'M' does not enclose}} struct in dr417::M::dr417 280 template<typename T, typename P> void test(P p) { in test() function 824 struct G : virtual A { struct 949 template<template<class H *> class> struct G { struct 950 H *x;
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | SixteenBppTextureTest.cpp | 142 GLuint test; in TEST_P() local 317 uint32_t G : 10; in TEST_P() member
|
H A D | PixelLocalStorageTest.cpp | 3554 auto test = const_cast<DrawCommandValidationTest *>( in ErrorMessageCallback() local 4020 auto test = const_cast<PixelLocalStorageValidationTest *>( in ErrorMessageCallback() local 6062 #define EXPECT_NON_OVERRIDDEN_COLOR_MASK(R, G, B, A) \ in TEST_P() argument
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/bitflags/src/ |
D | lib.rs | 1273 const G = 0b001000000; in test_set_ops_exhaustive() constant 1631 mod test { in test_pub_in_module() module
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_grammar.py | 218 def check(test, error=False): argument 1472 def check(test, msg='"is" with a literal'): argument 1489 def check(test): argument 1681 class G: pass class 1941 async def test(): function
|
D | test_descr.py | 930 class G(E, D): pass class 1279 class G(object): class 2093 def __getattr__(self, attr, test=self): argument 2095 def __getattribute__(self, attr, test=self): argument 2694 def test(klass): member in ClassPropertiesAndMethods.test_supers.Sub 3303 class G(object): class 4159 class G(D, metaclass=WorkAlways): class
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | vtable-layout.cpp | 56 void test(Derived *D) { D->foo(); } in test() function 1718 struct G : virtual E { }; struct
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_tracer.py | 676 def test(d): function 742 def test(d): function 750 def test(d): function 760 def test(t): function 768 def test(d): function 777 def test(d): function 784 def test(t1, t2): function 799 def test(l): function 806 def test(d): function 814 def test(d): function [all …]
|
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/test-exports/java/ |
D | conscrypt-tests.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/external/python/typing_extensions/src/ |
D | test_typing_extensions.py | 1265 class G(Generic[T]): class 1701 class G(typing_extensions.Generator[int, int, None]): class 1754 class G(typing_extensions.AsyncGenerator[int, int]): class 6632 class G(Generic[T], metaclass=BrokenEq): class 6742 def test(self): member in BufferTests 6811 class G(First, Second): pass class
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
H A D | mod.rs | 171 gbl_ops: &'d mut G, in new() 839 mod test { module
|