OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strSize
(Results
1 - 5
of
5
) sorted by null
/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
Completed in 3949 milliseconds