HomeSort by relevance Sort by last modified time
    Searched refs:mapLength (Results 1 - 9 of 9) 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/chromium_org/third_party/icu/source/test/cintltst/
sprpdata.c 36 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
146 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
190 for(j=0; j<mapLength; j++){
199 log_err( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
203 for(i =0; i< mapLength; i++){
  /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/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp 52 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
325 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
365 for(int32_t j=0; j<mapLength; j++){
374 pTestIDNA->errln( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
378 for(int8_t 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/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.js 246 var mapLength = map.length;
247 var mapLengthSquared = mapLength * mapLength;
263 var quotient = Math.floor(scaledVal / mapLength);
264 var remainder = scaledVal - mapLength * quotient;
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 927 generateFromUTrie(CnvExtData *extData, UCMTable *table, int32_t mapLength) {
936 if(mapLength==0) {
953 while(subLimit<mapLength) {
957 while(next==c && ++subLimit<mapLength) {
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 930 generateFromUTrie(CnvExtData *extData, UCMTable *table, int32_t mapLength) {
939 if(mapLength==0) {
956 while(subLimit<mapLength) {
960 while(next==c && ++subLimit<mapLength) {
    [all...]

Completed in 808 milliseconds