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

1 2 3 4 5 6 7 8

  /external/gcc-demangle/
cp-demangle.h 130 - call d_check_char(di, '\0')
132 #define d_peek_char(di) (*((di)->n))
133 #define d_peek_next_char(di) ((di)->n[1])
134 #define d_advance(di, i) ((di)->n += (i))
135 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)->n++, 1) : 0
    [all...]
cp-demangle.c 764 d_make_empty (struct d_info *di)
768 if (di->next_comp >= di->num_comps)
770 p = &di->comps[di->next_comp];
771 ++di->next_comp;
778 d_make_comp (struct d_info *di, enum demangle_component_type type,
865 p = d_make_empty (di);
878 d_make_demangle_mangled_name (struct d_info *di, const char *s)
880 if (d_peek_char (di) != '_' || d_peek_next_char (di) != 'Z'
4793 struct d_info di; local
5083 struct d_info di; local
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.h 130 - call d_check_char(di, '\0')
132 #define d_peek_char(di) (*((di)->n))
133 #define d_peek_next_char(di) ((di)->n[1])
134 #define d_advance(di, i) ((di)->n += (i))
135 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)->n++, 1) : 0
    [all...]
cp-demangle.c 786 d_make_empty (struct d_info *di)
790 if (di->next_comp >= di->num_comps)
792 p = &di->comps[di->next_comp];
793 ++di->next_comp;
800 d_make_comp (struct d_info *di, enum demangle_component_type type,
890 p = d_make_empty (di);
903 d_make_demangle_mangled_name (struct d_info *di, const char *s)
905 if (d_peek_char (di) != '_' || d_peek_next_char (di) != 'Z'
5051 struct d_info di; local
5341 struct d_info di; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
disassem.c 292 static void disasm_register_shift(const disasm_interface_t *di, u_int insn);
293 static void disasm_print_reglist(const disasm_interface_t *di, u_int insn);
294 static void disasm_insn_ldrstr(const disasm_interface_t *di, u_int insn,
296 static void disasm_insn_ldrhstrh(const disasm_interface_t *di, u_int insn,
298 static void disasm_insn_ldcstc(const disasm_interface_t *di, u_int insn,
304 disasm(const disasm_interface_t *di, u_int loc, int altfmt)
316 insn = di->di_readword(loc);
318 /* di->di_printf("loc=%08x insn=%08x : ", loc, insn);*/
329 di->di_printf("und%s\t%08x\n", insn_condition(insn), insn);
335 di->di_printf("%s", i_ptr->name)
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 62 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, HChar* msg )
77 (di && di->fsm.filename) ? di->fsm.filename
218 UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len )
233 if (di->strchunks == NULL ||
234 (di->strchunks->strtab_used
236 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk));
238 chunk->next = di->strchunks;
239 di->strchunks = chunk
    [all...]
readelf.c 208 struct _DebugInfo* di, /* containing DebugInfo */
273 text_svma = di->text_debug_svma;
274 text_bias = di->text_debug_bias;
275 data_svma = di->data_debug_svma;
276 data_bias = di->data_debug_bias;
277 sdata_svma = di->sdata_debug_svma;
278 sdata_bias = di->sdata_debug_bias;
279 rodata_svma = di->rodata_debug_svma;
280 rodata_bias = di->rodata_debug_bias;
281 bss_svma = di->bss_debug_svma
    [all...]
priv_readstabs.h 44 void ML_(read_debuginfo_stabs) ( struct _DebugInfo* di,
debuginfo.c 115 /* Find 'di' in the debugInfo_list and move it one step closer the the
120 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
123 if (di == debugInfo_list)
125 vg_assert(di != NULL);
130 if (di0 == NULL || di0 == di) break;
135 vg_assert(di0 == di);
138 /* di0 points to di, di1 to its predecessor, and di2 to di1's
174 DebugInfo* di; local
178 di = ML_(dinfo_zalloc)("di.debuginfo.aDI.1", sizeof(DebugInfo))
439 DebugInfo* di; local
460 DebugInfo* di; local
697 DebugInfo* di; local
1233 { DebugInfo* di = find_or_create_DebugInfo_for(exename); local
1271 DebugInfo *di, *di2; local
1324 DebugInfo* di; local
1384 DebugInfo* di; local
1416 DebugInfo* di; local
1631 DebugInfo* di; local
1665 DebugInfo* di; local
2139 DebugInfo* di; local
2232 struct { Addr ip; DebugInfo* di; Word ix; } member in struct:__anon16643
2362 DebugInfo* di; local
2412 DebugInfo* di; local
2533 DebugInfo* di; local
3041 DebugInfo* di; local
3180 DebugInfo* di; local
3510 DebugInfo* di; local
3625 DebugInfo* di; local
3861 DebugInfo* di; local
    [all...]
priv_readdwarf.h 46 ( struct _DebugInfo* di,
58 void ML_(read_debuginfo_dwarf1) ( struct _DebugInfo* di,
67 ( /*OUT*/struct _DebugInfo* di,
priv_readelf.h 51 extern Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di );
readmacho.c 158 static Bool map_image_aboard ( DebugInfo* di, /* only for err msgs */
170 ML_(symerr)(di, True, "Can't stat image (to determine its size)?!");
177 ML_(symerr)(di, True, "Can't open image to read symbols?!");
184 ML_(symerr)(di, True, "Can't mmap image to read symbols?!");
207 ML_(symerr)(di, True, "Invalid Mach-O file (0 too small).");
222 ML_(symerr)(di, True, "Invalid Mach-O file (1 too small).");
246 ML_(symerr)(di, True, "Invalid Mach-O file (2 too small).");
255 ML_(symerr)(di, True,
267 ML_(symerr)(di, True, "Invalid Mach-O file (3 too small).");
272 ML_(symerr)(di, True, "Invalid Mach-O file (thin bigger than fat).")
    [all...]
readpdb.c 86 di.readpe.pdr.1. I haven't bothered to chase it further. */
985 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
1006 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize);
    [all...]
priv_readpdb.h 42 DebugInfo* di,
d3basics.c 425 static Bool bias_address( Addr* a, const DebugInfo* di )
427 if (di->text_present
428 && di->text_size > 0
429 && *a >= di->text_debug_svma && *a < di->text_debug_svma + di->text_size) {
430 *a += di->text_debug_bias;
432 else if (di->data_present
433 && di->data_size > 0
434 && *a >= di->data_debug_svma && *a < di->data_debug_svma + di->data_size)
    [all...]
  /external/clang/test/SemaTemplate/
example-dynarray.cpp 128 dynarray<int> di; local
129 di.push_back(0);
130 di.push_back(1);
131 di.push_back(2);
132 di.push_back(3);
133 di.push_back(4);
134 assert(di.size() == 5);
135 for (dynarray<int>::iterator I = di.begin(), IEnd = di.end(); I != IEnd; ++I)
136 assert(*I == I - di.begin())
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessageReceiver.java 66 Intent di = new Intent(); local
67 di.setClass(context, SmsReceivedDialog.class);
68 di.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP);
69 di.putExtra(SmsReceivedDialog.SMS_FROM_ADDRESS_EXTRA, fromAddress);
70 di.putExtra(SmsReceivedDialog.SMS_FROM_DISPLAY_NAME_EXTRA, fromDisplayName);
71 di.putExtra(SmsReceivedDialog.SMS_MESSAGE_EXTRA, message.getMessageBody().toString());
72 context.startActivity(di);
  /external/grub/stage2/
start.S 74 movw $ABS(firstlist - BOOTSEC_LISTSIZE), %di
77 movl (%di), %ebp
83 cmpw $0, 4(%di)
97 movl (%di), %ebx
104 cmpw %ax, 4(%di) /* compare against total number of sectors */
110 movw 4(%di), %ax
114 subw %ax, 4(%di)
117 addl %eax, (%di)
165 movl (%di), %eax
196 cmpw %ax, 4(%di) /* compare against total number of sectors *
    [all...]
nbloader.S 62 xorw %di, %di
103 xorw %di, %di
  /external/valgrind/main/include/
pub_tool_debuginfo.h 185 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
186 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
187 Addr VG_(DebugInfo_get_plt_avma) ( const DebugInfo *di );
188 SizeT VG_(DebugInfo_get_plt_size) ( const DebugInfo *di );
189 Addr VG_(DebugInfo_get_gotplt_avma) ( const DebugInfo *di );
190 SizeT VG_(DebugInfo_get_gotplt_size) ( const DebugInfo *di );
191 const UChar* VG_(DebugInfo_get_soname) ( const DebugInfo *di );
192 const UChar* VG_(DebugInfo_get_filename) ( const DebugInfo *di );
193 PtrdiffT VG_(DebugInfo_get_text_bias) ( const DebugInfo *di );
202 const DebugInfo* VG_(next_DebugInfo) ( const DebugInfo *di );
    [all...]
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
SmsMessageReceiver.java 76 Intent di = new Intent(); local
77 di.setClass(context, DialogSmsDisplay.class);
78 di.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP |
80 di.putExtra(DialogSmsDisplay.SMS_FROM_ADDRESS_EXTRA, fromAddress);
81 di.putExtra(DialogSmsDisplay.SMS_MESSAGE_EXTRA, message);
82 di.putExtra(DialogSmsDisplay.SMS_NOTIFICATION_ID_EXTRA, notificationId);
87 di.setType(Integer.toString(notificationId));
89 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, di, 0);
  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.cc 177 DirectoryIterator di;
178 di.Iterate(old_dir.pathname());
179 while (di.Next()) {
180 if (di.Name() == "." || di.Name() == "..")
186 source.SetFilename(di.Name());
187 dest.SetFilename(di.Name());
197 DirectoryIterator *di = IterateDirectory(); local
198 di->Iterate(folder);
199 while (di->Next())
    [all...]
  /external/clang/tools/diagtool/
ListWarnings.cpp 58 for (ArrayRef<DiagnosticRecord>::iterator di = AllDiagnostics.begin(),
60 di != de; ++di) {
61 unsigned diagID = di->DiagID;
69 Entry entry(di->getName(),
  /external/v8/test/mjsunit/
codegen-coverage.js 50 var di; // Register edi, rdi.
63 di = x + 1;
72 di = x + 1;
80 di = x + 1;
89 di = x + 1;
100 di = x + 1;
111 di = x + 1;
119 di = x + 1;
127 di = x + 1;
135 di = x + 1
    [all...]
  /frameworks/base/media/java/android/media/
RemoteControlClient.java 1275 final DisplayInfoForClient di = (DisplayInfoForClient) displayIterator.next(); local
1292 final DisplayInfoForClient di = (DisplayInfoForClient) displayIterator.next(); local
1307 final DisplayInfoForClient di = (DisplayInfoForClient) displayIterator.next(); local
1357 final DisplayInfoForClient di = (DisplayInfoForClient) displayIterator.next(); local
1439 final DisplayInfoForClient di = (DisplayInfoForClient) displayIterator.next(); local
1464 final DisplayInfoForClient di = (DisplayInfoForClient) displayIterator.next(); local
1475 final DisplayInfoForClient di = (DisplayInfoForClient) displayIterator.next(); local
1494 final DisplayInfoForClient di = (DisplayInfoForClient) displayIterator.next(); local
1517 final DisplayInfoForClient di = (DisplayInfoForClient) displayIterator.next(); local
    [all...]

Completed in 655 milliseconds

1 2 3 4 5 6 7 8