Home
last modified time | relevance | path

Searched defs:test (Results 1251 – 1275 of 16494) sorted by relevance

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/tests/
H A Dsaved_model_test.cc145 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 Dstring_escape_unittest.cc202 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 Des2fFboStateQueryTests.cpp82 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/
Dslist_test.cpp136 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
Dlist_test.cpp145 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/
DInstrumentationListener.java116 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()
DUiAutomatorTest.java437 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 Dabigail_reader_test.cc57 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 DAtraceHostTestBase.java229 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 Dgen_calendar_entries_test.py105 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/
Dparameterized_inheritance.cpp15 namespace test { namespace
28 namespace test { namespace
185 namespace test { namespace
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-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 DTestParametersMethodProcessorTest.java75 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 Dtest_registraion.py177 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/
DInstrumentationFileTestTest.java109 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 DLocationDuringReaderParsingTest.java40 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 DLocationDuringStreamParsingTest.java40 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 Dpoint_unittest.cc164 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/
DNoisyDryRunTest.java265 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 Dstring_escape_unittest.cc131 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 Des3fShaderApiTests.cpp395 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 Dselect_reuseport.c780 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 DOldClassTest.java194 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 DMatcherNativeTest.java259 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 Dunsquashfs.h117 struct test { struct
118 int mask;
119 int value;
120 int position;
121 char mode;

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