/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
D | LZMACoder.java | 40 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()
|
D | LZMAEncoder.java | 233 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()
|
D | LZMADecoder.java | 55 if (rc.decodeBit(isMatch[state.get()], posState) == 0) { in decode()
|
/external/deqp/executor/ |
D | xeContainerFormatParser.cpp | 211 bool isMatch = false; in parseContainerLine() local 223 isMatch = bufEnd == elemEnd; in parseContainerLine() 232 if (isMatch) in parseContainerLine()
|
/external/lzma/C/ |
D | LzmaEnc.c | 251 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/ |
D | SkPathOpsTSect.h | 41 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/ |
D | commons-codec-1.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/testng/src/main/java/org/testng/internal/ |
D | MethodGroupsHelper.java | 278 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/ |
D | teglChooseConfigTests.cpp | 201 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true); in executeTest() local 203 if (isMatch) in executeTest() 210 if (!isMatch) in executeTest()
|
D | teglChooseConfigReference.cpp | 391 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/ |
D | org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.pde.core_3.6.1.v20100902_r361.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | LigatureTree.java | 41 boolean isMatch() in isMatch() method in LigatureTree.Lignode
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 2752 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/ |
D | make_release.py | 155 for isMatch, createFileObj in filters: 159 if not file in usedFiles and isMatch(file):
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 3393 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/ |
D | xwork-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
xwork-validator-definition-1.0. ... |
/external/caliper/lib/ |
D | joda-time-2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/joda/
org/ ... |
/external/dagger2/lib/ |
D | auto-value-1.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/sqlite/dist/orig/ |
D | sqlite3.c | 133307 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 ){
|