Home
last modified time | relevance | path

Searched refs:result_str (Results 1 – 25 of 30) sorted by relevance

12

/external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
Dltp_block_dev.c57 #define result_str(pass) ((pass == 0) ? ("FAIL") : ("PASS")) macro
105 prk_info("Test Case Result: %s\n", result_str(pass)); in tc01()
142 prk_info("Test Case Result: %s\n", result_str(pass)); in tc02()
189 prk_info("Test Case Result: %s\n", result_str(pass)); in tc03()
217 prk_info("Test Case Result: %s\n", result_str(pass)); in tc04()
247 prk_info("Test Case Result: %s\n", result_str(pass)); in tc05()
267 prk_info("Test Case Result: %s\n", result_str(pass)); in tc06()
290 prk_info("Test Case Result: %s\n", result_str(pass)); in tc07()
311 prk_info("Test Case Result: %s\n", result_str(pass)); in tc08()
333 prk_info("Test Case Result: %s\n", result_str(pass)); in tc09()
/external/autotest/server/site_tests/firmware_PDVbusRequest/
Dfirmware_PDVbusRequest.py58 result_str = 'Target = %02dV:\tAct = %.2f\tDelta = %.2f' % \
65 return result, result_str
148 result, result_str = self._compare_vbus(expected_vbus_voltage,
150 logging.info('%s, %s', result_str, result)
152 pdtester_failures.append(result_str)
189 result, result_str = self._compare_vbus(v, ok_to_fail=is_override)
190 logging.info('%s, %s', result_str, result)
192 dut_failures.append(result_str)
/external/autotest/server/cros/network/
Dchaos_clique_utils.py316 result_str = host.run(
318 if not result_str:
321 if 'Atheros' in result_str:
323 elif 'mwifiex' in result_str:
325 elif 'loaded firmware version' in result_str:
327 elif 'Firmware version' in result_str:
331 result_str)
333 result = re.search(pattern, result_str)
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_walker_unittest.cpp48 std::string result_str = result.str(); in Walk() local
49 if (!result_str.empty()) { in Walk()
50 result_str.erase(result_str.begin()); // remove start space in Walk()
52 return result_str; in Walk()
/external/ltp/testcases/kernel/device-drivers/locking/
Dlock_torture.sh86 result_str=`dmesg | sed -nE '$s/.*End of test: ([A-Z]+):.*/\1/p'`
87 if [ "$result_str" = "SUCCESS" ]; then
90 tst_resm TFAIL "$type: $result_str, see dmesg"
/external/grpc-grpc/test/core/security/
Dlinux_system_roots_test.cc75 char* result_str = grpc_slice_to_c_string(result_slice); in TEST() local
77 EXPECT_STREQ(result_str, bundle_str); in TEST()
79 gpr_free(result_str); in TEST()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dlinux_system_roots_test.cc75 char* result_str = grpc_slice_to_c_string(result_slice); in TEST() local
77 EXPECT_STREQ(result_str, bundle_str); in TEST()
79 gpr_free(result_str); in TEST()
/external/deqp-deps/SPIRV-Tools/test/
Denum_string_mapping_test.cpp52 const std::string result_str = ExtensionToString(extension); in TEST_P() local
53 EXPECT_EQ(extension_str, result_str); in TEST_P()
65 const std::string result_str = CapabilityToString(capability); in TEST_P() local
66 EXPECT_EQ(capability_str, result_str); in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/test/
Denum_string_mapping_test.cpp52 const std::string result_str = ExtensionToString(extension); in TEST_P() local
53 EXPECT_EQ(extension_str, result_str); in TEST_P()
65 const std::string result_str = CapabilityToString(capability); in TEST_P() local
66 EXPECT_EQ(capability_str, result_str); in TEST_P()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Denum_string_mapping_test.cpp52 const std::string result_str = ExtensionToString(extension); in TEST_P() local
53 EXPECT_EQ(extension_str, result_str); in TEST_P()
65 const std::string result_str = CapabilityToString(capability); in TEST_P() local
66 EXPECT_EQ(capability_str, result_str); in TEST_P()
/external/llvm-project/lldb/tools/intel-features/intel-pt/
Dcli-wrapper-pt.cpp408 std::string result_str(result_obj.GetOutput()); in DoExecute() local
409 if (result_str.empty()) { in DoExecute()
420 std::size_t first_new_line_index = result_str.find_first_of('\n'); in DoExecute()
421 std::size_t last_new_line_index = result_str.find_last_of('\n'); in DoExecute()
423 res.AppendMessage((result_str.substr(first_new_line_index + 1, in DoExecute()
429 (result_str.substr(0, result_str.length() - 1)).c_str()); in DoExecute()
/external/libsrtp2/test/
Dcutest.h240 const char *result_str; in test_check__() local
245 result_str = "ok"; in test_check__()
254 result_str = "failed"; in test_check__()
275 test_print_in_color__(result_color, result_str); in test_check__()
/external/autotest/server/cros/chaos_lib/
Dchaos_datastore_utils.py76 result_str = "%s deleted." % host_name
77 if result_str in response.text:
/external/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_csl_sdcard.c126 char *result_str = "failed"; in set_card_data_width() local
163 result_str = "succeeded"; in set_card_data_width()
169 result_str = "failed"; in set_card_data_width()
175 result_str = "ignored"; in set_card_data_width()
179 VERBOSE("SDIO Data Width(%s) %s.\n", bitwidth_str, result_str); in set_card_data_width()
/external/toolchain-utils/crosperf/
Dresults_report_unittest.py384 result_str = reporter.GetReport()
385 self.assertIn(separators[0], result_str)
386 self.assertIn(separators[1], result_str)
/external/python/cryptography/tests/
Dutils.py584 result_str = line.split("=")[1].strip()
585 match = result_rx.match(result_str)
693 result_str = line.split("=")[1].strip()
694 match = result_rx.match(result_str)
/external/ltp/pan/
Dltp-pan.c725 char *result_str; in check_pids() local
823 result_str = "CONF"; in check_pids()
826 result_str = "FAIL"; in check_pids()
828 result_str = "PASS"; in check_pids()
834 result_str, in check_pids()
/external/selinux/libsepol/cil/src/
Dcil_internal.h570 char *result_str; member
639 char *result_str; member
650 char *result_str; member
Dcil_copy_ast.c719 new->result_str = orig->result_str; in cil_copy_roletransition()
737 new->result_str = orig->result_str; in cil_copy_nametypetransition()
876 new->result_str = orig->result_str; in cil_copy_type_rule()
Dcil_tree.c853 cil_log(CIL_INFO, " %s\n", roletrans->result_str); in cil_tree_print_node()
1128 cil_log(CIL_INFO, " %s", nametypetrans->result_str); in cil_tree_print_node()
1236 cil_log(CIL_INFO, " %s\n", rule->result_str); in cil_tree_print_node()
Dcil_write_ast.c736 res = ntrans->result_str; in cil_write_nametypetransition()
861 res = typerule->result_str; in cil_write_type_rule()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1421 StreamString result_str; in BuildAliasResult() local
1436 result_str.Printf("%s", alias_cmd_obj->GetCommandName().str().c_str()); in BuildAliasResult()
1439 alias_result = std::string(result_str.GetString()); in BuildAliasResult()
1450 result_str.Printf(" %s", value.c_str()); in BuildAliasResult()
1454 result_str.Printf(" %s", option.c_str()); in BuildAliasResult()
1459 result_str.Printf(" "); in BuildAliasResult()
1462 result_str.Printf("%s", value.c_str()); in BuildAliasResult()
1476 result_str.Printf("%s", cmd_args.GetArgumentAtIndex(index)); in BuildAliasResult()
1480 alias_result = std::string(result_str.GetString()); in BuildAliasResult()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp2402 std::string result_str = "[ "; in DrawAndCheck() local
2410 result_str.append(ss.str()); in DrawAndCheck()
2414 result_str.append(", "); in DrawAndCheck()
2418 result_str.append(" ]"); in DrawAndCheck()
2423 << result_str.c_str() << ", but " << reference_str.c_str() in DrawAndCheck()
3401 std::string result_str = "["; in CheckXFB() local
3406 result_str.append(Utilities::itoa((glw::GLuint)result[j])); in CheckXFB()
3411 result_str.append(", "); in CheckXFB()
3416 result_str.append("]"); in CheckXFB()
3420 …m_context.getTestContext().getLog() << tcu::TestLog::Message << "Result is " << result_str << ", b… in CheckXFB()
/external/igt-gpu-tools/runner/
Dresultgen.c161 const char *result_str; member
181 *result = resultmap[i].result_str; in parse_result_string()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c269 static const char * result_str(enum eapol_supp_result result) in result_str() function
292 result_str(result)); in wpa_supplicant_eapol_cb()

12