OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DexFileList
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/qtools/
trace_reader.cpp
24
static void CopyDexSymbolsToArray(
DexFileList
*dexfile,
672
HashTable<
DexFileList
*>::entry_type *ptr;
674
DexFileList
*dexfile = ptr->value;
799
dex_hash_ = new HashTable<
DexFileList
*>(1, NULL);
817
static void CopyDexSymbolsToArray(
DexFileList
*dexfile,
918
dex_hash_ = new HashTable<
DexFileList
*>(4 * num_files, NULL);
925
// filename, create a new
DexFileList
and add it to the hash table.
935
DexFileList
*dexfile = NULL;
946
dexfile = new
DexFileList
;
[
all
...]
trace_reader_base.h
73
struct
DexFileList
{
119
HashTable<
DexFileList
*> *dex_hash_;
trace_reader.h
246
void PopulateSymbolsFromDexFile(const
DexFileList
*dexfile,
[
all
...]
Completed in 38 milliseconds