OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputIndex
(Results
26 - 32
of
32
) sorted by null
1
2
/packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.cpp
352
const int
inputIndex
= correction->getInputIndex();
353
const bool addToSubQueue =
inputIndex
< SUB_QUEUE_MAX_COUNT;
404
if (
inputIndex
>= SUB_QUEUE_MIN_WORD_LENGTH && addToSubQueue) {
406
subQueue = queuePool->getSubQueue(currentWordIndex,
inputIndex
);
411
probability, &wordPointer, &wordLength,
inputIndex
);
[
all
...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java
[
all
...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java
[
all
...]
/external/smack/asmack-master/lib/
httpclient-4.1.3.jar
/prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar
Completed in 320 milliseconds
1
2