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

1 23 4

  /cts/apps/CameraITS/tools/
run_sensor_fusion_box.py 129 retcode = subprocess.call(
133 if retcode == 0:
138 elif retcode == SKIP_RET_CODE:
  /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/curl/docs/examples/
http2-upload.c 175 size_t retcode = fread(ptr, size, nmemb, i->in); local
176 i->bytes_read += retcode;
177 return retcode;
  /external/deqp/scripts/
run_internal_tests.py 40 retcode = subprocess.call(args)
42 if retcode != 0:
43 raise Exception("Failed to execute %s, got %d" % (str(args), retcode))
  /frameworks/base/core/tests/overlaytests/
testrunner.py 707 retcode, stdout, stderr = t.execute()
708 if retcode != 0:
711 sys.exit(retcode)
712 retcode = _handle_instrumentation_task_output(stdout, printer) variable
713 if retcode != 0:
715 sys.exit(retcode)
717 ignored_errors += retcode
720 retcode, stdout, stderr = t.execute()
721 if retcode == 0:
723 if retcode != 0
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
epic100.c 381 int retcode; local
400 retcode = 0;
404 retcode = 0;
409 retcode = 1;
421 return retcode;
  /external/ltp/testcases/kernel/mem/lib/
mem.c 116 * @retcode: expected return code of child process
123 void oom(int testcase, int lite, int retcode, int allow_sigkill)
130 if (errno == retcode) {
157 if (WEXITSTATUS(status) == retcode) {
158 tst_resm(TPASS, "victim retcode: (%d) %s",
159 retcode, strerror(retcode));
162 "retcode: %d, expected: %d",
163 WEXITSTATUS(status), retcode);
215 void testoom(int mempolicy, int lite, int retcode, int allow_sigkill
    [all...]
  /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/skia/infra/bots/recipes/
ct_skps.py 397 api.step_data('ct-dm-3', retcode=1) +
411 api.step_data('ct-dm-1', retcode=1) +
412 api.step_data('ct-dm-3', retcode=1) +
test.py     [all...]
recreate_skps.py 143 api.step_data('Upload SKPs', retcode=1)
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 342 retcode = hogs[selection].poll()
345 if retcode is None:
391 retcode = hog.poll()
392 if retcode is None:
  /external/syslinux/core/lwip/src/netif/ppp/
pap.c 394 u_char retcode; local
442 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen);
443 /* lwip: currently retcode is always UPAP_AUTHACK */
446 upap_sresp(u, retcode, id, msg, msglen);
448 if (retcode == UPAP_AUTHACK) {
  /external/valgrind/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/devlib/devlib/utils/
misc.py 161 retcode = process.poll()
162 if retcode:
163 if retcode == -9: # killed, assume due to timeout callback
165 elif ignore != 'all' and retcode not in ignore:
166 raise subprocess.CalledProcessError(retcode, command, output='\n'.join([output, error]))
  /external/syslinux/core/fs/pxe/
pxe.c 642 uint16_t *retcode;
644 retcode = GET_PTR(*(far_ptr_t *)((char *)GET_PTR(InitStack) + 44));
647 if (*retcode != 0x18cd) {
  /external/curl/lib/vtls/
polarssl.c 548 CURLcode retcode = CURLE_OK; local
576 retcode = Curl_ssl_addsessionid(conn, our_ssl_sessionid, 0, sockindex);
578 if(retcode) {
581 return retcode;
  /external/valgrind/coregrind/
pub_core_threadstate.h 445 const HChar* VG_(name_of_VgSchedReturnCode) ( VgSchedReturnCode retcode );
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 591 int retcode; local
616 retcode = PyList_Append(dn, rdnt);
618 if (retcode < 0)
640 retcode = PyList_Append(rdn, attr);
642 if (retcode < 0)
651 retcode = PyList_Append(dn, rdnt);
653 if (retcode < 0)
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 885 int retcode = 0; local
909 retcode = -1;
916 retcode = -1;
920 retcode = -1;
925 return retcode;
  /system/update_engine/
libcurl_http_fetcher.cc 401 CURLMcode retcode = CURLM_CALL_MULTI_PERFORM; local
405 while (CURLM_CALL_MULTI_PERFORM == retcode) {
406 retcode = curl_multi_perform(curl_multi_handle_, &running_handles);
  /external/python/cpython2/Lib/
subprocess.py 166 retcode = call(["ls", "-l"])
181 retcode = call(*popenargs, **kwargs)
182 if retcode:
186 raise CalledProcessError(retcode, cmd)
214 retcode = process.poll()
215 if retcode:
219 raise CalledProcessError(retcode, cmd, output=output)
    [all...]
  /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...]

Completed in 1833 milliseconds

1 23 4