HomeSort by relevance Sort by last modified time
    Searched refs:MATCH (Results 26 - 50 of 93) sorted by null

12 3 4

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
STreeParser.cpp 5 MATCH(SORASTBase *_t,int tok)
  /external/mesa3d/src/compiler/glsl/
s_expression.h 42 #define MATCH(list, pat) s_match(list, ARRAY_SIZE(pat), pat, false)
151 * Part of a pattern to match - essentially a record holding a pointer to the
152 * storage for the component to match, along with the appropriate type.
163 bool match(s_expression *expr);
  /external/one-true-awk/
maketab.c 73 { MATCH, "matchop", " ~ " },
awkgram.y 52 %token <i> MATCH NOTMATCH MATCHOP
282 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); }
lex.c 72 { "match", MATCHFCN, MATCHFCN },
241 yylval.i = MATCH;
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 131 case MATCH:
  /external/dtc/tests/
dtbs_equal_unordered.c 42 #define MATCH() \
47 FAIL("Trees match which shouldn't"); \
222 MATCH();
  /external/pdfium/testing/tools/
gold.py 66 should be used to match hashes (master and cl#).
103 MATCH = 'match'
110 Match a locally generated hash of a test cases rendered image with the
116 with the options in that dict. If the hashes don't match, it should be
119 Returns MATCH if the md5 provided matches the ones in the baseline json,
131 return GoldBaseline.MATCH
  /external/selinux/policycoreutils/setfiles/
restorecon_xattr.c 23 "-n Do not append \"Match\" or \"No Match\" to displayed digests.\n\t"
181 case MATCH:
183 no_comment ? " Match\n" : "\n");
187 no_comment ? " No Match\n" : "\n");
191 no_comment ? " Match\n" : "\n");
196 no_comment ? " No Match\n" : "\n");
  /libcore/ojluni/src/main/java/java/util/concurrent/
