HomeSort by relevance Sort by last modified time
    Searched defs:currentMatch (Results 1 - 21 of 21) sorted by null

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
BT4.java 82 int currentMatch = hash.getHash4Pos();
120 skip(niceLenLimit, currentMatch);
138 int delta = lzPos - currentMatch;
174 tree[ptr1] = currentMatch;
176 currentMatch = tree[ptr1];
179 tree[ptr0] = currentMatch;
181 currentMatch = tree[ptr0];
187 private void skip(int niceLenLimit, int currentMatch) {
196 int delta = lzPos - currentMatch;
223 tree[ptr1] = currentMatch;
    [all...]
HC4.java 98 int currentMatch = hash.getHash4Pos();
101 chain[cyclicPos] = currentMatch;
149 int delta = lzPos - currentMatch;
157 currentMatch = chain[cyclicPos - delta
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 89 protected Token currentMatch;
160 return this.currentMatch;
214 this.currentMatch = new Token();
215 this.currentMatch.tokenValue = id;
216 this.currentMatch.tokenType = ID;
221 this.currentMatch = new Token();
222 this.currentMatch.tokenValue = id;
223 this.currentMatch.tokenType = SAFE;
232 this.currentMatch = new Token();
233 this.currentMatch.tokenValue = nexttok
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
String.java     [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbProfileGroupSettingsManager.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 236 milliseconds