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

1 2 3 4 5 6 7 8 9

  /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() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
USBAudioPeripheralAttributesActivity.java 65 if (!ListsHelper.isMatch(deviceInfo.getChannelCounts(), attribs.mChannelCounts)) {
68 if (!ListsHelper.isMatch(deviceInfo.getChannelIndexMasks(),
72 if (!ListsHelper.isMatch(deviceInfo.getChannelMasks(),
76 if (!ListsHelper.isMatch(deviceInfo.getEncodings(), attribs.mEncodings)) {
79 if (!ListsHelper.isMatch(deviceInfo.getSampleRates(), attribs.mSampleRates)) {
98 if (!ListsHelper.isMatch(deviceInfo.getChannelCounts(), attribs.mChannelCounts)) {
101 if (!ListsHelper.isMatch(deviceInfo.getChannelIndexMasks(),
105 if (!ListsHelper.isMatch(deviceInfo.getChannelMasks(),
109 if (!ListsHelper.isMatch(deviceInfo.getEncodings(), attribs.mEncodings)) {
112 if (!ListsHelper.isMatch(deviceInfo.getSampleRates(), attribs.mSampleRates))
    [all...]
  /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);
  /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
  /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 639 bool isMatch(increment.surface_creation().name() == LAYER_NAME &&
642 if (isMatch && !foundSurface) {
645 else if (isMatch && foundSurface) {
652 bool isMatch(increment.surface_deletion().id() == mTargetId);
653 if (isMatch && !foundSurface) {
656 else if (isMatch && foundSurface) {
663 bool isMatch(increment.display_creation().name() == DISPLAY_NAME.string() &&
665 if (isMatch && !foundDisplay) {
668 else if (isMatch && foundDisplay) {
675 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 272 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
337 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
384 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
410 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
1047 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1055 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
    [all...]
  /external/lzma/C/
LzmaEnc.c 251 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
316 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
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[p->state][posState]);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSetting.java 128 public boolean isMatch(int flags) {
  /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/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)) {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
LigatureTree.java 41 boolean isMatch()

Completed in 512 milliseconds

1 2 3 4 5 6 7 8 9