/third_party/ltp/testcases/kernel/power_management/ |
H A D | pm_include.sh | 5 PASS=0 91 PASS="Testcase FAIL - Able to execute" 92 FAIL="Testcase PASS - Unable to execute" 94 PASS="Testcase PASS" 104 echo "${0}: ${PASS}: echo ${input} > ${test_file}" 167 PASS="Test PASS" 176 echo "${PASS}: cpu consolidation failed for" \ 190 echo "${PASS} [all...] |
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | test-assembly.py | 55 PASS = [] variable 60 PASS.append(case) 83 print("Passed {}/{} tests.".format(len(PASS), len(PASS) + len(FAIL)))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_monitor.c | 172 #define PASS 0xFF macro 201 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0, PASS, 0), 217 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0x0801, PASS, 0), 235 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 3, PASS, 0), 258 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_X, 0, PASS, 0), 266 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0x0000888E, PASS, FAIL), 285 /* rewrite all PASS/FAIL jump offsets */ in add_monitor_filter() 291 if (insn->k == PASS) in add_monitor_filter() 297 if (insn->jt == PASS) in add_monitor_filter() 302 if (insn->jf == PASS) in add_monitor_filter() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_monitor.c | 175 #define PASS 0xFF macro 204 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0, PASS, 0), 220 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0x0801, PASS, 0), 238 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 3, PASS, 0), 261 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_X, 0, PASS, 0), 269 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0x0000888E, PASS, FAIL), 288 /* rewrite all PASS/FAIL jump offsets */ in add_monitor_filter() 294 if (insn->k == PASS) in add_monitor_filter() 300 if (insn->jt == PASS) in add_monitor_filter() 305 if (insn->jf == PASS) in add_monitor_filter() [all...] |
/third_party/node/deps/v8/tools/testrunner/outproc/ |
H A D | base.py | 13 OUTCOMES_PASS = [statusfile.PASS] 16 OUTCOMES_PASS_OR_TIMEOUT = [statusfile.PASS, statusfile.TIMEOUT] 18 OUTCOMES_FAIL_OR_PASS = [statusfile.FAIL, statusfile.PASS] 59 return statusfile.PASS 86 """Output processor optimized for positive tests expected to PASS.""" 88 return self.get_outcome(output) != statusfile.PASS 96 """Output processor optimized for negative tests expected to PASS""" 102 different than a single PASS.
|
/third_party/ltp/libs/libltpipc/ |
H A D | libmsgctl.c | 83 return PASS; in doreader() 123 return PASS; in dowriter() 146 return PASS; in verify()
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | statusfile.py | 36 PASS = "PASS" variable 54 for key in [SKIP, FAIL, PASS, CRASH, HEAVY, SLOW, FAIL_OK, NO_VARIANTS, 141 """Indicates if we join PASS and FAIL from two different outcome sets and 145 PASS in outcomes1 and 211 # A FAIL without PASS in one rule has always precedence over a single 212 # PASS (without FAIL) in another. Otherwise the default PASS expectation 213 # in a rule with a modifier (e.g. PASS, SLOW) would be joined to a FAIL 215 # PASS an [all...] |
H A D | verbose.py | 56 elif t.expected_outcomes == [statusfile.PASS]:
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/ |
H A D | msgstress01.c | 237 if (ret != PASS) in dotest() 240 if ((!WIFEXITED(status) || (WEXITSTATUS(status) != PASS))) in dotest() 250 return PASS; in dotest()
|
H A D | msgstress04.c | 218 if (status >> 8 != PASS) in dotest_iteration() 275 exit_status = PASS; in dotest() 314 if (status >> 8 != PASS) { in dotest() 374 exit(PASS); in term()
|
H A D | msgstress02.c | 183 if (status >> 8 != PASS) { in main() 248 exit_status = PASS; in dotest() 289 if (status >> 8 != PASS) { in dotest() 348 exit(PASS); in term()
|
H A D | msgstress03.c | 241 if (ret != PASS) in dotest() 244 if ((!WIFEXITED(status) || (WEXITSTATUS(status) != PASS))) in dotest() 253 return PASS; in dotest()
|
/third_party/node/deps/v8/tools/testrunner/objects/ |
H A D | testcase.py | 147 # Do not add PASS if there is nothing else. Empty outcomes are converted to 148 # the global [PASS]. 149 if expected_outcomes and statusfile.PASS in outcomes: 150 expected_outcomes.append(statusfile.PASS) 171 elif statusfile.PASS not in self.expected_outcomes: 173 self.expected_outcomes + [statusfile.PASS]) 273 return (statusfile.PASS in self._statusfile_outcomes and 280 statusfile.PASS not in self._statusfile_outcomes)
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | restricted_trace_gold_tests.py | 67 PASS = 'PASS' variable 289 return PASS 379 batch_result = PASS if run_wrapper(args, cmd, env, 386 if batch_result == PASS: 395 expected_result = SKIP if result == SKIP else PASS 468 PASS: 0,
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | run_perf_tests.py | 52 PASS = 'PASS' variable 208 PASS: 0, 222 self._test_results[test] = {'expected': PASS, 'actual': PASS} 223 self._results['num_failures_by_type'][PASS] += 1 226 self._test_results[test] = {'expected': PASS, 'actual': FAIL, 'is_unexpected': True}
|
/third_party/optimized-routines/math/test/ |
H A D | runulp.sh | 20 PASS=0 24 $emu ./ulp -r $r -e $Lt $flags "$@" && PASS=$((PASS+1)) || FAIL=$((FAIL+1)) 313 echo "FAILED $FAIL PASSED $PASS"
|
/third_party/astc-encoder/Test/testlib/ |
H A D | resultset.py | 40 PASS: The test passed. 46 PASS = 1 variable in Result 91 if record.status == Result.PASS: 122 return Result.PASS
|
/third_party/ltp/include/ |
H A D | libmsgctl.h | 24 #define PASS 0 macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | filter_units_bsf.c | 40 PASS, enumerator 163 ctx->mode = PASS; in filter_units_init()
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_parser.py | 28 PASS = 'Pass' variable in StatusCode 40 PASS,
|
/third_party/cJSON/tests/unity/auto/ |
H A D | colour_reporter.rb | 21 when /PASS/
|
/third_party/unity/auto/ |
H A D | colour_reporter.rb | 21 when /PASS/
|
/third_party/alsa-utils/bat/tests/ |
H A D | alsabat_main.sh | 69 echo -e "$suit_number - [$1]:test ------- PASS" >> $ABAT_TEST_LOG_FILE 71 "$suit_number - [$1]" "-------------------------------- " "PASS"; 133 "PASS:" ${pass_number} "cases", "FAIL:" ${fail_number} "cases", \ 139 "PASS:" ${pass_number} "cases", "FAIL:" ${fail_number} "cases", \
|
/third_party/ltp/testscripts/ |
H A D | network.sh | 113 echo ltp-pan reported PASS
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | zip_output_unittest.sh | 100 echo PASS
|