HomeSort by relevance Sort by last modified time
    Searched full:sourcelen (Results 101 - 125 of 187) sorted by null

1 2 3 45 6 7 8

  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 550 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
558 if(sourceLen > resLen) {
563 for(i = 0; i < sourceLen; i++) {
581 return sourceLen;
585 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
593 if(sourceLen > resLen) {
598 for(i = 0; i < sourceLen; i++) {
616 return sourceLen;
    [all...]
tblcoll.cpp 451 int32_t sourceLen,
460 if ((!source) || (sourceLen == 0)) {
466 source, sourceLen,
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvtst.c 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 142 int sourceLen = 0;
147 gl.getShaderiv(shader, GL_SHADER_SOURCE_LENGTH, &sourceLen);
153 if (sourceLen > 0)
155 std::vector<char> source(sourceLen);
157 info.source = std::string(&source[0], sourceLen);
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h     [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zlib.h     [all...]
  /external/qemu/distrib/zlib-1.2.8/
zlib.h     [all...]
  /external/zlib/src/
zlib.h     [all...]
  /external/chromium_org/third_party/zlib/
zlib.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zlib.h 652 uLong sourceLen));
655 deflation of sourceLen bytes. It must be called after deflateInit() or
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 652 uLong sourceLen));
655 deflation of sourceLen bytes. It must be called after deflateInit() or
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 159 int sourceLen = 0;
164 gl.getShaderiv(shader, GL_SHADER_SOURCE_LENGTH, &sourceLen);
170 if (sourceLen > 0)
172 std::vector<char> source(sourceLen);
174 info.source = std::string(&source[0], sourceLen);
    [all...]
  /external/freetype/src/gzip/
zlib.h 591 Compresses the source buffer into the destination buffer. sourceLen is
594 sourceLen plus 12 bytes. Upon exit, destLen is the actual size of the
605 parameter has the same meaning as in deflateInit. sourceLen is the byte
607 destination buffer, which must be at least 0.1% larger than sourceLen plus
616 Decompresses the source buffer into the destination buffer. sourceLen is
    [all...]
  /external/zlib/src/contrib/puff/
puff.c     [all...]

Completed in 2711 milliseconds

1 2 3 45 6 7 8