Home
last modified time | relevance | path

Searched refs:tested (Results 1 - 25 of 31) sorted by relevance

12

/third_party/python/Lib/test/
H A Dtest__locale.py117 tested = False
127 tested = True
128 if not tested:
137 tested = False
148 tested = True
149 if not tested:
155 tested = False
175 tested = True
176 if not tested:
182 tested
[all...]
H A Dtest_genericclass.py7 tested = []
11 tested.extend([args, kwargs])
14 self.assertEqual(tested, [])
16 self.assertEqual(tested[0], ((B, c),))
17 self.assertEqual(tested[1], {})
20 tested = []
25 tested.append(bases)
28 self.assertEqual(tested, [])
30 self.assertEqual(tested[-1], (A, c, B))
36 self.assertEqual(tested[
[all...]
/third_party/jerryscript/tools/runners/
H A Drun-test-suite.py145 tested = 0
148 tested += 1
157 util.print_test_result(tested, total, True, passed_string, test_path)
160 util.print_test_result(tested, total, False, passed_string, test_path)
184 tested = 0
187 tested += 1
195 util.print_test_result(tested, total, True, passed_string, test_path, True)
197 util.print_test_result(tested, total, False, 'FAIL (%d)' % (returncode), test_path, True)
214 util.print_test_result(tested, total, True, passed_string, test_path, False)
217 util.print_test_result(tested, tota
[all...]
H A Drun-unittests.py61 tested = 0
65 tested += 1
71 util.print_test_result(tested, total, True, 'PASS', test_path)
74 util.print_test_result(tested, total, False, 'FAIL (%d)' % err.returncode, test_path)
H A Dutil.py58 def print_test_result(tested, total, is_passed, passed_string, test_path, is_snapshot_generation=None):
67 print("[%4d/%4d] %s%s: %s%s%s" % (tested, total, color, passed_string, test_path, snapshot_string, TERM_NORMAL))
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-libstdc++.py19 tested = False variable
33 tested = True variable
35 if not tested:
H A Dcheck-static-inits.py23 tested = 0 variable
49 tested += 1
51 sys.exit (stat if tested else 77)
H A Dcheck-symbols.py22 tested = False variable
68 tested = True variable
70 if not tested:
/third_party/skia/tests/
H A DSkColorSpaceXformStepsTest.cpp133 uint32_t tested = 0x00000000; in DEF_TEST() local
148 tested |= (1<<bits); in DEF_TEST()
153 if (tested & (1<<t)) { in DEF_TEST()
157 // There are a couple impossible outputs, so consider those bits tested. in DEF_TEST()
/third_party/ffmpeg/tests/fate/
H A Dexif.mak17 # add all -yes targets to the tested targets
H A Dmatroska.mak62 # level 1-elements after the Cluster. This is tested on the demuxer's side.
/third_party/python/Tools/msi/
H A Dtestrelease.bat115 echo If no test architecture is specified, all architectures will be tested.
116 echo If no install type is selected, all install types will be tested.
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c23 /* Obtain a copy of the code to be tested (plus other things), disabling
299 char number[1024]; /* Buffer for number being tested */
302 int ctimes; /* Number of numbers tested */
608 int tested = 0; in validation_muldiv() local
693 ++tested; in validation_muldiv()
725 "errors)\n", tested, overflow, passed, error, error64); in validation_muldiv()
H A Dpngimage.c117 png_byte tested; /* the transform was tested somewhere */ member
121 * macros; even if the transform is supported on write it cannot be tested
127 TRANSFORM_ ## when, 0/*!tested*/ }
264 { NULL /*name*/, 0, 0, 0, 0, 0, 0, 0/*!tested*/ }
1488 * 'exhaustive' tests. Notice that each transform is tested on in test_one_file()
1510 if (next == read_transforms) /* Everything tested */ in test_one_file()
/third_party/mbedtls/tests/scripts/
H A Dtest_psa_constant_names.py189 help='Show tested values on stdout')
192 help='Don\'t show tested values (default)')
/third_party/optimized-routines/string/arm/
H A Dmemchr.S108 @ r0 points to the start of the double word after the one that was tested
/third_party/skia/third_party/externals/tint/tools/src/cmd/trim-includes/
H A Dmain.go21 // After all the #include statements have been tested, the file is
62 After all the #include statements have been tested, the file is clang-formatted
/third_party/libinput/test/
H A Dtest-touch.c93 bool tested = false; in START_TEST() local
125 tested = true; in START_TEST()
130 ck_assert(tested); in START_TEST()
/third_party/skia/src/gpu/ops/
H A DAAHairLinePathRenderer.cpp125 static bool tested; in get_float_exp() local
126 if (!tested) { in get_float_exp()
127 tested = true; in get_float_exp()
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py1134 tested = set()
1138 tested.add(v)
1140 funcdict['untested'] = tuple(sorted(intersect-tested))
/third_party/curl/projects/
H A Dbuild-wolfssl.bat333 echo Success: Built and tested wolfSSL %MSBUILD_CONFIG%^|%MSBUILD_PLATFORM%.
422 echo The following configurations were built and tested successfully:
/third_party/musl/scripts/build_lite/
H A DMakefile74 $(warning *** warning: ARCH $(ARCH) has not been tested yet, use with cautions!)
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat6 :: (jmh: I've only tested in the main directory, using my own builds.)
19 :: Remember the current (build) directory and set the program to be tested.
674 :: Finally, some tests to exercise code that is not tested above, just to be
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex22 implementation has been tested only with IA-64 Linux.
/third_party/ltp/
H A Drunltp122 -T TCONFCMDFILE Command file with all test cases that are not fully tested.

Completed in 18 milliseconds

12