OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strSize
(Results
1 - 10
of
10
) 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++) {
/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
391
#define ENCODE_LENGTH(str, chrsz,
strSize
) \
395
if (
strSize
> maxSize) { \
396
*str++ = maxMask | ((
strSize
>>(chrsz*8))&maxSize); \
398
*str++ =
strSize
; \
454
const size_t
strSize
= (ent.value.size());
455
const size_t lenSize =
strSize
> (size_t)(1<<((charSize*8)-1))-1 ?
471
((mUTF8 ? encSize :
strSize
)+1)*charSize;
482
ENCODE_LENGTH(strings, sizeof(uint8_t),
strSize
)
490
ENCODE_LENGTH(strings, sizeof(char16_t),
strSize
)
/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 248 milliseconds