HomeSort by relevance Sort by last modified time
    Searched defs:return_code (Results 1 - 25 of 39) sorted by null

1 2

  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.py 138 return_code = main(sys.argv) variable
139 sys.exit(return_code)
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.py 151 return_code = main(sys.argv) variable
152 sys.exit(return_code)
  /external/syslinux/com32/hdt/
hdt.c 77 int return_code = 0; local
82 return_code = start_menu_mode(&hardware, version_string);
83 if (return_code == HDT_RETURN_TO_CLI)
93 return return_code;
  /external/syslinux/com32/modules/
pcitest.c 100 int return_code = 0; local
123 return_code = get_name_from_pci_ids(pci_domain, "pci.ids");
124 if (return_code == -ENOPCIIDS) {
132 return_code = get_class_name_from_pci_ids(pci_domain, "pci.ids");
133 if (return_code == -ENOPCIIDS) {
141 return_code = get_module_name_from_pcimap(pci_domain, "modules.pcimap");
142 if (return_code == -ENOMODULESPCIMAP) {
  /external/syslinux/com32/gpllib/disk/
geom.c 265 int return_code; local
270 return_code = get_drive_parameters_without_extensions(drive_info);
277 return return_code;
  /external/vboot_reference/utility/
verify_data.c 53 int return_code = 1; /* Default to error. */ local
79 return_code = 0;
88 return_code = -1;
94 return return_code;
  /device/google/marlin/dataservices/rmnetctl/cli/
rmnetcli.c 228 static void print_rmnet_api_status(int return_code, uint16_t error_number)
230 if (return_code == RMNETCTL_SUCCESS)
232 else if (return_code == RMNETCTL_LIB_ERR) {
235 } else if (return_code == RMNETCTL_KERNEL_ERR)
237 else if (return_code == RMNETCTL_INVALID_ARG)
260 int return_code = RMNETCTL_LIB_ERR; local
271 return_code = rmnetctl_init(&handle, &error_number);
272 if (return_code!= RMNETCTL_SUCCESS) {
273 print_rmnet_api_status(return_code, error_number);
277 return_code = RMNETCTL_LIB_ERR
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_dns_cache.cc 102 int return_code = getaddrinfo(name.c_str(), nullptr, &hints, &result); local
105 if (return_code == 0) {
126 print_getaddrinfo_error(name, return_code);
  /external/webrtc/webrtc/system_wrappers/source/
data_log_c_helpers_unittest.c 37 int return_code = 0; local
39 return_code = -1;
42 return_code = -2;
45 return return_code;
  /external/webrtc/webrtc/test/testsupport/metrics/
video_metrics.cc 150 int return_code = 0; local
155 return_code = -3;
162 return return_code;
  /art/tools/hiddenapi/
hiddenapi_test.cc 73 int return_code = ExecAndReturnCode(argv_str, &error); local
74 if (return_code != 0) {
75 LOG(FATAL) << "HiddenApi binary exited with unexpected return code " << return_code;
  /external/e2fsprogs/ext2ed/
dir_com.c 103 int return_code, next; local
111 *status=return_code=action (&info); /* Call the client function to test */
113 if (return_code==ABORT || return_code==FOUND)
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 482 int return_code = HandleCommandLineFlags(&config); local
484 if (return_code != 0) {
485 return return_code;
  /system/core/libunwindstack/tools/
unwind_for_offline.cpp 297 int return_code = SaveData(pid); local
301 return return_code;
  /device/google/marlin/dataservices/rmnetctl/src/
librmnetctl.c 112 uint16_t return_code = RMNETCTL_API_ERR_HNDL_INVALID; local
123 return_code = RMNETCTL_API_ERR_REQUEST_NULL;
127 return_code = RMNETCTL_API_ERR_RESPONSE_NULL;
132 return_code = RMNETCTL_API_ERR_REQUEST_NULL;
139 return_code = RMNETCTL_API_ERR_RESPONSE_NULL;
167 return_code = RMNETCTL_API_ERR_MESSAGE_SEND;
181 return_code = RMNETCTL_API_ERR_MESSAGE_RECEIVE;
190 return_code = RMNETCTL_API_ERR_RESPONSE_NULL;
197 return_code = RMNETCTL_API_ERR_MESSAGE_TYPE;
202 return_code = RMNETCTL_SUCCESS
218 int return_code = RMNETCTL_INVALID_ARG; local
239 int return_code = RMNETCTL_LIB_ERR; local
259 int return_code = RMNETCTL_LIB_ERR; local
279 int return_code = RMNETCTL_LIB_ERR; local
301 int return_code = RMNETCTL_KERNEL_ERR; local
316 int netlink_fd = -1, return_code = RMNETCTL_LIB_ERR; local
389 int return_code = RMNETCTL_LIB_ERR; local
424 int return_code = RMNETCTL_LIB_ERR; local
466 int return_code = RMNETCTL_LIB_ERR; local
508 int return_code = RMNETCTL_LIB_ERR; local
552 int return_code = RMNETCTL_LIB_ERR; local
591 int return_code = RMNETCTL_LIB_ERR; local
640 int return_code = RMNETCTL_LIB_ERR; local
685 int return_code = RMNETCTL_LIB_ERR; local
727 int return_code = RMNETCTL_LIB_ERR; local
779 int return_code = RMNETCTL_LIB_ERR; local
834 int return_code = RMNETCTL_LIB_ERR; local
879 int return_code = RMNETCTL_LIB_ERR; local
    [all...]
  /external/google-breakpad/src/common/windows/
http_upload.cc 215 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 ||
  /frameworks/native/libs/vr/libpdx_uds/
client_channel.cpp 201 const int return_code = state->response.ret_code; local
202 if (return_code >= 0)
203 result.SetValue(return_code);
205 result.SetError(-return_code);
  /test/vti/test_serving/gae/webapp/src/proto/
model.py 266 return_code = messages.EnumField(ReturnCodeMessage, 1) variable in class:DefaultResponse
271 return_code = messages.EnumField(ReturnCodeMessage, 1) variable in class:JobLeaseResponse
  /toolchain/binutils/binutils-2.27/binutils/
size.c 64 static int return_code = 0;
258 return return_code;
318 return_code = 3;
345 return_code = 3;
364 return_code = 2;
394 return_code = 1;
402 return_code = 1;
414 return_code = 1;
63 static int return_code = 0; variable
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 114 kern_return_t return_code; member in struct:google_breakpad::ExceptionReplyMessage
  /hardware/qcom/msm8994/kernel-headers/linux/
rmnet_data.h 52 uint16_t return_code; member in union:rmnet_nl_msg_s::__anon51236
  /hardware/qcom/msm8994/original-kernel-headers/linux/
rmnet_data.h 51 uint16_t return_code; member in union:rmnet_nl_msg_s::__anon51343
  /hardware/qcom/msm8996/kernel-headers/linux/
rmnet_data.h 55 uint16_t return_code; member in union:rmnet_nl_msg_s::__anon51483
  /hardware/qcom/msm8996/original-kernel-headers/linux/
rmnet_data.h 53 uint16_t return_code; member in union:rmnet_nl_msg_s::__anon51634
  /hardware/qcom/msm8998/kernel-headers/linux/
rmnet_data.h 55 uint16_t return_code; member in union:rmnet_nl_msg_s::__anon51775

Completed in 999 milliseconds

1 2