Searched defs:mapped (Results 1 - 20 of 20) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitAllocator.java43 /** indexed by old reg; the set of old regs we've mapped */
44 private final BitSet mapped; field in class:FirstFitAllocator
51 mapped = new BitSet(ssaMeth.getRegCount());
81 if (mapped.get(i)) {
109 if (mapped.get(j) || isDefinitionMoveParam(j)) {
128 mapped.set(j);
132 mapped.set(i);
/external/elfutils/lib/
H A Dcrc32_file.c68 void *mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE, fd, 0); local
69 if (mapped == MAP_FAILED && errno == ENOMEM)
74 && (mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE,
78 if (mapped != MAP_FAILED)
84 *resp = crc32 (crc, mapped, st.st_size);
85 munmap (mapped, mapsize);
88 crc = crc32 (crc, mapped, mapsize);
91 } while (mmap (mapped, mapsize, PROT_READ, MAP_FIXED|MAP_PRIVATE,
92 fd, off) == mapped);
93 munmap (mapped, mapsiz
[all...]
/external/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp90 GrGLint mapped; local
92 GR_GL_BUFFER_MAPPED, &mapped));
93 GrAssert(!!mapped == !!fLockPtr);
H A DGrGLVertexBuffer.cpp86 GrGLint mapped; local
89 GR_GL_BUFFER_MAPPED, &mapped));
90 GrAssert(!!mapped == !!fLockPtr);
/external/icu4c/test/intltest/
H A Dtestidn.cpp286 int32_t mapped = 0; local
305 mapped++;
317 test.logln("Number of Mapped code points : %i \n",mapped);
/external/webkit/Source/JavaScriptCore/wtf/
H A DRefPtrHashMap.h40 static void translate(ValueType& location, RawKeyType key, const MappedType& mapped) argument
43 location.second = mapped;
209 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) argument
212 return m_impl.template add<KeyType, MappedType, TranslatorType>(key, mapped);
217 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(RawKeyType key, const MappedType& mapped) argument
219 return m_impl.template add<RawKeyType, MappedType, RawKeyTranslator>(key, mapped);
224 HashMap<RefPtr<T>, U, V, W, X>::set(const KeyType& key, const MappedType& mapped) argument
226 pair<iterator, bool> result = inlineAdd(key, mapped);
228 // add call above didn't change anything, so set the mapped value
229 result.first->second = mapped;
236 set(RawKeyType key, const MappedType& mapped) argument
248 add(const KeyType& key, const MappedType& mapped) argument
255 add(RawKeyType key, const MappedType& mapped) argument
[all...]
H A DHashMap.h123 static void translate(ValueType& location, const KeyType& key, const MappedType& mapped) argument
126 location.second = mapped;
137 static void translate(ValueType& location, const T& key, const MappedType& mapped, unsigned hashCode) argument
140 location.second = mapped;
239 HashMap<T, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) argument
242 return m_impl.template add<KeyType, MappedType, TranslatorType>(key, mapped);
247 HashMap<T, U, V, W, X>::set(const KeyType& key, const MappedType& mapped) argument
249 pair<iterator, bool> result = inlineAdd(key, mapped);
251 // add call above didn't change anything, so set the mapped value
252 result.first->second = mapped;
268 add(const KeyType& key, const MappedType& mapped) argument
[all...]
/external/chromium/base/
H A Dprocess_util.h489 // priv: Pages mapped only by this process
506 // mapped: These pages are mapped into the view of a section (backed by
508 // image: These pages are mapped into the view of an image section (backed by
511 CommittedKBytes() : priv(0), mapped(0), image(0) {}
513 size_t mapped; member in struct:base::CommittedKBytes
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DInstrumentedPlatformCanvas.h155 SkRect mapped; local
156 matrix.mapRect(&mapped, rect);
157 return mapped.contains(canvasRect);
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c1123 * May: map unmapped, unmap mapped, or remap mapped blocks.
1146 int mapped = 1; /* logical is mapped? */ local
1213 mapped = 0;
1268 if (mapped && (new_uninit == extent_uninit) &&
1276 if (!mapped) {
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp768 bool mapped = !LiveInts->isNotInMIMap(MI); local
770 if (mapped)
773 if (mapped)
776 if (!mapped)
/external/v8/src/
H A Dunicode.cc175 uchar mapped = mapping.chars[length]; local
176 if (mapped == MultiCharacterSpecialCase<kW>::kEndOfEncoding) break;
178 result[length] = mapped + (key - entry);
180 result[length] = mapped;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 440 milliseconds