/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/ |
D | unique_ptr_ctordtor.cpp | 44 void test() in test() function 91 void test() in test() function 147 void test() in test() function 152 J<I> s; in test() local 157 J<I, def_constr_deleter<I> > s; in test() local 165 J<I[]> s; in test() local 170 J<I[], def_constr_deleter<I[]> > s; in test() local 179 J<I[2]> s; in test() local 184 J<I[2], def_constr_deleter<I[2]> > s; in test() local 201 void test() in test() function [all …]
|
D | unique_ptr_movector.cpp | 46 void test() in test() function 51 bml::unique_ptr<A> s(new A); in test() local 62 bml::unique_ptr<A[]> s(new A[2]); in test() local 73 bml::unique_ptr<A[2]> s(new A[2]); in test() local 94 void test() in test() function 99 bml::unique_ptr<A, move_constr_deleter<A> > s(new A); in test() local 112 bml::unique_ptr<A[], move_constr_deleter<A[]> > s(new A[2]); in test() local 125 bml::unique_ptr<A[2]> s(new A[2]); in test() local 146 void test() in test() function 152 bml::unique_ptr<A, def_constr_deleter<A>&> s(new A, d); in test() local [all …]
|
D | unique_ptr_assign.cpp | 41 void test() in test() function 46 bml::unique_ptr<B> s(new B); in test() local 62 bml::unique_ptr<A[]> s(new A[2]); in test() local 75 bml::unique_ptr<A[2]> s(new A[2]); in test() local 86 bml::unique_ptr<A[2]> s(new A[2]); in test() local 106 void test() in test() function 111 bml::unique_ptr<B, move_constr_deleter<B> > s(new B); in test() local 129 bml::unique_ptr<A[], move_constr_deleter<A[]> > s(new A[2]); in test() local 145 bml::unique_ptr<A[2], move_constr_deleter<A[2]> > s(new A[3]); in test() local 159 bml::unique_ptr<A[2], move_constr_deleter<A[3]> > s(new A[2]); in test() local [all …]
|
D | unique_ptr_observers.cpp | 42 void test() in test() function 77 void test() in test() function 146 void test() in test() function 151 bml::unique_ptr<int> s(p); in test() local 157 bml::unique_ptr<int[]> s(p); in test() local 162 bml::unique_ptr<int[2]> s(p); in test() local 188 int test() {return 5;} in test() function 189 int test() const {return 6;} in test() function 192 void test() in test() function 231 void test() in test() function [all …]
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | new-overflow.cpp | 22 elt *test(short s) { in test() function 45 elt *test(short s) { in test() function 73 elt *test(short s) { in test() function 92 elt *test(short s) { in test() function 111 elt *test(int s) { in test() function 133 elt *test(unsigned short s) { in test() function 156 elt *test(unsigned short s) { in test() function 181 elt *test(long long s) { in test() function 206 elt *test(unsigned long long s) { in test() function
|
/aosp_15_r20/external/javassist/src/test/javassist/bytecode/ |
H A D | StackMapTest.java | 166 public int test() { in test() method in StackMapTest.T1 198 public int test() { return value; } in test() method in StackMapTest.C3 224 public int test() { in test() method in StackMapTest.T3 249 public int test() { in test() method in StackMapTest.T4 322 public int test() { in test() method in StackMapTest.T5 367 public int test() { return test2(10); } in test() method in StackMapTest.T7 373 String s = "abc"; in test2() local 407 public int test() { return test2(10); } in test() method in StackMapTest.T7b 413 String s = "abc"; in test2() local 446 public static void print(String s) {} in print() [all …]
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | client_callback_end2end_test.cc | 198 with_binary_metadata](Status s) { in SendRpcs() 240 [&request, &recv_buf, &done, &mu, &cv, maybe_except](Status s) { in SendRpcsGeneric() 272 Client(ClientCallbackEnd2endTest* test, const std::string& method_name, in SendGenericEchoAsBidi() 306 void OnDone(const Status& s) override { in SendGenericEchoAsBidi() 369 [&response, &done, &mu, &cv, &error_status](Status s) { in TEST_P() 420 [index, &nested_call, &rpc_state](Status s) { in TEST_P() 456 [&mu, &cv, &done, &request, &response](Status s) { in TEST_P() 488 &cli_ctx, &request, &response, [&done, &mu, &cv](Status s) { in TEST_P() 591 [&response, &done, &mu, &cv](Status s) { in TEST_P() 620 [&done, &mu, &cv](Status s) { in TEST_P() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | core-ojtests-public.jar | ... )
String description
java.util.function.Supplier s
public static java.lang.Object[][ ... |
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | nview.cpp | 18 struct test { struct 25 test, argument 34 bool check_size(Sequence const& s, int seqsize) in check_size() 40 bool check_deref_begin(Sequence const& s, T val) in check_deref_begin() 46 bool check_deref_next(Sequence const& s, T val) in check_deref_next() 52 bool check_deref_advance(Sequence const& s, T val) in check_deref_advance() 58 bool check_deref_prior(Sequence const& s, T val) in check_deref_prior() 64 bool check_at(Sequence const& s, T val) in check_at() 70 bool check_distance(Sequence const& s, int val) in check_distance()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
H A D | SerializationStressTest2.java | 595 private void writeObject(java.io.ObjectOutputStream s) in writeObject() 600 private void readObject(java.io.ObjectInputStream s) in readObject() 682 private void readObject(java.io.ObjectInputStream s) in readObject() 690 private void writeObject(java.io.ObjectOutputStream s) in writeObject() 705 private void readObject(java.io.ObjectInputStream s) in readObject() 713 private void writeObject(java.io.ObjectOutputStream s) in writeObject() 735 private void readObject(java.io.ObjectInputStream s) in readObject() 740 private void writeObject(java.io.ObjectOutputStream s) in writeObject() 765 private void readObject(java.io.ObjectInputStream s) in readObject() 770 private void writeObject(java.io.ObjectOutputStream s) in writeObject() [all …]
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/ |
D | TestsPoolPollerTest.java | 130 IRemoteTest test = new StubTest(); in testPollingRun() local 167 IRemoteTest test = new StubTest(); in testRun_runtimeException() local 168 OptionSetter s = new OptionSetter(test); in testRun_runtimeException() local 199 IRemoteTest test = new StubTest(); in testRun_deviceUnresponsive() local 200 OptionSetter s = new OptionSetter(test); in testRun_deviceUnresponsive() local 231 IRemoteTest test = new StubTest(); in testRun_dnae() local 232 OptionSetter s = new OptionSetter(test); in testRun_dnae() local 334 IRemoteTest test = new StubTest(); in testRun_dnae_NotLastDevice() local 335 OptionSetter s = new OptionSetter(test); in testRun_dnae_NotLastDevice() local 374 IRemoteTest test = new StubTest(); in testRun_dnae_NotLastDevice_offline() local [all …]
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | template-id-printing.cpp | 22 void test() { in test() function 44 void test() { in test() function 45 S s; in test() local 62 void test() { in test() function 81 void test() { in test() function 82 S s; in test() local 99 void test() { in test() function 120 void test() { in test() function 121 S<T> s; in test() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/testdata/ |
D | testregex.c | 574 quote(char* s, int len, unsigned long test) in quote() 654 report(char* comment, char* fun, char* re, char* s, int len, char* msg, int flags, unsigned long te… in report() 717 bad(char* comment, char* re, char* s, int len, unsigned long test) in bad() 725 escape(char* s) in escape() 858 matchprint(regmatch_t* match, int nmatch, int nsub, char* ans, unsigned long test) in matchprint() 882 …t* match, int nmatch, int nsub, char* ans, char* re, char* s, int len, int flags, unsigned long te… in matchcheck() 990 sigunblock(int s) in sigunblock() 1040 register char* s = buf; in getline() local 1061 note(unsigned long level, char* msg, unsigned long skip, unsigned long test) in note() 1078 …re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned… in extract() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
H A D | UCharacterSurrogateTest.java | 179 String s = "" + UCharacter.MIN_HIGH_SURROGATE + // isolated high in TestCodePointAtBefore() local 246 String str(String s, int start, int limit) { in TestCodePointCount() 254 void test(String s, int start, int limit, int expected) { in TestCodePointCount() method in UCharacterSurrogateTest.Test 269 void fail(String s, int start, int limit, Class exc) { in TestCodePointCount() 282 Test test = new Test(); in TestCodePointCount() local 307 String str(String s, int start, int count, int index, int offset) { in TestOffsetByCodePoints() 313 void test(String s, int start, int count, int index, int offset, in TestOffsetByCodePoints() method in UCharacterSurrogateTest.Test 386 Test test = new Test(); in TestOffsetByCodePoints() local 408 String s = "\ud800\udc00"; in TestOffsetByCodePoints() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterSurrogateTest.java | 176 String s = "" + UCharacter.MIN_HIGH_SURROGATE + // isolated high in TestCodePointAtBefore() local 243 String str(String s, int start, int limit) { in TestCodePointCount() 251 void test(String s, int start, int limit, int expected) { in TestCodePointCount() method in UCharacterSurrogateTest.Test 266 void fail(String s, int start, int limit, Class exc) { in TestCodePointCount() 279 Test test = new Test(); in TestCodePointCount() local 304 String str(String s, int start, int count, int index, int offset) { in TestOffsetByCodePoints() 310 void test(String s, int start, int count, int index, int offset, in TestOffsetByCodePoints() method in UCharacterSurrogateTest.Test 383 Test test = new Test(); in TestOffsetByCodePoints() local 405 String s = "\ud800\udc00"; in TestOffsetByCodePoints() local
|
/aosp_15_r20/external/iperf3/src/ |
H A D | iperf_udp.c | 283 iperf_udp_buffercheck(struct iperf_test *test, int s) in iperf_udp_buffercheck() 365 iperf_udp_accept(struct iperf_test *test) in iperf_udp_accept() 370 int sz, s; in iperf_udp_accept() local 471 iperf_udp_listen(struct iperf_test *test) in iperf_udp_listen() 473 int s; in iperf_udp_listen() local 493 iperf_udp_connect(struct iperf_test *test) in iperf_udp_connect() 495 int s, buf, sz; in iperf_udp_connect() local 587 iperf_udp_init(struct iperf_test *test) in iperf_udp_init()
|
H A D | iperf_sctp.c | 116 iperf_sctp_accept(struct iperf_test * test) in iperf_sctp_accept() 119 int s; in iperf_sctp_accept() local 160 iperf_sctp_listen(struct iperf_test *test) in iperf_sctp_listen() 165 int s, opt, saved_errno; in iperf_sctp_listen() local 282 iperf_sctp_connect(struct iperf_test *test) in iperf_sctp_connect() 285 int s, opt, saved_errno; in iperf_sctp_connect() local 536 iperf_sctp_init(struct iperf_test *test) in iperf_sctp_init() 553 iperf_sctp_bindx(struct iperf_test *test, int s, int is_server) in iperf_sctp_bindx()
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/ |
H A D | TCKLocalTime.java | 201 private void check(LocalTime test, int h, int m, int s, int n) { in check() 204 assertEquals(test.getSecond(), s); in check() local 208 assertEquals(LocalTime.of(h, m, s, n), test); in check() local 246 LocalTime test = LocalTime.now(zone); in now_ZoneId() local 264 LocalTime test = LocalTime.now(clock); in now_Clock_allSecsInDay() local 277 LocalTime test = LocalTime.now(clock); in now_Clock_beforeEpoch() local 289 LocalTime test = LocalTime.now(clock); in now_Clock_max() local 299 LocalTime test = LocalTime.now(clock); in now_Clock_min() local 311 LocalTime test = LocalTime.of(12, 30); in factory_time_2ints() local 338 LocalTime test = LocalTime.of(12, 30, 40); in factory_time_3ints() local [all …]
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
H A D | VarargMethodsTestCase.java | 161 public String test(Object[] oo) in test() method in VarargMethodsTestCase.NiceTool 166 public String test(String[] oo) in test() method in VarargMethodsTestCase.NiceTool 175 public String var(String s) in var() 195 public String test() in test() method in VarargMethodsTestCase.NastyTool 200 public Object test(Object arg) in test() method in VarargMethodsTestCase.NastyTool 205 public Object test(String arg) in test() method in VarargMethodsTestCase.NastyTool 211 public String test(Object[] array) in test() method in VarargMethodsTestCase.NastyTool 216 public String test(Object object, String property) in test() method in VarargMethodsTestCase.NastyTool 246 public String test651(String s, String s2, Object[] args) in test651() 251 public String test651(String s, java.util.List l) in test651()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
H A D | pointer_size_alloc.pass.cpp | 24 TEST_CONSTEXPR_CXX20 void test(const CharT* s, unsigned n) { in test() function 37 TEST_CONSTEXPR_CXX20 void test(const CharT* s, unsigned n, const Alloc& a) { in test() function 50 TEST_CONSTEXPR_CXX20 void test(const Alloc& a) { in test() function 64 TEST_CONSTEXPR_CXX20 bool test() { in test() function 75 std::string s({"abc", 1}); in test() local
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | core-ojtests-public.jar | ... e
Throwable e
Throwable e
java.util.Iterator s
Throwable e
Throwable e
private void acceptConnections () throws ... |
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_erase/ |
H A D | size_size.pass.cpp | 23 TEST_CONSTEXPR_CXX20 void test(S s, typename S::size_type pos, typename S::size_type n, S expected)… in test() function 47 TEST_CONSTEXPR_CXX20 void test(S s, typename S::size_type pos, S expected) { in test() function 70 TEST_CONSTEXPR_CXX20 void test(S s, S expected) { in test() function 181 TEST_CONSTEXPR_CXX20 bool test() { in test() function
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/ |
H A D | max_message_length.cc | 35 void TestMaxMessageLengthOnClientOnRequest(CoreEnd2endTest& test) { in TestMaxMessageLengthOnClientOnRequest() 52 void TestMaxMessageLengthOnServerOnRequest(CoreEnd2endTest& test) { in TestMaxMessageLengthOnServerOnRequest() 62 auto s = test.RequestCall(101); in TestMaxMessageLengthOnServerOnRequest() local 78 void TestMaxMessageLengthOnClientOnResponse(CoreEnd2endTest& test) { in TestMaxMessageLengthOnClientOnResponse() 89 auto s = test.RequestCall(101); in TestMaxMessageLengthOnClientOnResponse() local 107 void TestMaxMessageLengthOnServerOnResponse(CoreEnd2endTest& test) { in TestMaxMessageLengthOnServerOnResponse() 118 auto s = test.RequestCall(101); in TestMaxMessageLengthOnServerOnResponse() local 263 auto s = RequestCall(101); in CORE_END2END_TEST() local 301 auto s = RequestCall(101); in CORE_END2END_TEST() local
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.rules-nodeps/android_common/aar/ |
D | classes.jar | ... androidx/
androidx/test/
androidx/test/annotation/
androidx/test/annotation/UiThreadTest.class |
D | androidx.test.rules-nodeps.jar | ... androidx/
androidx/test/
androidx/test/annotation/
androidx/test/annotation/UiThreadTest.class |