/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | default2.cpp | 92 Z z2; // expected-error{{no matching constructor for initialization}} in f() local 97 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}} in test_Z() local 102 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}} in test_Z() local 126 template <int I = (1 * I)> struct S {}; // expected-error-re {{use of undeclared identifier 'I'{{$… struct
|
H A D | overload-call.cpp | 312 void db_rebind_test(Z2 z2) { in db_rebind_test() 463 struct S { struct 464 typedef void ft(A); 532 struct S { struct 576 template<typename T> struct S { struct
|
/aosp_15_r20/external/clang/test/SemaCUDA/ |
H A D | bad-attributes.cu | 29 __device__ __constant__ int z2; variable 51 struct S { struct 52 __global__ void foo() {}; // expected-error {{must be a free function or static member function}} in foo() 55 …__global__ static void baz() {}; // expected-warning {{kernel function 'baz' is a member function}} in baz()
|
/aosp_15_r20/external/clang/test/CXX/drs/ |
H A D | dr2xx.cpp | 126 struct S { struct 129 typedef enum { e } *E; 136 template<typename T> struct S { struct 144 struct S {}; struct 148 struct S {}; struct 163 struct S {}; struct 169 struct S {}; struct 175 struct S { struct 176 template<typename T> friend void f(S, T) {} in f() argument 313 template<typename T> struct S { struct [all …]
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | dtoa.c | 639 ULong z2; in mult() local 1233 quorem(Bigint *b, Bigint *S) in quorem() 2388 Bigint *b, *b1, *delta, *mlo, *mhi, *S; in _Py_dg_dtoa() local
|
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/android_common_apex30/javac/ |
D | bouncycastle-unbundled.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/bouncycastle/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/linux_glibc_common/local-javac-header/ |
D | bouncycastle-unbundled.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/bouncycastle/
org/ ... |
/aosp_15_r20/out/target/common/obj/APPS/CertInstaller_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/CertInstaller/CertInstaller/android_common/combined/ |
D | CertInstaller.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/android_common/javac/ |
D | bouncycastle-unbundled.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/bouncycastle/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/linux_glibc_common/javac/ |
D | bouncycastle-unbundled.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/bouncycastle/
org/ ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/bouncycastle.com.android.art.debug_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/java/ |
D | bouncycastle.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle/android_common_apex31/javac/ |
D | bouncycastle.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-uwb/android_common_apex33/javac/ |
D | bouncycastle-uwb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/bouncycastle/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-repackaged-unbundled/android_common/javac/ |
D | bouncycastle-repackaged-unbundled.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | core-tests-support.jar | META-INF/
META-INF/MANIFEST.MF
libcore/
libcore/java/
libcore/ ... |
D | apache-harmony-tests.jar | META-INF/
META-INF/MANIFEST.MF
DefaultPkgIntf.class
Proxy2Test.java
package DefaultPkgIntf ... |
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | core-tests-support.jar | META-INF/
META-INF/MANIFEST.MF
libcore/
libcore/java/
libcore/ ... |
D | apache-harmony-tests.jar | META-INF/
META-INF/MANIFEST.MF
DefaultPkgIntf.class
Proxy2Test.java
package DefaultPkgIntf ... |
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | sqlite3.c | 14568 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument 14838 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument 14862 #define SQLITE_OVERFLOW(P,S,E) (((uptr)(S)<(uptr)(P))&&((uptr)(E)>(uptr)(P))) argument 15019 # define TREETRACE(K,P,S,X) \ argument 15024 # define TREETRACE(K,P,S,X) argument 19422 #define IsNestedFrom(S) ((S)!=0 && ((S)->selFlags&SF_NestedFrom)!=0) argument 21387 # define sqlite3CteNew(P,T,E,S) ((void*)0) argument 24924 const char *z2 = z; in parseModifier() local
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 14692 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument 14962 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument 14986 #define SQLITE_OVERFLOW(P,S,E) (((uptr)(S)<(uptr)(P))&&((uptr)(E)>(uptr)(P))) argument 15143 # define TREETRACE(K,P,S,X) \ argument 15148 # define TREETRACE(K,P,S,X) argument 19565 #define IsNestedFrom(S) ((S)!=0 && ((S)->selFlags&SF_NestedFrom)!=0) argument 21547 # define sqlite3CteNew(P,T,E,S) ((void*)0) argument 25163 const char *z2 = z; in parseModifier() local
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/ |
D | sqlite3.c | 14735 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument 15005 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument 15029 #define SQLITE_OVERFLOW(P,S,E) (((uptr)(S)<(uptr)(P))&&((uptr)(E)>(uptr)(P))) argument 15186 # define TREETRACE(K,P,S,X) \ argument 15191 # define TREETRACE(K,P,S,X) argument 19607 #define IsNestedFrom(S) ((S)!=0 && ((S)->selFlags&SF_NestedFrom)!=0) argument 21590 # define sqlite3CteNew(P,T,E,S) ((void*)0) argument 25147 const char *z2 = z; in parseModifier() local
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | sqlite3.c | 14568 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument 14838 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument 14862 #define SQLITE_OVERFLOW(P,S,E) (((uptr)(S)<(uptr)(P))&&((uptr)(E)>(uptr)(P))) argument 15019 # define TREETRACE(K,P,S,X) \ argument 15024 # define TREETRACE(K,P,S,X) argument 19422 #define IsNestedFrom(S) ((S)!=0 && ((S)->selFlags&SF_NestedFrom)!=0) argument 21387 # define sqlite3CteNew(P,T,E,S) ((void*)0) argument 24924 const char *z2 = z; in parseModifier() local
|
/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/ ... |