Searched refs:debug_info (Results 1 - 25 of 62) sorted by path

123

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_result.cc244 const base::string16 debug_info = local
253 DCHECK(default_match_->allowed_to_be_default_match) << debug_info;
261 DCHECK_NE(metrics::OmniboxInputType::URL, input.type()) << debug_info;
264 << debug_info;
/external/chromium_org/chrome/browser/history/
H A Dthumbnail_database.cc118 // Attempt to pass 2000 bytes of |debug_info| into a crash dump.
119 void DumpWithoutCrashing2000(const std::string& debug_info) { argument
121 base::strlcpy(debug_buf, debug_info.c_str(), arraysize(debug_buf));
131 std::string debug_info; local
133 base::StringAppendF(&debug_info, "SQLITE_CORRUPT, integrity_check:\n");
138 base::StringAppendF(&debug_info, "too big %" PRIuS "\n", startup_kb);
144 base::StringAppendF(&debug_info, "# %" PRIx64 " ms, %" PRIuS " records\n",
157 base::StringAppendF(&debug_info, "%s\n", messages[i].c_str());
161 DumpWithoutCrashing2000(debug_info);
168 std::string debug_info; local
[all...]
/external/chromium_org/content/renderer/compositor_bindings/
H A Dweb_layer_impl.cc441 // This object takes ownership of the debug_info object.
442 explicit TracedDebugInfo(blink::WebGraphicsLayerDebugInfo* debug_info) argument
443 : debug_info_(debug_info) {}
461 blink::WebGraphicsLayerDebugInfo* debug_info =
464 if (debug_info)
465 return new TracedDebugInfo(debug_info);
/external/chromium_org/sync/engine/
H A Dcommit.cc97 sync_pb::DebugInfo* debug_info = message_.mutable_debug_info(); local
98 session->context()->debug_info_getter()->GetDebugInfo(debug_info);
H A Dget_updates_processor.cc220 sync_pb::DebugInfo* debug_info = msg->mutable_debug_info(); local
221 CopyClientDebugInfo(session->context()->debug_info_getter(), debug_info);
367 sync_pb::DebugInfo* debug_info) {
369 debug_info_getter->GetDebugInfo(debug_info);
365 CopyClientDebugInfo( sessions::DebugInfoGetter* debug_info_getter, sync_pb::DebugInfo* debug_info) argument
H A Dget_updates_processor.h92 sync_pb::DebugInfo* debug_info);
H A Dget_updates_processor_unittest.cc450 sync_pb::DebugInfo debug_info; local
451 GetUpdatesProcessor::CopyClientDebugInfo(debug_info_getter(), &debug_info); local
452 EXPECT_EQ(0, debug_info.events_size());
456 sync_pb::DebugInfo debug_info; local
458 GetUpdatesProcessor::CopyClientDebugInfo(debug_info_getter(), &debug_info); local
459 EXPECT_EQ(1, debug_info.events_size());
460 GetUpdatesProcessor::CopyClientDebugInfo(debug_info_getter(), &debug_info); local
461 EXPECT_EQ(1, debug_info.events_size());
H A Dsyncer_unittest.cc2707 EXPECT_EQ(2, mock_server_->last_request().debug_info().events_size());
2715 EXPECT_EQ(0, mock_server_->last_request().debug_info().events_size());
2725 EXPECT_EQ(1, mock_server_->last_request().debug_info().events_size());
2740 EXPECT_EQ(2, mock_server_->last_request().debug_info().events_size());
2747 EXPECT_EQ(2, mock_server_->last_request().debug_info().events_size());
2754 EXPECT_EQ(0, mock_server_->last_request().debug_info().events_size());
2772 EXPECT_EQ(1, mock_server_->last_request().debug_info().events_size());
2781 EXPECT_EQ(0, mock_server_->last_request().debug_info().events_size());
2801 EXPECT_EQ(1, mock_server_->last_request().debug_info().events_size());
2810 EXPECT_EQ(1, mock_server_->last_request().debug_info()
[all...]
/external/chromium_org/sync/internal_api/
H A Ddebug_info_event_listener.cc146 void DebugInfoEventListener::GetDebugInfo(sync_pb::DebugInfo* debug_info) { argument
153 sync_pb::DebugEventInfo* event_info = debug_info->add_events();
157 debug_info->set_events_dropped(events_dropped_);
158 debug_info->set_cryptographer_ready(cryptographer_ready_);
159 debug_info->set_cryptographer_has_pending_keys(
H A Ddebug_info_event_listener.h79 virtual void GetDebugInfo(sync_pb::DebugInfo* debug_info) OVERRIDE;
H A Ddebug_info_event_listener_unittest.cc18 const sync_pb::DebugEventInfo& debug_info = local
20 ASSERT_TRUE(debug_info.has_singleton_event());
21 ASSERT_EQ(debug_info.singleton_event(),
31 sync_pb::DebugInfo debug_info; local
32 debug_info_event_listener.GetDebugInfo(&debug_info);
34 ASSERT_TRUE(debug_info.events_dropped());
35 ASSERT_EQ(static_cast<int>(kMaxEntries), debug_info.events_size());
43 sync_pb::DebugInfo debug_info; local
44 debug_info_event_listener.GetDebugInfo(&debug_info);
46 ASSERT_EQ(debug_info
[all...]
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc1029 SET(debug_info, DebugInfoToValue);
/external/chromium_org/sync/sessions/
H A Ddebug_info_getter.h20 virtual void GetDebugInfo(sync_pb::DebugInfo* debug_info) = 0;
/external/chromium_org/sync/test/sessions/
H A Dmock_debug_info_getter.cc16 void MockDebugInfoGetter::GetDebugInfo(sync_pb::DebugInfo* debug_info) { argument
17 debug_info->CopyFrom(debug_info_);
H A Dmock_debug_info_getter.h25 virtual void GetDebugInfo(sync_pb::DebugInfo* debug_info) OVERRIDE;
/external/chromium_org/third_party/jinja2/
H A Dcompiler.py400 self.debug_info = []
499 self.debug_info.append((self._write_debug_info,
853 self.writeline('debug_info = %r' % '&'.join('%s=%s' % x for x
854 in self.debug_info))
H A Denvironment.py945 t._debug_info = namespace['debug_info']
1036 for template_line, code_line in reversed(self.debug_info):
1049 def debug_info(self): member in class:Template
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-aranges.c81 yasm_dwarf2__generate_aranges(yasm_object *object, yasm_section *debug_info) argument
96 head = yasm_dwarf2__add_head(dbgfmt_dwarf2, debug_aranges, debug_info, 1,
H A Ddwarf2-dbgfmt.c154 /*@null@*/ yasm_section *debug_info, *debug_line, *main_code; local
163 /* If we don't have a .debug_info (or it's empty), generate the minimal
164 * set of .debug_info, .debug_aranges, and .debug_abbrev so that the
167 debug_info = yasm_object_find_general(object, ".debug_info");
169 (!debug_info || yasm_section_bcs_first(debug_info)
170 == yasm_section_bcs_last(debug_info))) {
171 debug_info = yasm_dwarf2__generate_info(object, debug_line, main_code);
172 yasm_dwarf2__generate_aranges(object, debug_info);
[all...]
H A Ddwarf2-dbgfmt.h120 yasm_section *debug_info);
124 yasm_section *debug_info);
H A Ddwarf2-info.c271 yasm_section *debug_info = local
272 yasm_object_get_general(object, ".debug_info", 4, 0, 0, &new, 0);
275 yasm_section_set_align(debug_info, 0, 0);
289 head = yasm_dwarf2__add_head(dbgfmt_dwarf2, debug_info, debug_abbrev, 1, 0);
296 dwarf2_append_expr(debug_info,
302 dwarf2_append_expr(debug_info,
314 dwarf2_append_expr(debug_info,
319 dwarf2_append_expr(debug_info,
329 dwarf2_append_str(debug_info, object->src_filename);
334 dwarf2_append_str(debug_info, bu
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
H A Ddwarf32_testhd.asm4 .section .debug_info,"",@progbits
179 .section .debug_info
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
H A Ddwarf64_leb128.asm4 .section .debug_info,"",@progbits
6257 .section .debug_info
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
H A Ddwarfwin64_testhd.asm4 .section .debug_info,"",@progbits
349 .section .debug_info
/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py647 debug_info = subprocess.check_output(['readelf', '--debug-dump=info',
650 parsed_dwarf_format_output = dwarf_version_re.search(debug_info)

Completed in 516 milliseconds

123