HomeSort by relevance Sort by last modified time
    Searched refs:result_str (Results 1 - 25 of 27) sorted by null

1 2

  /external/autotest/server/site_tests/firmware_PDVbusRequest/
firmware_PDVbusRequest.py 50 result_str = 'Target = %02dV:\tAct = %.2f\tDelta = %.2f' % \
58 return result, result_str
108 result, result_str = self._compare_vbus(v)
109 logging.info('%s, %s', result_str, result)
111 dut_failures.append(result_str)
133 result, result_str = self._compare_vbus(expected_vbus_voltage)
134 logging.info('%s, %s', result_str, result)
136 plankton_failures.append(result_str)
  /external/grpc-grpc/test/core/security/
linux_system_roots_test.cc 75 char* result_str = grpc_slice_to_c_string(result_slice); local
77 EXPECT_STREQ(result_str, bundle_str);
79 gpr_free(result_str);
  /external/ltp/testcases/kernel/device-drivers/locking/
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/ltp/testcases/kernel/device-drivers/rcu/
rcu_torture.sh 103 result_str=`dmesg | sed -nE '$s/.*End of test: ([A-Z]+):.*/\1/p'`
104 if [ "$result_str" = "SUCCESS" ]; then
107 tst_resm TFAIL "$type: $result_str, see dmesg"
  /external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
ltp_block_dev.c 69 #define result_str(pass) ((pass == 0) ? ("FAIL") : ("PASS")) macro
117 prk_info("Test Case Result: %s\n", result_str(pass));
154 prk_info("Test Case Result: %s\n", result_str(pass));
201 prk_info("Test Case Result: %s\n", result_str(pass));
221 prk_info("Test Case Result: %s\n", result_str(pass));
242 prk_info("Test Case Result: %s\n", result_str(pass));
262 prk_info("Test Case Result: %s\n", result_str(pass));
285 prk_info("Test Case Result: %s\n", result_str(pass));
306 prk_info("Test Case Result: %s\n", result_str(pass));
328 prk_info("Test Case Result: %s\n", result_str(pass))
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_object_walker_unittest.cpp 48 std::string result_str = result.str(); local
49 if (!result_str.empty()) {
50 result_str.erase(result_str.begin()); // remove start space
52 return result_str;
  /external/deqp-deps/SPIRV-Tools/test/
enum_string_mapping_test.cpp 50 const std::string result_str = ExtensionToString(extension); local
51 EXPECT_EQ(extension_str, result_str);
63 const std::string result_str = CapabilityToString(capability); local
64 EXPECT_EQ(capability_str, result_str);
  /external/swiftshader/third_party/SPIRV-Tools/test/
enum_string_mapping_test.cpp 50 const std::string result_str = ExtensionToString(extension); local
51 EXPECT_EQ(extension_str, result_str);
63 const std::string result_str = CapabilityToString(capability); local
64 EXPECT_EQ(capability_str, result_str);
  /development/gsi/gsi_util/gsi_util/commands/
check_compat.py 69 result_str = self._get_result_str(result_ok)
70 print(self._OUTPUT_FORMAT.format(title, result_str))
  /external/autotest/server/cros/network/
chaos_clique_utils.py 379 result_str = host.run(
381 if not result_str:
384 if 'Atheros' in result_str:
386 elif 'mwifiex' in result_str:
388 elif 'loaded firmware version' in result_str:
390 elif 'Firmware version' in result_str:
394 result_str)
396 result = re.search(pattern, result_str)
  /cts/tools/dasm/src/java_cup/
lexer.java 335 String result_str; local
353 result_str = result.toString();
354 keyword_num = (Integer)keywords.get(result_str);
361 return new str_token(sym.ID, result_str);
  /external/v8/tools/
bigint-tester.py 132 result_str = Format(result_num)
133 return "{\n a: %s,\n r: %s\n}" % (x_str, result_str)
164 result_str = Format(result_num)
166 (left_str, right_str, result_str))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zlibmodule.c 217 PyObject *result_str; local
234 if (!(result_str = PyString_FromStringAndSize(NULL, r_strlen)))
239 zst.next_out = (Byte *)PyString_AS_STRING(result_str);
278 if (_PyString_Resize(&result_str, r_strlen << 1) < 0) {
282 zst.next_out = (unsigned char *)PyString_AS_STRING(result_str) \
300 _PyString_Resize(&result_str, zst.total_out);
301 return result_str;
304 Py_XDECREF(result_str);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zlibmodule.c 211 PyObject *result_str; local
228 if (!(result_str = PyString_FromStringAndSize(NULL, r_strlen)))
233 zst.next_out = (Byte *)PyString_AS_STRING(result_str);
272 if (_PyString_Resize(&result_str, r_strlen << 1) < 0) {
276 zst.next_out = (unsigned char *)PyString_AS_STRING(result_str) \
294 _PyString_Resize(&result_str, zst.total_out);
295 return result_str;
298 Py_XDECREF(result_str);
    [all...]
  /external/toolchain-utils/crosperf/
results_report_unittest.py 356 result_str = reporter.GetReport()
357 self.assertIn(separators[0], result_str)
358 self.assertIn(separators[1], result_str)
  /external/selinux/libsepol/cil/src/
cil_internal.h 569 char *result_str; member in struct:cil_nametypetransition
638 char *result_str; member in struct:cil_type_rule
649 char *result_str; member in struct:cil_roletransition
cil_copy_ast.c 719 new->result_str = orig->result_str;
737 new->result_str = orig->result_str;
876 new->result_str = orig->result_str;
    [all...]
cil_tree.c 853 cil_log(CIL_INFO, " %s\n", roletrans->result_str);
1128 cil_log(CIL_INFO, " %s", nametypetrans->result_str);
1236 cil_log(CIL_INFO, " %s\n", rule->result_str);
    [all...]
cil_write_ast.c 736 res = ntrans->result_str;
861 res = typerule->result_str;
    [all...]
cil.c     [all...]
cil_resolve_ast.c 396 rc = cil_resolve_name(current, rule->result_str, CIL_SYM_TYPES, extra_args, &result_datum);
657 rc = cil_resolve_name(current, nametypetrans->result_str, CIL_SYM_TYPES, extra_args, &result_datum);
1083 rc = cil_resolve_name(current, roletrans->result_str, CIL_SYM_ROLES, extra_args, &result_datum);
1091 cil_log(CIL_ERR, "roletransition must result in a role, but %s is a %s\n", roletrans->result_str, cil_node_to_string(node));
    [all...]
cil_binary.c 1032 cil_rule->src_str, cil_rule->tgt_str, cil_rule->obj_str, cil_rule->result_str);
1065 cil_rule->src_str, cil_rule->tgt_str, cil_rule->obj_str, cil_rule->result_str);
1170 trans.result_str = typetrans->result_str;
    [all...]
  /external/ltp/pan/
ltp-pan.c 724 char *result_str; local
822 result_str = "CONF";
825 result_str = "FAIL";
827 result_str = "PASS";
833 result_str,
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessVertexArraysTests.cpp 2402 std::string result_str = "[ "; local
3401 std::string result_str = "["; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 256 static const char * result_str(enum eapol_supp_result result) function
279 result_str(result));
    [all...]

Completed in 1224 milliseconds

1 2