/external/autotest/server/site_tests/firmware_PDVbusRequest/ |
D | firmware_PDVbusRequest.py | 56 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/ |
D | ltp_block_dev.c | 57 #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/ |
D | chaos_clique_utils.py | 316 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/ |
D | cpdf_object_walker_unittest.cpp | 48 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/ |
D | lock_torture.sh | 86 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/ |
D | linux_system_roots_test.cc | 75 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/ |
D | enum_string_mapping_test.cpp | 50 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/ |
D | enum_string_mapping_test.cpp | 50 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/ |
D | enum_string_mapping_test.cpp | 50 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/ |
D | cutest.h | 240 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/ |
D | chaos_datastore_utils.py | 76 result_str = "%s deleted." % host_name 77 if result_str in response.text:
|
/external/toolchain-utils/crosperf/ |
D | results_report_unittest.py | 383 result_str = reporter.GetReport() 384 self.assertIn(separators[0], result_str) 385 self.assertIn(separators[1], result_str)
|
/external/python/cryptography/tests/ |
D | utils.py | 584 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/ |
D | ltp-pan.c | 725 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/ |
D | cil_internal.h | 570 char *result_str; member 639 char *result_str; member 650 char *result_str; member
|
D | cil_copy_ast.c | 719 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()
|
D | cil_tree.c | 853 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()
|
D | cil_write_ast.c | 736 res = ntrans->result_str; in cil_write_nametypetransition() 861 res = typerule->result_str; in cil_write_type_rule()
|
D | cil.c | 2297 (*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()
|
D | cil_resolve_ast.c | 392 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()
|
D | cil_binary.c | 1019 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/ |
D | wasm-debug-evaluate.cc | 440 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/ |
D | gl4cDirectStateAccessVertexArraysTests.cpp | 2402 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/ |
D | resultgen.c | 161 const char *result_str; member 181 *result = resultmap[i].result_str; in parse_result_string()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 268 static const char * result_str(enum eapol_supp_result result) in result_str() function 291 result_str(result)); in wpa_supplicant_eapol_cb()
|