/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
upload-diffs.py | 788 out, err, retcode = RunShellWithReturnCodeAndStderr(command, print_output, 790 return out, retcode 794 data, retcode = RunShellWithReturnCode(command, print_output, 796 if retcode: [all...] |
/external/valgrind/coregrind/ |
pub_core_threadstate.h | 433 const HChar* VG_(name_of_VgSchedReturnCode) ( VgSchedReturnCode retcode );
|
/external/dnsmasq/src/ |
dnsmasq.c | 993 int retcode = 0; local 1017 retcode = -1; 1024 retcode = -1; 1028 retcode = -1; 1033 return retcode; [all...] |
/system/update_engine/common/ |
libcurl_http_fetcher.cc | 343 CURLMcode retcode = CURLM_CALL_MULTI_PERFORM; local 347 while (CURLM_CALL_MULTI_PERFORM == retcode) { 348 retcode = curl_multi_perform(curl_multi_handle_, &running_handles);
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.c | 280 int retcode = 0; local 412 return retcode;
|
/external/valgrind/coregrind/m_sigframe/ |
sigframe-arm64-linux.c | 71 unsigned long retcode[2]; member in struct:sigframe
|
sigframe-arm-linux.c | 74 unsigned long retcode[2]; member in struct:sigframe
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
fpdf_font.cpp | 628 CFX_WideString retcode; local 630 retcode = destcode; 632 retcode = StringDataAdd(destcode); 635 m_MultiCharBuf.AppendChar(retcode.GetLength()); 636 m_MultiCharBuf << retcode; local 637 destcode = retcode; [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3baserecognizer.c | 554 ANTLR3_BOOLEAN retcode; local 613 retcode = ANTLR3_TRUE; 617 retcode = ANTLR3_FALSE; 629 return retcode; [all...] |
/external/llvm/utils/ |
llvm-compilers-check | 309 retcode = proc.wait() 311 return retcode
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
platformsettings.py | 244 retcode = process.poll() 245 if retcode: 246 raise CalledProcessError(retcode, command_args)
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 57 retcode = p.poll() 58 if retcode != 0: 62 e = subprocess.CalledProcessError(retcode, c)
|
/external/libdrm/ |
xf86drm.c | 666 int retcode; local 670 retcode = read(fd, buf, sizeof(buf)-1); 672 if (retcode) { 673 buf[retcode-1] = '\0'; 2473 int retcode = 0; local [all...] |
/frameworks/av/media/libmedia/ |
IMediaPlayer.cpp | 631 const status_t retcode = getMetadata(update_only, apply_filter, reply); local 633 reply->writeInt32(retcode);
|
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | 694 int retcode = native_invoke(request, reply); local [all...] |
/external/google-breakpad/src/testing/gtest/scripts/ |
upload.py | 579 data, retcode = RunShellWithReturnCode(command, print_output, 581 if retcode: [all...] |
/external/google-breakpad/src/testing/scripts/ |
upload.py | 579 data, retcode = RunShellWithReturnCode(command, print_output, 581 if retcode: [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
message.cc | 646 int retcode = PyObject_IsTrue(is_extendable); local 647 if (retcode == -1) { 650 if (retcode) { [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
dllwrap.c | 350 int pid, wait_status, retcode; local 406 retcode = 0; 411 retcode = 1; 416 retcode = 1; 423 retcode = 1; 427 retcode = 1; 429 return retcode; [all...] |
/external/libevent/ |
evdns.c | 2217 int retcode = 0, r; local [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | [all...] |