Home
last modified time | relevance | path

Searched defs:test (Results 1326 – 1350 of 16494) sorted by relevance

1...<<51525354555657585960>>...660

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dstep_by.rs227 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 Dlocale-specific_form.pass.cpp58 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 Dstep_by.rs227 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/
DITestSuiteTest.java238 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 Dplurults.cpp148 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 DvktVideoDecodeTests.cpp603 …_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 Dplurults.cpp150 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 Dp5.cpp36 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 DNativePoc.java218 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 DTestLocalDate.java411 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/
Ddeque_test.cpp277 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 Dcall_creds.cc63 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 Drun.py100 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 Dreference.cpp87 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 DClipControlTest.cpp113 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 Dinstantiate-method.cpp13 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 Dpr2086.c3 #define test macro
5 #define test macro
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/override_target/src/
H A Dlib.rs1 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 Denable_borrowed_range.compile.pass.cpp24 void test() { in test() function
30 void test() { in test() function
H A Denable_view.compile.pass.cpp24 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 DInput.kt17 package test package
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/override_target/src/
H A Dlib.rs1 mod test { module
3 pub fn test() { in test() function
/aosp_15_r20/external/clang/test/CodeGen/
H A D2003-06-29-MultipleFunctionDefinition.c5 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 Dtypes.compile.pass.cpp33 constexpr void test() { in test() function
46 constexpr void test() { in test() function
/aosp_15_r20/external/libxml2/
H A Dtestlimits.c1107 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()

1...<<51525354555657585960>>...660