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

  /bootable/recovery/minzip/
SysUtil.c 99 pMap->baseLength = pMap->length = length;
137 pMap->baseLength = pMap->length = length;
183 pMap->baseLength = actualLength;
189 pMap->baseAddr, (int) pMap->baseLength,
200 if (pMap->baseAddr == NULL && pMap->baseLength == 0)
203 if (munmap(pMap->baseAddr, pMap->baseLength) < 0) {
205 pMap->baseAddr, (int)pMap->baseLength, strerror(errno));
207 LOGV("munmap(%p, %d) succeeded\n", pMap->baseAddr, pMap->baseLength);
209 pMap->baseLength = 0;
SysUtil.h 21 size_t baseLength; /* length of mapping */
  /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, (int)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 303 unsigned baseLength = currentLength - selectionLength;
304 unsigned appendableLength = unsignedMaxLength > baseLength ? unsignedMaxLength - baseLength : 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 450 unsigned baseLength = oldLength - selectionLength;
452 unsigned appendableLength = maxLength > baseLength ? maxLength - baseLength : 0;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 
jfreechart-1.0.9.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 42 milliseconds