Searched refs:test_str (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/base/
H A Descape_unittest.cc114 string16 test_str; local
115 test_str.reserve(5000);
117 test_str.push_back(i);
120 EXPECT_TRUE(EscapeQueryParamValue(test_str, base::kCodepageUTF8, true,
122 EXPECT_EQ(wide, EscapeQueryParamValueUTF8(test_str, true));
123 EXPECT_TRUE(EscapeQueryParamValue(test_str, base::kCodepageUTF8, false,
125 EXPECT_EQ(wide, EscapeQueryParamValueUTF8(test_str, false));
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dfilter_unittest.py98 def test_str(self): member in class:CategoryFilterTest
/external/chromium/chrome/common/
H A Dservice_process_util_unittest.cc46 std::string test_str = "test"; local
47 std::string scoped_name = GetServiceProcessScopedVersionedName(test_str);
50 EXPECT_TRUE(EndsWith(scoped_name, test_str, true));
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php2708 $test_str = $this->hsc(substr($part, $i, $comment['length'])); variable
2718 $test_str = "<span$attributes>" . $test_str . "</span>"; variable
2723 $test_str = str_replace( variable
2725 str_replace("\n ", "\n&nbsp;", $test_str)
2784 $test_str = "<span$attributes>" . $this->hsc($open); variable
2794 $test_str = "<span$attributes>"; variable
2797 $test_str = $this->hsc($open); variable
2813 $test_str .= str_replace(
2818 $test_str
2891 $test_str = "<span$attributes>" . $this->hsc($this->change_case($comment_mark)); variable
2893 $test_str = $this->hsc($comment_mark); variable
[all...]

Completed in 119 milliseconds