/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | step_by.rs | 227 fn test(self) -> bool; in test_iterator_step_by_size_hint() method 230 default fn test(self) -> bool { in test_iterator_step_by_size_hint() method 235 fn test(self) -> bool { in test_iterator_step_by_size_hint() method
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/ |
H A D | locale-specific_form.pass.cpp | 58 test(std::stringstream& stream, std::string expected, test_format_string<char, Args...> fmt, Args&&… in test() function 101 static void test(std::string expected, test_format_string<char, Args...> fmt, Args&&... args) { in test() function 107 static void test(std::string expected, std::locale loc, test_format_string<char, Args...> fmt, Args… in test() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | step_by.rs | 227 fn test(self) -> bool; in test_iterator_step_by_size_hint() method 230 default fn test(self) -> bool { in test_iterator_step_by_size_hint() method 235 fn test(self) -> bool { in test_iterator_step_by_size_hint() method
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | ITestSuiteTest.java | 238 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in run() local 395 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in expectTestRun() local 416 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in expectIntraModuleTestRun() local 1324 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in testRun_withCollectors() local 1545 StubCollectingTest test = new StubCollectingTest(); in testRun_coverageOptionsCopied() local 1608 StubCollectingTest test = new StubCollectingTest(); in testRun_GranularRerunwithModuleListener() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | plurults.cpp | 148 LocalPointer<PluralRules> test(new PluralRules(status), status); in testAPI() local 301 UBool checkEqual(const PluralRules &test, char *result, int32_t max) { in checkEqual() 317 UBool testEquality(const PluralRules &test) { in testEquality() 643 LocalPointer<PluralRules> test(PluralRules::createRules(description, status)); in testSamplesWithExponent() local 684 LocalPointer<PluralRules> test(PluralRules::createRules(description, status)); in testSamplesWithCompactNotation() local 713 const LocalPointer<PluralRules> &test, in checkNewSamples()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoDecodeTests.cpp | 603 …_ptr<VideoBaseDecoder> decoderFromTestDefinition(DeviceContext *devctx, const TestDefinition &test, in decoderFromTestDefinition() 1034 for (const auto &test : m_testDefinitions) in InterleavingDecodeTestInstance() local 1254 const auto &test = m_testDefinitions[i]; in iterate() local 1292 auto &test = m_testDefinitions[idx]; in iterate() local 1310 auto &test = m_testDefinitions[i]; in iterate() local 1554 for (const auto &test : m_testDefinitions) in checkSupport() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | plurults.cpp | 150 LocalPointer<PluralRules> test(new PluralRules(status), status); in testAPI() local 303 UBool checkEqual(const PluralRules &test, char *result, int32_t max) { in checkEqual() 319 UBool testEquality(const PluralRules &test) { in testEquality() 645 LocalPointer<PluralRules> test(PluralRules::createRules(description, status)); in testSamplesWithExponent() local 686 LocalPointer<PluralRules> test(PluralRules::createRules(description, status)); in testSamplesWithCompactNotation() local 715 const LocalPointer<PluralRules> &test, in checkNewSamples()
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p5.cpp | 36 void test() { in test() function 89 void test() { in test() function 121 void test() { in test() function
|
/aosp_15_r20/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
H A D | NativePoc.java | 218 public void run(final BaseHostJUnit4Test test) throws Exception { in run() 233 private CommandResult runPocAndAssert(final BaseHostJUnit4Test test) throws Exception { in runPocAndAssert() 269 private AutoCloseable withPoc(final BaseHostJUnit4Test test, final ITestDevice device) in withPoc()
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/ |
H A D | TestLocalDate.java | 411 LocalDate test = LocalDate.of(0, 1, 1); in test_toEpochDay_fromMJDays_symmetry() local 413 assertEquals(LocalDate.ofEpochDay(test.toEpochDay()), test); in test_toEpochDay_fromMJDays_symmetry() local 418 assertEquals(LocalDate.ofEpochDay(test.toEpochDay()), test); in test_toEpochDay_fromMJDays_symmetry() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | deque_test.cpp | 277 auto test = deque(gold.begin(), gold.end()); in do_test() local 282 auto test = deque(gold.begin(), gold.end(), new_allocator<int>()); in do_test() local 325 namespace boost { namespace container { namespace test { namespace
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/ |
H A D | call_creds.cc | 63 void TestRequestResponseWithPayloadAndCallCreds(CoreEnd2endTest& test, in TestRequestResponseWithPayloadAndCallCreds() 121 CoreEnd2endTest& test, bool use_secure_call_creds) { in TestRequestResponseWithPayloadAndOverriddenCallCreds() 187 CoreEnd2endTest& test, bool use_secure_call_creds) { in TestRequestResponseWithPayloadAndDeletedCallCreds()
|
/aosp_15_r20/external/llvm/utils/lit/lit/ |
H A D | run.py | 100 def update(self, test_index, test): argument 120 def update(self, test_index, test): argument 164 def execute_test(self, test): argument
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | reference.cpp | 87 void test() { in test() function 163 void test(int *ptr) { in test() function 213 B test() { in test() function
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ClipControlTest.cpp | 113 auto test = [&](std::string name, bool useES3) { in TEST_P() local 195 auto test = [&](std::string name) { in TEST_P() local 238 auto test = [&](std::string name) { in TEST_P() local
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-method.cpp | 13 void test(X<int> *xi, int *ip, X<int(int)> *xf) { in test() function 113 void test(T x) { in test() function 191 void test() { in test() function
|
/aosp_15_r20/external/clang/test/Preprocessor/ |
H A D | pr2086.c | 3 #define test macro 5 #define test macro
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/override_target/src/ |
H A D | lib.rs | 1 mod test { module 3 pub fn test() { in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.filesystem.synopsis/ |
H A D | enable_borrowed_range.compile.pass.cpp | 24 void test() { in test() function 30 void test() { in test() function
|
H A D | enable_view.compile.pass.cpp | 24 void test() { in test() function 30 void test() { in test() function
|
/aosp_15_r20/external/bazelbuild-kotlin-rules/tests/jvm/analysis/jvm_library/friends/ |
H A D | Input.kt | 17 package test package
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/override_target/src/ |
H A D | lib.rs | 1 mod test { module 3 pub fn test() { in test() function
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | 2003-06-29-MultipleFunctionDefinition.c | 5 extern __inline__ void test() { } in test() function 7 void test() { in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.formatter/format.parse.ctx/ |
H A D | types.compile.pass.cpp | 33 constexpr void test() { in test() function 46 constexpr void test() { in test() function
|
/aosp_15_r20/external/libxml2/ |
H A D | testlimits.c | 1107 unsigned int test; /* the parser test number */ member 1120 launchTests(testDescPtr tst, unsigned int test) { in launchTests() 1181 launchCrazySAX(unsigned int test, int fail) { in launchCrazySAX() 1199 launchCrazy(unsigned int test, int fail) { in launchCrazy() 1216 static int get_crazy_fail(int test) { in get_crazy_fail()
|