/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/tests/ |
H A D | saved_model_test.cc | 145 TFRTSavedModelTest test(saved_model_dir); in TEST() local 616 TFRTSavedModelTest test(saved_model_dir); in TEST() local 644 TFRTSavedModelTest test(saved_model_dir); in TEST() local 719 TFRTSavedModelTest test(saved_model_dir); in TEST() local 755 TFRTSavedModelTest test(saved_model_dir); in TEST() local 791 TFRTSavedModelTest test(saved_model_dir); in TEST() local
|
/aosp_15_r20/external/cronet/base/json/ |
H A D | string_escape_unittest.cc | 202 std::u16string test; in TEST() local 213 std::u16string test; in TEST() local 224 std::u16string test; in TEST() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fFboStateQueryTests.cpp | 82 void test(void) in test() function in deqp::gles2::Functional::__anone3b69fb80111::AttachmentObjectCase 142 void test(void) in test() function in deqp::gles2::Functional::__anone3b69fb80111::AttachmentTextureLevelCase 180 void test(void) in test() function in deqp::gles2::Functional::__anone3b69fb80111::AttachmentTextureCubeMapFaceCase
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | slist_test.cpp | 136 namespace test { namespace 229 auto test = boost::container::slist(gold.begin(), gold.end()); in main() local 245 auto test = boost::container::slist(gold.begin(), gold.end(), new_allocator<int>()); in main() local
|
D | list_test.cpp | 145 namespace boost { namespace container { namespace test { namespace 226 auto test = boost::container::list(gold.begin(), gold.end()); in main() local 242 auto test = boost::container::list(gold.begin(), gold.end(), new_allocator<int>()); in main() local
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstrumentationListener.java | 116 public void testStarted(TestDescription test, long startTime) { in testStarted() 126 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() 135 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | UiAutomatorTest.java | 437 public void testFailed(TestDescription test, String trace) { in testFailed() 442 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 446 private void captureFailureLog(TestDescription test) { in captureFailureLog() 465 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
|
/aosp_15_r20/external/stg/ |
H A D | abigail_reader_test.cc | 57 const auto test = GENERATE( variable 120 const auto test = GENERATE( variable 160 const auto test = GENERATE( variable
|
/aosp_15_r20/cts/hostsidetests/atrace/src/android/atrace/cts/ |
H A D | AtraceHostTestBase.java | 229 protected final PidTidPair runSingleAppTest(AtraceDeviceTestList test) { in runSingleAppTest() 233 protected final TraceResult traceSingleTest(AtraceDeviceTestList test, boolean withAppTracing, in traceSingleTest() 243 protected final TraceResult traceSingleTest(AtraceDeviceTestList test, String... categories) { in traceSingleTest()
|
/aosp_15_r20/external/mesa3d/bin/ |
H A D | gen_calendar_entries_test.py | 105 def test(self, is_zero: bool, expected: int) -> None: member in TestNextReleaseDate.TestIsWeds 124 def test(self, is_zero: bool, expected: int) -> None: member in TestNextReleaseDate.TestBeforeWeds 143 def test(self, is_zero: bool, expected: int) -> None: member in TestNextReleaseDate.TestAfterWeds
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/ |
D | parameterized_inheritance.cpp | 15 namespace test { namespace 28 namespace test { namespace 185 namespace test { namespace
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | core-test-rules.jar | ... android/
android/platform/
android/platform/test/
android/platform/test/annotations/
android ... |
/aosp_15_r20/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestParametersMethodProcessorTest.java | 75 public void test(TestEnum testEnum, long testLong, boolean testBoolean, String testString) { in test() method in TestParametersMethodProcessorTest.SimpleMethodAnnotation 253 public void test() { in test() method in TestParametersMethodProcessorTest.ConstructorAnnotationWithProvider 272 public void test(int testInt, TestEnum testEnum) { in test() method in TestParametersMethodProcessorTest.MethodAnnotationWithProvider 398 String test() default "TEST"; in test() method
|
/aosp_15_r20/external/pytorch/test/onnx/internal/ |
H A D | test_registraion.py | 177 def test(g, x): function 197 def test(): function 227 def test(g, x): function
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | InstrumentationFileTestTest.java | 109 final TestDescription test = new TestDescription("ClassFoo", "methodBar"); in testRun_singleSuccessfulTest() local 426 final TestDescription test = new TestDescription("ClassFoo", "methodBar"); in testRun_parameterized() local 517 TestDescription test = new TestDescription(str[0], str[1]); in verifyTestFile() local
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
H A D | LocationDuringReaderParsingTest.java | 40 private void testLocationAtEndOfParse(LocationTestCase test) throws Exception in testLocationAtEndOfParse() 50 private void testInitialLocation(LocationTestCase test) throws Exception in testInitialLocation() 59 private void testTokenLocations(LocationTestCase test) throws Exception in testTokenLocations()
|
H A D | LocationDuringStreamParsingTest.java | 40 private void testLocationAtEndOfParse(LocationTestCase test) throws Exception in testLocationAtEndOfParse() 50 private void testInitialLocation(LocationTestCase test) throws Exception in testInitialLocation() 59 private void testTokenLocations(LocationTestCase test) throws Exception in testTokenLocations()
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | point_unittest.cc | 164 Point test(3, 4); in TEST() local 170 Point test = Point(3, 4); in TEST() local 185 Point test; in TEST() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | NoisyDryRunTest.java | 265 public void testStarted(TestDescription test) { in testStarted() 270 public void testFailed(TestDescription test, String trace) { in testFailed() 275 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded()
|
/aosp_15_r20/external/libchrome/base/json/ |
H A D | string_escape_unittest.cc | 131 string16 test; in TEST() local 142 string16 test; in TEST() local 153 string16 test; in TEST() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 395 void test(void) in test() function in deqp::gles3::Functional::CreateShaderCase 428 void test(void) in test() function in deqp::gles3::Functional::CompileShaderCase 540 void test(void) in test() function in deqp::gles3::Functional::DeleteShaderCase 575 void test(void) in test() function in deqp::gles3::Functional::LinkVertexFragmentCase 662 void test(void) in test() function in deqp::gles3::Functional::ShaderSourceReplaceCase 797 void test(void) in test() function in deqp::gles3::Functional::ShaderSourceSplitCase 901 void ProgramStateCase::test(void) in test() function in deqp::gles3::Functional::ProgramStateCase 1256 void test(void) in test() function in deqp::gles3::Functional::ProgramBinarySimpleCase 1379 void test(void) in test() function in deqp::gles3::Functional::ProgramBinaryUniformResetCase 1478 void ProgramBinaryPersistenceCase::test(void) in test() function in deqp::gles3::Functional::ProgramBinaryPersistenceCase
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 780 const struct test { in test_config() struct 781 void (*fn)(int sotype, sa_family_t family); in test_config() 782 const char *name; in test_config() 783 bool no_inner_map; in test_config() 784 int need_sotype; in test_config()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | OldClassTest.java | 194 void test(); in test() method 199 void test(); in test() method 217 public void test() { in test() method in OldClassTest.Cls1 224 public void test() { in test() method in OldClassTest.Cls2 229 public void test() { in test() method in OldClassTest.Cls3
|
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/icu/test/util/regex/ |
H A D | MatcherNativeTest.java | 259 Pattern test = Pattern.compile(element); in testPattern() local 271 Pattern test = Pattern.compile(groupPatterns[i]); in testGroupint() local 296 Pattern test = Pattern.compile(groupPatterns[i]); in testGroupint() local 313 Pattern test = Pattern.compile(element); in testGroup() local 462 Pattern test = Pattern.compile(groupPatterns[i]); in testGroupCount() local
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | unsquashfs.h | 117 struct test { struct 118 int mask; 119 int value; 120 int position; 121 char mode;
|