/external/chromium_org/chrome/test/functional/ |
test_utils.py | 135 retcode = proc.close() 136 if not retcode: # Success 137 retcode = 0 138 return (out, retcode)
|
/external/valgrind/unittest/ |
thread_wrappers_pthread.h | 197 int retcode = 0; local 203 while (cond.Eval() == false && retcode == 0) { 204 retcode = pthread_cond_timedwait(&cv_, &mu_, &timeout); 206 if(retcode == 0) {
|
/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/openssl/openssl/crypto/ocsp/ |
ocsp_ht.c | 191 int retcode; local 230 retcode = strtoul(p, &r, 10); 248 if(retcode != 200)
|
/external/chromium_org/tools/heapcheck/ |
heapcheck_test.py | 231 retcode = -1 232 retcode = self.RunTestsAndAnalyze(check_sanity) 243 return retcode
|
/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/openssl/crypto/ocsp/ |
ocsp_ht.c | 191 int retcode; local 230 retcode = strtoul(p, &r, 10); 248 if(retcode != 200)
|
/ndk/ |
ndk-gdb.py | 402 retcode = int(output.pop()) 403 return retcode,'\n'.join(output) 423 retcode,output = adb_cmd(False, ['shell', 'readlink $(which ps)']) 428 retcode,output = adb_cmd(False,['shell', ps_command]) 561 retcode,ADB_TEST = adb_cmd(True,['shell', 'ls']) 562 if retcode != 0: 569 retcode,API_LEVEL = adb_var_shell(['getprop', 'ro.build.version.sdk']) 570 if retcode != 0 or API_LEVEL == '': 630 retcode,DEVICE_GDBSERVER = adb_var_shell2(['ls', '/data/data/%s/lib/gdbserver' % (PACKAGE_NAME)]) 631 if retcode [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run.cc | 136 int retcode = 0; local 138 inner_html.value(), &retcode) || 139 (retcode == installer::EULA_REJECTED)) { 143 if (retcode == installer::EULA_ACCEPTED) { 146 } else if (retcode == installer::EULA_ACCEPTED_OPT_IN) {
|
/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_onyxd_if.c | 297 int retcode = 0; local 348 retcode = vp9_decode_frame(pbi, psource); 350 if (retcode < 0) { 355 return retcode; 421 return retcode;
|
/external/chromium/net/tools/spdyshark/ |
packet-spdy.c | 287 int retcode; local 311 retcode = inflateInit(conv_data->rqst_decompressor); 312 if (retcode == Z_OK) 313 retcode = inflateInit(conv_data->rply_decompressor); 314 if (retcode != Z_OK) 315 printf("frame #%d: inflateInit() failed: %d\n", pinfo->fd->num, retcode); 767 int retcode; local 775 retcode = inflate(decomp, Z_SYNC_FLUSH); 776 if (retcode == Z_NEED_DICT) { 781 retcode = inflateSetDictionary(decomp [all...] |
/external/chromium_org/net/tools/spdyshark/ |
packet-spdy.c | 287 int retcode; local 311 retcode = inflateInit(conv_data->rqst_decompressor); 312 if (retcode == Z_OK) 313 retcode = inflateInit(conv_data->rply_decompressor); 314 if (retcode != Z_OK) 315 printf("frame #%d: inflateInit() failed: %d\n", pinfo->fd->num, retcode); 767 int retcode; local 775 retcode = inflate(decomp, Z_SYNC_FLUSH); 776 if (retcode == Z_NEED_DICT) { 781 retcode = inflateSetDictionary(decomp [all...] |
/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);
|
/external/grub/netboot/ |
fa311.c | 233 int retcode; local 236 retcode = 0; 255 retcode = 1; 266 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
|
/external/valgrind/main/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 346 /* retcode, sigNo, sc, sregs fields are to be written */ 359 frame->retcode[0] = 0x0a; 360 frame->retcode[1] = __NR_sigreturn; 364 trampoline like x86,ppc. We still fill in the retcode, lets 406 /* retcode, sigNo, sc, sregs fields are to be written */ 413 frame->retcode[0] = 0; 414 frame->retcode[1] = 0; 417 frame->retcode[0] = 0x0a [all...] |
/external/chromium_org/tools/valgrind/ |
memcheck_analyze.py | 584 retcode = 0 594 retcode = -1 608 retcode = -3 610 if retcode != 0: 611 return retcode
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/ |
browser_tester.py | 153 retcode = analyzer.Report(files, options.url) 154 return retcode
|
/external/chromium_org/remoting/tools/ |
me2me_virtual_host.py | 347 _pid, retcode = os.waitpid(proc.pid, 0) 348 if retcode == 0: 351 if retcode != 0: 364 _pid, retcode = os.waitpid(proc.pid, 0) 365 if retcode != 0: [all...] |
/external/dnsmasq/src/ |
dnsmasq.c | 993 int retcode = 0; local 1017 retcode = -1; 1024 retcode = -1; 1028 retcode = -1; 1033 return retcode; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
subprocess.py | 118 retcode = call(["ls", "-l"]) 261 retcode = call("mycmd" + " myarg", shell=True) 262 if retcode < 0: 263 print >>sys.stderr, "Child was terminated by signal", -retcode 265 print >>sys.stderr, "Child returned", retcode 281 retcode = os.spawnlp(os.P_WAIT, "/bin/mycmd", "mycmd", "myarg") 283 retcode = call(["/bin/mycmd", "myarg"]) 522 retcode = call(["ls", "-l"]) 537 retcode = call(*popenargs, **kwargs) 538 if retcode [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
subprocess.py | 118 retcode = call(["ls", "-l"]) 261 retcode = call("mycmd" + " myarg", shell=True) 262 if retcode < 0: 263 print >>sys.stderr, "Child was terminated by signal", -retcode 265 print >>sys.stderr, "Child returned", retcode 281 retcode = os.spawnlp(os.P_WAIT, "/bin/mycmd", "mycmd", "myarg") 283 retcode = call(["/bin/mycmd", "myarg"]) 522 retcode = call(["ls", "-l"]) 537 retcode = call(*popenargs, **kwargs) 538 if retcode [all...] |