Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 25 of 67) sorted by relevance

123

/external/ppp/pppd/plugins/radius/
Ddict.c53 int retcode; in rc_read_dictionary() local
62 retcode = 0; in rc_read_dictionary()
78 retcode = -1; in rc_read_dictionary()
85 retcode = -1; in rc_read_dictionary()
92 retcode = -1; in rc_read_dictionary()
113 retcode = -1; in rc_read_dictionary()
124 retcode = -1; in rc_read_dictionary()
132 retcode = -1; in rc_read_dictionary()
140 retcode = -1; in rc_read_dictionary()
165 retcode = -1; in rc_read_dictionary()
[all …]
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc127 int32_t retcode = 0; in main() local
130 retcode = 1; in main()
132 if (!retcode && !device->InitDevice(width, height, pixfmt, fps)) in main()
133 retcode = 2; in main()
135 if (!retcode && !device->StartCapture()) in main()
136 retcode = 3; in main()
138 if (!retcode && !device->Run(frames, time_to_capture)) in main()
139 retcode = 4; in main()
141 if (!retcode && !device->StopCapture()) in main()
142 retcode = 5; in main()
[all …]
/external/vixl/tools/
Dlint.py79 retcode = process.poll()
95 if retcode != None: break;
97 if retcode == 0:
157 retcode, unused_output = util.getstatusoutput('which cpplint.py')
158 return retcode == 0
181 retcode, default_tracked_files = GetDefaultTrackedFiles() variable
182 if retcode:
183 sys.exit(retcode)
184 retcode = LintFiles(default_tracked_files, variable
186 sys.exit(retcode)
/external/webrtc/webrtc/tools/e2e_quality/audio/
Drun_audio_test.py71 retcode = subprocess.call(command, stdout=subprocess.PIPE)
72 if retcode != 0:
73 return retcode
98 retcode = play_proc.wait()
102 if retcode != 0:
103 return retcode
108 retcode = subprocess.call(command, stdout=subprocess.PIPE)
109 if retcode != 0:
110 return retcode
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdapimin.c243 int retcode; in jpeg_read_header() local
249 retcode = jpeg_consume_input(cinfo); in jpeg_read_header()
251 switch (retcode) { in jpeg_read_header()
253 retcode = JPEG_HEADER_OK; in jpeg_read_header()
263 retcode = JPEG_HEADER_TABLES_ONLY; in jpeg_read_header()
270 return retcode; in jpeg_read_header()
289 int retcode = JPEG_SUSPENDED; in jpeg_consume_input() local
301 retcode = (*cinfo->inputctl->consume_input) (cinfo); in jpeg_consume_input()
302 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */ in jpeg_consume_input()
311 retcode = JPEG_REACHED_SOS; in jpeg_consume_input()
[all …]
Dfpdfapi_jdtrans.c55 int retcode; in jpeg_read_coefficients() local
60 retcode = (*cinfo->inputctl->consume_input) (cinfo); in jpeg_read_coefficients()
61 if (retcode == JPEG_SUSPENDED) in jpeg_read_coefficients()
63 if (retcode == JPEG_REACHED_EOI) in jpeg_read_coefficients()
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) { in jpeg_read_coefficients()
Dfpdfapi_jdapistd.c55 int retcode; in jpeg_start_decompress() local
60 retcode = (*cinfo->inputctl->consume_input) (cinfo); in jpeg_start_decompress()
61 if (retcode == JPEG_SUSPENDED) in jpeg_start_decompress()
63 if (retcode == JPEG_REACHED_EOI) in jpeg_start_decompress()
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) { in jpeg_start_decompress()
/external/opencv3/3rdparty/libjpeg/
Djdapimin.c244 int retcode; in jpeg_read_header() local
250 retcode = jpeg_consume_input(cinfo); in jpeg_read_header()
252 switch (retcode) { in jpeg_read_header()
254 retcode = JPEG_HEADER_OK; in jpeg_read_header()
264 retcode = JPEG_HEADER_TABLES_ONLY; in jpeg_read_header()
271 return retcode; in jpeg_read_header()
290 int retcode = JPEG_SUSPENDED; in jpeg_consume_input() local
302 retcode = (*cinfo->inputctl->consume_input) (cinfo); in jpeg_consume_input()
303 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */ in jpeg_consume_input()
312 retcode = JPEG_REACHED_SOS; in jpeg_consume_input()
[all …]
Djdtrans.c56 int retcode; in jpeg_read_coefficients() local
61 retcode = (*cinfo->inputctl->consume_input) (cinfo); in jpeg_read_coefficients()
62 if (retcode == JPEG_SUSPENDED) in jpeg_read_coefficients()
64 if (retcode == JPEG_REACHED_EOI) in jpeg_read_coefficients()
68 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) { in jpeg_read_coefficients()
Djdapistd.c55 int retcode; in jpeg_start_decompress() local
60 retcode = (*cinfo->inputctl->consume_input) (cinfo); in jpeg_start_decompress()
61 if (retcode == JPEG_SUSPENDED) in jpeg_start_decompress()
63 if (retcode == JPEG_REACHED_EOI) in jpeg_start_decompress()
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) { in jpeg_start_decompress()
/external/libjpeg-turbo/
Djdapimin.c255 int retcode; in jpeg_read_header() local
261 retcode = jpeg_consume_input(cinfo); in jpeg_read_header()
263 switch (retcode) { in jpeg_read_header()
265 retcode = JPEG_HEADER_OK; in jpeg_read_header()
275 retcode = JPEG_HEADER_TABLES_ONLY; in jpeg_read_header()
282 return retcode; in jpeg_read_header()
301 int retcode = JPEG_SUSPENDED; in jpeg_consume_input() local
313 retcode = (*cinfo->inputctl->consume_input) (cinfo); in jpeg_consume_input()
314 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */ in jpeg_consume_input()
323 retcode = JPEG_REACHED_SOS; in jpeg_consume_input()
[all …]
Djdtrans.c57 int retcode; in jpeg_read_coefficients() local
62 retcode = (*cinfo->inputctl->consume_input) (cinfo); in jpeg_read_coefficients()
63 if (retcode == JPEG_SUSPENDED) in jpeg_read_coefficients()
65 if (retcode == JPEG_REACHED_EOI) in jpeg_read_coefficients()
69 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) { in jpeg_read_coefficients()
/external/curl/lib/
Dnetrc.c61 int retcode=1; in Curl_parsenetrc() local
101 return retcode; /* no home directory found (or possibly out of memory) */ in Curl_parsenetrc()
142 retcode=0; /* we did find our host */ in Curl_parsenetrc()
149 retcode=0; /* we did find our host */ in Curl_parsenetrc()
165 retcode = -1; /* allocation failed */ in Curl_parsenetrc()
176 retcode = -1; /* allocation failed */ in Curl_parsenetrc()
202 return retcode; in Curl_parsenetrc()
Dmprintf.c969 int retcode; in curl_mvsnprintf() local
976 retcode = dprintf_formatf(&info, addbyter, format, ap_save); in curl_mvsnprintf()
985 return retcode; in curl_mvsnprintf()
990 int retcode; in curl_msnprintf() local
993 retcode = curl_mvsnprintf(buffer, maxlength, format, ap_save); in curl_msnprintf()
995 return retcode; in curl_msnprintf()
1036 int retcode; in curl_maprintf() local
1045 retcode = dprintf_formatf(&info, alloc_addbyter, format, ap_save); in curl_maprintf()
1047 if((-1 == retcode) || info.fail) { in curl_maprintf()
1062 int retcode; in curl_mvaprintf() local
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dclient_generation_test.py58 retcode = subprocess.call(args)
59 if retcode == 128:
62 self.assertEqual(0, retcode)
70 retcode = subprocess.call(cmdline_args, stdout=out)
72 self.assertEqual(1, retcode)
/external/deqp/android/scripts/
Dcommon.py102 retcode = subprocess.call(args)
103 if retcode != 0:
104 raise Exception("Failed to execute '%s', got %d" % (commandLine, retcode))
109 retcode = subprocess.call(args)
110 if retcode != 0:
111 raise Exception("Failed to execute '%s', got %d" % (str(args), retcode))
127 retcode = process.wait()
128 if retcode != 0:
129 raise Exception("Failed to execute '%s', got %d" % (str(args), retcode))
/external/curl/docs/examples/
Dhttpput.c39 size_t retcode; in read_callback() local
45 retcode = fread(ptr, size, nmemb, stream); in read_callback()
47 nread = (curl_off_t)retcode; in read_callback()
52 return retcode; in read_callback()
Danyauthput.c98 size_t retcode; in read_callback() local
103 retcode = read(fd, ptr, size * nmemb); in read_callback()
105 nread = (curl_off_t)retcode; in read_callback()
110 return retcode; in read_callback()
Dftpupload.c58 size_t retcode = fread(ptr, size, nmemb, stream); in read_callback() local
60 nread = (curl_off_t)retcode; in read_callback()
64 return retcode; in read_callback()
/external/libdrm/tests/
Dhash.c128 int retcode = drmHashLookup(table, key, &retval); in check_table() local
130 switch (retcode) { in check_table()
144 retcode = -1; in check_table()
149 retcode, key, value, retval); in check_table()
152 return retcode; in check_table()
/external/opencv3/platforms/ios/
Dbuild_framework.py35 retcode = subprocess.call(cmd, shell=True)
36 if retcode < 0:
37 raise Exception("Child was terminated by signal:", -retcode)
38 elif retcode > 0:
39 raise Exception("Child returned:", retcode)
/external/iputils/ninfod/
Dninfod_name.c213 int done = 0, retcode = 0; in compare_dnsname() local
230 return retcode; /* truncated */ in compare_dnsname()
239 retcode = 1; // trunc in compare_dnsname()
246 retcode = 1; in compare_dnsname()
250 retcode = 1; in compare_dnsname()
258 return retcode; in compare_dnsname()
/external/libvncserver/test/
Dbmp.c79 #define _throw(m) {__bmperr=m; retcode=-1; goto finally;}
81 #define _catch(f) {if((f)==-1) {retcode=-1; goto finally;}}
111 FILE *fs=NULL; int retcode=0, scalefactor, dstpitch; in loadppm() local
171 return retcode; in loadppm()
179 retcode=0; in loadbmp() local
266 return retcode; in loadbmp()
276 FILE *fs=NULL; int retcode=0; in saveppm() local
295 return retcode; in saveppm()
301 int fd=-1, byteswritten, dstpitch, retcode=0; in savebmp() local
383 return retcode; in savebmp()
/external/deqp/scripts/build/
Dcommon.py50 retcode = subprocess.call(args)
51 if retcode != 0:
52 raise Exception("Failed to execute '%s', got %d" % (str(args), retcode))
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c322 int retcode = -1; in vp8dx_receive_compressed_data() local
328 retcode = check_fragments_for_errors(pbi); in vp8dx_receive_compressed_data()
329 if(retcode <= 0) in vp8dx_receive_compressed_data()
330 return retcode; in vp8dx_receive_compressed_data()
356 retcode = vp8_decode_frame(pbi); in vp8dx_receive_compressed_data()
358 if (retcode < 0) in vp8dx_receive_compressed_data()
409 return retcode; in vp8dx_receive_compressed_data()

123