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

  /dalvik/libdex/
SysUtil.cpp 73 pMap->length = pMap->baseLength = length;
133 pMap->baseLength = pMap->length = length;
178 pMap->baseLength = pMap->length = length;
218 pMap->baseLength = actualLength;
224 pMap->baseAddr, (int) pMap->baseLength,
247 (u1*)addr >= (u1*)pMap->baseAddr + pMap->baseLength)
250 addr, pMap->baseAddr, (u1*)pMap->baseAddr + pMap->baseLength);
282 if (pMap->baseAddr == NULL && pMap->baseLength == 0)
285 if (munmap(pMap->baseAddr, pMap->baseLength) < 0) {
287 pMap->baseAddr, pMap->baseLength, strerror(errno))
    [all...]
SysUtil.h 48 size_t baseLength; /* length of mapping */
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 310 unsigned baseLength = currentLength - selectionLength;
311 unsigned appendableLength = unsignedMaxLength > baseLength ? unsignedMaxLength - baseLength : 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 421 unsigned baseLength = oldLength - selectionLength;
423 unsigned appendableLength = maxLength > baseLength ? maxLength - baseLength : 0;
  /external/icu/icu4c/source/i18n/
collationsets.cpp 173 int32_t baseLength = Collation::lengthFromCE32(baseCE32);
175 if(length != baseLength) {
190 int32_t baseLength = Collation::lengthFromCE32(baseCE32);
192 if(length != baseLength) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 

Completed in 1800 milliseconds