HomeSort by relevance Sort by last modified time
    Searched refs:pLength (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 69 MemoryRegion* request(size_t pOffset, size_t pLength);
84 Space* find(size_t pOffset, size_t pLength);
86 const Space* find(size_t pOffset, size_t pLength) const;
91 Key(size_t pOffset, size_t pLength)
92 : m_Offset(pOffset), m_Length(pLength)
FileHandle.h 94 bool read(void* pMemBuffer, size_t pStartOffset, size_t pLength);
96 bool write(const void* pMemBuffer, size_t pStartOffset, size_t pLength);
98 bool mmap(void*& pMemBuffer, size_t pStartOffset, size_t pLength);
100 bool munmap(void* pMemBuffer, size_t pLength);
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 54 MemoryRegion* MemoryArea::request(size_t pOffset, size_t pLength)
56 Space* space = find(pOffset, pLength);
62 unreachable(diag::err_out_of_range_region) << pOffset << pLength;
65 space = Space::Create(*m_pFileHandle, pOffset, pLength);
74 return MemoryRegion::Create(r_start, pLength, *space);
142 Space* MemoryArea::find(size_t pOffset, size_t pLength)
145 m_SpaceMap.equal_range(Key(pOffset, pLength));
149 ((pOffset + pLength) <= (it->second->start() + it->second->size())))
155 const Space* MemoryArea::find(size_t pOffset, size_t pLength) const
158 m_SpaceMap.equal_range(Key(pOffset, pLength));
    [all...]
FileHandle.cpp 164 bool FileHandle::read(void* pMemBuffer, size_t pStartOffset, size_t pLength)
171 if (0 == pLength)
176 pLength,
187 bool FileHandle::write(const void* pMemBuffer, size_t pStartOffset, size_t pLength)
194 if (0 == pLength)
200 pLength,
  /external/chromium_org/third_party/icu/source/i18n/
udatpg.cpp 122 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
136 if(pLength!=NULL) {
137 *pLength=length;
153 int32_t *pLength) {
155 if(pLength!=NULL) {
156 *pLength=result.length();
172 int32_t *pLength) {
174 if(pLength!=NULL) {
175 *pLength=result.length();
189 int32_t *pLength) {
    [all...]
  /external/icu4c/i18n/
udatpg.cpp 122 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
136 if(pLength!=NULL) {
137 *pLength=length;
153 int32_t *pLength) {
155 if(pLength!=NULL) {
156 *pLength=result.length();
172 int32_t *pLength) {
174 if(pLength!=NULL) {
175 *pLength=result.length();
189 int32_t *pLength) {
    [all...]
  /frameworks/compile/libbcc/include/bcc/Support/
File.h 62 inline android::FileMap *createMap(off_t pOffset, size_t pLength,
65 return FileBase::createMap(pOffset, pLength, pIsReadOnly);
FileBase.h 128 android::FileMap *createMap(off_t pOffset, size_t pLength, bool pIsReadOnly);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
udatpg.h 322 * @param pLength a pointer to the length of conflictingPattern.
333 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
367 * @param pLength A pointer that will receive the length of appendItemFormat.
374 int32_t *pLength);
400 * @param pLength A pointer that will receive the length of the name for field.
407 int32_t *pLength);
437 * @param pLength A pointer that will receive the length of the format
443 int32_t *pLength);
466 * @param pLength A pointer that will receive the length of the decimal string.
472 int32_t *pLength);
    [all...]
  /external/icu4c/i18n/unicode/
udatpg.h 324 * @param pLength a pointer to the length of conflictingPattern.
335 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
369 * @param pLength A pointer that will receive the length of appendItemFormat.
376 int32_t *pLength);
402 * @param pLength A pointer that will receive the length of the name for field.
409 int32_t *pLength);
439 * @param pLength A pointer that will receive the length of the format
445 int32_t *pLength);
468 * @param pLength A pointer that will receive the length of the decimal string.
474 int32_t *pLength);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locresdata.cpp 46 int32_t *pLength,
81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode);
104 item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode);
ucmndata.h 98 int32_t *pLength,
ulocimp.h 35 int32_t *pLength,
uresdata.h 348 * and set its length in *pLength.
352 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength);
355 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength);
358 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength);
361 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength);
ucmndata.c 102 int32_t *pLength,
143 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
145 *pLength = -1;
172 int32_t *pLength,
209 *pLength=-1;
  /external/icu4c/common/
locresdata.cpp 46 int32_t *pLength,
81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode);
104 item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode);
ucmndata.h 85 int32_t *pLength,
ulocimp.h 35 int32_t *pLength,
uresdata.h 354 * and set its length in *pLength.
358 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength);
361 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength);
364 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength);
367 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength);
ucmndata.c 220 int32_t *pLength,
242 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
244 *pLength = -1;
271 int32_t *pLength,
289 *pLength=-1;
  /external/qemu/android/
async-utils.h 188 * If 'pLength" is not NULL, the function sets '*pLength' to the length
198 const char* asyncLineReader_getLineRaw(AsyncLineReader* alr, int *pLength);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 292 var pLength = this._parameters[pName].length;
293 for (var j=0;j<pLength;j++)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 292 var pLength = this._parameters[pName].length;
293 for (var j=0;j<pLength;j++)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 292 var pLength = this._parameters[pName].length;
293 for (var j=0;j<pLength;j++)
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 292 var pLength = this._parameters[pName].length;
293 for (var j=0;j<pLength;j++)

Completed in 538 milliseconds

1 2 3 4