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

  /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/core/jni/
android_os_UEventObserver.cpp 44 static bool isMatch(const char* buffer, size_t length) {
76 if (isMatch(buffer, length)) {
  /external/regex-re2/re2/
prog.cc 171 static bool IsMatch(Prog*, Prog::Inst*);
224 IsMatch(this, k)) {
228 if (IsMatch(this, j) &&
238 static bool IsMatch(Prog* prog, Prog::Inst* ip) {
242 LOG(DFATAL) << "Unexpected opcode in IsMatch: " << ip->opcode();
dfa.cc 97 inline bool IsMatch() const { return flag_ & kFlagMatch; }
201 // sets *ismatch to true.
204 int c, uint flag, bool* ismatch,
880 // means to match c$. Sets the bool *ismatch to true if the end of the
883 int c, uint flag, bool* ismatch,
1007 bool ismatch = false; local
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 338 boolean isMatch = false;
369 if ((isMatch) && (negate == false))
384 isMatch = true;
399 isMatch = true;
408 isMatch = true;
413 return isMatch;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LocaleUtils.java 70 // Don't use this directly, use #isMatch to test.
163 public static boolean isMatch(int level) {
BinaryDictionaryGetter.java 284 if (LocaleUtils.isMatch(matchLevel)) {
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Location.java 385 if (isMatch(contents, index, pattern, hints)) {
401 if (index != -1 && isMatch(contents, index, SUPER_KEYWORD, hints)) {
411 if (isMatch(contents, index, pattern, hints)) {
423 private static boolean isMatch(@NonNull String contents, int offset, String pattern,
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]
objects-inl.h     [all...]
  /external/icu4c/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 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /external/icu4c/test/intltest/
regextst.cpp     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2006-05-10 239 (WebCore::CircularSearchBuffer::isMatch): Ditto.
    [all...]

Completed in 563 milliseconds