HomeSort by relevance Sort by last modified time
    Searched full:stringlen (Results 1 - 20 of 20) sorted by null

  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.cpp 118 const int32_t stringLen = value.length();
119 const size_t needed = 1 + sizeof(int32_t) + stringLen;
125 memcpy(&mStorage[mPos + 1], &stringLen, sizeof(int32_t));
126 memcpy(&mStorage[mPos + 5], value.string(), stringLen);
  /external/fonttools/Lib/fontTools/ttLib/tables/
M_E_T_A_.py 38 stringLen: H
98 stringRec.string = data[stringRec.offset:stringRec.offset + stringRec.stringLen]
138 stringOffset = stringOffset + stringRec.stringLen
215 stringRec.stringLen = len(stringRec.string)
306 + ", offset: " + str(self.offset) + ", length: " + str(self.stringLen) + ", string: " +self.string + " ]"
  /external/chromium_org/third_party/re2/re2/testing/
possible_match_test.cc 226 int stringlen = 5; local
230 stringlen = 3;
234 stringlen, Explode("ab4"));
  /external/regex-re2/re2/testing/
possible_match_test.cc 226 int stringlen = 5; local
230 stringlen = 3;
234 stringlen, Explode("ab4"));
  /cts/suite/audio_quality/test_description/
processing_main.py 195 stringLen = len(rawString)
196 while totalSent < stringLen:
  /external/tcpdump/
smbutil.c 28 static u_int32_t stringlen; variable
587 stringlen = buf[0];
588 printf("%u", stringlen);
594 stringlen = reverse ? EXTRACT_16BITS(buf) :
596 printf("%u", stringlen);
602 stringlen = reverse ? EXTRACT_32BITS(buf) :
604 printf("%u", stringlen);
660 TCHECK2(*buf, stringlen);
661 printf("%-*.*s", (int)stringlen, (int)stringlen, buf)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 184 int32_t stringLen = USPOOF_KEY_LENGTH_FIELD(keyFlags) + 1;
190 if (stringLen == 1) {
202 if (stringLen == 4) {
206 stringLen = fSpoofData->fCFUStringLengths[ix].fStrLength;
213 U_ASSERT(value + stringLen < fSpoofData->fRawData->fCFUStringTableLen);
215 for (ix=0; ix<stringLen; ix++) {
218 return stringLen;
regexcmp.cpp     [all...]
rematch.cpp     [all...]
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 191 int32_t stringLen = USPOOF_KEY_LENGTH_FIELD(keyFlags) + 1;
197 if (stringLen == 1) {
209 if (stringLen == 4) {
213 stringLen = fSpoofData->fCFUStringLengths[ix].fStrLength;
220 U_ASSERT(value + stringLen <= fSpoofData->fRawData->fCFUStringTableLen);
222 dest.append(src, stringLen);
223 return stringLen;
rematch.cpp     [all...]
regexcmp.cpp     [all...]
  /external/svox/pico/lib/
picoos.h 102 void picoos_get_sep_part_str (picoos_char string[], picoos_int32 stringlen, picoos_int32 * ind, picoos_char sepCh, picoos_char part[], picoos_int32 maxsize, picoos_uint8 * done);
517 /* 'stringlen' is the part of input string to be considered, possibly not containing NULLC (e.g. result of strlen).
520 picoos_int32 stringlen, picoos_int32 * ind, picoos_char sepCh,
picoos.c     [all...]
  /external/chromium_org/third_party/libxml/src/
xpointer.c 2450 int stringlen; \/* in bytes *\/ local
    [all...]
  /external/libxml2/
xpointer.c 2453 int stringlen; \/* in bytes *\/ local
    [all...]
  /hardware/ril/libril/
ril.cpp 375 size_t stringlen; local
378 s16 = p.readString16Inplace(&stringlen);
380 return strndup16to8(s16, stringlen);
550 size_t stringlen; local
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 1810 milliseconds