Home
last modified time | relevance | path

Searched defs:as (Results 1 – 25 of 176) sorted by relevance

12345678

/external/llvm-project/clang/test/SemaCXX/
Dgnu-flags.cpp51 struct as { struct
62 // expected-warning@+6 {{class member cannot be redeclared}} argument
/external/clang/test/SemaCXX/
Dgnu-flags.cpp51 struct as { struct
62 // expected-warning@+6 {{class member cannot be redeclared}} argument
Dcxx1y-generic-lambdas-variadics.cpp17 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/
DSk4px_SSE2.h44 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/
DSk4px_SSE2.h44 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/
Daltsvc.c88 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/
Dmember-specialization.cpp5 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/
Dctor_sseq.pass.cpp182 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/
Dctor_sseq.pass.cpp28 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/
Dctor_sseq.pass.cpp28 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/
Dctor_sseq.pass.cpp28 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/
DLongAdder.java62 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/
DLongAdder.java60 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/
DLongAdder.java60 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/
DLongAdder.java62 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/
Dctor_sseq.pass.cpp32 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/
Dctor_sseq.pass.cpp32 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/
Dctor_sseq.pass.cpp32 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/
Dctor_sseq.pass.cpp186 unsigned as[] = {3, 5, 7}; in test1() local
301 unsigned as[] = {3, 5, 7}; in test2() local
/external/skia/include/private/
DSkSLProgramElement.h59 const T& as() const { in as() function
65 T& as() { in as() function
DSkSLSymbol.h69 const T& as() const { in as() function
75 T& as() { in as() function
DSkSLStatement.h64 const T& as() const { in as() function
70 T& as() { in as() function
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DAbstractTestCase.java149 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/
Dgrpc_ares_ev_driver_posix.cc43 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/
Dgrpc_ares_ev_driver_posix.cc45 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()

12345678