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

1 2

  /external/webkit/Source/WebCore/platform/text/
Base64.cpp 77 // Note: Keep this in sync with the "outLength" computation below.
86 unsigned outLength = ((len + 2) / 3) * 4;
89 insertLFs = (insertLFs && outLength > 76);
91 outLength += ((outLength - 1) / 76);
94 out.grow(outLength);
152 unsigned outLength = 0;
160 out[outLength] = base64DecMap[ch];
161 outLength++;
166 if (!outLength)
    [all...]
  /frameworks/native/include/android/
asset_manager.h 150 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
161 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength);
  /development/ndk/platforms/android-9/include/android/
asset_manager.h 126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /frameworks/base/native/android/
asset_manager.cpp 217 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength)
224 *outLength = off_t(outLength64);
228 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength)
230 return asset->mAsset->openFileDescriptor(outStart, outLength);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
asset_manager.h 124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
asset_manager.h 126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_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,
  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue.h 176 unsigned short** outWord, int *outScore, int *outLength) {
181 mHighestSuggestedWord, before, beforeLength, outWord, outScore, outLength);
203 const int beforeLength, unsigned short** outWord, int *outScore, int *outLength) {
213 if (outLength) {
214 *outLength = wordLength;
  /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;
  /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 206 size_t outLength = mbuf->range_length();
209 outLength += sizeof(int32_t);
212 sp<ABuffer> buffer = new ABuffer(outLength);
  /external/quake/quake/src/WinQuake/
common.h 161 void COM_FileBase (const char *in, char *out, size_t outLength);
  /gdk/samples/quake/jni/
common.h 161 void COM_FileBase (const char *in, char *out, size_t outLength);

Completed in 724 milliseconds

1 2