HomeSort by relevance Sort by last modified time
    Searched full:ismatch (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /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/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/audio/peripheralprofile/
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);
ListsHelper.java 20 static public boolean isMatch(int[] a, int[] b) {
  /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]);
  /external/curl/tests/data/
test172 37 .%HOSTIP TRUE /silly/ FALSE 0 ismatch this
test31 20 Set-Cookie:ismatch=this ; domain=127.0.0.1; path=/silly/
103 127.0.0.1 FALSE /silly/ FALSE 0 ismatch this
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.c 186 BOOLEAN IsMatch;
191 IsMatch = TRUE;
209 IsMatch = FALSE;
210 return IsMatch;
225 IsMatch = FALSE;
229 if (IsMatch) {
236 IsMatch = FALSE;
241 if (IsMatch) {
248 IsMatch = FALSE;
253 if (IsMatch) {
    [all...]
IpSecImpl.c 164 BOOLEAN IsMatch;
166 IsMatch = FALSE;
196 IsMatch = TRUE;
209 IsMatch = TRUE;
213 return IsMatch;
243 BOOLEAN IsMatch;
249 IsMatch = FALSE;
260 IsMatch = (BOOLEAN) (SpdLocalPort == 0 && SpdRemotePort == 0);
261 IsMatch = (BOOLEAN) (IsMatch ||
    [all...]
  /frameworks/base/core/jni/
android_os_UEventObserver.cpp 44 static bool isMatch(const char* buffer, size_t length) {
76 if (isMatch(buffer, length)) {
  /external/toolchain-utils/automation/server/
machine_manager.py 33 available_pool = [m for m in self._machine_pool if mach_spec.IsMatch(m)]
  /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...]
  /external/iptables/iptables/
nft-bridge.c 33 if (!m->ismatch)
208 if (iter->ismatch) {
320 bool ismatch)
328 if (ismatch)
333 m->ismatch = ismatch;
517 if (m->ismatch) {
nft-bridge.h 103 bool ismatch; member in struct:ebt_match
  /external/deqp/executor/
xeContainerFormatParser.cpp 211 bool isMatch = false;
223 isMatch = bufEnd == elemEnd;
232 if (isMatch)
  /external/toolchain-utils/automation/common/
machine.py 63 def IsMatch(self, machine):
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 218 boolean isMatch = false;
222 isMatch = true;
228 isMatch = true;
233 if (isMatch) {
  /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...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Utility.c     [all...]
  /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/brotli/c/enc/
static_dict.c 46 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary,
281 if (!IsMatch(dictionary, w, data, max_length)) {
337 if (!IsMatch(dictionary, w, &data[1], max_length - 1)) {
378 if (!IsMatch(dictionary, w, &data[1], max_length - 1)) {
428 IsMatch(dictionary, w, &data[2], max_length - 2)) {
457 IsMatch(dictionary, w, &data[5], max_length - 5)) {
  /external/skia/src/pathops/
SkPathOpsTSect.h 41 bool isMatch() const {
812 if (fCoinStart.isMatch()) {
816 if (fCoinEnd.isMatch()) {
937 if (work.fCoinStart.isMatch()) {
    [all...]

Completed in 1300 milliseconds

1 2 3 4 5 6 7