HomeSort by relevance Sort by last modified time
    Searched refs:isMatch (Results 1 - 25 of 64) sorted by null

1 2 3

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagVerifier.java 39 public Result(CharSequence expectedContent, CharSequence actualContent, boolean isMatch) {
42 this.mIsMatch = isMatch;
56 public boolean isMatch() {
  /external/deqp/framework/egl/
egluConfigFilter.cpp 38 bool isMatch = false;
42 case FILTER_EQUAL: isMatch = (cmpValue == m_value); break;
43 case FILTER_GREATER_OR_EQUAL: isMatch = (cmpValue >= m_value); break;
44 case FILTER_AND: isMatch = (cmpValue & m_value) == m_value; break;
45 case FILTER_NOT_SET: isMatch = (cmpValue & m_value) == 0; break;
49 return isMatch;
55 bool isMatch = false;
59 case FILTER_EQUAL: isMatch = (cmpValue == m_value); break;
60 case FILTER_GREATER_OR_EQUAL: isMatch = (cmpValue >= m_value); break;
61 case FILTER_AND: isMatch = (cmpValue & m_value) == m_value; break
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushReceiverActivity.java 43 private static final String IS_MATCH_ARG = "isMatch";
91 boolean isMatch = messages != null
95 getPassButton().setEnabled(isMatch);
98 args.putBoolean(IS_MATCH_ARG, isMatch);
140 boolean isMatch = args.getBoolean(IS_MATCH_ARG);
142 alert.setTitle(isMatch
145 alert.setMessage(isMatch
TagVerifierActivity.java 68 private static final String IS_MATCH_ID = "isMatch";
267 getPassButton().setEnabled(result.isMatch());
272 args.putBoolean(IS_MATCH_ID, result.isMatch());
377 boolean isMatch = args.getBoolean(IS_MATCH_ID);
380 alert.setTitle(isMatch
  /frameworks/base/core/jni/
android_os_UEventObserver.cpp 44 static bool isMatch(const char* buffer, size_t length) {
76 if (isMatch(buffer, length)) {
  /external/deqp/executor/
xeContainerFormatParser.cpp 211 bool isMatch = false;
223 isMatch = bufEnd == elemEnd;
232 if (isMatch)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ShortcutRegistry.js 195 var isMatch = false;
197 for (var i = 0; !isMatch && i < platforms.length; ++i)
198 isMatch = platforms[i] === currentPlatform;
199 return isMatch;
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 218 boolean isMatch = false;
222 isMatch = true;
228 isMatch = true;
233 if (isMatch) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LocaleUtils.java 65 // Don't use this directly, use #isMatch to test.
158 public static boolean isMatch(int level) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java 66 // Don't use this directly, use #isMatch to test.
159 public static boolean isMatch(final int level) {
DictionaryProvider.java 400 if (!LocaleUtils.isMatch(matchLevel)) {
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 239 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
304 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
350 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
376 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
1013 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1021 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState])
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 240 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
305 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
351 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
377 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
1014 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1022 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState])
    [all...]
  /external/lzma/C/
LzmaEnc.c 239 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
304 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
350 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
376 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
1013 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1021 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 160 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true);
162 if (isMatch)
169 if (!isMatch)
teglChooseConfigReference.cpp 297 bool isMatch (const SurfaceConfig& config)
350 if (isMatch(*iter)) out.push_back(*iter);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java 168 if (LocaleUtils.isMatch(matchLevel)) {
  /external/icu/icu4c/source/i18n/
rematch.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp     [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp     [all...]

Completed in 959 milliseconds

1 2 3