Searched refs:strs (Results 1 - 15 of 15) 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/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.cpp249 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/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/skia/src/gpu/gl/
H A DGrGLProgram.cpp1068 PREALLOC_STR_ARRAY(kPreAllocStringCnt) strs;
1076 append_string(segments.fHeader, &strs, &lengths);
1077 append_decls(segments.fVSUnis, gl, &strs, &lengths, &temps);
1078 append_decls(segments.fVSAttrs, gl, &strs, &lengths, &temps);
1079 append_decls(segments.fVSOutputs, gl, &strs, &lengths, &temps);
1080 append_string(segments.fVSCode, &strs, &lengths);
1083 print_shader(strs.count(), &strs[0], &lengths[0]);
1088 CompileShader(gl, GR_GL_VERTEX_SHADER, strs.count(),
1089 &strs[
[all...]
/external/elfutils/libcpu/
H A Di386_parse.y890 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],
H A Di386_parse.c2495 static void *strs[3];
2530 if (tfind (&search, &strs[i], compare_argstring) == NULL)
2535 if (tsearch (newp, &strs[i], compare_argstring) == NULL)
2783 twalk (strs[i], print_op_str);
2788 twalk (strs[i], print_op_str_idx);
2825 struct argstring **res = tfind (&search, &strs[i],
2492 static void *strs[3]; variable
/external/icu4c/common/
H A Duloc.c2268 char **strs; local
2372 strs = uprv_malloc((size_t)(sizeof(strs[0])*n));
2374 if (strs == NULL) {
2383 strs[i]=j[i].locale;
2386 (const char**)strs, n, availableLocales, status);
2388 uprv_free(strs[i]);
2390 uprv_free(strs);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c830 UChar *strs; local
847 strs = (UChar *)(ii.macho_img + symcmd->stroff);
867 strs, symcmd->strsize);
872 strs, symcmd->strsize);
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp3351 UnicodeString strf, strl, strm, strs; local
3372 strs = fmts->format(dt, strs);
3387 logln("strs.charAt(10)=%04X wanted 0x20\n", strs.charAt(8));
3388 if (strs.charAt(8) != UChar(0x0020)) {
3389 errln((UnicodeString)"FAIL: Improper formatted date: " + strs);
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php3021 // OPTIMISE - move $strs out. Make an array:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jar ... void initializeClass (java.lang.Class) Exception e String[] strs Class theClass java.lang.reflect.Constructor[] cons ...

Completed in 1079 milliseconds