HomeSort by relevance Sort by last modified time
    Searched refs:sts (Results 1 - 25 of 37) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 17 sts = pipe.close()
54 # Returns a pair (sts, output)
61 sts = pipe.close()
62 if sts is None: sts = 0
64 return sts, text
popen2.py 38 sts = -1 # Child not completed yet variable in class:Popen3
77 if self.sts < 0:
94 if self.sts < 0:
96 pid, sts = os.waitpid(self.pid, os.WNOHANG)
99 self.sts = sts
102 self.sts = _deadstate
103 return self.sts
107 if self.sts < 0:
108 pid, sts = os.waitpid(self.pid, 0
    [all...]
toaiff.py 84 sts = uncompress.copy(filename, fname)
85 if sts:
107 sts = table[ftype].copy(fname, temp)
108 if sts:
quopri.py 214 sts = 0
223 sts = 1
231 if sts:
232 sys.exit(sts)
mailcap.py 231 sts = os.system(command)
232 if sts:
233 print "Exit status:", sts
os.py 546 wpid, sts = waitpid(pid, 0)
547 if WIFSTOPPED(sts):
549 elif WIFSIGNALED(sts):
550 return -WTERMSIG(sts)
551 elif WIFEXITED(sts):
552 return WEXITSTATUS(sts)
CGIHTTPServer.py 237 pid, sts = os.waitpid(pid, 0)
242 if sts:
243 self.log_error("CGI script exit status %#x", sts)
subprocess.py 246 sts = os.system("mycmd" + " myarg")
249 pid, sts = os.waitpid(p.pid, 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 17 sts = pipe.close()
54 # Returns a pair (sts, output)
61 sts = pipe.close()
62 if sts is None: sts = 0
64 return sts, text
popen2.py 38 sts = -1 # Child not completed yet variable in class:Popen3
77 if self.sts < 0:
94 if self.sts < 0:
96 pid, sts = os.waitpid(self.pid, os.WNOHANG)
99 self.sts = sts
102 self.sts = _deadstate
103 return self.sts
107 if self.sts < 0:
108 pid, sts = os.waitpid(self.pid, 0
    [all...]
toaiff.py 84 sts = uncompress.copy(filename, fname)
85 if sts:
107 sts = table[ftype].copy(fname, temp)
108 if sts:
quopri.py 214 sts = 0
223 sts = 1
231 if sts:
232 sys.exit(sts)
mailcap.py 231 sts = os.system(command)
232 if sts:
233 print "Exit status:", sts
os.py 546 wpid, sts = waitpid(pid, 0)
547 if WIFSTOPPED(sts):
549 elif WIFSIGNALED(sts):
550 return -WTERMSIG(sts)
551 elif WIFEXITED(sts):
552 return WEXITSTATUS(sts)
CGIHTTPServer.py 237 pid, sts = os.waitpid(pid, 0)
242 if sts:
243 self.log_error("CGI script exit status %#x", sts)
subprocess.py 246 sts = os.system("mycmd" + " myarg")
249 pid, sts = os.waitpid(p.pid, 0)
    [all...]
  /external/chromium_org/net/socket_stream/
socket_stream_job.cc 26 TransportSecurityState* sts,
30 if (url.scheme() == "ws" && sts && sts->GetDomainState(
socket_stream_job.h 41 TransportSecurityState* sts,
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
SDL_syscdrom.c 161 int sts, asc, ascq; local
173 again: sts = scsi_cmd(fd, (cdb_t *)&cdb, 6, SUC_READ, 0, 0, &sus);
347 int i, sts, first_track, last_track, ntracks, toc_size; local
353 sts = scsi_cmd(cdrom->id, (cdb_t *)cdb, 10, SUC_READ, buf, 4, &sus);
354 if (sts < 0)
370 sts = scsi_cmd(cdrom->id, (cdb_t *)cdb, 10, SUC_READ, toc, toc_size,
372 if (sts < 0)
403 int sts; local
413 sts = scsi_cmd(cdrom->id, (cdb_t *)cdb, 10, SUC_READ, buf, sizeof (buf),
415 if (sts < 0
458 int sts, minute, second, frame, eminute, esecond, eframe; local
    [all...]
  /cts/suite/cts/utils/
get_csv_report.py 75 sts = getChildrenWithTag(test, "Summary")
77 if len(sts) == len(dts) == 1:
78 summary[sts[0].getAttribute("message")] = getText(sts[0])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 135 pid, sts = os.waitpid(self.pid, flag)
145 if os.WIFSIGNALED(sts):
146 self.returncode = -os.WTERMSIG(sts)
148 assert os.WIFEXITED(sts)
149 self.returncode = os.WEXITSTATUS(sts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 135 pid, sts = os.waitpid(self.pid, flag)
145 if os.WIFSIGNALED(sts):
146 self.returncode = -os.WTERMSIG(sts)
148 assert os.WIFEXITED(sts)
149 self.returncode = os.WEXITSTATUS(sts)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 213 cpid, sts = os.waitpid(pid, 0)
215 self.assertEqual(sts, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 213 cpid, sts = os.waitpid(pid, 0)
215 self.assertEqual(sts, 0)
  /external/libppp/src/
ether.c 219 struct ngpppoe_sts *sts = (struct ngpppoe_sts *)(msgbuf + sizeof *rep); local
271 if (setenv("ACNAME", sts->hook, 1) != 0)
272 log_Printf(LogWARN, "setenv: cannot set ACNAME=%s: %m", sts->hook);
277 snprintf(sessionid, sizeof sessionid, "%04x", *(u_int16_t *)sts);
294 msg, asciilen, sts->hook);

Completed in 419 milliseconds

1 2