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

1 2

  /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...]
  /external/clang/test/CodeGenCXX/
noinline-template.cpp 14 Vector<int> strs; local
15 strs.growStorageBy();
  /external/icu4c/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/clang/test/CodeGen/
staticinit.c 14 static char* strs[] = { "one", "two", "three", "four" }; local
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 23 unsigned char strs[10][10], outbuf[128]; local
41 LTC_SET_ASN1(list, 0, LTC_ASN1_BIT_STRING, strs[1], sizeof(strs[1]));
43 LTC_SET_ASN1(list, 2, LTC_ASN1_OCTET_STRING, strs[0], sizeof(strs[0]));
51 if (memcmp(strs[0], oct_str, sizeof(oct_str))) {
56 if (memcmp(strs[1], bin_str, sizeof(bin_str))) {
66 strcpy((char*)strs[0], "one");
67 strcpy((char*)strs[1], "one2");
68 strcpy((char*)strs[2], "two")
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.cpp     [all...]
  /development/tools/emulator/system/camera/
CallbackNotifier.cpp 80 const char* strs[lCameraMessagesNum]; local
81 const int translated = GetMessageStrings(msg, strs, lCameraMessagesNum);
83 ALOGV(" %s", strs[n]);
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 249 SmallVector<StringRef, 8> strs; local
250 inputBuf->getBuffer().split(strs, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
252 if (strs.empty()) {
256 if (strs.size() % 2 != 0) {
261 for (unsigned i = 0, e = strs.size(); i != e; i += 2) {
262 StringRef inputOrigFname = strs[i];
263 StringRef inputResultFname = strs[i+1];
  /external/javassist/src/main/javassist/
CtField.java 553 * <code>String[] strs</code> - the character strings specified
558 * receives only <code>strs</code>.
610 * <code>String[] strs</code> - the character strings specified
618 * only <code>strs</code>.
671 * <code>String[] strs</code> - the character strings specified
676 * receive only <code>strs</code>.
739 * <code>String[] strs</code> - the character strings specified
747 * receive only <code>strs</code>.
    [all...]
  /external/elfutils/libcpu/
i386_parse.y 890 static void *strs[3];
925 if (tfind (&search, &strs[i], compare_argstring) == NULL)
930 if (tsearch (newp, &strs[i], compare_argstring) == NULL)
1178 twalk (strs[i], print_op_str);
1183 twalk (strs[i], print_op_str_idx);
1220 struct argstring **res = tfind (&search, &strs[i],
    [all...]
i386_parse.c 2492 static void *strs[3]; variable
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 830 UChar *strs; local
847 strs = (UChar *)(ii.macho_img + symcmd->stroff);
867 strs, symcmd->strsize);
872 strs, symcmd->strsize);
    [all...]
  /external/icu4c/common/
uloc.c 2268 char **strs; local
    [all...]
  /external/dbus/doc/
dbus-tutorial.xml     [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 3351 UnicodeString strf, strl, strm, strs; local
    [all...]
  /device/moto/stingray/ril/
libmoto_ril.so 
libmoto_cdma_ril.so 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 

Completed in 539 milliseconds

1 2