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

  /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);
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 82 private final IndexMap aIndexMap;
83 private final IndexMap bIndexMap;
104 aIndexMap = new IndexMap(dexOut, aContents);
105 bIndexMap = new IndexMap(dexOut, bContents);
323 private List<UnsortedValue> readUnsortedValues(DexBuffer source, IndexMap indexMap) {
333 T value = read(in, indexMap, 0);
334 result.add(new UnsortedValue(source, indexMap, value, i, offset));
340 abstract T read(DexBuffer.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 40 public final class IndexMap {
53 public IndexMap(DexBuffer target, TableOfContents tableOfContents) {
  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.h 109 typedef HashMap<String, RefPtr<IDBIndexBackendImpl> > IndexMap;
110 IndexMap m_indexes;
IDBObjectStoreBackendImpl.cpp 79 for (IndexMap::const_iterator it = m_indexes.begin(); it != m_indexes.end(); ++it)
215 for (IndexMap::iterator it = objectStore->m_indexes.begin(); it != objectStore->m_indexes.end(); ++it) {
250 for (IndexMap::iterator it = objectStore->m_indexes.begin(); it != objectStore->m_indexes.end(); ++it, ++i) {
295 for (IndexMap::iterator it = objectStore->m_indexes.begin(); it != objectStore->m_indexes.end(); ++it) {
  /external/llvm/lib/Target/R600/
AMDGPUStructurizeCFG.cpp 63 DTN2UnsignedMap IndexMap;
84 IndexMap[Node] = ++Numbering;
92 if (IndexMap.count(Node))
95 IndexMap[Node] = 0;
99 unsigned Numbering = IndexMap[Node];
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 274 milliseconds