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

1 2 34

  /external/u-boot/include/
common.h 446 * indicate success (retcode=0) or failure
454 void gzwrite_progress_finish(int retcode,
  /external/avb/
avbtool 466 retcode = p.wait()
467 if retcode != 0:
485 retcode = p.wait()
486 if retcode != 0:
577 retcode = p.wait()
578 if retcode != 0:
587 retcode = p.wait()
588 if retcode != 0:
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 466 static inline _PySSLError _PySSL_errno(int failed, const SSL *ssl, int retcode)
475 err.ssl = SSL_get_error(ssl, retcode);
1139 int retcode; local
    [all...]
  /external/libdrm/
xf86drm.c 682 int retcode; local
686 retcode = read(fd, buf, sizeof(buf)-1);
688 if (retcode) {
689 buf[retcode-1] = '\0';
2528 int retcode = 0; local
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 822 int retcode; local
847 retcode = PyList_Append(dn, rdnt);
849 if (retcode < 0)
871 retcode = PyList_Append(rdn, attr);
873 if (retcode < 0)
883 retcode = PyList_Append(dn, rdnt);
885 if (retcode < 0)
    [all...]
  /external/python/cpython2/Lib/test/
regrtest.py 764 retcode = popen.wait()
772 if retcode == 0:
780 result = (CHILD_ERROR, "Exit code %s" % retcode)
    [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...]
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 856 const status_t retcode = getMetadata(update_only, apply_filter, reply); local
858 reply->writeInt32(retcode);
    [all...]
  /external/curl/lib/
multi.c 1010 int retcode = 0; local
    [all...]
  /external/libevent/
evdns.c 2239 int retcode = 0, r; local
    [all...]
  /external/python/cpython3/Lib/test/
test_os.py 176 retcode = subprocess.call(args,
181 self.assertEqual(retcode, 0)
    [all...]

Completed in 812 milliseconds

1 2 34