HomeSort by relevance Sort by last modified time
    Searched defs:MATCH (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPolicyMix.h 110 enum class MixMatchStatus { MATCH, NO_MATCH, INVALID_MIX };
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
STreeParser.cpp 5 MATCH(SORASTBase *_t,int tok)
  /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
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_init.c 253 #define MATCH(line, name) \
265 if (MATCH(buf, "domain")) {
281 if (MATCH(buf, "search")) {
318 if (MATCH(buf, "nameserver") && nserv < MAXNS) {
334 if (MATCH(buf, "sortlist")) {
376 if (MATCH(buf, "options")) {
  /external/cldr/tools/java/org/unicode/cldr/draft/
RegexTransformState.java 9 NOMATCH, BLOCKED, MATCH
27 Status s = match();
29 case MATCH:
30 // the actions have been done inside the match
49 public Status match() { method in class:RegexTransformState
51 Status status = match(it.next());
67 public Status match(Rule rule) { method in class:RegexTransformState
95 // we have a match, so do the replacement
112 return Status.MATCH;
  /external/cldr/tools/java/org/unicode/cldr/posix/
GeneratePOSIX.java 30 MATCH = 3,
39 UOption.create("match", 'm', UOption.REQUIRES_ARG),
47 if (!options[MATCH].doesOccur || options[HELP1].doesOccur || options[HELP2].doesOccur)
50 String[] matchargs = options[MATCH].value.split("@", 2);
54 if (options[MATCH].value.indexOf("@") > 0)
80 PrintWriter out = FileUtilities.openUTF8Writer(options[DESTDIR].value + File.separator, options[MATCH].value
  /external/curl/tests/unit/
unit1307.c 43 #define MATCH CURL_FNMATCH_MATCH
74 { "\\[", "[", MATCH },
77 { "[][]", "[", MATCH },
78 { "[][]", "]", MATCH },
79 { "[[]", "[", MATCH },
80 { "[[[]", "[", MATCH },
81 { "[[[[]", "[", MATCH },
82 { "[[[[]", "[", MATCH },
84 { "[][[]", "]", MATCH },
85 { "[][[[]", "[", MATCH },
    [all...]
  /bionic/libc/dns/resolv/
res_init.c 287 #define MATCH(line, name) \
300 if (MATCH(buf, "domain")) {
316 if (MATCH(buf, "search")) {
353 if (MATCH(buf, "nameserver") && nserv < MAXNS) {
387 if (MATCH(buf, "sortlist")) {
429 if (MATCH(buf, "options")) {
  /external/dtc/tests/
dtbs_equal_ordered.c 41 #define MATCH() \
46 FAIL("Trees match which shouldn't"); \
172 MATCH();
dtbs_equal_unordered.c 42 #define MATCH() \
47 FAIL("Trees match which shouldn't"); \
222 MATCH();
  /external/mesa3d/src/compiler/glsl/
s_expression.h 41 #define MATCH(list, pat) s_match(list, ARRAY_SIZE(pat), pat, false)
150 * Part of a pattern to match - essentially a record holding a pointer to the
151 * storage for the component to match, along with the appropriate type.
162 bool match(s_expression *expr);
  /external/selinux/libselinux/include/selinux/
restorecon.h 154 MATCH = 0,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 43 MATCH, /* o: waiting for output space to copy string */
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /external/cldr/tools/java/org/unicode/cldr/tool/
CompareData.java 27 MATCH = 4;
34 UOption.create("match", 'm', UOption.REQUIRES_ARG).setDefault(".*"),
58 cldrFactory = Factory.make(sourceDir, options[MATCH].value);
59 Factory oldFactory = Factory.make(compareDir, options[MATCH].value);
62 new CldrUtility.MatcherFilter(options[MATCH].value).retainAll(locales);
  /external/icu/icu4c/source/test/cintltst/
usrchdat.c 85 {"testing that \\u00e9 does not match e", "e", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
87 {"testing that string ab\\u00e9cd does not match e", "e", NULL,
132 /*05*/{"\\u00c0 should match but not A", "A\\u0300", "en", UCOL_IDENTICAL, USEARCH_STANDARD_ELEMENT_COMPARISON,
195 /* testing tightest match */
316 static const SearchData MATCH[] = {
385 * first CE of the expansion but the match fails because it ends in the
402 * grapheme boundiaries. The match at 0 only works because
    [all...]
  /external/u-boot/lib/zlib/
inflate.h 43 MATCH, /* o: waiting for output space to copy string */
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /external/v8/src/debug/
debug-evaluate.cc 407 #define MATCH(Intrinsic) \
412 BUILTIN_INTRINSIC_WHITELIST(CASE, MATCH)
417 #undef MATCH
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
121 unsigned was; /* initial length of match */
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
124 unsigned was; /* initial length of match */
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 146 /** Represents a match type expression. */
147 public static final int MATCH = 1;
158 * @param type one of {@link #SELECT} or {@link #MATCH}.
179 else if (MATCH == type)
206 * @param type one of {@link #SELECT} or {@link #MATCH}.
228 else if (MATCH == type)
258 * @param type one of {@link #SELECT} or {@link #MATCH}.
463 * match pattern testing. */
467 * Get the match score of the given node.
613 * The match score if no match is made
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
ConvertTransforms.java 35 MATCH = 4,
46 UOption.create("match", 'm', UOption.REQUIRES_ARG).setDefault(".*"),
344 String match = options[MATCH].value; local
355 writeTransforms(sourceDir, match, targetDir + File.separator);
  /external/cldr/tools/java/org/unicode/cldr/util/
Dictionary.java 27 * call next() until it doesn't return MATCH. Along the way, you will get
42 * // sets the match value to the &quot;first&quot; partial match
62 * {[[[man]]]y manners ma} MATCH {Woman}
63 * {[[[many]]] manners ma} MATCH {Few}
64 * {m[[[any]]] manners ma} MATCH {All}
65 * {many [[[man]]]ners ma} MATCH {Woman}
71 * When you get a PARTIAL status, the match value is undefined. Often people
79 * <li>When we are parsing "Jul 1 1990", we will find a unique partial match at "Jul", with the value 7, for July, and
81 * <li>When we are parsing "Ju 1 1990", on the other hand, we will find a non-unique partial match at "Ju". While
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFilteredSentenceBreakIterator.java 90 if (r.hasValue()) { // remember the best match so far
96 if (r.matches()) { // exact match?
102 if (bestValue == Builder.MATCH) { // exact match!
284 static final int MATCH = (1 << 1); // < exact match - skip this one.
387 builder.add(reversed, MATCH);
393 // instead of "Ph.D." since we already know the "Ph." part is a match.
395 builder2.add(thisStr, MATCH); // forward
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFilteredSentenceBreakIterator.java 88 if (r.hasValue()) { // remember the best match so far
94 if (r.matches()) { // exact match?
100 if (bestValue == Builder.MATCH) { // exact match!
279 static final int MATCH = (1 << 1); // < exact match - skip this one.
382 builder.add(reversed, MATCH);
388 // instead of "Ph.D." since we already know the "Ph." part is a match.
390 builder2.add(thisStr, MATCH); // forward
  /external/python/cpython2/Modules/zlib/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
124 unsigned was; /* initial length of match */

Completed in 1371 milliseconds

1 2