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

  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 84 private final IndexMap aIndexMap;
85 private final IndexMap bIndexMap;
108 aIndexMap = new IndexMap(dexOut, aContents);
109 bIndexMap = new IndexMap(dexOut, bContents);
326 private List<UnsortedValue> readUnsortedValues(Dex source, IndexMap indexMap) {
336 T value = read(in, indexMap, 0);
337 result.add(new UnsortedValue(source, indexMap, value, i, offset));
343 abstract T read(Dex.Section in, IndexMap indexMap, int index)
    [all...]
InstructionTransformer.java 27 private final IndexMap indexMap;
32 public InstructionTransformer(IndexMap indexMap) {
33 this.indexMap = indexMap;
70 int mappedId = indexMap.adjustString(stringId);
80 int mappedId = indexMap.adjustField(fieldId);
90 int mappedId = indexMap.adjustType(typeId);
100 int mappedId = indexMap.adjustMethod(methodId)
    [all...]
IndexMap.java 57 public final class IndexMap {
71 public IndexMap(Dex target, TableOfContents tableOfContents) {
  /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 138 IndexedDBObjectStoreMetadata::IndexMap::const_iterator found =
indexed_db_backing_store.h 557 IndexedDBObjectStoreMetadata::IndexMap* map)
indexed_db_dispatcher_host.cc 256 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 82 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it)
228 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
485 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
656 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
InspectorIndexedDBAgent.cpp 280 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = objectStoreMetadata.indexes.begin(); it != objectStoreMetadata.indexes.end(); ++it) {
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
preload_supplier.h 31 class IndexMap;
94 const scoped_ptr<IndexMap> rule_index_;
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
preload_supplier.cc 67 class IndexMap : public std::map<std::string, const Rule*, IndexLess> {};
79 IndexMap* rule_index,
152 std::pair<IndexMap::iterator, bool> result =
187 IndexMap::const_iterator jt = rule_index_->find(parent_id);
243 IndexMap* const rule_index_;
265 rule_index_(new IndexMap),
333 IndexMap::const_iterator it = rule_index_->find(key);
  /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 58 DTN2UnsignedMap IndexMap;
78 IndexMap[Node] = ++Numbering;
86 if (IndexMap.count(Node))
89 IndexMap[Node] = 0;
93 unsigned Numbering = IndexMap[Node];
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 466 milliseconds