OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInputIndex
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h
32
mInputIndex
[0] -= commitPoint;
37
// TODO: The initial value for
mInputIndex
should be -1?
38
//
mInputIndex
[i] = i == 0 ? 0 : -1;
39
mInputIndex
[i] = 0;
47
mInputIndex
[i] = src->
mInputIndex
[i];
56
mInputIndex
[pointerId] = inputIndex;
71
if (
mInputIndex
[pointerId] < 0) {
72
mInputIndex
[pointerId] = val;
74
mInputIndex
[pointerId] = mInputIndex[pointerId] + val
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h
44
mInputIndex
(0), mLastCachedInputIndex(0) {}
49
mInputIndex
= 0;
83
return inputIndex ==
mInputIndex
- 1;
86
if (
mInputIndex
< inputSize) {
87
mInputIndex
++;
131
const bool shouldCache = (cacheInputIndex ==
mInputIndex
)
137
mLastCachedInputIndex =
mInputIndex
;
151
mInputIndex
= mLastCachedInputIndex;
196
int
mInputIndex
;
dic_nodes_cache.cpp
61
mInputIndex
-= commitPoint;
dic_node.h
56
: mNeedsToUpdateInputStateG(false), mPointerId(0),
mInputIndex
(0),
62
int16_t
mInputIndex
;
607
inputStateG->
mInputIndex
);
610
inputStateG->
mInputIndex
, inputStateG->mPrevCodePoint,
/frameworks/av/services/audioflinger/
AudioResampler.h
71
virtual size_t getUnreleasedFrames() const { return
mInputIndex
; }
104
size_t
mInputIndex
;
AudioResamplerCubic.cpp
58
size_t inputIndex =
mInputIndex
;
114
mInputIndex
= inputIndex;
124
size_t inputIndex =
mInputIndex
;
179
mInputIndex
= inputIndex;
AudioResampler.cpp
213
mSampleRate(sampleRate), mInSampleRate(sampleRate),
mInputIndex
(0),
273
mInputIndex
= 0;
303
size_t inputIndex =
mInputIndex
;
390
mInputIndex
= inputIndex;
400
size_t inputIndex =
mInputIndex
;
416
mInputIndex
= inputIndex;
485
mInputIndex
= inputIndex;
AudioResamplerSinc.cpp
[
all
...]
Completed in 1004 milliseconds