/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
asset_manager.h | 126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
|
/external/chromium_org/third_party/icu/source/common/ |
uinvchar.c | 427 const char *outString, int32_t outLength, 433 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { 437 if(outLength<0) { 438 outLength=(int32_t)uprv_strlen(outString); 444 minLength= outLength<localLength ? outLength : localLength; 467 return outLength-localLength; 472 const char *outString, int32_t outLength, 478 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { 482 if(outLength<0) [all...] |
udataswp.h | 132 const char *outString, int32_t outLength, 307 const char *outString, int32_t outLength, 316 const char *outString, int32_t outLength,
|
/external/icu4c/common/ |
uinvchar.c | 450 const char *outString, int32_t outLength, 456 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { 460 if(outLength<0) { 461 outLength=(int32_t)uprv_strlen(outString); 467 minLength= outLength<localLength ? outLength : localLength; 490 return outLength-localLength; 495 const char *outString, int32_t outLength, 501 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { 505 if(outLength<0) [all...] |
udataswp.h | 132 const char *outString, int32_t outLength, 307 const char *outString, int32_t outLength, 316 const char *outString, int32_t outLength,
|
/frameworks/base/include/androidfw/ |
Asset.h | 104 virtual int openFileDescriptor(off64_t* outStart, off64_t* outLength) const = 0; 244 virtual int openFileDescriptor(off64_t* outStart, off64_t* outLength) const; 301 virtual int openFileDescriptor(off64_t* outStart, off64_t* outLength) const { return -1; }
|
/external/icu4c/layout/ |
HangulLayoutEngine.cpp | 293 le_int32 outLength = outCharCount - outStart; 306 if ((inLength >= 1 && inLength <= 3) && (outLength == 2 || outLength == 3)) { 310 LEUnicode trail = outLength == 3? outChars[outStart + 2] : TJMO_FIRST; 316 if (compose(lead, vowel, trail, syllable) == outLength) {
|
/frameworks/av/media/mtp/ |
MtpDevice.h | 86 void* getThumbnail(MtpObjectHandle handle, int& outLength);
|
MtpDataPacket.h | 119 void* getData(int& outLength) const;
|
MtpDataPacket.cpp | 476 void* MtpDataPacket::getData(int& outLength) const { 482 outLength = length; 486 outLength = 0;
|
MtpDevice.cpp | 394 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) { 402 return mData.getData(outLength); 405 outLength = 0;
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
TriangleCollector.java | 122 int outLength = entry.getValue().length; 128 int outElementCount = outLength * 3; 153 for (int i = outOffset; i < outOffset + outLength; i++){
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
GenericSource.cpp | 230 size_t outLength = mbuf->range_length(); 233 outLength += sizeof(int32_t); 236 sp<ABuffer> buffer = new ABuffer(outLength);
|
/system/security/keystore/include/keystore/ |
IKeystoreService.h | 102 size_t* outLength) = 0;
|
/frameworks/base/libs/androidfw/ |
Asset.cpp | 623 int _FileAsset::openFileDescriptor(off64_t* outStart, off64_t* outLength) const 634 *outLength = mMap->getDataLength(); 641 *outLength = mLength;
|
/system/security/keystore/ |
IKeystoreService.cpp | 346 size_t* outLength) 367 *outLength = ulen; 370 *outLength = 0; 373 *outLength = 0;
|
keystore.cpp | 282 size_t outLength = 0; 290 outLength++; 292 return outLength; [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
ssl3con.c | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnormtst.c | [all...] |
/external/icu4c/test/cintltst/ |
cnormtst.c | [all...] |
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |