/external/llvm-project/clang/test/SemaCXX/ |
D | gnu-flags.cpp | 51 struct as { struct 62 // expected-warning@+6 {{class member cannot be redeclared}} argument
|
/external/clang/test/SemaCXX/ |
D | gnu-flags.cpp | 51 struct as { struct 62 // expected-warning@+6 {{class member cannot be redeclared}} argument
|
D | cxx1y-generic-lambdas-variadics.cpp | 17 auto L = [](auto ... as) { }; in test() 53 return [](decltype(As) ... as, auto ... Bs) { in test() 66 return [](decltype(As) ... as, decltype(A) a, auto ... Bs) { in test()
|
/external/skia/src/opts/ |
D | Sk4px_SSE2.h | 44 uint32_t as; in Load4Alphas() local 53 __m128i as = fVec; // 3xxx 2xxx 1xxx 0xxx in alphas() local 60 __m128i as; in Load4Alphas() local
|
/external/skqp/src/opts/ |
D | Sk4px_SSE2.h | 44 uint32_t as; in Load4Alphas() local 53 __m128i as = fVec; // 3xxx 2xxx 1xxx 0xxx in alphas() local 60 __m128i as; in Load4Alphas() local
|
/external/curl/lib/ |
D | altsvc.c | 88 static void altsvc_free(struct altsvc *as) in altsvc_free() 102 struct altsvc *as = calloc(sizeof(struct altsvc), 1); in altsvc_createid() local 164 struct altsvc *as; in altsvc_add() local 231 static CURLcode altsvc_out(struct altsvc *as, FILE *fp) in altsvc_out() 312 struct altsvc *as = e->ptr; in Curl_altsvc_cleanup() local 362 struct altsvc *as = e->ptr; in Curl_altsvc_save() local 407 struct altsvc *as = e->ptr; in altsvc_flush() local 457 struct altsvc *as; in Curl_altsvc_parse() local 625 struct altsvc *as = e->ptr; in Curl_altsvc_lookup() local
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | member-specialization.cpp | 5 template<typename V> const V &as() { return V::error; } in as() function 6 template<> const U &as<U>() { return u; } in as() function
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
D | ctor_sseq.pass.cpp | 182 unsigned as[] = {3, 5, 7}; in test1() local 297 unsigned as[] = {3, 5, 7}; in test2() local
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | ctor_sseq.pass.cpp | 28 unsigned as[] = {3, 5, 7}; in test1() local 43 unsigned as[] = {3, 5, 7}; in test2() local
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
D | ctor_sseq.pass.cpp | 28 unsigned as[] = {3, 5, 7}; in test1() local 43 unsigned as[] = {3, 5, 7}; in test2() local
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
D | ctor_sseq.pass.cpp | 28 unsigned as[] = {3, 5, 7}; in test1() local 43 unsigned as[] = {3, 5, 7}; in test2() local
|
/external/guava/guava/src/com/google/common/cache/ |
D | LongAdder.java | 62 Cell[] as; in add() local 98 Cell[] as = cells; in sum() local 129 Cell[] as = cells; in sumThenReset() local
|
/external/guava/guava/src/com/google/common/hash/ |
D | LongAdder.java | 60 Cell[] as; in add() local 96 Cell[] as = cells; in sum() local 127 Cell[] as = cells; in sumThenReset() local
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | LongAdder.java | 60 Cell[] as; in add() local 96 Cell[] as = cells; in sum() local 127 Cell[] as = cells; in sumThenReset() local
|
/external/guava/android/guava/src/com/google/common/cache/ |
D | LongAdder.java | 62 Cell[] as; in add() local 98 Cell[] as = cells; in sum() local 129 Cell[] as = cells; in sumThenReset() local
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | ctor_sseq.pass.cpp | 32 unsigned as[] = {3, 5, 7}; in test1() local 47 unsigned as[] = {3, 5, 7}; in test2() local
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
D | ctor_sseq.pass.cpp | 32 unsigned as[] = {3, 5, 7}; in test1() local 47 unsigned as[] = {3, 5, 7}; in test2() local
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
D | ctor_sseq.pass.cpp | 32 unsigned as[] = {3, 5, 7}; in test1() local 47 unsigned as[] = {3, 5, 7}; in test2() local
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
D | ctor_sseq.pass.cpp | 186 unsigned as[] = {3, 5, 7}; in test1() local 301 unsigned as[] = {3, 5, 7}; in test2() local
|
/external/skia/include/private/ |
D | SkSLProgramElement.h | 59 const T& as() const { in as() function 65 T& as() { in as() function
|
D | SkSLSymbol.h | 69 const T& as() const { in as() function 75 T& as() { in as() function
|
D | SkSLStatement.h | 64 const T& as() const { in as() function 70 T& as() { in as() function
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/ |
D | AbstractTestCase.java | 149 protected String dumpAttributes(final Attribute[] as) in dumpAttributes() 165 protected String dumpAnnotationEntries(final AnnotationEntry[] as) in dumpAnnotationEntries() 181 protected String dumpAnnotationEntries(final AnnotationEntryGen[] as) in dumpAnnotationEntries()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver_posix.cc | 43 GrpcPolledFdPosix(ares_socket_t as, grpc_pollset_set* driver_pollset_set) in GrpcPolledFdPosix() 91 GrpcPolledFd* NewGrpcPolledFdLocked(ares_socket_t as, in NewGrpcPolledFdLocked()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver_posix.cc | 45 GrpcPolledFdPosix(ares_socket_t as, grpc_pollset_set* driver_pollset_set) in GrpcPolledFdPosix() 93 ares_socket_t as, grpc_pollset_set* driver_pollset_set, in NewGrpcPolledFdLocked()
|