HomeSort by relevance Sort by last modified time
    Searched refs:retcode (Results 76 - 100 of 100) sorted by null

1 2 34

  /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 274 int retcode = 0; local
408 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/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
  /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 685 int retcode; local
689 retcode = read(fd, buf, sizeof(buf)-1);
691 if (retcode) {
692 buf[retcode-1] = '\0';
2490 int retcode = 0; local
    [all...]
  /external/skia/infra/bots/recipes/
perf.py 456 '/sdcard/revenge_of_the_skiabot/resources', retcode=1)
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 778 const status_t retcode = getMetadata(update_only, apply_filter, reply); local
780 reply->writeInt32(retcode);
  /external/python/cpython2/Modules/
_ssl.c 737 int retcode; local
762 retcode = PyList_Append(dn, rdnt);
764 if (retcode < 0)
786 retcode = PyList_Append(rdn, attr);
788 if (retcode < 0)
798 retcode = PyList_Append(dn, rdnt);
800 if (retcode < 0)
    [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/googletest/googlemock/scripts/
upload.py 579 data, retcode = RunShellWithReturnCode(command, print_output,
581 if retcode:
    [all...]
  /external/googletest/googletest/scripts/
upload.py 579 data, retcode = RunShellWithReturnCode(command, print_output,
581 if retcode:
    [all...]
  /external/v8/testing/gmock/scripts/
upload.py 579 data, retcode = RunShellWithReturnCode(command, print_output,
581 if retcode:
    [all...]
  /external/v8/testing/gtest/scripts/
upload.py 579 data, retcode = RunShellWithReturnCode(command, print_output,
581 if retcode:
    [all...]
  /external/avb/
avbtool 463 retcode = p.wait()
464 if retcode != 0:
482 retcode = p.wait()
483 if retcode != 0:
    [all...]
  /external/curl/lib/
multi.c 987 int retcode = 0; local
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 730 int retcode = native_invoke(request, reply); local
    [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...]
resrc.c 201 int pid, wait_status, retcode;
283 retcode = 0;
289 retcode = 1;
294 retcode = 1;
302 retcode = 1;
306 retcode = 1;
308 return retcode;
200 int pid, wait_status, retcode; local
    [all...]
  /external/libevent/
evdns.c 2217 int retcode = 0, r; local
    [all...]
  /external/ltp/testcases/kernel/fs/dmapi/
event_sd.c 7157 int retcode = nse->ne_retcode; local
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 824 milliseconds

1 2 34