Home
last modified time | relevance | path

Searched refs:isMatch (Results 1 – 25 of 32) sorted by relevance

12

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMACoder.java40 final short[][] isMatch = new short[State.STATES][POS_STATES_MAX]; field in LZMACoder
71 for (int i = 0; i < isMatch.length; ++i) in reset()
72 RangeCoder.initProbs(isMatch[i]); in reset()
DLZMAEncoder.java233 rc.encodeBit(isMatch[state.get()], 0, 0); in encodeInit()
257 rc.encodeBit(isMatch[state.get()], posState, 0); in encodeSymbol()
261 rc.encodeBit(isMatch[state.get()], posState, 1); in encodeSymbol()
359 return RangeEncoder.getBitPrice(isMatch[state.get()][posState], 1); in getAnyMatchPrice()
530 isMatch[state.get()][pos & posMask], 0); in getPrice()
DLZMADecoder.java55 if (rc.decodeBit(isMatch[state.get()], posState) == 0) { in decode()
/external/deqp/executor/
DxeContainerFormatParser.cpp211 bool isMatch = false; in parseContainerLine() local
223 isMatch = bufEnd == elemEnd; in parseContainerLine()
232 if (isMatch) in parseContainerLine()
/external/lzma/C/
DLzmaEnc.c251 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX]; member
316 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX]; member
361 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i])); in LzmaEnc_SaveState()
387 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i])); in LzmaEnc_RestoreState()
1026 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) + in GetOptimum()
1034 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]); in GetOptimum()
1236 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); in GetOptimum()
1255 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); in GetOptimum()
1297 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1369 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()
[all …]
/external/skia/src/pathops/
DSkPathOpsTSect.h41 bool isMatch() const { in isMatch() function
812 if (fCoinStart.isMatch()) { in validate()
816 if (fCoinEnd.isMatch()) { in validate()
937 if (work.fCoinStart.isMatch()) { in binarySearchCoin()
1097 if (work->fCoinStart.isMatch()) { in computePerpendiculars()
1106 if (work->fCoinEnd.isMatch()) { in computePerpendiculars()
1193 SkASSERT(first->fCoinStart.isMatch()); in extractCoincident()
1195 SkOPASSERT(last->fCoinEnd.isMatch()); in extractCoincident()
1227 SkOPASSERT(last->fCoinEnd.isMatch()); in extractCoincident()
1298 if (work->fCoinStart.isMatch()) { in findCoincidentRun()
[all …]
/external/robolectric/v1/lib/main/
Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/testng/src/main/java/org/testng/internal/
DMethodGroupsHelper.java278 Boolean match = isMatch(pattern, group); in findMethodsThatBelongToGroup()
288 private static Boolean isMatch(Pattern pattern, String group) { in isMatch() method in MethodGroupsHelper
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp201 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true); in executeTest() local
203 if (isMatch) in executeTest()
210 if (!isMatch) in executeTest()
DteglChooseConfigReference.cpp391 bool isMatch (const SurfaceConfig& config) const in isMatch() function in deqp::egl::ConfigFilter
497 if (isMatch(*iter)) out.push_back(*iter); in filter()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureTree.java41 boolean isMatch() in isMatch() method in LigatureTree.Lignode
/external/icu/icu4c/source/i18n/
Drematch.cpp2752 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
2899 isMatch = TRUE; in MatchAt()
3484 isMatch = FALSE; in MatchAt()
4273 isMatch = FALSE; in MatchAt()
4279 fMatch = isMatch; in MatchAt()
4280 if (isMatch) { in MatchAt()
4288 if (isMatch) { in MatchAt()
4316 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
4462 isMatch = TRUE; in MatchChunkAt()
5017 isMatch = FALSE; in MatchChunkAt()
[all …]
/external/deqp/scripts/
Dmake_release.py155 for isMatch, createFileObj in filters:
159 if not file in usedFiles and isMatch(file):
/external/owasp/sanitizer/tools/findbugs/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3393 UBool isMatch = FALSE, isUTF8Match = FALSE; in regex_find() local
3662 isMatch = matcher->matches(status); in regex_find()
3667 isMatch = matcher->lookingAt(status); in regex_find()
3672 isMatch = matcher->find(); in regex_find()
3694 if (isMatch == FALSE && groupStarts.size() != 0) { in regex_find()
3703 if (isMatch && groupStarts.size() == 0) { in regex_find()
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...
/external/caliper/lib/
Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/ ...
/external/dagger2/lib/
Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/sqlite/dist/orig/
Dsqlite3.c133307 u8 isMatch; /* iColumn matches a term of the ORDER BY clause */
133496 isMatch = 0;
133517 isMatch = 1;
133520 if( isMatch && (wctrlFlags & WHERE_GROUPBY)==0 ){
133524 if( (rev ^ revIdx)!=pOrderBy->a[i].sortOrder ) isMatch = 0;
133531 if( isMatch ){

12