HomeSort by relevance Sort by last modified time
    Searched defs:debug_info (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/sync/internal_api/
debug_info_event_listener_unittest.cc 18 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.GetAndClearDebugInfo(&debug_info);
33 ASSERT_TRUE(debug_info.events_dropped());
34 ASSERT_EQ(static_cast<int>(kMaxEntries), debug_info.events_size());
42 sync_pb::DebugInfo debug_info; local
43 debug_info_event_listener.GetAndClearDebugInfo(&debug_info);
45 ASSERT_EQ(debug_info.events_size(), 1)
    [all...]
  /external/chromium_org/sync/engine/
download_unittest.cc 93 sync_pb::DebugInfo debug_info; local
97 AppendClientDebugInfoIfNeeded(session(), &debug_info); local
101 AppendClientDebugInfoIfNeeded(session(), &debug_info); local
download.cc 141 DebugInfo* debug_info = message->mutable_debug_info(); local
142 AppendClientDebugInfoIfNeeded(session, debug_info);
273 DebugInfo* debug_info) {
281 debug_info);
  /external/oprofile/libpp/
profile_container.h 42 * @param debug_info If true line numbers and source files are
48 profile_container(bool debug_info, bool need_details,
180 bool debug_info; member in class:profile_container
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator.cc 186 syncable::AutofillMigrationDebugInfo debug_info; local
187 debug_info.autofill_profile_added_during_migration =
191 debug_info);
autofill_model_associator.cc 189 syncable::AutofillMigrationDebugInfo debug_info; local
190 debug_info.autofill_entries_added_during_migration =
194 debug_info);
  /external/kernel-headers/original/asm-arm/
processor.h 36 struct debug_info { struct
47 struct debug_info debug;
  /external/oprofile/pp/
opreport_options.cpp 38 bool debug_info; member in namespace:options
95 popt::option(options::debug_info, "debug-info", 'g',
212 if (debug_info || accumulated) {
294 if (debug_info)
295 xml_utils::add_option(DEBUG_INFO, true);
opannotate.cpp 834 bool debug_info = false; local
841 debug_info = true;
844 if (!debug_info && !options::assembly) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c 154 /*@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...]
dwarf2-info.c 271 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, buf)
    [all...]
  /external/oprofile/libutil++/
op_bfd.h 277 mutable cached_value<bool> debug_info; member in class:op_bfd
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 1072 syncable::AutofillMigrationDebugInfo debug_info = { 0 }; local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 389 const syncable::AutofillMigrationDebugInfo& debug_info = local
397 debug_info.bookmarks_added_during_migration);
399 debug_info.autofill_migration_time);
401 debug_info.autofill_entries_added_during_migration);
403 debug_info.autofill_profile_added_during_migration);
600 syncable::AutofillMigrationDebugInfo& debug_info = local
602 debug_info.bookmarks_added_during_migration =
604 debug_info.autofill_migration_time =
606 debug_info.autofill_entries_added_during_migration =
608 debug_info.autofill_profile_added_during_migration
    [all...]
syncable.cc 812 debug_info = kernel_->persisted_info.autofill_migration_debug_info; local
814 &debug_info.autofill_migration_time,
819 AutofillMigrationDebugInfo& debug_info = local
822 &debug_info.autofill_entries_added_during_migration,
827 AutofillMigrationDebugInfo& debug_info = local
830 &debug_info.autofill_profile_added_during_migration,
846 syncable::AutofillMigrationDebugInfo& debug_info = local
848 debug_info.autofill_migration_time =
    [all...]
  /external/chromium_org/third_party/jinja2/
environment.py 974 def debug_info(self): member in class:Template
    [all...]
  /external/oprofile/opjitconv/
debug_line.c 442 asection * line_section, * debug_info, * debug_abbrev; local
482 debug_info = create_section(abfd, ".debug_info", b_debug_info.size, 0,
484 if (!debug_info)
499 asection * line_section, * debug_info, * debug_abbrev; local
505 debug_info = bfd_get_section_by_name(abfd, ".debug_info");
506 if (!debug_info)
515 fill_section_content(abfd, debug_info, b_debug_info.p,
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 103 // Attempt to pass 2000 bytes of |debug_info| into a crash dump.
104 void DumpWithoutCrashing2000(const std::string& debug_info) {
106 base::strlcpy(debug_buf, debug_info.c_str(), arraysize(debug_buf));
116 std::string debug_info; local
118 base::StringAppendF(&debug_info, "SQLITE_CORRUPT, integrity_check:\n");
123 base::StringAppendF(&debug_info, "too big %" PRIuS "\n", startup_kb);
129 base::StringAppendF(&debug_info, "# %" PRIx64 " ms, %" PRIuS " records\n",
142 base::StringAppendF(&debug_info, "%s\n", messages[i].c_str());
146 DumpWithoutCrashing2000(debug_info);
153 std::string debug_info; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 153 'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
317 def debug_info(self, c): member in class:Server
584 return dispatch(conn, None, 'debug_info')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 153 'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
317 def debug_info(self, c): member in class:Server
584 return dispatch(conn, None, 'debug_info')
    [all...]
  /external/chromium_org/v8/src/
debug.h 94 explicit BreakLocationIterator(Handle<DebugInfo> debug_info,
215 explicit DebugInfoListNode(DebugInfo* debug_info);
220 Handle<DebugInfo> debug_info() { return debug_info_; } function in class:v8::internal::DebugInfoListNode
235 // debug_info which is a FixedArray. Each entry in this list is of class
542 void RemoveDebugInfo(Handle<DebugInfo> debug_info);
    [all...]
factory.cc 1359 Handle<DebugInfo> debug_info = local
    [all...]
debug.cc 105 BreakLocationIterator::BreakLocationIterator(Handle<DebugInfo> debug_info,
107 debug_info_ = debug_info;
739 BreakLocationIterator it(node->debug_info(), ALL_BREAK_LOCATIONS);
741 debug->RemoveDebugInfo(node->debug_info());
752 DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) {
756 (global_handles->Create(debug_info)));
972 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
975 BreakLocationIterator break_location_iterator(debug_info,
1203 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
1247 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
1274 Handle<DebugInfo> debug_info = node->debug_info(); local
1432 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
1712 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
2314 Handle<DebugInfo> debug_info = isolate->factory()->NewDebugInfo(shared); local
2368 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
2460 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
    [all...]
  /external/v8/src/
debug.h 86 explicit BreakLocationIterator(Handle<DebugInfo> debug_info,
203 explicit DebugInfoListNode(DebugInfo* debug_info);
208 Handle<DebugInfo> debug_info() { return debug_info_; } function in class:v8::internal::DebugInfoListNode
223 // debug_info which is a FixedArray. Each entry in this list is of class
470 void RemoveDebugInfo(Handle<DebugInfo> debug_info);
    [all...]
factory.cc 1193 Handle<DebugInfo> debug_info = local
    [all...]

Completed in 692 milliseconds

1 2