/external/chromium_org/chromeos/process_proxy/ |
process_output_watcher_unittest.cc | 114 const std::string& test_str = test_cases[i].str; local 117 ssize_t test_size = test_str.length() * sizeof(*test_str.c_str()); 119 test_size += sizeof(*test_str.c_str()); 121 file_util::WriteFileDescriptor(pt_pipe[1], test_str.c_str(),
|
/external/chromium/net/base/ |
escape_unittest.cc | 114 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/chromium_org/sync/internal_api/public/util/ |
weak_handle_unittest.cc | 113 const char test_str[] = "test"; local 118 EXPECT_CALL(b, Test4(5, &b, 5, test_str)); 128 h.Call(FROM_HERE, &Base::Test4, 5, &b, 5, test_str);
|
/external/libvpx/libvpx/examples/includes/geshi/ |
geshi.php | 2708 $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 2784 $test_str = "<span$attributes>" . $this->hsc($open); variable 2794 $test_str = "<span$attributes>"; variable 2797 $test_str = $this->hsc($open); variable 2891 $test_str = "<span$attributes>" . $this->hsc($this->change_case($comment_mark)); variable 2893 $test_str = $this->hsc($comment_mark); variable [all...] |
/external/chromium_org/chrome/common/ |
service_process_util_unittest.cc | 61 std::string test_str = "test"; local 62 std::string scoped_name = GetServiceProcessScopedVersionedName(test_str); 65 EXPECT_TRUE(EndsWith(scoped_name, test_str, true));
|
/external/chromium/chrome/common/ |
service_process_util_unittest.cc | 46 std::string test_str = "test"; local 47 std::string scoped_name = GetServiceProcessScopedVersionedName(test_str); 50 EXPECT_TRUE(EndsWith(scoped_name, test_str, true));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
filter_unittest.py | 98 def test_str(self): member in class:CategoryFilterTest
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_configuration_unittest.py | 63 def test_str(self): member in class:TestConfigurationTest
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-checker.cc | 2069 char* test_str = new char[5]; local [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-checker.cc | 2069 char* test_str = new char[5]; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bool.py | 38 def test_str(self): member in class:BoolTest
|
test_array.py | 250 def test_str(self): member in class:BaseTest [all...] |
test_datetime.py | 369 def test_str(self): member in class:TestTimeDelta 1883 def test_str(self): member in class:TestTime [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bool.py | 38 def test_str(self): member in class:BoolTest
|
test_array.py | 250 def test_str(self): member in class:BaseTest [all...] |
test_datetime.py | 369 def test_str(self): member in class:TestTimeDelta 1883 def test_str(self): member in class:TestTime [all...] |
/external/chromium_org/gpu/command_buffer/ |
build_gles2_cmd_buffer.py | [all...] |