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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 37 teststr = "ab cd\n" variable in class:Popen2Test
41 expected = teststr.strip()
62 def validate_output(self, teststr, expected_out, r, w, e=None):
63 w.write(teststr)
67 (teststr, got))
75 self.validate_output(self.teststr, self.expected, r, w)
80 self.validate_output(self.teststr, self.expected, r, w, e)
83 self.validate_output(self.teststr, self.expected, r, w, e)
89 self.validate_output(self.teststr, self.expected, r, w)
91 w, r = os.popen2(["echo", self.teststr])
    [all...]
pickletester.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py 37 teststr = "ab cd\n" variable in class:Popen2Test
41 expected = teststr.strip()
62 def validate_output(self, teststr, expected_out, r, w, e=None):
63 w.write(teststr)
67 (teststr, got))
75 self.validate_output(self.teststr, self.expected, r, w)
80 self.validate_output(self.teststr, self.expected, r, w, e)
83 self.validate_output(self.teststr, self.expected, r, w, e)
89 self.validate_output(self.teststr, self.expected, r, w)
91 w, r = os.popen2(["echo", self.teststr])
    [all...]
pickletester.py     [all...]
  /external/chromium_org/base/
pickle_unittest.cc 19 const std::string teststr("Hello world"); // note non-aligned string length
39 EXPECT_EQ(teststr, outstr);
79 EXPECT_TRUE(pickle.WriteString(teststr));
  /external/icu/icu4c/source/test/cintltst/
citertst.c 943 UChar teststr[500]; local
951 teststr[count ++] = 0x300;
954 teststr[count ++] = 0x31A;
960 testiter = ucol_openElements(coll, teststr, 500, &status);
    [all...]
capitst.c 440 UChar teststr[10]; local
498 teststr[0] = 0x0e40;
499 teststr[1] = 0x0e01;
500 teststr[2] = 0x0e2d;
511 iter1 = ucol_openElements(col1, teststr, 3, &status);
512 iter2 = ucol_openElements(col2, teststr, 3, &status);
    [all...]
  /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/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 437 UChar teststr[10]; local
496 teststr[0] = 0x0e40;
497 teststr[1] = 0x0e01;
498 teststr[2] = 0x0e2d;
509 iter1 = ucol_openElements(col1, teststr, 3, &status);
510 iter2 = ucol_openElements(col2, teststr, 3, &status);
541 u_uastrcpy(teststr, "z");
543 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) {
    [all...]
citertst.c 953 UChar teststr[500]; local
961 teststr[count ++] = 0x300;
964 teststr[count ++] = 0x31A;
970 testiter = ucol_openElements(coll, teststr, 500, &status);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [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 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 412 milliseconds