Searched defs:test_string (Results 1 - 12 of 12) sorted by relevance

/external/stlport/test/eh/
H A Dtest_string.cpp2 test_string.cpp
38 void test_string() { function
/external/chromium/chrome/browser/policy/
H A Dpolicy_path_parser_unittest.cc14 void CheckForSubstitution(FilePath::StringType test_string, argument
16 FilePath::StringType var(test_string);
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_path_parser_unittest.cc14 void CheckForSubstitution(base::FilePath::StringType test_string, argument
16 base::FilePath::StringType var(test_string);
/external/chromium_org/extensions/common/matcher/
H A Dsubstring_set_matcher_unittest.cc17 void TestOnePattern(const std::string& test_string, argument
21 "TestOnePattern(" + test_string + ", " + pattern + ", " +
29 matcher.Match(test_string, &matches);
36 void TestTwoPatterns(const std::string& test_string, argument
42 "TestTwoPatterns(" + test_string + ", " + pattern_1 + ", " + pattern_2 +
60 matcher.Match(test_string, &matches);
/external/chromium_org/ppapi/proxy/
H A Dppp_messaging_proxy_unittest.cc56 const std::string& test_string) {
61 EXPECT_EQ(test_string, received_string->AsStringVar()->value());
54 CompareAndReleaseStringVar(PluginProxyTestHarness* plugin_harness, PP_Var received_var, const std::string& test_string) argument
/external/chromium_org/third_party/jinja2/
H A Dtests.py87 def test_string(value): function
153 'string': test_string,
/external/chromium_org/content/shell/
H A Dshell_browser_main.cc157 std::string test_string; local
168 while (GetNextTest(args, &command_line_position, &test_string)) {
169 if (test_string.empty())
171 if (test_string == "QUIT")
178 test_string, &cwd, &enable_pixel_dumps, &pixel_hash);
/external/clang/test/FixIt/
H A Dtypo.cpp5 // RUN: grep test_string %t
42 bool test_string(std::string s) { function
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc672 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);
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c1194 void test_string(void) function
1698 test_string();
H A Dtest-i386.c1154 void test_string(void) function
1658 test_string();
/external/chromium_org/ui/gfx/
H A Drender_text_unittest.cc1112 const base::string16 test_string = local
1114 render_text->SetText(test_string);
1118 for (size_t i = 0; i < test_string.length(); ++i)

Completed in 1497 milliseconds