OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strPos
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
StringPool.cpp
413
size_t
strPos
= 0;
430
ent.offset =
strPos
;
435
void* dat = (void*)pool->editData(preSize +
strPos
+ totalSize);
440
dat = (uint8_t*)dat + preSize +
strPos
;
457
strPos
+= totalSize;
462
if (
strPos
&0x3) {
463
size_t padPos = ((
strPos
+3)&~0x3);
469
memset(dat+preSize+
strPos
, 0, padPos-
strPos
);
470
strPos
= padPos
[
all
...]
/external/svox/pico/lib/
picotok.c
231
picoos_int32
strPos
;
[
all
...]
Completed in 133 milliseconds