HomeSort by relevance Sort by last modified time
    Searched refs:IndexMap (Results 1 - 16 of 16) sorted by null

  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 82 private final IndexMap aIndexMap;
83 private final IndexMap bIndexMap;
106 aIndexMap = new IndexMap(dexOut, aContents);
107 bIndexMap = new IndexMap(dexOut, bContents);
324 private List<UnsortedValue> readUnsortedValues(Dex source, IndexMap indexMap) {
334 T value = read(in, indexMap, 0);
335 result.add(new UnsortedValue(source, indexMap, value, i, offset));
341 abstract T read(Dex.Section in, IndexMap indexMap, int index)
    [all...]
InstructionTransformer.java 26 private final IndexMap indexMap;
31 public InstructionTransformer(IndexMap indexMap) {
32 this.indexMap = indexMap;
69 int mappedId = indexMap.adjustString(stringId);
79 int mappedId = indexMap.adjustField(fieldId);
89 int mappedId = indexMap.adjustType(typeId);
99 int mappedId = indexMap.adjustMethod(methodId)
    [all...]
IndexMap.java 57 public final class IndexMap {
71 public IndexMap(Dex target, TableOfContents tableOfContents) {
  /external/chromium/chrome/browser/importer/
mork_reader.h 121 typedef std::map<IDString, int> IndexMap;
139 const IndexMap* column_map);
mork_reader.cc 126 IndexMap column_map;
245 const IndexMap* column_map) {
370 IndexMap::const_iterator found_column = column_map->find(column);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_metadata.h 53 typedef std::map<int64, IndexedDBIndexMetadata> IndexMap;
54 IndexMap indexes;
indexed_db_index_writer.cc 134 for (IndexedDBObjectStoreMetadata::IndexMap::const_iterator it =
indexed_db_backing_store.h 316 IndexedDBObjectStoreMetadata::IndexMap* map)
indexed_db_dispatcher_host.cc 189 for (content::IndexedDBObjectStoreMetadata::IndexMap::const_iterator
    [all...]
indexed_db_backing_store.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBMetadata.h 74 typedef HashMap<int64_t, IDBIndexMetadata> IndexMap;
75 IndexMap indexes;
IDBObjectStore.cpp 67 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it)
221 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
467 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
589 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBMetadata.cpp 58 for (IDBObjectStoreMetadata::IndexMap::const_iterator indexIterator = objectStore.indexes.begin(); indexIterator != objectStore.indexes.end(); ++indexIterator) {
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 57 DTN2UnsignedMap IndexMap;
77 IndexMap[Node] = ++Numbering;
85 if (IndexMap.count(Node))
88 IndexMap[Node] = 0;
92 unsigned Numbering = IndexMap[Node];
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.cpp 288 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = objectStoreMetadata.indexes.begin(); it != objectStoreMetadata.indexes.end(); ++it) {
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 302 milliseconds