OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentInfo
(Results
1 - 11
of
11
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtilsTests.java
112
final CharGroupInfo
currentInfo
= BinaryDictInputOutput.readCharGroup(buffer,
114
printCharGroup(
currentInfo
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java
192
final CharGroupInfo
currentInfo
= BinaryDictInputOutput.readCharGroup(buffer,
195
BinaryDictInputOutput.isMovedGroup(
currentInfo
.mFlags,
198
BinaryDictInputOutput.isDeletedGroup(
currentInfo
.mFlags,
203
p <
currentInfo
.mCharacters.length;
206
|| word.codePointAt(j) !=
currentInfo
.mCharacters[p]) {
214
if (wordPos +
currentInfo
.mCharacters.length == wordLen) {
215
if (
currentInfo
.mFrequency == CharGroup.NOT_A_TERMINAL
222
wordPos +=
currentInfo
.mCharacters.length;
223
if (
currentInfo
.mChildrenAddress == FormatSpec.NO_CHILDREN_ADDRESS) {
227
buffer.position(
currentInfo
.mChildrenAddress)
[
all
...]
BinaryDictInputOutput.java
[
all
...]
/dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp
162
for
currentInfo
, it can only be a combination of U & D
213
VirtualRegInfo
currentInfo
;
562
currentInfo
.regNum = compileTable[k].regNum;
563
currentInfo
.physicalType = (LowOpndRegType)compileTable[k].physicalType;
566
/* update defUseTable by assuming a fake usage at END of a basic block for variable @
currentInfo
*/
700
currentInfo
= infoByteCode[kk];
703
currentInfo
.regNum,
currentInfo
.physicalType);
[
all
...]
/packages/apps/Phone/src/com/android/phone/
PhoneUtils.java
681
((CallerInfoToken) userDataObject).
currentInfo
.contactRefUri =
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 4018 milliseconds