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

1 2 3

  /external/clang/test/CodeGenCXX/
noinline-template.cpp 14 Vector<int> strs; local
15 strs.growStorageBy();
  /external/stlport/test/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-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...]
  /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/chromium_org/third_party/icu/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/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...]
  /frameworks/base/media/java/android/media/tv/
TvContentRating.java 732 String[] strs = ratingString.split(DELIMITER); local
733 if (strs.length < 3) {
736 if (strs.length > 3) {
737 String[] subRatings = new String[strs.length - 3];
738 System.arraycopy(strs, 3, subRatings, 0, subRatings.length);
739 return new TvContentRating(strs[0], strs[1], strs[2], subRatings);
741 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 20 const char *strs[] = { local
36 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) {
37 ckh_insert(&ckh, strs[i], strs[i]);
44 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) {
56 assert_false(ckh_search(&ckh, strs[i], kp, vp),
59 ks = (i & 1) ? strs[i] : (const char *)NULL;
60 vs = (i & 2) ? strs[i] : (const char *)NULL;
70 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) {
82 assert_false(ckh_remove(&ckh, strs[i], kp, vp)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/util/
ModelUtil.java 151 public static final String concat(String[] strs) {
152 return concat(strs, " "); //NOTRANS
163 public static final String concat(String[] strs, String delim) {
164 if (strs != null) {
166 final int n = strs.length;
168 final String str = strs[i];
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 247 SmallVector<StringRef, 8> strs; local
248 inputBuf.get()->getBuffer().split(strs, "\n", /*MaxSplit=*/-1,
251 if (strs.empty()) {
255 if (strs.size() % 2 != 0) {
260 for (unsigned i = 0, e = strs.size(); i != e; i += 2) {
261 StringRef inputOrigFname = strs[i];
262 StringRef inputResultFname = strs[i+1];
  /external/icu/icu4c/source/i18n/
filteredbrk.cpp 240 LocalUResourceBundlePointer strs;
243 strs.adoptInstead(ures_getNextResource(breaks.getAlias(), strs.orphan(), &subStatus));
244 if(strs.isValid() && U_SUCCESS(subStatus)) {
245 UnicodeString str(ures_getUnicodeString(strs.getAlias(), &status));
248 } while (strs.isValid() && U_SUCCESS(subStatus));
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 80 const char* strs[lCameraMessagesNum]; local
81 const int translated = GetMessageStrings(msg, strs, lCameraMessagesNum);
83 ALOGV(" %s", strs[n]);
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 147 char **strs = backtrace_symbols(callstack, frames); local
153 AKLOGI("%s", strs[i]);
155 free(strs);
  /external/lldb/source/Host/linux/
Host.cpp 474 char** strs = ::backtrace_symbols (&frame_buffer[0], num_frames); local
475 if (strs)
479 strm.Printf("%s\n", strs[i]);
480 ::free (strs);
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Regexps.py 442 def Str(*strs):
447 if len(strs) == 1:
448 return Str1(strs[0])
450 result = Alt(*tuple(map(Str1, strs)))
451 result.str = "Str(%s)" % ','.join(map(repr, strs))
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule.js 180 var strs = '';
181 strs += cvox.SpeechRule.Type.toString(this.type);
182 strs += this.content ? ' ' + this.content : '';
185 strs += ' (' + attribs.join(', ') + ')';
187 return strs;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 393 def find_lines_from_code(code, strs):
398 if lineno not in strs:
403 def find_lines(code, strs):
406 linenos = find_lines_from_code(code, strs)
412 linenos.update(find_lines(c, strs))
447 strs = find_strings(filename)
448 return find_lines(code, strs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 393 def find_lines_from_code(code, strs):
398 if lineno not in strs:
403 def find_lines(code, strs):
406 linenos = find_lines_from_code(code, strs)
412 linenos.update(find_lines(c, strs))
447 strs = find_strings(filename)
448 return find_lines(code, strs)
  /external/chromium_org/chromeos/dbus/
shill_client_unittest_base.cc 213 std::vector<std::string> strs; local
214 ASSERT_TRUE(reader->PopArrayOfStrings(&strs));
215 EXPECT_EQ(expected_strings, strs);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 311 strs = []
313 strs.append(" %r" % (cmd,))
314 return s + "(\n" + ",\n".join(strs) + "\n)"

Completed in 2113 milliseconds

1 2 3