Home
last modified time | relevance | path

Searched defs:test (Results 826 – 850 of 16494) sorted by relevance

1...<<31323334353637383940>>...660

/aosp_15_r20/external/autotest/client/bin/
H A Dbase_sysinfo.py323 def _get_iteration_subdir(self, test, iteration): argument
350 def log_before_each_test(self, test): argument
388 def log_after_each_test(self, test): argument
429 def log_before_each_iteration(self, test, iteration=None): argument
449 def log_after_each_iteration(self, test, iteration=None): argument
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle.cpp391 int test() { in test() function
418 void test() { in test() function
553 void test() { in test() function
668 void test() { in test() function
679 void test() { in test() function
700 void test() { in test() function
717 void test() { in test() function
730 void test() { in test() function
743 void test() { in test() function
776 void test() { in test() function
[all …]
/aosp_15_r20/external/webrtc/infra/specs/
H A Dclient.webrtc.perf.json43 "test": "low_bandwidth_audio_perf_test", string
79 "test": "webrtc_perf_tests", string
123 "test": "low_bandwidth_audio_perf_test", string
159 "test": "webrtc_perf_tests", string
202 "test": "low_bandwidth_audio_perf_test", string
237 "test": "webrtc_perf_tests", string
280 "test": "low_bandwidth_audio_perf_test", string
315 "test": "webrtc_perf_tests", string
359 "test": "low_bandwidth_audio_perf_test", string
395 "test": "webrtc_perf_tests", string
[all …]
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dresults_cache.py582 def PopulateFromRun(self, out, err, retval, test, suite, cwp_dso): argument
1181 def PopulateFromCacheDir(self, cache_dir, test, suite, cwp_dso): argument
1301 test, argument
1320 test, argument
1340 def PopulateFromRun(self, out, err, retval, test, suite, cwp_dso): argument
1380 def PopulateFromCacheDir(self, cache_dir, test, suite, cwp_dso): argument
1680 def PopulateFromRun(self, out, err, retval, test, suite, cwp_dso): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/
H A Dgemm-microkernel-tester.h185 void test(pytorch_q8gemm_ukernel_function qgemm) const { in test() function
342 void test(pytorch_q8gemm_dq_ukernel_function qgemm) const { in test() function
461 void test(pytorch_q8conv_ukernel_function qconv) const { in test() function
665 void test(pytorch_q8gemm_xzp_ukernel_function qgemm) const { in test() function
802 void test(pytorch_hgemm_ukernel_function hgemm) const { in test() function
920 void test(pytorch_sgemm_ukernel_function sgemm) const { in test() function
1021 void test(pytorch_sconv_ukernel_function sconv) const { in test() function
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DMessageDigestConsistencyTest.kt51 private fun test(algorithm: String, newHashFunction: () -> HashFunction) { in test() method
64 private fun test( in test() method
/aosp_15_r20/external/TestParameterInjector/src/test/java/com/google/testing/junit/testparameterinjector/
H A DTestParameterTest.java64 public void test() { in test() method in TestParameterTest.AnnotatedField
91 public void test() { in test() method in TestParameterTest.AnnotatedConstructorParameter
112 public void test( in test() method in TestParameterTest.MultipleAnnotatedParameters
198 public void test() throws Exception { in test() method in TestParameterTest
/aosp_15_r20/tools/ndkports/googletest/
H A Dbuild.gradle.kts57 findTests(buildDir.resolve("googlemock")).forEach { test -> in <lambda>() method
60 findTests(buildDir.resolve("googletest")).forEach { test -> in <lambda>() method
67 findTests(buildDir.resolve("googlemock")).forEach { test -> in <lambda>() method
77 findTests(buildDir.resolve("googletest")).forEach { test -> in <lambda>() method
/aosp_15_r20/external/google-smali/smali/src/test/java/com/android/tools/smali/smali/
H A DLexerTest.java136 public void runTest(String test) { in runTest()
140 public void runTest(String test, boolean discardHiddenTokens) { in runTest()
144 public void runTest(String test, int apiLevel) { in runTest()
148 public void runTest(String test, boolean discardHiddenTokens, int apiLevel) { in runTest()
/aosp_15_r20/external/clang/test/Analysis/
H A Dreinterpret-cast.cpp14 void test(Data data) { in test() function
40 void test() in test() function
57 void test(IntWrapperWrapper *ww) { in test() function
79 void test() { in test() function
/aosp_15_r20/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/
H A DTestParameterTest.java56 public void test() { in test() method in TestParameterTest.AnnotatedField
82 public void test() { in test() method in TestParameterTest.AnnotatedConstructorParameter
106 public void test( in test() method in TestParameterTest.MultipleAnnotatedParameters
240 public void test() throws Exception { in test() method in TestParameterTest
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_ext_test/
Derase.cpp31 Container test(source); in test_erase_impl() local
61 Container test(source); in test_remove_erase_impl() local
101 Container test(source); in test_remove_erase_if_impl() local
178 boost::unit_test::test_suite* test in init_unit_test_suite() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestfnmatch.c146 struct pattern_s *test = patterns; in test_fnmatch() local
179 static const struct test { in test_fnmatch_test() struct
180 const char *pattern; in test_fnmatch_test()
181 int result; in test_fnmatch_test()
/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/
H A DHumanEyeMatcherTest.kt18 val test = rgb(5, 200, 200) in <lambda>() constant
35 val test = rgb(6, 200, 201) in <lambda>() constant
52 val test = rgb(200, 201, 199) in <lambda>() constant
69 val test = rgb(203, 212, 194) in <lambda>() constant
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp52 static void addTestIterations(gls::DrawTest *test, const gls::DrawTestSpec &baseSpec, TestIteration… in addTestIterations()
146 gls::DrawTest *test = in init() local
182 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "multiple_attribu… in init() local
229 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "default_attribut… in init() local
357 de::MovePtr<gls::DrawTest> test( in init() local
411 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), … in init() local
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/
DCargo.toml100 test = true qkey
105 test = true qkey
110 test = true qkey
119 test = true qkey
124 test = true qkey
129 test = true qkey
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fRboStateQueryTests.cpp129 void test(void) in test() function in deqp::gles3::Functional::__anond4a896e60111::RboSizeCase
166 void test(void) in test() function in deqp::gles3::Functional::__anond4a896e60111::RboInternalFormatCase
206 void test(void) in test() function in deqp::gles3::Functional::__anond4a896e60111::RboComponentSizeColorCase
254 void test(void) in test() function in deqp::gles3::Functional::__anond4a896e60111::RboComponentSizeDepthCase
310 void test(void) in test() function in deqp::gles3::Functional::__anond4a896e60111::RboSamplesCase
/aosp_15_r20/libcore/support/src/test/java/tests/resources/
HDjunit4-4.3.1.jar ... public void <init> (junit.framework.Test, int) junit.framework.Test test int ...
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_types.py94 def test(f, result): function
297 def test(i, format_spec, result): function
451 def test(i, format_spec, result): function
590 def test(f, format_spec, result): function
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_fence_thrash.c58 struct test { struct
59 int fd;
60 int tiling;
61 int num_surfaces;
/aosp_15_r20/external/rust/android-crates-io/crates/paste/tests/
Dtest_item.rs15 fn test() { in test() function
32 fn test() { in test() function
53 fn test() { in test() function
75 fn test() { in test() function
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dsize_unittest.cc126 Size test(3, 4); in TEST() local
137 Size test; in TEST() local
168 SizeF test(2.f, 1.f); in TEST() local
205 SizeF test(clearly_trivial, 1.f); in TEST() local
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/
H A Dcancel_after_invoke.cc37 void CancelAfterInvoke6(CoreEnd2endTest& test, in CancelAfterInvoke6()
63 void CancelAfterInvoke5(CoreEnd2endTest& test, in CancelAfterInvoke5()
87 void CancelAfterInvoke4(CoreEnd2endTest& test, in CancelAfterInvoke4()
110 void CancelAfterInvoke3(CoreEnd2endTest& test, in CancelAfterInvoke3()
/aosp_15_r20/frameworks/base/test-junit/src/junit/textui/
H A DTestRunner.java75 static public TestResult run(Test test) { in run()
90 public void testFailed(int status, Test test, Throwable t) { in testFailed()
108 public TestResult doRun(Test test) { in doRun()
188 Test test= TestSuite.createTest(testClass, method); in runSingleMethod() local
/aosp_15_r20/external/cronet/build/android/pylib/local/device/
H A Dlocal_device_instrumentation_test_run.py896 def _GetUniqueTestName(self, test): argument
900 def _RunTest(self, device, test): argument
1761 def _ShouldRetry(self, test, result): argument
1804 def _IsWPRRecordReplayTest(test): argument
1812 def _GetWPRArchivePath(test): argument
1818 def _GetWPRArchiveFileName(test): argument
1836 def _IsRenderTest(test): argument

1...<<31323334353637383940>>...660