HomeSort by relevance Sort by last modified time
    Searched refs:currentInfo (Results 1 - 15 of 15) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 194 final PtNodeInfo currentInfo = dictDecoder.readPtNode(ptNodePos);
197 p < currentInfo.mCharacters.length;
200 || word.codePointAt(j) != currentInfo.mCharacters[p]) {
208 if (wordPos + currentInfo.mCharacters.length == wordLen) {
209 if (!currentInfo.isTerminal()) {
215 wordPos += currentInfo.mCharacters.length;
216 if (currentInfo.mChildrenAddress == FormatSpec.NO_CHILDREN_ADDRESS) {
220 dictDecoder.setPosition(currentInfo.mChildrenAddress);
  /external/chromium_org/third_party/skia/tools/lua/
bbh_filter.lua 22 currentInfo = {
31 globalInfo = {} -- Saves currentInfo for each file to be used at the end.
57 globalInfo[fileName] = currentInfo
67 currentInfo.verbs[t.verb] = (currentInfo.verbs[t.verb] or 0) + 1
68 currentInfo.numOps = currentInfo.numOps + 1
  /external/skia/tools/lua/
bbh_filter.lua 22 currentInfo = {
31 globalInfo = {} -- Saves currentInfo for each file to be used at the end.
57 globalInfo[fileName] = currentInfo
67 currentInfo.verbs[t.verb] = (currentInfo.verbs[t.verb] or 0) + 1
68 currentInfo.numOps = currentInfo.numOps + 1
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 647 ((CallerInfoToken) userDataObject).currentInfo.contactRefUri =
    [all...]
CallLogger.java 130 ci = ((PhoneUtils.CallerInfoToken) o).currentInfo;
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 210 milliseconds