HomeSort by relevance Sort by last modified time
    Searched refs:inBuf (Results 26 - 45 of 45) sorted by null

12

  /external/icu4c/test/cintltst/
putiltst.c 548 const char *inBuf;
575 const char *input = STRNULL(testCases[i].inBuf);
578 result = STRNULL(findBasename(testCases[i].inBuf));
592 const char *inBuf;
669 const char *input = STRNULL(testCases[i].inBuf);
675 result = STRNULL(findDirname(testCases[i].inBuf, toolutil_testBuf, testCases[i].outBufLen, &status));
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 506 byte inBuf[] = new byte[utf16len * 3]; // worst case
509 for (idx = 0; idx < inBuf.length; idx++) {
513 inBuf[idx] = val;
516 return new String(inBuf, 0, idx, "UTF-8");
  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 763 UChar *inBuf = smallInBuf;
771 u_strFromUTF8(inBuf, USPOOF_STACK_BUFFER_SIZE, &lengthInUChars,
774 inBuf = static_cast<UChar *>(uprv_malloc((lengthInUChars+1)*sizeof(UChar)));
775 if (inBuf == NULL) {
780 u_strFromUTF8(inBuf, lengthInUChars+1, &lengthInUChars,
784 skelLengthInUChars = uspoof_getSkeleton(sc, type, inBuf, lengthInUChars,
793 skelLengthInUChars = uspoof_getSkeleton(sc, type, inBuf, lengthInUChars,
801 if (inBuf != smallInBuf) {
802 uprv_free(inBuf);
  /build/tools/zipalign/
ZipFile.cpp 748 unsigned char* inBuf = NULL;
758 inBuf = new unsigned char[kBufSize];
760 if (inBuf == NULL || outBuf == NULL) {
805 memcpy(inBuf, data, getSize);
809 getSize = fread(inBuf, 1, kBufSize, srcFp);
821 crc = crc32(crc, inBuf, getSize);
823 zstream.next_in = inBuf;
865 delete[] inBuf;
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 748 unsigned char* inBuf = NULL;
758 inBuf = new unsigned char[kBufSize];
760 if (inBuf == NULL || outBuf == NULL) {
805 memcpy(inBuf, data, getSize);
809 getSize = fread(inBuf, 1, kBufSize, srcFp);
821 crc = crc32(crc, inBuf, getSize);
823 zstream.next_in = inBuf;
865 delete[] inBuf;
    [all...]
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 843 /*static*/ bool ZipFileRO::inflateBuffer(void* outBuf, const void* inBuf,
857 zstream.next_in = (Bytef*)inBuf;
908 /*static*/ bool ZipFileRO::inflateBuffer(int fd, const void* inBuf,
924 zstream.next_in = (Bytef*)inBuf;
  /external/svox/pico/lib/
picocep.c 169 picoos_uint8 inBuf[PICODATA_MAX_ITEMSIZE]; /* internal input buffer */
171 picoos_uint16 inReadPos, inWritePos; /* next pos to read/write from/to inBuf*/
296 /* inBuf */
    [all...]
picopam.c 155 picoos_uint8 inBuf[PICOPAM_IN_BUFF_SIZE]; /* internal input buffer */
157 picoos_uint16 inReadPos, inWritePos; /* next pos to read/write from/to inBuf*/
    [all...]
picopr.c 288 picoos_uint8 inBuf[IN_BUF_SIZE+PICODATA_ITEM_HEADSIZE]; /* internal input buffer */
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 116 int16_t *inBuf; // input buffer used when resampling
812 session->inBuf = NULL;
865 delete session->inBuf;
866 session->inBuf = NULL;
    [all...]
  /external/chromium_org/net/third_party/mozilla_security_manager/
nsPKCS12Blob.cpp 133 unsigned char *inBuf,
143 memcpy(outBuf, inBuf, inBufLen);
  /external/ppp/pppd/
md5.c 119 account for the presence of each of the characters inBuf[0..inLen-1]
122 void MD5_Update (mdContext, inBuf, inLen)
124 unsigned char *inBuf;
142 mdContext->in[mdi++] = *inBuf++;
  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c     [all...]
  /external/icu4c/test/iotest/
filetst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1183 milliseconds

12