HomeSort by relevance Sort by last modified time
    Searched refs:ToDebugString (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/chromeos/network/
network_profile.cc 12 std::string NetworkProfile::ToDebugString() const {
network_profile.h 33 std::string ToDebugString() const;
policy_applicator.cc 74 << profile_.ToDebugString();
78 VLOG(2) << "Received properties for profile " << profile_.ToDebugString();
82 LOG(ERROR) << "Profile " << profile_.ToDebugString()
106 << profile_.ToDebugString();
111 << profile_.ToDebugString();
121 VLOG(1) << "Entry " << entry << " of profile " << profile_.ToDebugString()
130 VLOG(1) << "Entry " << entry << " of profile " << profile_.ToDebugString()
286 << profile_.ToDebugString();
302 << profile_.ToDebugString() << ".";
312 << " in profile " << profile_.ToDebugString() << "."
    [all...]
network_type_pattern.h 53 std::string ToDebugString() const;
network_type_pattern_unittest.cc 96 TEST_F(NetworkTypePatternTest, ToDebugString) {
97 EXPECT_EQ(default_.ToDebugString(), "PatternDefault");
98 EXPECT_EQ(mobile_.ToDebugString(), "PatternMobile");
99 EXPECT_EQ(cellular_.ToDebugString(), "cellular");
network_type_pattern.cc 124 std::string NetworkTypePattern::ToDebugString() const {
managed_network_configuration_handler_impl.cc 56 std::string ToDebugString(::onc::ONCSource source,
260 << profile->ToDebugString();
360 VLOG(1) << "Setting policies from " << ToDebugString(onc_source, userhash)
393 NET_LOG_ERROR("ONC from " + ToDebugString(onc_source, userhash) +
428 VLOG(1) << "Adding profile " << profile.ToDebugString() << "'.";
network_profile_handler.cc 146 VLOG(2) << "Adding profile " << profile.ToDebugString() << ".";
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_list_helper.cc 77 LOG(ERROR) << "Item(" << i << "): " << item1->ToDebugString()
78 << " != " << item2->ToDebugString();
82 LOG(ERROR) << " Item(" << i << "): " << item1->ToDebugString()
85 LOG(ERROR) << " Item(" << i << "): " << item1->ToDebugString()
89 << "): " << item2->ToDebugString();
178 VLOG(1) << label << item->ToDebugString();
188 VLOG(1) << label << item->ToDebugString()
189 << " Page: " << s->GetPageOrdinal(id).ToDebugString().substr(0, 8)
191 << s->GetAppLaunchOrdinal(id).ToDebugString().substr(0, 8);
  /external/ceres-solver/internal/ceres/
polynomial.h 98 string ToDebugString() const;
line_search.cc 76 os << sample.ToDebugString();
691 initial_position.ToDebugString().c_str(),
692 bracket_low.ToDebugString().c_str(),
693 bracket_high.ToDebugString().c_str());
    [all...]
polynomial.cc 326 string FunctionSample::ToDebugString() const {
  /external/chromium_org/ui/app_list/
app_list_item.cc 99 std::string AppListItem::ToDebugString() const {
101 + " [" + position_.ToDebugString() + "]";
app_list_model.cc 157 << " <- " << item->ToDebugString();
174 << "[" << position.ToDebugString() << "]"
175 << " <- " << item->ToDebugString();
217 DVLOG(2) << "AppListModel::SetItemName: " << item->ToDebugString();
228 << item->ToDebugString();
249 DCHECK(folder) << "Folder not found for item: " << item->ToDebugString();
387 DVLOG(2) << "Deleting empty folder: " << folder->ToDebugString();
app_list_item_list.cc 54 << target_item->position().ToDebugString() << "]";
80 << " Prev: " << (prev ? prev->position().ToDebugString() : "(none)")
81 << " Next: " << (next ? next->position().ToDebugString() : "(none)")
82 << " -> " << new_position.ToDebugString();
118 << new_position.ToDebugString() << " From: " << from_index
app_list_item.h 91 virtual std::string ToDebugString() const;
  /external/chromium_org/sync/internal_api/public/base/
unique_position_unittest.cc 88 << " (" << m.ToDebugString() << " and " << n.ToDebugString() << ")";
100 << " (" << m.ToDebugString() << " != " << n.ToDebugString() << ")";
219 << positions[i].ToDebugString() << " != "
220 << kSortedPositionArray[i].ToDebugString();
238 << positions[i].ToDebugString() << " != "
239 << kSortedPositionArray[i].ToDebugString();
548 EXPECT_TRUE(pos.IsValid()) << "i = " << i << "; " << pos.ToDebugString();
651 SCOPED_TRACE("iteration: " + it->ToDebugString());
    [all...]
ordinal_unittest.cc 223 // Create some invalid/valid ordinals. ToDebugString() should always
225 TEST(OrdinalTest, ToDebugString) {
227 IsNonEmptyPrintableString(TestOrdinal().ToDebugString()));
229 IsNonEmptyPrintableString(TestOrdinal("invalid string").ToDebugString()));
231 IsNonEmptyPrintableString(TestOrdinal("2").ToDebugString()));
233 IsNonEmptyPrintableString(LongOrdinal("12345").ToDebugString()));
235 IsNonEmptyPrintableString(LargeOrdinal("\1\2\3\4\5").ToDebugString()));
unique_position.h 91 std::string ToDebugString() const;
ordinal.h 99 std::string ToDebugString() const;
262 std::string Ordinal<Traits>::ToDebugString() const {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc 178 VLOG(2) << owner_ << " OnAppListItemAdded: " << item->ToDebugString();
185 VLOG(2) << owner_ << " OnAppListItemDeleted: " << item->ToDebugString();
201 VLOG(2) << owner_ << " OnAppListItemUpdated: " << item->ToDebugString();
362 VLOG(2) << this << " CreateSyncItemFromAppItem:" << app_item->ToDebugString();
501 << oem_folder->position().ToDebugString();
746 DVLOG(2) << " AppItem: " << app_item->ToDebugString();
865 << oem_sync_item->item_ordinal.ToDebugString();
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 603 public virtual string ToDebugString() {
604 return ToDebugString(MIN_TOKEN_INDEX, Count - 1);
607 public virtual string ToDebugString(int start, int end) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 714 public virtual string ToDebugString()
716 return ToDebugString( MIN_TOKEN_INDEX, Count - 1 );
719 public virtual string ToDebugString( int start, int end )
  /external/chromium_org/sync/syncable/
entry.cc 167 << kernel->ref(static_cast<UniquePositionField>(i)).ToDebugString()
entry_kernel.cc 137 return new base::StringValue(pos.ToDebugString());

Completed in 1603 milliseconds

1 2