/external/jpeg/ |
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/qemu/distrib/jpeg-6b/ |
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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
main_unittest.py | 115 retcode = proc.returncode 116 self.assertEqual(retcode, 0)
|
/external/valgrind/main/coregrind/ |
m_threadstate.c | 81 const HChar* VG_(name_of_VgSchedReturnCode) ( VgSchedReturnCode retcode ) 83 switch (retcode) {
|
/external/chromium_org/third_party/libvpx/source/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) 389 return retcode;
|
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_if.c | 314 int retcode = -1; local 318 retcode = check_fragments_for_errors(pbi); 319 if(retcode <= 0) 320 return retcode; 355 retcode = vp8_decode_frame(pbi); 357 if (retcode < 0) 416 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/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/vixl/tools/ |
presubmit.py | 153 retcode, self.output = util.getstatusoutput(self.command) 154 self.status = PASSED if retcode == 0 else FAILED
|
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_ht.c | 191 int retcode; local 230 retcode = strtoul(p, &r, 10); 248 if(retcode != 200)
|
/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 | 20 retcode = subprocess.call(args) 22 if retcode != 0: 23 raise Exception("Failed to execute %s, got %d" % (str(args), retcode))
|
/external/openssl/crypto/ocsp/ |
ocsp_ht.c | 191 int retcode; local 230 retcode = strtoul(p, &r, 10); 248 if(retcode != 200)
|
/frameworks/base/core/tests/overlaytests/ |
testrunner.py | 654 retcode, stdout, stderr = t.execute() 655 if retcode != 0: 658 sys.exit(retcode) 659 retcode = _handle_instrumentation_task_output(stdout, printer) variable 660 if retcode != 0: 662 sys.exit(retcode) 664 ignored_errors += retcode 667 retcode, stdout, stderr = t.execute() 668 if retcode == 0: 670 if retcode != 0 [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 == '': 657 retcode,DEVICE_GDBSERVER = adb_var_shell2(['ls', '/data/data/%s/lib/gdbserver' % (PACKAGE_NAME)]) 658 if retcode [all...] |
/external/chromium_org/native_client_sdk/src/tools/tests/ |
oshelpers_test.py | 22 def __init__(self, retcode, command, output, error_output): 23 subprocess.CalledProcessError.__init__(self, retcode, command) 43 retcode = process.returncode 45 if retcode: 46 raise RunError(retcode, command, output, error_output)
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.c | 295 int retcode = 0; local 339 retcode = vp9_decode_frame(pbi, source, source + size, psource); 341 if (retcode < 0) { 346 return retcode; 403 return retcode;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decoder.c | 295 int retcode = 0; local 339 retcode = vp9_decode_frame(pbi, source, source + size, psource); 341 if (retcode < 0) { 346 return retcode; 403 return retcode;
|
/external/chromium_org/chrome/test/nacl_test_injection/ |
buildbot_chrome_nacl_stage.py | 74 retcode = subprocess.call(cmd, cwd=cwd, env=env) 75 if retcode != 0: 77 sys.exit(retcode)
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxhash.c | 380 int retcode = __glxHashLookup(table, key, &retval); local 382 switch (retcode) { 398 printf("Bad retcode = %d: key = %lu, expected = %lu, returned = %lu\n", 399 retcode, key, value, retval);
|
/external/mesa3d/src/glx/ |
glxhash.c | 380 int retcode = __glxHashLookup(table, key, &retval); local 382 switch (retcode) { 398 printf("Bad retcode = %d: key = %lu, expected = %lu, returned = %lu\n", 399 retcode, key, value, retval);
|
/hardware/intel/img/libdrm/libdrm/ |
xf86drmHash.c | 351 int retcode = drmHashLookup(table, key, &retval); local 353 switch (retcode) { 369 printf("Bad retcode = %d: key = %lu, expected = %lu, returned = %lu\n", 370 retcode, key, value, retval);
|
xf86drmSL.c | 269 int retcode = 0; local 279 ++retcode; 283 ++retcode; 286 return retcode;
|
/external/valgrind/main/drd/tests/ |
tsan_thread_wrappers_pthread.h | 238 int retcode = 0; local 243 while (cond.Eval() == false && retcode == 0) { 244 retcode = pthread_cond_timedwait(&cv_, &mu_, &timeout); 246 if(retcode == 0) {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
work_unit.py | 23 retcode = call(cmd, shell=True) 24 assert retcode == 0, "command failed: %s"%cmd
|