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

1 2 3

  /external/jpeg/
jdtrans.c 55 int retcode; local
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
106 int retcode = 0; local
116 retcode = (*cinfo->inputctl->consume_input_build_huffman_index)
118 if (retcode == JPEG_REACHED_EOI)
125 retcode = (*cinfo->inputctl->consume_input_build_huffman_index
168 int retcode; local
    [all...]
jdapimin.c 244 int retcode; local
250 retcode = jpeg_consume_input(cinfo);
252 switch (retcode) {
254 retcode = JPEG_HEADER_OK;
264 retcode = JPEG_HEADER_TABLES_ONLY;
271 return retcode;
290 int retcode = JPEG_SUSPENDED; local
302 retcode = (*cinfo->inputctl->consume_input) (cinfo);
303 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */
312 retcode = JPEG_REACHED_SOS
    [all...]
jdapistd.c 55 int retcode; variable
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
  /external/ppp/pppd/plugins/radius/
dict.c 53 int retcode; local
62 retcode = 0;
78 retcode = -1;
85 retcode = -1;
92 retcode = -1;
113 retcode = -1;
124 retcode = -1;
132 retcode = -1;
140 retcode = -1;
165 retcode = -1
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdtrans.c 56 int retcode; local
61 retcode = (*cinfo->inputctl->consume_input) (cinfo);
62 if (retcode == JPEG_SUSPENDED)
64 if (retcode == JPEG_REACHED_EOI)
68 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
fpdfapi_jdapimin.c 244 int retcode; local
250 retcode = jpeg_consume_input(cinfo);
252 switch (retcode) {
254 retcode = JPEG_HEADER_OK;
264 retcode = JPEG_HEADER_TABLES_ONLY;
271 return retcode;
290 int retcode = JPEG_SUSPENDED; local
302 retcode = (*cinfo->inputctl->consume_input) (cinfo);
303 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */
312 retcode = JPEG_REACHED_SOS
    [all...]
fpdfapi_jdapistd.c 56 int retcode; variable
61 retcode = (*cinfo->inputctl->consume_input) (cinfo);
62 if (retcode == JPEG_SUSPENDED)
64 if (retcode == JPEG_REACHED_EOI)
68 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
  /system/media/camera/docs/
metadata-check-dependencies 20 retcode=0
73 retcode=1
103 retcode=1
113 exit $retcode
  /external/vixl/tools/
lint.py 129 retcode = process.poll()
143 if retcode != None: break;
145 if retcode == 0:
184 retcode, unused_output = util.getstatusoutput('which cpplint.py')
185 return retcode == 0
203 retcode = LintFiles(default_tracked_files,
205 sys.exit(retcode)
test.py 118 retcode = process.poll()
124 if retcode == 0:
138 return retcode
173 retcode = test.Run()
174 if retcode == 0:
  /cts/apps/CameraITS/tools/
run_all_tests.py 85 retcode = subprocess.call(cmd,cwd=topdir)
86 assert(retcode == 0)
119 retcode = subprocess.call(cmd,cwd=topdir)
120 assert(retcode == 0)
130 retcode = subprocess.call(cmd,stderr=ferr,stdout=fout,cwd=outdir)
133 if retcode == 0:
136 elif retcode == SKIP_RET_CODE:
139 elif retcode != 0 and testname in NOT_YET_MANDATED[scene]:
149 if retcode != 0 and retcode != SKIP_RET_CODE
    [all...]
  /external/deqp/scripts/build/
common.py 51 retcode = subprocess.call(args)
52 if retcode != 0:
53 raise Exception("Failed to execute '%s', got %d" % (str(args), retcode))
  /external/lldb/examples/customization/pwd-cd-and-system/
utils.py 41 retcode = process.poll()
49 print "retcode:", retcode
  /external/deqp/android/scripts/
common.py 102 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))
  /system/extras/tests/sdcard/
sysutil.cpp 304 int retcode; local
308 retcode = writeStringToFile(kSchedFeatures, kNewFairSleepers);
312 retcode = writeStringToFile(kSchedFeatures, kNoNewFairSleepers);
314 if (retcode < 0)
334 int retcode; local
338 retcode = writeStringToFile(kSchedFeatures, kNormalizedSleepers);
342 retcode = writeStringToFile(kSchedFeatures, kNoNormalizedSleepers);
344 if (retcode < 0)
  /external/iputils/ninfod/
ninfod_name.c 213 int done = 0, retcode = 0; local
230 return retcode; /* truncated */
239 retcode = 1; // trunc
246 retcode = 1;
250 retcode = 1;
258 return retcode;
  /external/valgrind/coregrind/
m_threadstate.c 90 const HChar* VG_(name_of_VgSchedReturnCode) ( VgSchedReturnCode retcode )
92 switch (retcode) {
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 305 int retcode = -1; local
309 retcode = check_fragments_for_errors(pbi);
310 if(retcode <= 0)
311 return retcode;
337 retcode = vp8_decode_frame(pbi);
339 if (retcode < 0)
390 return retcode;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 314 volatile int retcode; local
320 retcode = check_fragments_for_errors(pbi);
321 if(retcode <= 0)
322 return retcode;
357 retcode = vp8_decode_frame(pbi);
359 if (retcode < 0)
418 return retcode;
  /external/libvncserver/test/
bmp.c 82 #define _throw(m) {__bmperr=m; retcode=-1; goto finally;}
84 #define _catch(f) {if((f)==-1) {retcode=-1; goto finally;}}
114 FILE *fs=NULL; int retcode=0, scalefactor, dstpitch; local
174 return retcode;
182 retcode=0; local
269 return retcode;
279 FILE *fs=NULL; int retcode=0; local
298 return retcode;
304 int fd=-1, byteswritten, dstpitch, retcode=0; local
392 return retcode;
    [all...]
  /ndk/
ndk-gdb.py 429 retcode = int(output.pop())
430 return retcode,'\n'.join(output)
450 retcode,output = adb_cmd(False, ['shell', 'readlink $(which ps)'])
455 retcode,output = adb_cmd(False,['shell', ps_command])
588 retcode,ADB_TEST = adb_cmd(True,['shell', 'ls'])
589 if retcode != 0:
596 retcode,API_LEVEL = adb_var_shell(['getprop', 'ro.build.version.sdk'])
597 if retcode != 0 or API_LEVEL == '':
680 retcode,LS_GDBSERVER = adb_var_shell2(['ls', device_gdbserver])
681 if not retcode
    [all...]
  /external/ppp/pppd/
upap.c 380 int retcode; local
425 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd,
434 if (retcode == UPAP_AUTHACK) {
437 retcode = UPAP_AUTHNAK; /* XXX exit value will be "wrong" */
445 upap_sresp(u, retcode, id, msg, msglen);
450 if (retcode == UPAP_AUTHACK) {
  /external/valgrind/coregrind/m_sigframe/
sigframe-s390x-linux.c 125 UChar retcode[S390_SYSCALL_SIZE]; member in struct:sigframe
133 UChar retcode[S390_SYSCALL_SIZE]; member in struct:rt_sigframe
303 /* retcode, sigNo, sc, sregs fields are to be written */
316 frame->retcode[0] = 0x0a;
317 frame->retcode[1] = __NR_sigreturn;
321 trampoline like x86,ppc. We still fill in the retcode, lets
363 /* retcode, sigNo, sc, sregs fields are to be written */
370 frame->retcode[0] = 0;
371 frame->retcode[1] = 0;
374 frame->retcode[0] = 0x0a
    [all...]
  /external/clang/www/demo/
index.cgi 263 my $retcode = 0;
268 $retcode = system($commandline);
278 if ( WIFEXITED($retcode) && WEXITSTATUS($retcode) != 0 ) {
285 if ( WIFSIGNALED($retcode) != 0 ) {
286 my $sig = WTERMSIG($retcode);
  /external/deqp/scripts/
run_internal_tests.py 40 retcode = subprocess.call(args)
42 if retcode != 0:
43 raise Exception("Failed to execute %s, got %d" % (str(args), retcode))

Completed in 710 milliseconds

1 2 3