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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/test/
test_popen2.py 36 teststr = "ab cd\n" variable in class:Popen2Test
40 expected = teststr.strip()
61 def validate_output(self, teststr, expected_out, r, w, e=None):
62 w.write(teststr)
66 (teststr, got))
74 self.validate_output(self.teststr, self.expected, r, w)
79 self.validate_output(self.teststr, self.expected, r, w, e)
82 self.validate_output(self.teststr, self.expected, r, w, e)
88 self.validate_output(self.teststr, self.expected, r, w)
90 w, r = os.popen2(["echo", self.teststr])
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/kmod/testsuite/
test-util.c 121 struct teststr { struct
124 } teststr[] = { local
134 for (iter = &teststr[0]; iter->val != NULL; iter++) {
149 struct teststr { struct
152 } teststr[] = { local
167 for (iter = &teststr[0]; iter->val != NULL; iter++) {
  /external/minijail/
libminijail_unittest.cc 165 char teststr[] = "test\n"; local
166 size_t teststr_len = strlen(teststr);
179 write_ret = write(child_stdin, teststr, teststr_len);
185 EXPECT_EQ(strcmp(buf, teststr), 0);
329 char teststr[] = "test\n"; local
330 size_t teststr_len = strlen(teststr);
354 status = write(write_pipe[1], teststr, teststr_len);
362 EXPECT_EQ(strcmp(buf, teststr), 0);
  /external/python/cpython3/Lib/test/
test_imp.py 68 for modname, encoding, teststr in self.test_strings:
71 self.assertEqual(teststr, mod.test)
test_array.py 170 teststr = "Bonne Journ\xe9e \U0002030a\U00020347"
179 a = array.array('u', teststr)
181 array.array, 'u', mformat_code, teststr.encode(encoding))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GlobalizationPreferences.java 594 String teststr = result; local
598 teststr = result.substring(sidx+1, eidx);
600 if (teststr.length() == 2) {
603 char c = teststr.charAt(i);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
citertst.c 946 UChar teststr[500]; local
954 teststr[count ++] = 0x300;
957 teststr[count ++] = 0x31A;
963 testiter = ucol_openElements(coll, teststr, 500, &status);
    [all...]
capitst.c 454 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);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
GlobalizationPreferences.java 619 String teststr = result; local
623 teststr = result.substring(sidx+1, eidx);
625 if (teststr.length() == 2) {
628 char c = teststr.charAt(i);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py     [all...]
  /external/python/cpython2/Lib/email/test/
test_email.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py     [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...]

Completed in 1110 milliseconds

1 2