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

  /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 ALOGV("mapData=%p pMap=%p bufSize=%d", mapData, pMap, bufSize);
274 assert(mapData - (const u1*) pMap == bufSize)
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/common/
uloc_tag.c 694 UResourceBundle *mapData;
720 mapData = ures_getNextResource(rb, NULL, status);
726 uBcpKey = ures_getString(mapData, &tmpBcpKeyLen, status);
734 resKey = ures_getKey(mapData);
741 ures_getNextResource(rb, mapData, status);
743 ures_close(mapData);
888 UResourceBundle *mapData;
943 mapData = ures_getNextResource(rb, NULL, &tmpStatus);
949 uBcpType = ures_getString(mapData, &tmpBcpTypeLen, &tmpStatus);
957 resType = ures_getKey(mapData);
    [all...]
  /external/icu4c/i18n/
timezone.cpp 660 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) {
661 map = mapData;
662 localMap = adoptMapData ? mapData : NULL;
    [all...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 432 milliseconds