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

1 2 3 4

  /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...]
  /external/clang/test/
make_test_dirs.pl 11 $next_indent_level = length($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/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;
  /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/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/selinux/libselinux/include/selinux/
restorecon.h 154 MATCH = 0,
  /external/u-boot/lib/zlib/
inflate.h 43 MATCH, /* o: waiting for output space to copy string */
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
STreeParser.h 59 #define _MATCH(tok) MATCH(_t,tok)
99 virtual void MATCH(SORASTBase *_t, int tok);
  /external/mesa3d/src/compiler/glsl/
ir_reader.cpp 141 if (MATCH(expr, pat)) {
233 if (!MATCH(expr, pat)) {
277 "don't match prototype", f->name, badvar);
283 "match prototype", f->name);
397 if (!MATCH(expr, pat)) {
477 if (!MATCH(expr, pat)) {
506 if (!MATCH(expr, loop_pat)) {
529 if (MATCH(expr, return_value_pat)) {
536 } else if (MATCH(expr, return_void_pat)) {
585 if (!MATCH(expr, pat4) && !MATCH(expr, pat5))
    [all...]
  /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/one-true-awk/
ytab.h 56 MATCH = 266,
153 #define MATCH 266
  /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/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 */
  /external/zlib/src/
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/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/dtc/tests/
dtbs_equal_ordered.c 41 #define MATCH() \
46 FAIL("Trees match which shouldn't"); \
172 MATCH();
  /external/curl/lib/
dict.c 185 "MATCH "
  /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
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPolicyMix.h 110 enum class MixMatchStatus { MATCH, NO_MATCH, INVALID_MIX };
  /device/linaro/hikey/uefi-tools/
edk2-build.sh 351 *) # Try to match target in configuration file, add to list
352 MATCH=0
355 MATCH=1
361 if [ $MATCH -eq 0 ]; then
uefi-build.sh 322 MATCH=0
325 MATCH=1
331 if [ $MATCH -eq 0 ]; then
  /external/cldr/tools/java/org/unicode/cldr/icu/
TestCldr.java 71 static String MATCH;
74 MATCH = System.getProperty("XML_MATCH");
75 if (MATCH == null)
76 MATCH = ".*";
78 System.out.println("Resetting MATCH:" + MATCH);
89 CLDRPaths.MAIN_DIRECTORY, MATCH, DraftStatus.contributed);
164 Matcher m = PatternCache.get(MATCH).matcher("");

Completed in 1245 milliseconds

1 2 3 4