/third_party/python/Lib/test/ |
H A D | test__locale.py | 117 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 D | test_genericclass.py | 7 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 D | run-test-suite.py | 145 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 D | run-unittests.py | 61 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 D | util.py | 58 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 D | check-libstdc++.py | 19 tested = False variable 33 tested = True variable 35 if not tested:
|
H A D | check-static-inits.py | 23 tested = 0 variable 49 tested += 1 51 sys.exit (stat if tested else 77)
|
H A D | check-symbols.py | 22 tested = False variable 68 tested = True variable 70 if not tested:
|
/third_party/skia/tests/ |
H A D | SkColorSpaceXformStepsTest.cpp | 133 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 D | exif.mak | 17 # add all -yes targets to the tested targets
|
H A D | matroska.mak | 62 # level 1-elements after the Cluster. This is tested on the demuxer's side.
|
/third_party/python/Tools/msi/ |
H A D | testrelease.bat | 115 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 D | tarith.c | 23 /* 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 D | pngimage.c | 117 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 D | test_psa_constant_names.py | 189 help='Show tested values on stdout') 192 help='Don\'t show tested values (default)')
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 108 @ 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 D | main.go | 21 // 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 D | test-touch.c | 93 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 D | AAHairLinePathRenderer.cpp | 125 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 D | deccheck.py | 1134 tested = set() 1138 tested.add(v) 1140 funcdict['untested'] = tuple(sorted(intersect-tested))
|
/third_party/curl/projects/ |
H A D | build-wolfssl.bat | 333 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 D | Makefile | 74 $(warning *** warning: ARCH $(ARCH) has not been tested yet, use with cautions!)
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest.bat | 6 :: (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 D | libunwind-ia64.tex | 22 implementation has been tested only with IA-64 Linux.
|
/third_party/ltp/ |
H A D | runltp | 122 -T TCONFCMDFILE Command file with all test cases that are not fully tested.
|