/external/chromium-trace/catapult/common/py_utils/py_utils/ |
cloud_storage_unittest.py | 67 strs = ['You are attempting to access protected data with no configured', 69 self._AssertRunCommandRaisesError(strs, cloud_storage.CredentialsError) 72 strs = ['status=403', 'status 403', '403 Forbidden'] 73 self._AssertRunCommandRaisesError(strs, cloud_storage.PermissionError) 76 strs = ['InvalidUriError', 'No such object', 'No URLs matched', 78 self._AssertRunCommandRaisesError(strs, cloud_storage.NotFoundError) 81 strs = ['500 Internal Server Error'] 82 self._AssertRunCommandRaisesError(strs, cloud_storage.ServerError) 85 strs = ['Random string'] 86 self._AssertRunCommandRaisesError(strs, cloud_storage.CloudStorageError [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Strings.java | 382 String[] strs = new String[this.size()]; local 384 for (int i = 0; i != strs.length; i++) 386 strs[i] = this.get(i); 389 return strs; 394 String[] strs = new String[to - from]; local 398 strs[i - from] = this.get(i); 401 return strs;
|
/external/llvm/test/CodeGen/X86/ |
reverse_branches.ll | 18 %strs = alloca [1000 x [1001 x i8]], align 16 33 %arraydecay = getelementptr inbounds [1000 x [1001 x i8]], [1000 x [1001 x i8]]* %strs, i64 0, i64 %indvars.iv50, i64 0 35 %add.ptr = getelementptr inbounds [1000 x [1001 x i8]], [1000 x [1001 x i8]]* %strs, i64 0, i64 %indvars.iv50, i64 %indvars.iv50 65 %arraydecay24 = getelementptr inbounds [1000 x [1001 x i8]], [1000 x [1001 x i8]]* %strs, i64 0, i64 %indvars.iv, i64 0 82 %add.ptr30 = getelementptr inbounds [1000 x [1001 x i8]], [1000 x [1001 x i8]]* %strs, i64 0, i64 %indvars.iv, i64 %indvars.iv
|
/build/kati/ |
symtab.cc | 181 vector<string> strs; local 183 strs.push_back(s.str()); 185 return JoinStrings(strs, sep);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/ |
sym.c | 129 void zzs_init(int sz,int strs)
131 void zzs_init(sz, strs)
132 int sz, strs;
135 if ( sz <= 0 || strs <= 0 ) return;
142 strings = (char *) calloc(strs, sizeof(char));
145 fprintf(stderr, "Cannot allocate string table of size %d\n", strs);
149 strsize = strs;
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVUtil.h | 176 std::vector<std::string> Strs; 180 Strs.push_back(Item); 181 return Strs; 186 std::unordered_set<std::string> Strs; 190 Strs.insert(Item); 191 return Strs; 196 std::set<std::string> Strs; 200 Strs.insert(Item); 201 return Strs;
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
PowerBaseTest.py | 354 strs = [""] 356 strs.append("\t\t" + self.tag) 358 strs.append("\t\tMonsoon Measurement Data") 362 strs.append("\t\tAverage Current: {} mA.".format(average_cur)) 363 strs.append("\t\tSTD DEV Current: {} mA.".format(stdev)) 364 strs.append("\t\tVoltage: {} V.".format(self.voltage)) 365 strs.append("\t\tTotal Power: {} mW.".format(total_power)) 366 strs.append( 369 return "\n".join(strs) 378 strs = [ [all...] |
/frameworks/rs/ |
rsCppUtils.cpp | 42 const char* rsuJoinStrings(int n, const char* const* strs) { 48 tmp.append(strs[i]);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/ |
msgfmt.py | 66 ids = strs = ''
70 offsets.append((len(ids), len(id), len(strs), len(MESSAGES[id])))
72 strs += MESSAGES[id] + '\0'
97 output += strs
|
/external/python/cpython2/Tools/i18n/ |
msgfmt.py | 67 ids = strs = '' 71 offsets.append((len(ids), len(id), len(strs), len(MESSAGES[id]))) 73 strs += MESSAGES[id] + '\0' 98 output += strs
|
/external/clang/tools/arcmt-test/ |
arcmt-test.cpp | 250 SmallVector<StringRef, 8> strs; local 251 inputBuf.get()->getBuffer().split(strs, "\n", /*MaxSplit=*/-1, 254 if (strs.empty()) { 258 if (strs.size() % 2 != 0) { 263 for (unsigned i = 0, e = strs.size(); i != e; i += 2) { 264 StringRef inputOrigFname = strs[i]; 265 StringRef inputResultFname = strs[i+1];
|
/system/extras/simpleperf/scripts/ |
app_profiler.py | 109 strs = build_version.split('.') 110 if strs: 111 self.android_version = int(strs[0]) 193 strs = line.split() 194 if len(strs) > 2 and strs[-1].find(self.config['app_package_name']) != -1: 195 return int(strs[1])
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
monsoon.py | 597 strs = [""] 599 strs.append(self.tag) 601 strs.append("Monsoon Measurement Data") 602 strs.append("Average Current: {}mA.".format(self.average_current)) 603 strs.append("Voltage: {}V.".format(self.voltage)) 604 strs.append("Total Power: {}mW.".format(self.total_power)) 605 strs.append( 608 return "\n".join(strs) 614 strs = [] 615 strs.append(self._header() [all...] |
/system/connectivity/wificond/tests/ |
nl80211_attribute_unittest.cpp | 258 std::vector<std::string> strs; local 261 nested_attr.GetListOfAttributeValues(&strs); 262 EXPECT_EQ(expected_strs, strs);
|
/build/blueprint/ |
ninja_strings.go | 256 func parseNinjaStrings(scope scope, strs []string) ([]*ninjaString, 259 if len(strs) == 0 { 262 result := make([]*ninjaString, len(strs)) 263 for i, str := range strs {
|
/external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/ |
MultibindingTest.java | 36 assertThat(multibindingComponent.strs().get())
|
/external/llvm/test/CodeGen/AArch64/ |
intrinsics-memory-barrier.ll | 19 ; Failure to do so, two STRs will collapse into one STP.
|
/external/llvm/test/CodeGen/ARM/ |
intrinsics-memory-barrier.ll | 14 ; Failure to do so, two STRs will collapse into one STRD.
|
/external/protobuf/objectivec/Tests/ |
GPBCodedInputStreamTests.m | 302 const char* strs[] = { 309 for (size_t i = 0; i < GPBARRAYSIZE(strs); ++i) { 317 size_t length = strlen(strs[i]); 319 [output writeRawData:[NSData dataWithBytes:strs[i] length:length]];
|
/frameworks/base/media/java/android/media/tv/ |
TvContentRating.java | 834 String[] strs = ratingString.split(DELIMITER); local 835 if (strs.length < 3) { 838 if (strs.length > 3) { 839 String[] subRatings = new String[strs.length - 3]; 840 System.arraycopy(strs, 3, subRatings, 0, subRatings.length); 841 return new TvContentRating(strs[0], strs[1], strs[2], subRatings); 843 return new TvContentRating(strs[0], strs[1], strs[2], null) [all...] |
/system/extras/simpleperf/ |
cmd_report.cpp | 459 std::vector<std::string> strs = android::base::Split(args[i], ","); local 460 filter.insert(strs.begin(), strs.end()); 529 std::vector<std::string> strs = android::base::Split(args[i], ","); local 530 for (const auto& s : strs) { 549 std::vector<std::string> strs = android::base::Split(args[i], ";"); local 550 sample_tree_builder_options_.symbol_filter.insert(strs.begin(), strs.end());
|
/prebuilts/go/darwin-x86/src/net/textproto/ |
reader.go | 472 var strs []string 475 strs = make([]string, hint) 513 if vv == nil && len(strs) > 0 { 516 // Set the capacity on strs[0] to 1, so any future append 518 vv, strs = strs[:1:1], strs[1:]
|
/prebuilts/go/linux-x86/src/net/textproto/ |
reader.go | 472 var strs []string 475 strs = make([]string, hint) 513 if vv == nil && len(strs) > 0 { 516 // Set the capacity on strs[0] to 1, so any future append 518 vv, strs = strs[:1:1], strs[1:]
|
/device/generic/goldfish/camera/ |
CallbackNotifier.cpp | 84 const char* strs[lCameraMessagesNum]; local 85 const int translated = GetMessageStrings(msg, strs, lCameraMessagesNum); 87 ALOGV(" %s", strs[n]);
|
/external/owasp/sanitizer/empiricism/ |
html-containment.js | 386 function makeSet(strs) { 388 for (var i = 0, n = strs.length; i < n; ++i) { 389 s[strs[i]] = s;
|