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

  /dalvik/vm/
LinearAlloc.cpp 130 pHdr->mapLength = DEFAULT_MAX_LENGTH;
142 pHdr->mapAddr = (char*)mmap(NULL, pHdr->mapLength, PROT_READ | PROT_WRITE,
145 ALOGE("LinearAlloc mmap(%d) failed: %s", pHdr->mapLength,
156 pHdr->mapAddr = mmap(NULL, pHdr->mapLength, PROT_READ | PROT_WRITE,
159 ALOGE("LinearAlloc mmap(%d) failed: %s", pHdr->mapLength,
189 if (mprotect(pHdr->mapAddr, pHdr->mapLength, PROT_NONE) != 0) {
204 int numPages = (pHdr->mapLength+SYSTEM_PAGE_SIZE-1) / SYSTEM_PAGE_SIZE;
215 pHdr->mapAddr, pHdr->mapAddr + pHdr->mapLength-1);
242 classLoader, pHdr->curOffset, pHdr->mapLength,
243 (pHdr->curOffset * 100) / pHdr->mapLength);
    [all...]
LinearAlloc.h 38 int mapLength; /* length of region */
  /external/icu4c/test/cintltst/
sprpdata.c 37 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
147 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
191 for(j=0; j<mapLength; j++){
200 log_err( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
204 for(i =0; i< mapLength; i++){
  /external/icu4c/test/intltest/
testidn.cpp 53 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
326 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
366 for(int32_t j=0; j<mapLength; j++){
375 pTestIDNA->errln( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
379 for(int8_t i =0; i< mapLength; i++){
  /external/icu4c/tools/makeconv/
gencnvex.c 928 generateFromUTrie(CnvExtData *extData, UCMTable *table, int32_t mapLength) {
937 if(mapLength==0) {
954 while(subLimit<mapLength) {
958 while(next==c && ++subLimit<mapLength) {
    [all...]

Completed in 2945 milliseconds