Searched refs:symbol (Results 1 - 9 of 9) sorted by relevance

/sdk/emulator/qtools/
H A Dq2g.cpp13 struct symbol { struct
18 typedef TraceReader<symbol> TraceReaderType;
44 TraceReader<symbol> *trace = new TraceReader<symbol>;
67 // If we have never seen this symbol before, then add it to the
H A Dprofile_trace.cpp12 struct symbol { struct
17 typedef TraceReader<symbol> TraceReaderType;
56 TraceReader<symbol> *trace = new TraceReader<symbol>;
74 // Assign the elapsed time to the previous function symbol
H A Dcoverage.cpp13 struct symbol { struct
17 typedef TraceReader<symbol> TraceReaderType;
87 TraceReader<symbol> *trace = new TraceReader<symbol>;
H A Dq2dm.cpp14 struct symbol { struct
18 typedef TraceReader<symbol> TraceReaderType;
H A Dtrace_reader.cpp926 // Add new symbol mappings to a linked list until we have the whole
928 // search on the address to find the symbol name quickly.
981 DexSymList *symbol = new DexSymList; local
982 symbol->sym.addr = addr;
983 symbol->sym.len = len;
984 symbol->sym.name = name;
985 symbol->next = NULL;
989 head = symbol;
991 prev->next = symbol;
992 prev = symbol;
[all...]
H A Dtrace_reader.h40 // The symbol for the virtual machine interpreter, or NULL
346 // symbol with the most underscores last.
596 // we need to create an (unknown) symbol with address 0, otherwise some
628 // Get the symbol table section
631 fprintf(stderr, "Can't read symbol table from '%s'\n", full_path);
635 // Get the symbol string table section
638 fprintf(stderr, "Can't read symbol string table from '%s'\n", full_path);
642 // Load the symbol string table data
666 // This will allow us to replace the symbol names with the name of
685 // If the symbol doe
1526 symbol_type *symbol = &symbols[nsymbols]; local
[all...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
H A DSymbolWriter.java82 for (Map.Entry<String, SymbolEntry> symbol : symbols.row(row).entrySet()) {
84 SymbolEntry value = values.get(row, symbol.getKey());
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
H A DNdkScannerInfoCollector.java94 public void deleteSymbol(IResource resource, String symbol) { argument
H A DNdkDiscoveredPathInfo.java151 for (Entry<String, String> symbol : mSymbols.entrySet()) {
153 out.print(symbol.getKey());
155 out.print(symbol.getValue());

Completed in 75 milliseconds