SynchronousQueue.java 219 * to match a waiting node.
236 volatile SNode match; // the node matched to this field in class:SynchronousQueue.TransferStack.SNode
254 * Tries to match node s to this node, if so, waking up thread.
258 * @param s the node to match
262 if (match == null &&
263 U.compareAndSwapObject(this, MATCH, null, s)) {
271 return match == s;
278 U.compareAndSwapObject(this, MATCH, null, this);
282 return match == this;
287 private static final long MATCH;
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 102 # - in case of overlapping TIME parameters, the last match is taken
127 # not checked, first match is taken. Midnight wrap (eg. 20:00-6:00)
413 # the times overlap, last match is taken. The fields <rate>, <weight>
837 u32_s="${SPORT:+match ip sport $SPORT $SMASK}"
838 u32_s="${SADDR:+match ip src $SADDR} $u32_s"
839 u32_d="${DPORT:+match ip dport $DPORT $DMASK}"
840 u32_d="${DADDR:+match ip dst $DADDR} $u32_d"
876 MATCH=0; CHANGE=0
901 ### If the time matches, remember params and set MATCH flag
909 MATCH=
    [all...]
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 536 self.debug("Applied but rule does not match current "
720 MATCH = "match"
738 matchConfigApplicationLine = re.compile(configApplicationRegext).match
746 matchCriterionCreationLine = re.compile(criterionCreationRegext).match
749 matchChangingCriterionLine = re.compile(changingCriterionRegext).match
753 self.MATCH: matchConfigApplicationLine,
756 self.MATCH: matchCriterionCreationLine,
759 self.MATCH: matchChangingCriterionLine,
840 match = lineLogType[self.MATCH](lineLog
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 435 * TODO: JKESS PROPOSES SPECIAL-CASE FOR NO IMPORT LIST, TO MATCH COUNT.
452 * TODO: JKESS PROPOSES SPECIAL-CASE FOR NO IMPORT LIST, TO MATCH DESCRIPTION.
566 * Get a list "xsl:attribute-set" properties that match the qname.
695 * @return NamespaceAlias that matches uri, or null if no match.
743 * Get an "xsl:template" property by node match. This looks in the imports as
748 * @param targetNode non-null reference of node that the template must match.
752 * @return reference to ElemTemplate that is the best match for targetNode, or
753 * null if no match could be made.
770 * Get an "xsl:template" property by node match. This looks in the imports as
775 * @param targetNode non-null reference of node that the template must match
    [all...]
ElemNumber.java 133 * Only nodes are counted that match this pattern.
178 * current node that match the from pattern are considered.
191 * current node that match the from pattern are considered.
208 * current node that match the from pattern are considered.
220 * one plus the number of preceding siblings of that ancestor that match the count
228 * those nodes that match the count pattern; it then maps each node in the list to
229 * one plus the number of preceding siblings of that node that match the count pattern.
235 * nodes that match the count pattern and belong to the set containing the current
240 * current node that match the from pattern are considered.
595 * Given a 'from' pattern (ala xsl:number), a match patter
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 184 XPath rootMatch = new XPath("/", stylesheet, stylesheet, XPath.MATCH,
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 216 CssTokens.TokenType.MATCH,
  /bionic/libc/dns/net/
getaddrinfo.c 311 #define MATCH(x, y, w) \
695 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
697 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
749 /* require exact match for family field */
753 if (!MATCH(pai->ai_socktype, ex->e_socktype,
757 if (!MATCH(pai->ai_protocol, ex->e_protocol,
822 * if the servname does not match socktype/protocol, ignore it.
892 * if the servname does not match socktype/protocol, ignore it.
948 * if the servname does not match socktype/protocol, ignore it.
1034 * if the servname does not match socktype/protocol, ignore it
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 306 #define MATCH(x, y, w) \
464 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
466 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
511 /* require exact match for family field */
515 if (!MATCH(pai->ai_socktype, ex->e_socktype,
519 if (!MATCH(pai->ai_protocol, ex->e_protocol,
585 * if the servname does not match socktype/protocol, ignore it.
655 * if the servname does not match socktype/protocol, ignore it.
712 * if the servname does not match socktype/protocol, ignore it.
798 * if the servname does not match socktype/protocol, ignore it.
    [all...]
  /external/squashfs-tools/squashfs-tools/
action.c 691 void expr_log_match(int match)
693 if(match)
702 int match; local
707 match = expr->atom.test->fn(&expr->atom, action_data);
708 expr_log_match(match);
712 match = !eval_expr_log(expr->unary_op.expr, action_data);
716 match = eval_expr_log(expr->expr_op.lhs, action_data);
718 if ((expr->expr_op.op == TOK_AND && match) ||
719 (expr->expr_op.op == TOK_OR && !match)) {
721 match = eval_expr_log(expr->expr_op.rhs, action_data)
733 int match; local
758 int match, n; local
882 int i, match; local
917 int i, match; local
978 int i, match = 0; local
1512 int i, match = 0; local
1786 int match = eval_expr_top(action, &action_data); local
1988 int i, match = 0; local
2848 int match, res; local
2895 int match = 0; local
2958 int match; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
376 output will fall in the output data, making match copies simpler and faster.
616 unsigned copy; /* number of stored or match bytes to copy */
617 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /external/python/cpython2/Modules/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
376 output will fall in the output data, making match copies simpler and faster.
616 unsigned copy; /* number of stored or match bytes to copy */
617 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /external/syslinux/com32/lib/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
355 output will fall in the output data, making match copies simpler and faster.
600 unsigned copy; /* number of stored or match bytes to copy */
601 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 98 MATCH, // Received RA matched a known RA
211 case MATCH:
711 // Ignoring lifetimes (which may change) does {@code packet} match this RA?
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
376 output will fall in the output data, making match copies simpler and faster.
616 unsigned copy; /* number of stored or match bytes to copy */
617 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
rcssmin.c 173 * Match a pattern (and copy immediately to target)
201 #define MATCH(PAT, source, target, ctx) ( \
209 * Match a pattern (and copy immediately to target) - CI version
527 if (!MATCH(url, &source, &target, ctx)
851 if (!MATCH(ie7, &source, &target, ctx))

Completed in 1478 milliseconds

12 3 4