HomeSort by relevance Sort by last modified time
    Searched refs:teststr (Results 1 - 10 of 10) sorted by null

  /external/chromium/base/
pickle_unittest.cc 16 const std::string teststr("Hello world"); // note non-aligned string length
34 EXPECT_EQ(teststr, outstr);
70 EXPECT_TRUE(pickle.WriteString(teststr));
  /external/stlport/test/unit/
string_test.cpp 883 * (The ARM compiler creates a temporary object from teststr on the stack, to
891 string teststr("shortest");
893 bool short_string_optim_bug_helper(string teststr);
895 CPPUNIT_ASSERT(true == short_string_optim_bug_helper(teststr));
898 bool short_string_optim_bug_helper(string teststr)
900 size_t ss = teststr.size();
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 883 * (The ARM compiler creates a temporary object from teststr on the stack, to
891 string teststr("shortest");
893 bool short_string_optim_bug_helper(string teststr);
895 CPPUNIT_ASSERT(true == short_string_optim_bug_helper(teststr));
898 bool short_string_optim_bug_helper(string teststr)
900 size_t ss = teststr.size();
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 883 * (The ARM compiler creates a temporary object from teststr on the stack, to
891 string teststr("shortest");
893 bool short_string_optim_bug_helper(string teststr);
895 CPPUNIT_ASSERT(true == short_string_optim_bug_helper(teststr));
898 bool short_string_optim_bug_helper(string teststr)
900 size_t ss = teststr.size();
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 453 UChar teststr[10]; local
512 teststr[0] = 0x0e40;
513 teststr[1] = 0x0e01;
514 teststr[2] = 0x0e2d;
525 iter1 = ucol_openElements(col1, teststr, 3, &status);
526 iter2 = ucol_openElements(col2, teststr, 3, &status);
557 u_uastrcpy(teststr, "z");
559 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) {
    [all...]
citertst.c 952 UChar teststr[500]; local
960 teststr[count ++] = 0x300;
963 teststr[count ++] = 0x31A;
969 testiter = ucol_openElements(coll, teststr, 500, &status);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 258 milliseconds