/external/clang/test/CodeGenCXX/ |
noinline-template.cpp | 14 Vector<int> strs; local 15 strs.growStorageBy();
|
/ndk/tests/device/test-gnustl-full/unit/ |
collate_facets_test.cpp | 58 string strs[] = {"abdd", "ab?d", "abbd", "abcd"}; local 62 transformed[i] = col.transform(strs[i].data(), strs[i].data() + strs[i].size()); 65 sort(strs, strs + 4, loc); 66 CPPUNIT_ASSERT( strs[0] == "abbd" ); 67 CPPUNIT_ASSERT( strs[1] == "abcd" ); 68 CPPUNIT_ASSERT( strs[2] == "ab?d" ); 69 CPPUNIT_ASSERT( strs[3] == "abdd" ) 109 wstring strs[] = {L"abdd", L"abcd", L"abbd", L"abcd"}; local 234 string strs[] = {"abdd", \/* "ab?d",*\/ "abbd", "abcd"}; local [all...] |
mvctor_test.cpp | 625 vector<string> strs; local 630 strs.push_back(it->front()); 639 CPPUNIT_ASSERT( strs.size() == 10 * 10 ); 640 vector<string>::iterator it(strs.begin()), itEnd(strs.end()); 654 vector<string> strs; local 659 strs.push_back(it->front()); 668 CPPUNIT_ASSERT( strs.size() == 10 * 10 ); 669 vector<string>::iterator it(strs.begin()), itEnd(strs.end()) 678 vector<string> strs; local 703 vector<string> strs; local 732 vector<string> strs; local 762 vector<string> strs; local [all...] |
/ndk/tests/device/test-stlport/unit/ |
collate_facets_test.cpp | 58 string strs[] = {"abdd", "ab?d", "abbd", "abcd"}; local 62 transformed[i] = col.transform(strs[i].data(), strs[i].data() + strs[i].size()); 65 sort(strs, strs + 4, loc); 66 CPPUNIT_ASSERT( strs[0] == "abbd" ); 67 CPPUNIT_ASSERT( strs[1] == "abcd" ); 68 CPPUNIT_ASSERT( strs[2] == "ab?d" ); 69 CPPUNIT_ASSERT( strs[3] == "abdd" ) 109 wstring strs[] = {L"abdd", L"abcd", L"abbd", L"abcd"}; local 234 string strs[] = {"abdd", \/* "ab?d",*\/ "abbd", "abcd"}; local [all...] |
mvctor_test.cpp | 625 vector<string> strs; local 630 strs.push_back(it->front()); 639 CPPUNIT_ASSERT( strs.size() == 10 * 10 ); 640 vector<string>::iterator it(strs.begin()), itEnd(strs.end()); 654 vector<string> strs; local 659 strs.push_back(it->front()); 668 CPPUNIT_ASSERT( strs.size() == 10 * 10 ); 669 vector<string>::iterator it(strs.begin()), itEnd(strs.end()) 678 vector<string> strs; local 703 vector<string> strs; local 732 vector<string> strs; local 762 vector<string> strs; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/ |
test_lists.py | 29 strs = ListProperty(str) variable in class:SimpleListModel 50 t.strs = ["B", "C", "A", "D", "Foo"] 56 assert(t.strs == ["B", "C", "A", "D", "Foo"]) 65 item['strs'] = ["A", "B", "C"] 69 i1 = sorted(item['strs']) 70 i2 = t.strs 78 t.strs = ["Bizzle", "Bar"] 82 assert(SimpleListModel.find(strs="Bizzle").count() == 1) 83 assert(SimpleListModel.find(strs="Bar").count() == 1) 84 assert(SimpleListModel.find(strs=["Bar", "Bizzle"]).count() == 1 [all...] |
test_query.py | 29 strs = ListProperty(str) variable in class:SimpleModel 46 o.strs = ["B", "A", "C", "Foo"] 143 assert(SimpleModel.find(strs="A").next().id == self.objs[0].id) 144 assert(SimpleModel.find(strs="B").next().id == self.objs[0].id) 145 assert(SimpleModel.find(strs="C").next().id == self.objs[0].id) 150 query.filter("strs like", "%oo%")
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
CodesArrayParser.java | 50 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1); local 51 if (strs.length <= 1) { 54 return strs[0]; 68 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1); local 69 if (strs.length <= 1) { 72 return TextUtils.isEmpty(strs[1]) ? strs[0] : strs[1]; 76 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1); local 77 if (strs.length <= 2) [all...] |
/external/compiler-rt/test/asan/TestCases/Darwin/ |
crashlog-stacktraces.c | 19 char** strs = backtrace_symbols(callstack, frames); local 21 fprintf(stderr, "%s\n", strs[i]); 23 free(strs);
|
/external/icu/icu4c/source/tools/toolutil/ |
dbgutil.cpp | 23 static UnicodeString **strs = NULL; variable 36 if(strs != NULL) { 38 delete [] strs[t]; 40 delete[] strs; 41 strs = NULL; 57 if(strs == NULL) { 71 strs = newStrs; 78 if(strs == NULL ) { 85 return strs[UDBG_ENUM_COUNT][0]; 91 return strs[type][count] [all...] |
/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/ |
bluetooth_Sanity_DefaultState.py | 19 strs = [] 21 strs.append("POWERED") 23 strs.append("CONNECTABLE") 25 strs.append("FAST-CONNECTABLE") 27 strs.append("DISCOVERABLE") 29 strs.append("PAIRABLE") 31 strs.append("LINK-SECURITY") 33 strs.append("SSP") 35 strs.append("BR/EDR") 37 strs.append("HS" [all...] |
/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...] |
/external/clang/test/CodeGen/ |
staticinit.c | 14 static char* strs[] = { "one", "two", "three", "four" }; local
|
/external/jemalloc/test/unit/ |
ckh.c | 24 const char *strs[] = { local 42 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) { 43 ckh_insert(tsd, &ckh, strs[i], strs[i]); 50 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) { 62 assert_false(ckh_search(&ckh, strs[i], kp, vp), 65 ks = (i & 1) ? strs[i] : (const char *)NULL; 66 vs = (i & 2) ? strs[i] : (const char *)NULL; 76 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) { 88 assert_false(ckh_remove(tsd, &ckh, strs[i], kp, vp) [all...] |
/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ |
MultibindingComponent.java | 26 ListenableFuture<Set<String>> strs(); method in interface:MultibindingComponent
|
MultibindingProducerModule.java | 50 static Set<String> strs() { method in class:MultibindingProducerModule 55 static int strCount(Set<String> strs) { 56 return strs.size();
|
/system/extras/simpleperf/runtest/ |
runtest.py | 48 strs = [indent_str + self.name] 50 strs.extend(child._dump(indent + 1)) 51 return strs 69 strs = [] 70 strs.append('Symbol name=%s comm=%s overhead=%f children_overhead=%f' % ( 73 strs.append('\t%s' % self.call_tree) 74 return '\n'.join(strs) 87 strs = [] 88 strs.append('SymbolOverheadRequirement') 90 strs.append('symbol_name=%s' % self.symbol_name [all...] |
/system/extras/simpleperf/ |
report.py | 55 strs = self.dump() 56 return '\n'.join(strs) 59 strs = [] 60 strs.append('CallTreeNode percentage = %.2f' % self.percentage) 62 strs.append(' %s' % function_name) 65 strs.extend([' ' + x for x in child_strs]) 66 return strs 78 strs = [] 79 strs.append('ReportItem (raw_line %s)' % self.raw_line) 81 strs.append('%s' % self.call_tree [all...] |
/frameworks/rs/ |
rsCppUtils.cpp | 42 const char* rsuJoinStrings(int n, const char* const* strs) { 48 tmp.append(strs[i]);
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
cloud_storage_unittest.py | 62 strs = ['You are attempting to access protected data with no configured', 64 self._AssertRunCommandRaisesError(strs, cloud_storage.CredentialsError) 67 strs = ['status=403', 'status 403', '403 Forbidden'] 68 self._AssertRunCommandRaisesError(strs, cloud_storage.PermissionError) 71 strs = ['InvalidUriError', 'No such object', 'No URLs matched', 73 self._AssertRunCommandRaisesError(strs, cloud_storage.NotFoundError) 76 strs = ['500 Internal Server Error'] 77 self._AssertRunCommandRaisesError(strs, cloud_storage.ServerError) 80 strs = ['Random string'] 81 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/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];
|
/build/kati/ |
symtab.cc | 167 vector<string> strs; local 169 strs.push_back(s.str()); 171 return JoinStrings(strs, sep);
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
monsoon.py | 555 strs = [""] 557 strs.append(self.tag) 559 strs.append("Monsoon Measurement Data") 560 strs.append("Average Current: {}mA.".format(self.average_current)) 561 strs.append("Voltage: {}V.".format(self.voltage)) 562 strs.append("Total Power: {}mW.".format(self.total_power)) 563 strs.append(("{} samples taken at {}Hz, with an offset of {} samples." 567 return "\n".join(strs) 573 strs = [] 574 strs.append(self._header() [all...] |
/external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/ |
MultibindingTest.java | 36 assertThat(multibindingComponent.strs().get())
|