HomeSort by relevance Sort by last modified time
    Searched refs:subtest (Results 1 - 25 of 28) sorted by null

1 2

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
glcpp-test-cr-lf 85 rm -rf ./subtest-lf
86 mkdir subtest-lf
89 cp "$file" subtest-lf
92 ${glcpp_test} --testdir=subtest-lf >/dev/null 2>&1
97 rm -rf ./subtest-cr
98 mkdir subtest-cr
101 tr "\n" "\r" < "$file" > subtest-cr/"$base"
102 cp `pwd`/glsl/glcpp/tests/subtest-lf/"$base".out subtest-cr/"$base".expected
105 run_test "${glcpp_test} --testdir=subtest-cr
    [all...]
  /external/dtc/tests/
overlay_base.dts 15 subtest: sub-test-node {
overlay_base_manual_symbols.dts 16 subtest: sub-test-node {
  /external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
platform_CryptohomeTPMReOwn.py 86 def run_once(self, subtest='None'):
90 logging.info("Running client subtest %s", subtest)
91 if subtest == 'take_tpm_ownership':
93 elif subtest == 'mount_cryptohome':
95 elif subtest == 'mount_cryptohome_after_reboot':
97 elif subtest == 'mount_cryptohome_check_recreate':
  /external/autotest/server/site_tests/hardware_TPMFirmwareServer/
hardware_TPMFirmwareServer.py 24 # Run the client subtest named [subtest].
25 def tpm_run(self, subtest, ignore_status=False):
26 self.client_at.run_test(self.client_test, subtest=subtest)
31 error.TestFail("client subtest %s failed with status %s" %
32 (subtest, cstatus))
  /external/autotest/server/site_tests/platform_CryptohomeTPMReOwnServer/
platform_CryptohomeTPMReOwnServer.py 18 # Run the client subtest named [subtest].
19 def tpm_run(self, subtest, ignore_status=False):
21 subtest=subtest,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicColorMatrix.java 35 private void subtest(int w, int h, Matrix4f mat, Float4 add, method in class:IntrinsicColorMatrix
81 private void test(Element.DataType dtin, Element.DataType dtout, int subtest,
93 switch (subtest) {
108 f[i] = r.nextFloat() * (subtest - 1);
113 add.x = r.nextFloat() * (subtest - 1);
116 add.y = r.nextFloat() * (subtest - 1);
119 add.z = r.nextFloat() * (subtest - 1);
122 add.w = r.nextFloat() * (subtest - 1);
133 subtest(101, 101, mat, add,
  /frameworks/base/tests/JankBench/app/src/main/jni/
test.cpp 114 JNIEnv *_env, jobject _this, jint subtest) {
122 //__android_log_print(ANDROID_LOG_INFO, "bench", "test %i %p %p", subtest, m1, m2);
128 memcpy(m1, m2, subtest);
138 memcpy(m1, m2, subtest);
145 double bw = ((double)subtest) * count / dt;
149 __android_log_print(ANDROID_LOG_INFO, "bench", "size %i, bw %f", subtest, bw);
  /external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py 202 def run_once(self, test_duration_secs=600, fullscreen=True, subtest='gmaps'):
218 self._test_failure_description = 'Failures_%s' % subtest
219 self.add_failures(subtest)
220 self.subtests[subtest](self)
221 self.remove_failures(subtest)
  /external/autotest/client/cros/graphics/
graphics_utils.py 102 def failure_report(self, name, subtest=None):
116 self.add_failures(name, subtest=subtest)
118 self.remove_failures(name, subtest=subtest)
121 def failure_report_decorator(cls, name, subtest=None):
159 with instance.failure_report(name, subtest):
167 def add_failures(self, name, subtest=None):
173 subtest: subtest which will appears in cros-perf. If None i
    [all...]
  /external/python/cpython3/Lib/unittest/test/
test_skipping.py 35 with self.subTest(a=1):
36 with self.subTest(b=2):
47 subtest, msg = result.skipped[0]
49 self.assertIsInstance(subtest, unittest.TestCase)
50 self.assertIsNot(subtest, test)
51 subtest, msg = result.skipped[1]
53 self.assertIsInstance(subtest, unittest.TestCase)
54 self.assertIsNot(subtest, test)
157 # A failure in any subtest counts as the expected failure of the
162 with self.subTest()
    [all...]
support.py 102 def addSubTest(self, test, subtest, err):
107 super().addSubTest(test, subtest, err)
test_result.py 266 nonlocal subtest
267 with self.subTest(foo=1):
268 subtest = self._subtest
274 result.addSubTest(test, subtest, exc_info_tuple)
278 subtest = None
291 self.assertIs(test_case, subtest)
294 self.assertIs(test_case, subtest)
305 with self.subTest(foo=1, bar=2):
311 with self.subTest('some message'):
319 with self.subTest()
    [all...]
  /external/mesa3d/src/compiler/
Makefile.glsl.am 248 $(RM) -r subtest-cr subtest-cr-lf subtest-lf subtest-lf-cr
252 $(RM) glsl/glcpp/tests/subtest*/*.out
  /external/autotest/client/site_tests/graphics_Drm/
graphics_Drm.py 145 self.add_failures(test.name, subtest=test.name)
159 self.remove_failures(test.name, subtest=test.name)
  /external/python/cpython3/Lib/unittest/
result.py 125 def addSubTest(self, test, subtest, err):
126 """Called at the end of a subtest.
127 'err' is None if the subtest ended successfully, otherwise it's a
139 errors.append((subtest, self._exc_info_to_string(err, test)))
  /external/ltp/tools/pounder21/
pounder 55 run "./pounder subtest" to run just one particular subtest
95 echo "$i is not a subtest included in the current scheduler. Use ./pounder -l for list of valid, excludable subtests."
119 echo "$i is not an excluded subtest. It may already be included in the current scheduler. Use ./pounder -l for list of valid, includable subtests."
  /prebuilts/go/darwin-x86/src/testing/
match_test.go 107 // Subtest with a '/' in its name still allows for copy and pasted names
164 {"a#01", "x/a#01"}, // user has subtest with this name.
testing.go 150 // Each subtest and sub-benchmark has a unique name: the combination of the name
643 // function or a subtest/sub-benchmark function.
785 // Run runs f as a subtest of t called name. It runs f in a separate goroutine
    [all...]
  /prebuilts/go/linux-x86/src/testing/
match_test.go 107 // Subtest with a '/' in its name still allows for copy and pasted names
164 {"a#01", "x/a#01"}, // user has subtest with this name.
testing.go 150 // Each subtest and sub-benchmark has a unique name: the combination of the name
643 // function or a subtest/sub-benchmark function.
785 // Run runs f as a subtest of t called name. It runs f in a separate goroutine
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
debug_test.go 145 subTest(t, debugger+"-dbg", "hist", "-N -l")
146 subTest(t, debugger+"-dbg-race", "i22600", "-N -l", "-race")
147 subTest(t, debugger+"-dbg-22558", "i22558", "-N -l")
151 // subTest creates a subtest that compiles basename.go with the specified gcflags and additional compiler arguments,
153 func subTest(t *testing.T, tag string, basename string, gcflags string, moreargs ...string) {
159 // optSubTest is the same as subTest except that it skips the test if the runtime and libraries
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
debug_test.go 145 subTest(t, debugger+"-dbg", "hist", "-N -l")
146 subTest(t, debugger+"-dbg-race", "i22600", "-N -l", "-race")
147 subTest(t, debugger+"-dbg-22558", "i22558", "-N -l")
151 // subTest creates a subtest that compiles basename.go with the specified gcflags and additional compiler arguments,
153 func subTest(t *testing.T, tag string, basename string, gcflags string, moreargs ...string) {
159 // optSubTest is the same as subTest except that it skips the test if the runtime and libraries
  /external/annotation-tools/asmx/test/lib/
ccl.jar 
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go     [all...]

Completed in 1089 milliseconds

1 2