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;
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");
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();
120 VLOG(1) << "Entry " << entry << " of profile " << profile_.ToDebugString()
129 VLOG(1) << "Entry " << entry << " of profile " << profile_.ToDebugString()
312 << profile_.ToDebugString();
328 << profile_.ToDebugString() << ".";
338 << " in profile " << profile_.ToDebugString() << "."
    [all...]
network_type_pattern.cc 124 std::string NetworkTypePattern::ToDebugString() const {
managed_network_configuration_handler_impl.cc 56 std::string ToDebugString(::onc::ONCSource source,
271 << profile->ToDebugString();
364 VLOG(1) << "Setting policies from " << ToDebugString(onc_source, userhash)
397 NET_LOG_ERROR("ONC from " + ToDebugString(onc_source, userhash) +
432 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 98 std::string AppListItem::ToDebugString() const {
100 + " [" + position_.ToDebugString() + "]";
app_list_model.cc 158 << " <- " << item->ToDebugString();
173 << "[" << position.ToDebugString() << "]"
174 << " <- " << item->ToDebugString();
216 DVLOG(2) << "AppListModel::SetItemName: " << item->ToDebugString();
227 << item->ToDebugString();
248 DCHECK(folder) << "Folder not found for item: " << item->ToDebugString();
369 DVLOG(2) << "Deleting empty folder: " << folder->ToDebugString();
app_list_item_list.cc 53 << target_item->position().ToDebugString() << "]";
79 << " Prev: " << (prev ? prev->position().ToDebugString() : "(none)")
80 << " Next: " << (next ? next->position().ToDebugString() : "(none)")
81 << " -> " << new_position.ToDebugString();
117 << 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 172 VLOG(2) << owner_ << " OnAppListItemAdded: " << item->ToDebugString();
179 VLOG(2) << owner_ << " OnAppListItemDeleted: " << item->ToDebugString();
195 VLOG(2) << owner_ << " OnAppListItemUpdated: " << item->ToDebugString();
350 VLOG(2) << this << " CreateSyncItemFromAppItem:" << app_item->ToDebugString();
489 << oem_folder->position().ToDebugString();
732 DVLOG(2) << " AppItem: " << app_item->ToDebugString();
841 << 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 163 << kernel->ref(static_cast<UniquePositionField>(i)).ToDebugString()
entry_kernel.cc 129 return new base::StringValue(pos.ToDebugString());

Completed in 1055 milliseconds

1 2