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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStringVectorAttribute.cpp 64 int strSize = _value[i].size();
65 Xdr::write <StreamIO> (os, strSize);
66 Xdr::write <StreamIO> (os, &_value[i][0], strSize);
79 int strSize;
80 Xdr::read <StreamIO> (is, strSize);
84 str.resize (strSize);
86 Xdr::read<StreamIO> (is, &str[0], strSize);
87 read += strSize;
  /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++) {
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 63 uint32_t strSize = (uint32_t)strlen(txt_testCasePatterns[i]) + 1;
64 testCasePatterns[i]=(UChar*)malloc(sizeof(UChar) * strSize);
65 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize);
68 uint32_t strSize = (uint32_t)strlen(txt_testResultStrings[i]) + 1;
69 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize);
70 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
    [all...]
capitst.c     [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 
  /external/dagger2/lib/
auto-value-1.0.jar 

Completed in 345 milliseconds