HomeSort by relevance Sort by last modified time
    Searched refs:sts (Results 1 - 25 of 40) 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)
  /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)
  /external/chromium_org/net/http/
transport_security_persister.cc 149 domain_state.sts.include_subdomains);
153 domain_state.sts.last_observed.ToDoubleT());
156 serialized->SetDouble(kExpiry, domain_state.sts.expiry.ToDoubleT());
160 switch (domain_state.sts.upgrade_mode) {
223 domain_state.sts.include_subdomains = include_subdomains;
226 domain_state.sts.include_subdomains = include_subdomains;
255 domain_state.sts.upgrade_mode =
258 domain_state.sts.upgrade_mode =
267 domain_state.sts.expiry = base::Time::FromDoubleT(expiry);
274 domain_state.sts.last_observed = base::Time::FromDoubleT(sts_observed)
    [all...]
transport_security_state.cc 214 if (i->second.sts.last_observed >= time &&
221 if (i->second.sts.last_observed >= time) {
223 i->second.sts.upgrade_mode = DomainState::MODE_DEFAULT;
578 out->sts.include_subdomains = entries[j].include_subdomains;
579 out->sts.last_observed = base::GetBuildTime();
581 out->sts.upgrade_mode =
584 out->sts.upgrade_mode =
649 if (ParseHSTSHeader(value, &max_age, &domain_state.sts.include_subdomains)) {
652 domain_state.sts.upgrade_mode = DomainState::MODE_DEFAULT;
654 domain_state.sts.upgrade_mode = DomainState::MODE_FORCE_HTTPS
    [all...]
transport_security_persister_unittest.cc 72 EXPECT_EQ(domain_state.sts.upgrade_mode,
75 EXPECT_EQ(domain_state.sts.upgrade_mode,
78 EXPECT_EQ(domain_state.sts.upgrade_mode,
82 EXPECT_EQ(domain_state.sts.upgrade_mode,
transport_security_state_unittest.cc 152 domain_state.sts.upgrade_mode);
156 domain_state.sts.upgrade_mode);
208 EXPECT_FALSE(domain_state.sts.include_subdomains);
272 EXPECT_EQ(domain_state.sts.upgrade_mode,
274 EXPECT_FALSE(domain_state.sts.include_subdomains);
475 EXPECT_EQ(domain_state.sts.upgrade_mode,
477 EXPECT_FALSE(domain_state.sts.include_subdomains);
668 domain_state.sts.expiry = expiry;
  /external/chromium_org/net/socket_stream/
socket_stream_job.cc 26 TransportSecurityState* sts,
31 if (url.scheme() == "ws" && sts &&
32 sts->ShouldUpgradeToSSL(url.host())) {
socket_stream_job.h 44 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)
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 2253 UErrorCode sts; local
2342 UErrorCode sts = U_ZERO_ERROR; local
2345 TimeZone::getWindowsID(UnicodeString(TESTDATA[i].id), windowsID, sts); local
2370 UErrorCode sts = U_ZERO_ERROR; local
2374 id, sts); local
2375 assertSuccess(UnicodeString(TESTDATA[i].winid) + "\/" + TESTDATA[i].region, sts); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 2273 UErrorCode sts; local
2362 UErrorCode sts = U_ZERO_ERROR; local
2365 TimeZone::getWindowsID(UnicodeString(TESTDATA[i].id), windowsID, sts); local
2390 UErrorCode sts = U_ZERO_ERROR; local
2394 id, sts); local
2395 assertSuccess(UnicodeString(TESTDATA[i].winid) + "\/" + TESTDATA[i].region, sts); local
    [all...]

Completed in 3927 milliseconds

1 2