HomeSort by relevance Sort by last modified time
    Searched refs:test_str (Results 1 - 18 of 18) sorted by null

  /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/gpu/command_buffer/common/
gles2_cmd_format_test_autogen.h 68 static const char* const test_str = "test string"; local
73 test_str,
74 strlen(test_str));
78 RoundSizeToMultipleOfEntries(strlen(test_str)),
82 RoundSizeToMultipleOfEntries(strlen(test_str)));
85 EXPECT_EQ(static_cast<uint32>(strlen(test_str)), cmd.data_size);
86 EXPECT_EQ(0, memcmp(test_str, ImmediateDataAddress(&cmd), strlen(test_str)));
89 sizeof(cmd) + RoundSizeToMultipleOfEntries(strlen(test_str)),
90 sizeof(cmd) + strlen(test_str));
4235 static const char* const test_str = "test string"; local
    [all...]
  /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...]

Completed in 237 milliseconds