HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 826 - 850 of 1447) sorted by null

<<31323334353637383940>>

  /external/libedit/src/
readline.c 2129 char **list, *match, *a, *b; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 460 int match = 1; local
463 for (i = 0, match = 1; match && i < img1->d_h; i += bsize) {
464 for (j = 0; match && j < img1->d_w; j += bsize) {
468 for (k = 0; match && k < si; ++k) {
469 for (l = 0; match && l < sj; ++l) {
480 match = 0;
489 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
490 for (j = 0; match && j < c_w; j += bsizex)
547 int match = 1; local
986 int i, match = 0; local
    [all...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 416 match(char * * cpp, char * s) function
    [all...]
  /external/libxml2/
xmllint.c 1764 int match = -1; local
    [all...]
  /external/lldb/test/
lldbtest.py 174 # Found our match.
1675 def match (self, str, patterns, msg=None, trace=False, error=False, matching=True, exe=True): member in class:TestBase
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 1 //===- PatternMatch.h - Match on the LLVM IR --------------------*- C++ -*-===//
19 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
41 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { function in namespace:llvm::PatternMatch
42 return const_cast<Pattern &>(P).match(V);
50 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::OneUse_match
51 return V->hasOneUse() && SubPattern.match(V);
60 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } function in struct:llvm::PatternMatch::class_match
63 /// \brief Match an arbitrary value and ignore it.
66 /// \brief Match an arbitrary binary operation and ignore it.
74 /// \brief Match an arbitrary ConstantInt and ignore it
92 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::match_combine_or
107 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::match_combine_and
128 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::match_zero
140 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::match_neg_zero
163 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::apint_match
183 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::constantint_match
205 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::cst_pred_ty
221 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::api_pred_ty
286 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::bind_ty
318 template <typename ITy> bool match(ITy *V) { return V == Val; } function in struct:llvm::PatternMatch::specificval_ty
330 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::specific_fpval
352 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::bind_const_intval_ty
368 template <typename ITy> bool match(ITy *V) { function in struct:llvm::PatternMatch::specific_intval
398 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::AnyBinaryOp_match
421 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::BinaryOp_match
550 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::OverflowingBinaryOp_match
642 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::BinOp2_match
684 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::Exact_match
708 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::CmpClass_match
749 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::SelectClass_match
780 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::CastClass_match
838 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::not_match
861 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::neg_match
884 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::fneg_match
912 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::br_match
930 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::brc_match
957 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::MaxMin_match
986 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::smax_pred_ty
993 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::smin_pred_ty
1000 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::umax_pred_ty
1007 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::umin_pred_ty
1014 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ofmax_pred_ty
1021 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ofmin_pred_ty
1028 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ufmax_pred_ty
1035 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ufmin_pred_ty
1122 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::UAddWithOverflow_match
1175 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::Argument_match
1192 template <typename OpTy> bool match(OpTy *V) { function in struct:llvm::PatternMatch::IntrinsicID_match
    [all...]
  /external/lz4/lib/
lz4.c 67 * An automatic detection macro will be added to match your case within future versions of the library.
557 const BYTE* match; local
564 /* Find a match */
573 match = LZ4_getPositionOnHash(h, ctx, tableType, base);
576 if (match<(const BYTE*)source)
590 } while ( ((dictIssue==dictSmall) ? (match < lowRefLimit) : 0)
591 || ((tableType==byU16) ? 0 : (match + MAX_DISTANCE < ip))
592 || (LZ4_read32(match+refDelta) != LZ4_read32(ip)) );
596 while ((ip>anchor) && (match+refDelta > lowLimit) && (unlikely(ip[-1]==match[refDelta-1]))) { ip--; match--;
986 const BYTE* match; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 264 * Template match for SIP messages. The matchObj is a SIPMessage template to match against.
268 * @param other is the match template to match against.
269 * @return true if a match occured and false otherwise.
271 public boolean match(Object other) { method in class:SIPMessage
282 // Could not find a header to match his header.
297 if (myHeader.match(hisHeader)) {
311 if (myHeader.match(hisHeader)) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 1377 FX_BOOL match = TRUE; local
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 638 CFX_ByteString match = m_InstalledTTFonts[i]; local
639 if (match[0] == ' ') {
640 match = m_InstalledTTFonts[i + 1];
642 return match;
1063 CFX_ByteString match = MatchInstalledFonts(_TT_NormalizeName(family)) local
    [all...]
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 1101 const char * match = NULL; local
1125 match = NULL;
1126 pcre_get_substring(work, ovector, rc, 0, &match);
1127 log_debug(" compute_raw_from_trans match = %s len = %u\n", match, strlen(match));
1130 if (!strcmp(bc->trans, match)) {
1147 pcre_free((char *)match);
1148 match = NULL;
1191 match = NULL
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 1589 GrTextureProvider::ScratchTexMatch match = GrTextureProvider::kApprox_ScratchTexMatch; local
    [all...]
SkGpuDevice.cpp 1970 const GrTextureProvider::ScratchTexMatch match = (kNever_TileUsage == cinfo.fTileUsage) ? local
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 251 if (this->match(result, this, t, pt)) {
1014 bool SkOpSegment::match(const SkOpPtT* base, const SkOpSegment* testParent, double testT, function in class:SkOpSegment
    [all...]
  /external/squashfs-tools/squashfs-tools/
action.c 687 void expr_log_match(int match)
689 if(match)
698 int match; local
703 match = expr->atom.test->fn(&expr->atom, action_data);
704 expr_log_match(match);
708 match = !eval_expr_log(expr->unary_op.expr, action_data);
712 match = eval_expr_log(expr->expr_op.lhs, action_data);
714 if ((expr->expr_op.op == TOK_AND && match) ||
715 (expr->expr_op.op == TOK_OR && !match)) {
717 match = eval_expr_log(expr->expr_op.rhs, action_data)
729 int match; local
754 int match, n; local
878 int i, match; local
913 int i, match; local
974 int i, match = 0; local
1508 int i, match = 0; local
1782 int match = eval_expr_top(action, &action_data); local
1984 int i, match = 0; local
2841 int match, res; local
2888 int match = 0; local
2951 int match; local
    [all...]
unsquashfs.c 1428 int match = use_regex ? local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1179 static int tls_match_altsubject(X509 *cert, const char *match)
1185 pos = match;
1198 "match '%s'", pos);
1223 static int domain_suffix_match(const u8 *val, size_t len, const char *match,
1236 match_len = os_strlen(match);
1240 if (os_strncasecmp((const char *) val + len - match_len, match,
1242 return 0; /* no match */
1245 return 1; /* exact match */
1248 return 1; /* full label match completes suffix match */
1505 char *match, *altmatch, *suffix_match, *domain_match; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 559 int match = 0; local
577 match = 1;
587 return match;
736 /* Match with 3 digit MNC */
740 /* Match with 2 digit MNC */
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 41 * match against actions, categories, and data (either via its type, scheme,
59 * only match intents that contain no data.
64 * specified must match the contents of the Intent. If you specify a scheme
66 * match; a content: URI will never match because they always have a MIME type
68 * has somewhat special meaning: it will match either an Intent with no URI
70 * then only an Intent with no data or type will match. To specify an authority,
83 * <p>A match is based on the following rules. Note that
84 * for an IntentFilter to match an Intent, three conditions must hold:
85 * the <strong>action</strong> and <strong>category</strong> must match, an
873 public boolean match(AuthorityEntry other) { method in class:IntentFilter.AuthorityEntry
896 public int match(Uri data) { method in class:IntentFilter.AuthorityEntry
1215 int match = ae.match(data); local
1265 int match = MATCH_CATEGORY_EMPTY; local
1438 public final int match(ContentResolver resolver, Intent intent, method in class:IntentFilter
1473 public final int match(String action, String type, String scheme, method in class:IntentFilter
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 293 TrieNode match = longestMatch(getResources().getSmileys(), this, nextChar, local
295 if (match == null) {
299 int nextCharClass = getCharClass(nextChar + match.getText().length());
304 addToken(new Smiley(match.getText()));
305 nextChar += match.getText().length();
316 TrieNode match = longestMatch(getResources().getAcronyms(), this, nextChar); local
317 if (match == null) {
320 addToken(new Acronym(match.getText(), match.getValue()));
321 nextChar += match.getText().length()
    [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 1417 bool match; local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 444 * - requires MIN_MATCH (7) characters to match
503 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
519 * match:
1007 Matcher match = GLOBAL_PHONE_NUMBER_PATTERN.matcher(phoneNumber); local
1008 return match.matches();
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 945 bool match = false; local
948 match = true;
957 if (!match) {
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 813 bool (*match)(GLint reqValue, GLint confValue); member in struct:android::config_management_t
1177 bool match = gConfigManagement[cfgMgtIndex].match( local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 479 int match = 1; local
482 for (i = 0, match = 1; match && i < img1->d_h; i += bsize) {
483 for (j = 0; match && j < img1->d_w; j += bsize) {
487 for (k = 0; match && k < si; ++k) {
488 for (l = 0; match && l < sj; ++l) {
499 match = 0;
508 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
509 for (j = 0; match && j < c_w; j += bsizex)
566 int match = 1; local
978 int i, match = 0; local
    [all...]

Completed in 623 milliseconds

<<31323334353637383940>>