Home
last modified time | relevance | path

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

12

/external/autotest/server/site_tests/firmware_PDVbusRequest/
Dfirmware_PDVbusRequest.py56 result_str = 'Target = %02dV:\tAct = %.2f\tDelta = %.2f' % \
64 return result, result_str
126 result, result_str = self._compare_vbus(expected_vbus_voltage,
128 logging.info('%s, %s', result_str, result)
130 pdtester_failures.append(result_str)
164 result, result_str = self._compare_vbus(v, ok_to_fail=is_override)
165 logging.info('%s, %s', result_str, result)
167 dut_failures.append(result_str)
/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/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/angle/third_party/spirv-tools/src/test/
Denum_string_mapping_test.cpp50 const std::string result_str = ExtensionToString(extension); in TEST_P() local
51 EXPECT_EQ(extension_str, result_str); in TEST_P()
63 const std::string result_str = CapabilityToString(capability); in TEST_P() local
64 EXPECT_EQ(capability_str, result_str); in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/
Denum_string_mapping_test.cpp50 const std::string result_str = ExtensionToString(extension); in TEST_P() local
51 EXPECT_EQ(extension_str, result_str); in TEST_P()
63 const std::string result_str = CapabilityToString(capability); in TEST_P() local
64 EXPECT_EQ(capability_str, result_str); in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/test/
Denum_string_mapping_test.cpp50 const std::string result_str = ExtensionToString(extension); in TEST_P() local
51 EXPECT_EQ(extension_str, result_str); in TEST_P()
63 const std::string result_str = CapabilityToString(capability); in TEST_P() local
64 EXPECT_EQ(capability_str, result_str); in TEST_P()
/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/toolchain-utils/crosperf/
Dresults_report_unittest.py383 result_str = reporter.GetReport()
384 self.assertIn(separators[0], result_str)
385 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()
Dcil.c2297 (*nametypetrans)->result_str = NULL; in cil_nametypetransition_init()
2391 (*type_rule)->result_str = NULL; in cil_type_rule_init()
2405 (*role_trans)->result_str = NULL; in cil_roletransition_init()
Dcil_resolve_ast.c392 rc = cil_resolve_name(current, rule->result_str, CIL_SYM_TYPES, extra_args, &result_datum); in cil_resolve_type_rule()
653 …rc = cil_resolve_name(current, nametypetrans->result_str, CIL_SYM_TYPES, extra_args, &result_datum… in cil_resolve_nametypetransition()
1079 rc = cil_resolve_name(current, roletrans->result_str, CIL_SYM_ROLES, extra_args, &result_datum); in cil_resolve_roletransition()
1087 …cil_log(CIL_ERR, "roletransition must result in a role, but %s is a %s\n", roletrans->result_str, … in cil_resolve_roletransition()
Dcil_binary.c1019 cil_rule->src_str, cil_rule->tgt_str, cil_rule->obj_str, cil_rule->result_str); in __cil_insert_type_rule()
1052 cil_rule->src_str, cil_rule->tgt_str, cil_rule->obj_str, cil_rule->result_str); in __cil_insert_type_rule()
1153 trans.result_str = typetrans->result_str; in __cil_typetransition_to_avtab()
/external/v8/src/wasm/
Dwasm-debug-evaluate.cc440 std::string result_str = result.ToChecked(); in DebugEvaluate() local
441 return V8String(debuggee_instance->GetIsolate(), result_str.c_str()); in DebugEvaluate()
/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.c268 static const char * result_str(enum eapol_supp_result result) in result_str() function
291 result_str(result)); in wpa_supplicant_eapol_cb()

12