HomeSort by relevance Sort by last modified time
    Searched full:outlength (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /frameworks/minikin/libs/minikin/
FontLanguageListCache.cpp 40 size_t outLength = 0;
42 outLength = uloc_canonicalize(locale.c_str(), output, outSize, &uErr);
52 (outLength == 3 || (outLength == 8 && output[3] == '_'))) {
53 return outLength;
67 outLength = uloc_toLanguageTag(likelyChars, output, outSize, FALSE, &uErr);
77 return outLength;
  /external/curl/docs/libcurl/
curl_easy_unescape.3 30 .BI ", int "inlength ", int *" outlength " );"
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 139 static const interp_kernel *choose_interp_filter(int inlength, int outlength) {
140 int outlength16 = outlength * 16;
154 uint8_t *output, int outlength) {
156 (((uint64_t)inlength << 32) + outlength / 2) / outlength;
158 inlength > outlength
159 ? (((int64_t)(inlength - outlength) << 31) + outlength / 2) /
160 outlength
161 : -(((int64_t)(outlength - inlength) << 31) + outlength / 2)
    [all...]
  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedCodaBarWriter.h 22 int32_t& outLength,
BC_OnedCode128Writer.h 33 int32_t& outLength,
BC_OnedCode39Writer.h 31 int32_t& outLength,
BC_OnedEAN13Writer.h 35 int32_t& outLength,
BC_OnedEAN8Writer.h 36 int32_t& outLength,
BC_OnedUPCAWriter.h 39 int32_t& outLength,
BC_OneDimWriter.h 37 int32_t& outLength,
BC_OnedCodaBarWriter.cpp 168 int32_t& outLength,
223 outLength = position;
  /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);
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp 61 static char *ReadFile(const char* filename, bool appendPath, size_t* outLength) {
65 *outLength = 0;
70 *outLength = (size_t)ftell(fp);
72 char* buffer = (char*)malloc(*outLength + 1);
73 size_t readLength = fread(buffer, 1, *outLength, fp);
  /external/icu/icu4c/source/common/
uinvchar.c 452 const char *outString, int32_t outLength,
458 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) {
462 if(outLength<0) {
463 outLength=(int32_t)uprv_strlen(outString);
469 minLength= outLength<localLength ? outLength : localLength;
492 return outLength-localLength;
497 const char *outString, int32_t outLength,
503 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) {
507 if(outLength<0)
    [all...]
  /external/curl/packages/OS400/
ccsidcurl.h 38 int length, int * outlength,
  /system/security/keystore/
user_state.cpp 121 size_t outLength = writeFully(out, (uint8_t*)&rawBlob, length);
125 if (outLength != length) {
126 ALOGW("blob not fully written %zu != %zu", outLength, length);
  /external/deqp/modules/gles31/functional/
es31fSSBOArrayLengthTests.cpp 119 const deUint32 index = gl.getProgramResourceIndex(m_shader->getProgram(), GL_BUFFER_VARIABLE, "Out.outLength");
124 throw tcu::TestError("Failed to find outLength variable");
129 throw tcu::TestError("Unexpected outLength location");
247 << " int outLength;\n"
267 << " sb_out.outLength = sb_target.array.length();\n"
  /development/ndk/platforms/android-13/include/android/
asset_manager.h 152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
163 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength);
  /frameworks/native/include/android/
asset_manager.h 198 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength)
210 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/android/
asset_manager.h 152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
163 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/android/
asset_manager.h 152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
163 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength);
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/android/
asset_manager.h 152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
163 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength);
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
163 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength);
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/android/
asset_manager.h 152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
163 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength);
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
163 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength);

Completed in 4602 milliseconds

1 2 3 4 5 6