Searched refs:isMatch (Results 1 - 25 of 31) sorted by relevance

12

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
H A DLZMACoder.java40 final short[][] isMatch = new short[State.STATES][POS_STATES_MAX]; field in class:LZMACoder
71 for (int i = 0; i < isMatch.length; ++i)
72 RangeCoder.initProbs(isMatch[i]);
H A DLZMAEncoder.java233 rc.encodeBit(isMatch[state.get()], 0, 0);
257 rc.encodeBit(isMatch[state.get()], posState, 0);
261 rc.encodeBit(isMatch[state.get()], posState, 1);
359 return RangeEncoder.getBitPrice(isMatch[state.get()][posState], 1);
530 isMatch[state.get()][pos & posMask], 0);
H A DLZMADecoder.java55 if (rc.decodeBit(isMatch[state.get()], posState) == 0) {
/external/deqp/executor/
H A DxeContainerFormatParser.cpp211 bool isMatch = false; local
223 isMatch = bufEnd == elemEnd;
232 if (isMatch)
/external/lzma/C/
H A DLzmaEnc.c251 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX]; member in struct:__anon13041
316 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX]; member in struct:__anon13042
361 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
387 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
1026 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1034 matchPrice = GET_PRICE_1(p->isMatch[
[all...]
/external/testng/src/main/java/org/testng/internal/
H A DMethodGroupsHelper.java278 Boolean match = isMatch(pattern, group);
288 private static Boolean isMatch(Pattern pattern, String group) { method in class:MethodGroupsHelper
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp199 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true); local
201 if (isMatch)
208 if (!isMatch)
H A DteglChooseConfigReference.cpp327 bool isMatch (const SurfaceConfig& config) function in class:deqp::egl::ConfigFilter
425 if (isMatch(*iter)) out.push_back(*iter);
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTree.java39 boolean isMatch() method in class:LigatureTree.Lignode
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/scripts/
H A Dmake_release.py155 for isMatch, createFileObj in filters:
159 if not file in usedFiles and isMatch(file):
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
H A Dtokenizer.js235 isMatch = true,
246 isMatch = false;
253 isMatch = false;
258 if (!isMatch)
261 return isMatch;
/external/icu/icu4c/source/i18n/
H A Drematch.cpp2736 UBool isMatch = FALSE; // True if the we have a match. local
2905 isMatch = TRUE;
3490 isMatch = FALSE;
4259 isMatch = FALSE;
4265 fMatch = isMatch;
4266 if (isMatch) {
4274 if (isMatch) {
4302 UBool isMatch = FALSE; // True if the we have a match.
4469 isMatch = TRUE;
5024 isMatch
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp3391 UBool isMatch = FALSE, isUTF8Match = FALSE; local
3657 isMatch = matcher->matches(status);
3662 isMatch = matcher->lookingAt(status);
3667 isMatch = matcher->find();
3686 if (isMatch == FALSE && groupStarts.size() != 0) {
3698 if (isMatch && groupStarts.size() == 0) {
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
H A Dparse5.js1684 isMatch = true,
1695 isMatch = false;
1702 isMatch = false;
1707 if (!isMatch)
1710 return isMatch;
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c124530 u8 isMatch; /* iColumn matches a term of the ORDER BY clause */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c124548 u8 isMatch; /* iColumn matches a term of the ORDER BY clause */ local
[all...]

Completed in 1202 milliseconds

12