Searched refs:strs (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dnoinline-template.cpp14 Vector<int> strs; local
15 strs.growStorageBy();
/external/stlport/test/unit/
H A Dcollate_facets_test.cpp58 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[
109 wstring strs[] = {L"abdd", L"abcd", L"abbd", L"abcd"}; local
234 string strs[] = {"abdd", /* "abçd",*/ "abbd", "abcd"}; local
[all...]
H A Dmvctor_test.cpp625 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
678 vector<string> strs; local
703 vector<string> strs; local
732 vector<string> strs; local
762 vector<string> strs; local
[all...]
/external/icu4c/tools/ctestfw/
H A Ddbgutil.cpp21 static UnicodeString **strs = NULL; variable
34 if(strs != NULL) {
36 delete [] strs[t];
38 delete[] strs;
39 strs = NULL;
55 if(strs == NULL) {
69 strs = newStrs;
76 if(strs == NULL ) {
83 return strs[UDBG_ENUM_COUNT][0];
89 return strs[typ
[all...]
/external/icu4c/tools/toolutil/
H A Ddbgutil.cpp23 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[typ
[all...]
/external/clang/test/CodeGen/
H A Dstaticinit.c14 static char* strs[] = { "one", "two", "three", "four" }; local
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp248 SmallVector<StringRef, 8> strs; local
249 inputBuf->getBuffer().split(strs, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
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/dropbear/libtomcrypt/testprof/
H A Dder_tests.c23 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[
[all...]
/external/icu4c/common/
H A Duloc.c2259 char **strs; local
2363 strs = uprv_malloc((size_t)(sizeof(strs[0])*n));
2365 if (strs == NULL) {
2374 strs[i]=j[i].locale;
2377 (const char**)strs, n, availableLocales, status);
2379 uprv_free(strs[i]);
2381 uprv_free(strs);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c823 UChar *strs; local
840 strs = (UChar *)(ii.macho_img + symcmd->stroff);
860 strs, symcmd->strsize);
865 strs, symcmd->strsize);
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp3225 UnicodeString strf, strl, strm, strs; local
3246 strs = fmts->format(dt, strs);
3261 logln("strs.charAt(10)=%04X wanted 0x20\n", strs.charAt(8));
3262 if (strs.charAt(8) != UChar(0x0020)) {
3263 errln((UnicodeString)"FAIL: Improper formatted date: " + strs);
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php3021 // OPTIMISE - move $strs out. Make an array:

Completed in 195 milliseconds