Searched defs:return_code (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/tools/valgrind-webrtc/
H A Dwebrtc_tests.py151 return_code = main(sys.argv) variable
152 sys.exit(return_code)
/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/webrtc/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/webrtc/webrtc/modules/video_coding/codecs/tools/
H A Dvideo_quality_measurement.cc482 int return_code = HandleCommandLineFlags(&config); local
484 if (return_code != 0) {
485 return return_code;
/external/webrtc/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc150 int return_code = 0; local
155 return_code = -3;
162 return return_code;
/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/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/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc114 kern_return_t return_code; member in struct:google_breakpad::ExceptionReplyMessage
/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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
H A DbtBoxBoxDetector.cpp40 // `return_code' returns a number indicating the type of contact that was
260 btVector3& normal, btScalar *depth, int *return_code,
265 btVector3& normal, btScalar *depth, int *return_code,
442 *return_code = code;
669 *return_code = code;
703 int return_code; local
713 normal, &depth, &return_code,
262 dBoxBox2(const btVector3& p1, const dMatrix3 R1, const btVector3& side1, const btVector3& p2, const dMatrix3 R2, const btVector3& side2, btVector3& normal, btScalar *depth, int *return_code, int maxc, dContactGeom * , int ,btDiscreteCollisionDetectorInterface::Result& output) argument
/external/tcpdump/
H A Dprint-lspping.c63 uint8_t return_code; member in struct:lspping_common_header
531 if (lspping_com_header->return_code == 3 ||
532 lspping_com_header->return_code == 4 ||
533 lspping_com_header->return_code == 8 ||
534 lspping_com_header->return_code == 10 ||
535 lspping_com_header->return_code == 11 ||
536 lspping_com_header->return_code == 12 )
538 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code),
540 lspping_com_header->return_code,
544 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code),
[all...]
/external/vboot_reference/firmware/include/
H A Dvboot_struct.h432 uint8_t return_code; member in struct:VbSharedDataKernelCall
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc1529 Accelerate::ReturnCodes return_code = local
1533 switch (return_code) {
1608 PreemptiveExpand::ReturnCodes return_code = preemptive_expand_->Process( local
1613 switch (return_code) {

Completed in 794 milliseconds