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

1 2 3 4 5 6 7 8 910

  /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() {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
PrinterFilterMopria.java 53 boolean isMatch = !TextUtils.isEmpty(pdls)
58 if (isMatch) {
61 return isMatch;
  /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
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
ListsHelper.java 20 static public boolean isMatch(int[] a, int[] b) {
PeripheralProfile.java 110 ListsHelper.isMatch(deviceInfo.getChannelCounts(), attribs.mChannelCounts) &&
111 ListsHelper.isMatch(deviceInfo.getChannelIndexMasks(), attribs.mChannelIndexMasks) &&
112 ListsHelper.isMatch(deviceInfo.getChannelMasks(), attribs.mChannelPositionMasks) &&
113 ListsHelper.isMatch(deviceInfo.getEncodings(), attribs.mEncodings) &&
114 ListsHelper.isMatch(deviceInfo.getSampleRates(), attribs.mSampleRates);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMACoder.java 40 final short[][] isMatch = new short[State.STATES][POS_STATES_MAX];
71 for (int i = 0; i < isMatch.length; ++i)
72 RangeCoder.initProbs(isMatch[i]);
LZMAEncoder.java 233 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);
LZMADecoder.java 55 if (rc.decodeBit(isMatch[state.get()], posState) == 0) {
  /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)
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 218 boolean isMatch = false;
222 isMatch = true;
228 isMatch = true;
233 if (isMatch) {
  /frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp 645 bool isMatch(increment.surface_creation().name() == LAYER_NAME &&
648 if (isMatch && !foundSurface) {
651 else if (isMatch && foundSurface) {
658 bool isMatch(increment.surface_deletion().id() == mTargetId);
659 if (isMatch && !foundSurface) {
662 else if (isMatch && foundSurface) {
669 bool isMatch(increment.display_creation().name() == DISPLAY_NAME.string() &&
671 if (isMatch && !foundDisplay) {
674 else if (isMatch && foundDisplay) {
681 bool isMatch(increment.display_deletion().id() == mTargetId)
    [all...]
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
LocaleUtils.java 66 // Don't use this directly, use #isMatch to test.
160 public static boolean isMatch(final int level) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaEnc.c 283 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
364 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
397 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
423 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
1073 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1081 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
    [all...]
  /external/lzma/C/
LzmaEnc.c 283 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
364 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
397 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
423 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
1073 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1081 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSetting.java 168 public boolean isMatch(int flags) {
  /packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
DialerPhoneNumberUtil.java 121 public boolean isMatch(
  /external/testng/src/main/java/org/testng/internal/
MethodGroupsHelper.java 278 Boolean match = isMatch(pattern, group);
288 private static Boolean isMatch(Pattern pattern, String group) {
  /external/skia/src/pathops/
SkPathOpsTSect.h 41 bool isMatch() const {
812 if (fCoinStart.isMatch()) {
816 if (fCoinEnd.isMatch()) {
937 if (work.fCoinStart.isMatch()) {
    [all...]
  /external/skqp/src/pathops/
SkPathOpsTSect.h 41 bool isMatch() const {
812 if (fCoinStart.isMatch()) {
816 if (fCoinEnd.isMatch()) {
937 if (work.fCoinStart.isMatch()) {
    [all...]
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar 
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 201 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true);
203 if (isMatch)
210 if (!isMatch)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PersonalDictionaryLookup.java 332 if (LocaleUtils.isMatch(match)) {
433 if (LocaleUtils.isMatch(matchLevel)) {

Completed in 800 milliseconds

1 2 3 4 5 6 7 8 910