HomeSort by relevance Sort by last modified time
    Searched defs:test_string (Results 1 - 25 of 26) sorted by null

1 2

  /external/stlport/test/eh/
test_string.cpp 2 test_string.cpp
38 void test_string() { function
  /external/chromium_org/net/server/
http_connection_unittest.cc 17 std::string test_string; local
19 test_string.push_back('A' + (i % 26));
21 return test_string;
  /external/chromium_org/content/shell/browser/
shell_browser_main.cc 109 bool RunOneTest(const std::string& test_string,
112 if (test_string.empty())
114 if (test_string == "QUIT")
121 test_string, &cwd, &enable_pixel_dumps, &pixel_hash);
197 std::string test_string; local
206 while (GetNextTest(args, &command_line_position, &test_string)) {
207 if (!RunOneTest(test_string, &ran_at_least_once, main_runner))
  /external/chromium_org/third_party/jinja2/
tests.py 75 def test_string(value): function
141 'string': test_string,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 130 def test_string(self): member in class:TestPlistlib
test_bool.py 205 def test_string(self): member in class:BoolTest
test_marshal.py 119 def test_string(self): member in class:StringTestCase
285 def test_string(self, size): member in class:LargeValuesTestCase
test_repr.py 24 def test_string(self): member in class:ReprTests
test_codecs.py 640 def test_string(self): member in class:CharBufferTest
    [all...]
test_xmlrpc.py 259 def test_string(self): member in class:BinaryTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 130 def test_string(self): member in class:TestPlistlib
test_bool.py 205 def test_string(self): member in class:BoolTest
test_marshal.py 119 def test_string(self): member in class:StringTestCase
285 def test_string(self, size): member in class:LargeValuesTestCase
test_repr.py 24 def test_string(self): member in class:ReprTests
test_codecs.py 640 def test_string(self): member in class:CharBufferTest
    [all...]
test_xmlrpc.py 259 def test_string(self): member in class:BinaryTestCase
    [all...]
  /art/runtime/base/
hash_set_test.cc 66 const std::string test_string = "hello world 1234"; local
69 hash_set.Insert(test_string);
70 auto it = hash_set.Find(test_string);
71 ASSERT_EQ(*it, test_string);
76 it = hash_set.Find(test_string);
  /external/chromium_org/base/i18n/
streaming_utf8_validator_perftest.cc 83 // Run fuction |target| over |test_string| |times| times, and report the results
87 const std::string& test_string,
92 result = target(test_string) && result;
153 const std::string test_string = construct_test_string.Run(length); local
154 const int real_length = static_cast<int>(test_string.length());
162 test_string, local
  /external/chromium_org/tools/usb_gadget/
usb_descriptors_test.py 103 def test_string(self): member in class:DescriptorTest
  /external/clang/test/FixIt/
typo.cpp 5 // RUN: grep test_string %t
42 bool test_string(std::string s) { function
  /external/jsmn/
jsmn_test.c 163 int test_string() { function
608 test(test_string, "test string JSON data types");
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 672 std::string test_string; local
673 keystore_list->GetString(0, &test_string);
674 ASSERT_EQ(old_keystore_key, test_string);
675 keystore_list->GetString(1, &test_string);
676 ASSERT_EQ(kKeystoreKey, test_string);
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 1186 #define TEST_STRING(OP, REP)\
1194 void test_string(void) function
1199 TEST_STRING(stos, "");
1200 TEST_STRING(stos, "rep ");
1201 // REINSTATE: TEST_STRING(lods, ""); /* to verify stos */
1202 // REINSTATE: TEST_STRING(lods, "rep ");
1203 TEST_STRING(movs, "");
1204 TEST_STRING(movs, "rep ");
1205 // REINSTATE: TEST_STRING(lods, ""); /* to verify stos */
1208 TEST_STRING(scas, "")
    [all...]
test-i386.c 1146 #define TEST_STRING(OP, REP)\
1154 void test_string(void) function
1159 TEST_STRING(stos, "");
1160 TEST_STRING(stos, "rep ");
1161 // REINSTATE: TEST_STRING(lods, ""); /* to verify stos */
1162 // REINSTATE: TEST_STRING(lods, "rep ");
1163 TEST_STRING(movs, "");
1164 TEST_STRING(movs, "rep ");
1165 // REINSTATE: TEST_STRING(lods, ""); /* to verify stos */
1168 TEST_STRING(scas, "")
    [all...]
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 1308 const base::string16 test_string = local
    [all...]

Completed in 1387 milliseconds

1 2