Searched refs:return_code (Results 1 - 17 of 17) sorted by relevance

/external/vboot_reference/tests/
H A Drun_rsa_tests.sh14 return_code=0
30 return_code=255
43 exit $return_code
H A Dvb2_rsa_tests.sh14 return_code=0
30 return_code=255
43 exit $return_code
H A Drun_vbutil_tests.sh12 return_code=0
28 return_code=255
37 return_code=255
85 return_code=255
96 return_code=255
108 return_code=255
120 return_code=255
129 return_code=255
148 return_code=255
160 return_code
[all...]
/external/vboot_reference/utility/
H A Dverify_data.c53 int return_code = 1; /* Default to error. */ local
79 return_code = 0;
88 return_code = -1;
94 return return_code;
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_c_helpers_unittest.c37 int return_code = 0; local
39 return_code = -1;
42 return_code = -2;
45 return return_code;
/external/tcpdump/
H A Dprint-lspping.c72 u_int8_t return_code; member in struct:lspping_common_header
539 if (lspping_com_header->return_code == 3 ||
540 lspping_com_header->return_code == 4 ||
541 lspping_com_header->return_code == 8 ||
542 lspping_com_header->return_code == 10 ||
543 lspping_com_header->return_code == 11 ||
544 lspping_com_header->return_code == 12 )
546 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code),
548 lspping_com_header->return_code,
552 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code),
[all...]
/external/webrtc/src/modules/audio_processing/test/testsupport/metrics/
H A Dvideo_metrics.cc137 int return_code = 0; local
142 return_code = -3;
151 return return_code;
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc137 int return_code = 0; local
142 return_code = -3;
151 return return_code;
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc215 BOOL return_code; local
217 while (((return_code = InternetQueryDataAvailable(request, &bytes_available,
222 return_code = InternetReadFile(request,
226 if (return_code && size_read > 0) {
234 bool succeeded = return_code && (!has_content_length_header ||
/external/v8/src/
H A Dflags.cc337 int return_code = 0;
363 return_code = j;
380 return_code = j;
427 return_code = j;
455 return return_code;
/external/chromium-trace/agents/
H A Datrace_agent.py310 output, return_code = util.run_adb_shell(SHELL_ARGS, self._options.device_serial)
312 if return_code == 0:
415 categories_output, return_code = util.run_adb_shell(LIST_CATEGORIES_ARGS,
418 if return_code == 0 and categories_output:
/external/e2fsprogs/ext2ed/
H A Ddir_com.c102 int return_code, next; local
110 *status=return_code=action (&info); /* Call the client function to test */
112 if (return_code==ABORT || return_code==FOUND)
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_prm.c373 UINT8 return_code = NFC_HAL_PRM_COMPLETE_EVT; local
466 return_code = NFC_HAL_PRM_ABORT_INVALID_PATCH_EVT;
477 return_code = NFC_HAL_PRM_COMPLETE_EVT;
495 return_code = NFC_HAL_PRM_ABORT_INVALID_PATCH_EVT;
534 nfc_hal_prm_spd_handle_download_complete (return_code);
/external/vboot_reference/firmware/include/
H A Dvboot_struct.h432 uint8_t return_code; member in struct:VbSharedDataKernelCall
/external/vboot_reference/firmware/lib/
H A Dvboot_kernel.c532 shcall->return_code = (uint8_t)retval;
/external/vboot_reference/host/lib/
H A Dcrossystem.c272 shc->return_code,
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc114 kern_return_t return_code; member in struct:google_breakpad::ExceptionReplyMessage

Completed in 610 milliseconds