HomeSort by relevance Sort by last modified time
    Searched refs:strSize (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/tests/benchmarks/src/android/text/
SpannableStringBuilderBenchmark.java 41 int strSize = Integer.parseInt(paramStringMult);
43 for (int i = 0; i < strSize; i++) {
SpannableStringInternalCopyBenchmark.java 33 int strSize = Integer.parseInt(paramStringMult);
35 for (int i = 0; i < strSize; i++) {
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
LogDumpHelper.h 58 static void DumpBufferToString(char* str, uint32_t strSize, const uint8_t* start, uint32_t size)
60 if (str == NULL || strSize == 0 || start == NULL || size == 0)
67 char* send = str + strSize ;
74 s += snprintf(s, strSize - (s - str), "%02x ", *byte) ;
  /frameworks/base/tools/aapt/
StringPool.cpp 387 #define ENCODE_LENGTH(str, chrsz, strSize) \
391 if ((strSize) > maxSize) { \
392 *(str)++ = maxMask | (((strSize)>>((chrsz)*8))&maxSize); \
394 *(str)++ = strSize; \
450 const size_t strSize = (ent.value.size());
451 const size_t lenSize = strSize > (size_t)(1<<((charSize*8)-1))-1 ?
467 ((mUTF8 ? encSize : strSize)+1)*charSize;
478 ENCODE_LENGTH(strings, sizeof(uint8_t), strSize)
486 ENCODE_LENGTH(strings, sizeof(char16_t), strSize)
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 65 uint32_t strSize = (uint32_t)strlen(txt_testCasePatterns[i]) + 1;
66 testCasePatterns[i]=(UChar*)malloc(sizeof(UChar) * strSize);
67 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize);
70 uint32_t strSize = (uint32_t)strlen(txt_testResultStrings[i]) + 1;
71 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize);
72 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
    [all...]
capitst.c     [all...]
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp 230 sint32 strSize = strlen(str);
232 char *maxSize = currBuffPtr + strSize;
234 memcpy(currBuffPtr, str, strSize);
235 currBuffPtr += strSize;
236 totalBytesWrittenToCurrBuff += strSize;
237 totalBytesWrittenToPCLmFile += strSize;
    [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.0/
auto-value-1.0.jar 

Completed in 718 milliseconds