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

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sts/
test_cert_verification.py 31 import boto.sts namespace
35 sts = True variable in class:STSCertVerificationTest
36 regions = boto.sts.regions()
test_session_token.py 30 from boto.sts.connection import STSConnection
31 from boto.sts.credentials import Credentials
36 sts = True variable in class:SessionTokenTest
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/
test_credentials.py 3 from boto.sts.credentials import Credentials
7 sts = True variable in class:STSCredentialsTest
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8_embeddertest.cpp 25 int sts = FXJS_Execute(isolate(), nullptr, kScript, &error); local
26 EXPECT_EQ(0, sts);
  /external/curl/src/
tool_getpass.c 66 long sts; local
82 sts = sys$assign(&ttdesc, &chan, 0, 0);
83 if(sts & 1) {
84 sts = sys$qiow(0, chan,
89 if((sts & 1) && (iosb.iosb$w_status & 1))
92 sts = sys$dassgn(chan);
tool_vms.c 154 int sts; local
175 sts = decc$feature_set_value( feat_index, 1,
  /external/opencv3/samples/cpp/tutorial_code/core/ippasync/
ippasync_sample.cpp 57 hppStatus sts; local
88 sts = hppCreateInstance(accelType, 0, &accel);
89 CHECK_STATUS(sts, "hppCreateInstance");
117 sts = hppiSobel(accel,src, HPP_MASK_SIZE_3X3,HPP_NORM_L1,virtMatrix[0]);
118 CHECK_STATUS(sts,"hppiSobel");
120 sts = hppiConvert(accel, virtMatrix[0], 0, HPP_RND_MODE_NEAR, dst, HPP_DATA_TYPE_8U);
121 CHECK_STATUS(sts,"hppiConvert");
124 sts = hppWait(accel, HPP_TIME_OUT_INFINITE);
125 CHECK_STATUS(sts, "hppWait");
136 sts = hppiFreeMatrix(src)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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...]
  /external/opencv3/modules/core/include/opencv2/core/
ippasync.hpp 108 hppStatus sts; local
113 sts = hppiInquireMatrix(src, &type, &width, &height);
115 CV_Assert( sts == HPP_STATUS_NO_ERROR);
127 sts = hppiGetMatrixData(accel,src,(hpp32u)(dst.step),dst.data,&newSize);
129 CV_Assert( sts == HPP_STATUS_NO_ERROR);
  /external/opencv3/modules/core/test/
test_ippasync.cpp 25 hppStatus sts; local
51 sts = hppCreateInstance(accelType, 0, &accel);
52 if (sts!=HPP_STATUS_NO_ERROR) printf("hppStatus = %d\n",sts);
53 CV_Assert(sts==HPP_STATUS_NO_ERROR);
64 sts = hppiAddC(accel, hppMat, a, 0, virtMatrix[0]);
65 CV_Assert(sts==HPP_STATUS_NO_ERROR);
66 sts = hppiSubC(accel, virtMatrix[0], a, 0, virtMatrix[1]);
67 CV_Assert(sts==HPP_STATUS_NO_ERROR);
69 sts = hppWait(accel, HPP_TIME_OUT_INFINITE)
96 hppStatus sts; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb.py 363 sts = ('idle', 'runnable', 'running', 'syscall', 'waiting', 'moribund', 'dead', 'recovery') variable
401 print(s, ptr['goid'], "{0:8s}".format(sts[int(ptr['atomicstatus'])]), blk.function)
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb.py 363 sts = ('idle', 'runnable', 'running', 'syscall', 'waiting', 'moribund', 'dead', 'recovery') variable
401 print(s, ptr['goid'], "{0:8s}".format(sts[int(ptr['atomicstatus'])]), blk.function)
  /system/bt/stack/avrc/
avrc_bld_tg.c 304 tAVRC_STS sts = AVRC_STS_NO_ERROR; local
342 sts = AVRC_STS_INTERNAL_ERR;
361 return sts;
  /external/icu/icu4c/source/common/
uloc_keytype.cpp 87 initFromResourceBundle(UErrorCode& sts) {
91 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts);
93 LocalUResourceBundlePointer keyTypeDataRes(ures_openDirect(NULL, "keyTypeData", &sts));
94 LocalUResourceBundlePointer keyMapRes(ures_getByKey(keyTypeDataRes.getAlias(), "keyMap", NULL, &sts));
95 LocalUResourceBundlePointer typeMapRes(ures_getByKey(keyTypeDataRes.getAlias(), "typeMap", NULL, &sts));
97 if (U_FAILURE(sts)) {
107 gKeyTypeStringPool = new UVector(uloc_deleteKeyTypeStringPoolEntry, NULL, sts);
109 if (U_SUCCESS(sts)) {
110 sts = U_MEMORY_ALLOCATION_ERROR;
113 if (U_FAILURE(sts)) {
403 UErrorCode sts = U_ZERO_ERROR; local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_intelperc.cpp 116 pxcStatus sts = PXC_STATUS_NO_ERROR;
122 for (int modidx = 0; PXC_STATUS_NO_ERROR <= sts; modidx++)
125 sts = session->QueryImpl(&templat, modidx, &desc);
126 if (PXC_STATUS_NO_ERROR > sts)
130 sts = session->CreateImpl<PXCCapture>(&desc, &capture);
135 for (int devidx = 0; PXC_STATUS_NO_ERROR <= sts; devidx++)
138 sts = capture->CreateDevice(devidx, &device);
139 if (PXC_STATUS_NO_ERROR <= sts)
154 pxcStatus sts = PXC_STATUS_NO_ERROR;
156 for (int streamidx = 0; PXC_STATUS_NO_ERROR <= sts; streamidx++
549 pxcStatus sts = PXCSession_Create(&m_session); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cache.c 396 int sts; local
401 sts = fflush (f);
402 if (sts < 0)
404 return sts;
410 int sts; local
415 sts = fstat (fileno (f), sb);
416 if (sts < 0)
418 return sts;
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 1017 UErrorCode sts = U_ZERO_ERROR; local
    [all...]
  /external/opencv3/modules/imgproc/src/
sumpixels.cpp 48 static IppStatus sts = ippInit(); variable
  /libcore/ojluni/src/main/java/java/util/
Locale.java 2385 ParseStatus sts = new ParseStatus(); local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
ULocale.java 2839 ParseStatus sts = new ParseStatus(); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LanguageTag.java 162 public static LanguageTag parse(String languageTag, ParseStatus sts) {
163 if (sts == null) {
164 sts = new ParseStatus();
166 sts.reset();
185 if (tag.parseLanguage(itr, sts)) {
186 tag.parseExtlangs(itr, sts);
187 tag.parseScript(itr, sts);
188 tag.parseRegion(itr, sts);
189 tag.parseVariants(itr, sts);
190 tag.parseExtensions(itr, sts);
    [all...]
  /external/icu/icu4c/source/i18n/
locdspnm.cpp 769 UErrorCode sts = U_ZERO_ERROR; local
774 locale.getBaseName(), UCURR_LONG_NAME, &isChoice, &len, &sts);
775 if (U_FAILURE(sts)) {
    [all...]

Completed in 1478 milliseconds

1 2