OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapData
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java
75
private static final MemoryMappedFile ALL_ZONE_DATA =
mapData
();
105
private static MemoryMappedFile
mapData
() {
/dalvik/vm/analysis/
RegisterMap.cpp
195
u1*
mapData
;
257
mapData
= pMap->data;
262
*
mapData
++ = i;
264
*
mapData
++ = i & 0xff;
265
*
mapData
++ = i >> 8;
268
vdata->insnRegCount,
mapData
);
269
mapData
+= regWidth;
273
LOGV("
mapData
=%p pMap=%p bufSize=%d",
mapData
, pMap, bufSize);
274
assert(
mapData
- (const u1*) pMap == bufSize)
[
all
...]
/external/icu4c/common/
uloc_tag.c
631
UResourceBundle *
mapData
;
657
mapData
= ures_getNextResource(rb, NULL, status);
663
uBcpKey = ures_getString(
mapData
, &tmpBcpKeyLen, status);
671
resKey = ures_getKey(
mapData
);
678
ures_getNextResource(rb,
mapData
, status);
680
ures_close(
mapData
);
825
UResourceBundle *
mapData
;
872
mapData
= ures_getNextResource(rb, NULL, &tmpStatus);
878
uBcpType = ures_getString(
mapData
, &tmpBcpTypeLen, &tmpStatus);
886
resType = ures_getKey(
mapData
);
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 2258 milliseconds