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

1 2 3 4 5

  /frameworks/compile/mclinker/include/mcld/Support/
Demangle.h 18 bool isCtorOrDtor(const char* pName, size_t pLength);
FileHandle.h 91 bool read(void* pMemBuffer, size_t pStartOffset, size_t pLength);
93 bool write(const void* pMemBuffer, size_t pStartOffset, size_t pLength);
95 bool mmap(void*& pMemBuffer, size_t pStartOffset, size_t pLength);
97 bool munmap(void* pMemBuffer, size_t pLength);
MemoryArea.h 38 llvm::StringRef request(size_t pOffset, size_t pLength);
FileOutputBuffer.h 48 MemoryRegion request(size_t pOffset, size_t 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/icu/icu4c/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...]
  /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 127 android::FileMap *createMap(off_t pOffset, size_t pLength, bool pIsReadOnly);
  /frameworks/compile/mclinker/lib/Support/
Demangle.cpp 43 bool isCtorOrDtor(const char* pName, size_t pLength)
56 demangle(pName, pName + pLength, db, internal_status);
65 demangle(pName, pName + pLength, db, internal_status);
FileOutputBuffer.cpp 49 MemoryRegion FileOutputBuffer::request(size_t pOffset, size_t pLength)
51 if (pOffset > getBufferSize() || (pOffset + pLength) > getBufferSize())
53 return MemoryRegion(getBufferStart() + pOffset, pLength);
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,
MemoryArea.cpp 44 llvm::StringRef MemoryArea::request(size_t pOffset, size_t pLength)
46 return llvm::StringRef(m_pMemoryBuffer->getBufferStart() + pOffset, pLength);
  /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/icu/icu4c/source/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/icu/icu4c/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 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);

Completed in 832 milliseconds

1 2 3 4 5