OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tailPos
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
sparse_table.cpp
50
int
tailPos
= mIndexTableBuffer->getTailPosition();
51
while (
tailPos
<= posInIndexTable) {
52
if (!mIndexTableBuffer->writeUintAndAdvancePosition(NOT_EXIST, INDEX_SIZE, &
tailPos
)) {
53
AKLOGE("cannot extend index table.
tailPos
: %d to: %d",
tailPos
, posInIndexTable);
61
AKLOGE("cannot update value %d. pos: %d,
tailPos
: %d, mDataSize: %d", value,
80
AKLOGE("cannot write content table to extend. writingPos: %d,
tailPos
: %d, "
buffer_with_extendable_buffer.cpp
155
const int
tailPos
= sourceBuffer->getTailPosition();
157
while (copyingPos <
tailPos
) {
158
const int remainingSize =
tailPos
- copyingPos;
/tools/external/gradle/
gradle-api-2.14.1.jar
gradle-api-3.4.1.jar
gradle-api-3.5-20170307000048+0000.jar
Completed in 138 milliseconds