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

1 2 3

  /external/stlport/test/eh/
Tests.h 50 void test_string();
cray.mak 16 test_string.o test_bitset.o test_valarray.o
hp.mak 20 test_string.cpp test_bitset.cpp test_valarray.cpp
27 test_string.o test_bitset.o test_valarray.o
bcb.mak 34 test_string.obj \
como.mak 18 test_string.cpp test_bitset.cpp test_valarray.cpp
deccxx.mak 23 test_string.o test_bitset.o test_valarray.o
intel.mak 29 test_slist.obj test_vector.obj test_string.obj test_bitset.obj test_valarray.obj
sgi_mipspro.mak 22 test_string.o test_bitset.o test_valarray.o
como-linux.mak 21 test_string.cpp test_bitset.cpp test_valarray.cpp
test_string.cpp 2 test_string.cpp
38 void test_string() { function
egcs.mak 18 test_string.cpp test_bitset.cpp test_valarray.cpp
gcc7.mak 18 test_string.cpp test_bitset.cpp test_valarray.cpp
  /external/chromium_org/components/url_matcher/
substring_set_matcher_unittest.cc 17 void TestOnePattern(const std::string& test_string,
21 "TestOnePattern(" + test_string + ", " + pattern + ", " +
29 matcher.Match(test_string, &matches);
36 void TestTwoPatterns(const std::string& test_string,
42 "TestTwoPatterns(" + test_string + ", " + pattern_1 + ", " + pattern_2 +
60 matcher.Match(test_string, &matches);
  /external/chromium_org/ppapi/proxy/
ppp_messaging_proxy_perftest.cc 78 const std::string test_string(rand() % max_string_size, 'a');
79 PP_Var host_string = StringVar::StringToPPVar(test_string);
ppp_messaging_proxy_unittest.cc 70 const std::string& test_string) {
75 EXPECT_EQ(test_string, received_string->AsStringVar()->value());
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 437 test_string = 'Reykjavik rocks, eow!'
443 s.pack_into(writable_buf, 0, test_string)
444 from_buf = writable_buf.tostring()[:len(test_string)]
445 self.assertEqual(from_buf, test_string)
448 s.pack_into(writable_buf, 10, test_string)
449 from_buf = writable_buf.tostring()[:len(test_string)+10]
450 self.assertEqual(from_buf, test_string[:10] + test_string)
455 test_string)
457 test_string)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 437 test_string = 'Reykjavik rocks, eow!'
443 s.pack_into(writable_buf, 0, test_string)
444 from_buf = writable_buf.tostring()[:len(test_string)]
445 self.assertEqual(from_buf, test_string)
448 s.pack_into(writable_buf, 10, test_string)
449 from_buf = writable_buf.tostring()[:len(test_string)+10]
450 self.assertEqual(from_buf, test_string[:10] + test_string)
455 test_string)
457 test_string)
    [all...]
  /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,
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_unittest.cc 14 void CheckForSubstitution(base::FilePath::StringType test_string,
16 base::FilePath::StringType var(test_string);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc 381 base::string16 test_string(base::ASCIIToUTF16("Icland is awesome."));
382 spellcheck_mac::RequestTextCheck(0, test_string, callback_);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
AccountTypeTest.java 47 final int externalResID = R.string.test_string;
65 final int externalResID = R.string.test_string;
  /external/clang/test/FixIt/
typo.cpp 5 // RUN: grep test_string %t
42 bool test_string(std::string s) { function
  /external/chromium_org/mojo/service_manager/
service_manager_unittest.cc 57 virtual void Test(const String& test_string) OVERRIDE {
58 context_->last_test_string = test_string;
81 void Test(std::string test_string) {
83 service_->Test(test_string);

Completed in 683 milliseconds

1 2 3