HomeSort by relevance Sort by last modified time
    Searched defs:filenum (Results 1 - 4 of 4) sorted by null

  /sdk/emulator/qtools/
q2g.cpp 14 int filenum; // the file number (for gtrace) member in struct:symbol
69 if (sym->filenum == 0) {
70 sym->filenum = next_filenum;
72 gtrace->AddProcedure(sym->filenum, sym->procnum, sym->name);
83 gtrace->AddProcExit(prev_sym->filenum, prev_sym->procnum, event.time,
90 gtrace->AddProcEntry(sym->filenum, sym->procnum, event.time, event.pid);
99 gtrace->AddProcExit(prev_sym->filenum, prev_sym->procnum, ignored.time,
  /external/chromium-trace/
update.py 83 filenum = int(e['file'][6:]) variable
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 356 static int filenum = 0; local
358 utostr(filenum) + ".dot").str().c_str(),
360 ++filenum;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 173 dwarf2_dbgfmt_add_file(yasm_dbgfmt_dwarf2 *dbgfmt_dwarf2, unsigned long filenum,
203 if (filenum == 0) {
205 for (; filenum<dbgfmt_dwarf2->filenames_size; filenum++) {
206 if (!dbgfmt_dwarf2->filenames[filenum].filename ||
207 (dbgfmt_dwarf2->filenames[filenum].dir == dir
208 && strcmp(dbgfmt_dwarf2->filenames[filenum].filename,
213 filenum--; /* array index is 0-based */
216 if (filenum >= dbgfmt_dwarf2->filenames_allocated) {
218 dbgfmt_dwarf2->filenames_allocated = filenum+32
1113 unsigned long filenum; local
    [all...]

Completed in 2381 milliseconds