Home
last modified time | relevance | path

Searched defs:testcases (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A D_parameterized.py195 def __init__(self, test_method, testcases, naming_type): argument
257 def _IsSingletonList(testcases): argument
262 def _ModifyClass(class_object, testcases, naming_type): argument
281 def _ParameterDecorator(naming_type, testcases): argument
310 def parameters(*testcases): # pylint: disable=invalid-name
325 def named_parameters(*testcases): # pylint: disable=invalid-name
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A D_parameterized.py195 def __init__(self, test_method, testcases, naming_type): argument
257 def _IsSingletonList(testcases): argument
262 def _ModifyClass(class_object, testcases, naming_type): argument
281 def _ParameterDecorator(naming_type, testcases): argument
310 def parameters(*testcases): # pylint: disable=invalid-name
325 def named_parameters(*testcases): # pylint: disable=invalid-name
/aosp_15_r20/external/python/absl-py/absl/testing/
Dparameterized.py276 def __init__(self, test_method, testcases, naming_type, original_name=None): argument
385 def _modify_class(class_object, testcases, naming_type): argument
405 def _parameter_decorator(naming_type, testcases): argument
446 def parameters(*testcases):
465 def named_parameters(*testcases):
/aosp_15_r20/external/skia/tests/graphite/
H A DImageProviderTest.cpp231 SkSpan<const TestCase> testcases) { in run_test()
278 TestCase testcases[] = { in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS() local
320 static const TestCase testcases[] = { in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS() local
342 } testcases[] = { in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS() local
459 } testcases[] = { in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS() local
/aosp_15_r20/external/python/uritemplates/tests/fixtures/
Dextended-tests.json28 "testcases":[ array
68 "testcases":[ array
92 "testcases":[ array
110 "testcases":[ array
Dspec-examples-by-section.json23 "testcases" : [ array
56 "testcases" : [ array
110 "testcases" : [ array
167 "testcases" : [ array
209 "testcases" : [ array
261 "testcases" : [ array
313 "testcases" : [ array
364 "testcases" : [ array
412 "testcases" : [ array
Dspec-examples.json9 "testcases" : [ array
22 "testcases" : [ array
40 "testcases" : [ array
69 "testcases": [ array
/aosp_15_r20/hardware/interfaces/broadcastradio/common/utilsaidl/test/
H A DBroadcastRadioUtilsCommonTest.cpp177 std::vector<IsValidIdentifierTestCase> testcases = getIsValidIdentifierTestCases(); in getIsValidIdentifierV2TestCases() local
250 std::vector<IsValidSelectorTestCase> testcases = getIsValidSelectorTestCases(); in getIsValidSelectorV2TestCases() local
309 std::vector<IsValidMetadataTestCase> testcases = getIsValidMetadataTestCases(); in getIsValidMetadataV2TestCases() local
/aosp_15_r20/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
H A DValidateTestsAbi.java159 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testApksAbis() local
234 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testBinariesAbis() local
H A DApkPackageNameCheck.java92 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testApkPackageNames() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestipsub.c28 } testcases[] = in test_bad_input() local
112 } testcases[] = in test_interesting_subnets() local
/aosp_15_r20/packages/apps/Nfc/testutils/pn532/nfcutils/
Dpolling_frame_utils.py448 testcases, argument
506 def get_frame_test_stats(testcases, frames, timestamps=()): argument
/aosp_15_r20/external/mesa3d/src/freedreno/fdl/
H A Dfd5_layout_test.c18 static const struct testcase testcases[] = { variable
H A Dfd6_layout_test.c15 testcases[] = variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D5-1.c42 static struct testcase testcases[] = { variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wake01.c20 static struct testcase testcases[] = { variable
H A Dfutex_wait01.c25 static struct testcase testcases[] = { variable
/aosp_15_r20/external/libcxx/test/std/numerics/complex.number/
H A Dcases.h20 const std::complex<double> testcases[] = variable
/aosp_15_r20/external/libexif/test/nls/
H A Dtest-nls.c18 static testcase testcases[] = { variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/complex.number/
H A Dcases.h22 TEST_CONSTEXPR_CXX20 const std::complex<double> testcases[] = variable
/aosp_15_r20/external/pytorch/scripts/compile_tests/
H A Dfailures_histogram.py48 def get_failures(testcases): argument
/aosp_15_r20/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/
H A DCommonConfigLoadingTest.java142 …File testcases = new File(suiteRoot, String.format("/android-%s/testcases/", getSuiteName().toLowe… in testConfigurationLoad() local
H A DCtsConfigLoadingTest.java158 File testcases = in testConfigurationLoad() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/writev/
H A Dwritev01.c51 } testcases[] = { variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sync_file_range/
H A Dsync_file_range02.c77 static struct testcase testcases[] = { variable

123