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

  /external/chromium/chrome/browser/sync/syncable/
model_type_unittest.cc 24 std::string actual_str; local
25 EXPECT_TRUE(scoped_actual->GetAsString(&actual_str));
26 EXPECT_EQ(expected_str, actual_str);
syncable_id_unittest.cc 94 std::string actual_str; local
95 EXPECT_TRUE(scoped_actual->GetAsString(&actual_str));
96 EXPECT_EQ(expected_str, actual_str);
  /external/webkit/Tools/Scripts/webkitpy/common/net/
testoutput.py 103 actual_str = '[A] ' if self.is_actual() else ''
104 return "TestOutput[%s/%s] %s%s" % (self._platform, self._output_type, actual_str, self.name())
  /external/chromium/webkit/glue/
cpp_variant_unittest.cc 31 std::string actual_str; local
32 MakeStdString(actual, &actual_str);
33 EXPECT_EQ(expected_str, actual_str);

Completed in 38 milliseconds