HomeSort by: relevance | last modified time | path
    Searched refs:matcher (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl2/grep/dist/src/
grepmat.c 8 char const *matcher; variable
grep.h 29 extern struct matcher struct
37 extern char const *matcher;
grep.c 1153 /* Set the matcher to M, reporting any conflicts. */
1157 if (matcher && strcmp (matcher, m) != 0)
1159 matcher = m;
1162 /* Go through the matchers vector and look for the specified matcher.
1682 if (! matcher)
1684 matcher = __progname;
1686 matcher = "grep";
1691 printf (_("%s (GNU grep) %s\n"), matcher, VERSION);
1726 if (!install_matcher (matcher) && !install_matcher ("default")
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 38 // Matcher, class MatcherInterface, and others.
84 // To implement a matcher Foo for type T, define:
87 // 2. a factory function that creates a Matcher<T> object from a
91 // to write "v" instead of "Eq(v)" where a Matcher is expected, which
93 // ownership management as Matcher objects can now be copied like
124 // polymorphic matcher (i.e. something that can be converted to a
125 // Matcher but is not one yet; for example, Eq(value)) or a value (for
130 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) {
131 // M can be a polymorphic matcher, in which case we want to use
132 // its conversion operator to create Matcher<T>. Or it can be a valu
392 typename std::tuple_element<N - 1, MatcherTuple>::type matcher = local
1322 const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_); local
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 83 static bool Create(const char* statement, Matcher<const std::string&> matcher,
150 Matcher<const std::string&> matcher, const char* file,
157 bool Create(const char* statement, Matcher<const std::string&> matcher,
166 // and interpreted as a regex (rather than an Eq matcher) for legacy
168 inline Matcher<const ::std::string&> MakeDeathTestMatcher(
172 inline Matcher<const ::std::string&> MakeDeathTestMatcher(const char* regex) {
175 inline Matcher<const ::std::string&> MakeDeathTestMatcher
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 380 Matcher<const std::string&> matcher, const char* file,
383 statement, std::move(matcher), file, line, test);
399 DeathTestImpl(const char* a_statement, Matcher<const std::string&> matcher)
401 matcher_(std::move(matcher)),
439 // A matcher that's expected to match the stderr output by the child process.
440 Matcher<const std::string&> matcher_;
559 // matcher_: A matcher that's expected to match the stderr output by the child
651 WindowsDeathTest(const char* a_statement, Matcher<const std::string&> matcher
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
thompson.d 519 auto matcher = fwdMatcher(t.pc, end, me - ms, subCounters.get(t.pc, 0));
521 auto matcher = bwdMatcher(t.pc, end, me - ms, subCounters.get(t.pc, 0));
522 matcher.backrefed = backrefed.empty ? t.matches : backrefed;
524 auto mRes = matcher.matchOneShot(t.matches.ptr[ms .. me], IRL!(IR.LookbehindStart));
525 freelist = matcher.freelist;
526 subCounters[t.pc] = matcher.genCounter;
547 auto matcher = bwdMatcher(t.pc, end, me - ms, subCounters.get(t.pc, 0));
549 auto matcher = fwdMatcher(t.pc, end, me - ms, subCounters.get(t.pc, 0));
550 matcher.backrefed = backrefed.empty ? t.matches : backrefed;
551 auto mRes = matcher.matchOneShot(t.matches.ptr[ms .. me], IRL!(IR.LookaheadStart))
    [all...]
backtracking.d 18 @trusted class BacktrackingMatcher(Char, Stream = Input!Char) : Matcher!Char
167 override void dupTo(Matcher!Char m, void[] memBlock)
177 override Matcher!Char rearm(in Char[] data)
325 debug(std_regex_ctr) writeln("using C-T matcher");
616 auto matcher = bwdMatcher(slicedRe, mem);
620 auto matcher = fwdMatcher(slicedRe, mem);
622 matcher.matches = matches[ms .. me];
623 matcher.backrefed = backrefed.empty ? matches : backrefed;
624 immutable match = (matcher.matchImpl() != 0) ^ (re.ir[pc].code == IR.NeglookaheadStart);
645 alias Matcher = BacktrackingMatcher!(Char, Stream)
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
exclude.c 170 int (*matcher) PARAMS ((char const *, char const *, int)) =
174 bool matched = ((*matcher) (pattern, f, options) == 0);
180 matched = ((*matcher) (pattern, p + 1, options) == 0);
  /src/external/bsd/elftosb/dist/common/
SourceFile.cpp 135 //! FixedMatcher string matcher instance and uses the createDataSource()
139 FixedMatcher matcher(section);
140 return createDataSource(matcher);
SourceFile.h 90 virtual DataSource * createDataSource(StringMatcher & matcher) { return NULL; }
ELFSourceFile.cpp 193 WildcardMatcher matcher; local
194 return createDataSource(matcher);
197 DataSource * ELFSourceFile::createDataSource(StringMatcher & matcher)
224 if (matcher.match(name))
ELFSourceFile.h 83 virtual DataSource * createDataSource(StringMatcher & matcher);
  /src/external/apache2/llvm/lib/libLLVMSparcCodeGen/
Makefile 27 SparcGenAsmMatcher.inc|-gen-asm-matcher \
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msggrep.c 83 matcher_t *matcher; member in struct:grep_task
191 gt->matcher = &matcher_grep;
234 grep_task[grep_pass].matcher = &matcher_egrep;
287 grep_task[grep_pass].matcher = &matcher_fgrep;
447 gt->matcher->compile (gt->patterns, gt->patterns_size,
670 gt->matcher->execute (gt->compiled_patterns, str, len,
  /src/external/gpl2/lvm2/lib/libdevmapper/
Makefile 28 dbg_malloc.c pool.c matcher.c parse_rx.c ttree.c \
  /src/external/apache2/llvm/lib/libLLVMARMCodeGen/
Makefile 61 ARMGenAsmMatcher.inc|-gen-asm-matcher \
  /src/external/apache2/llvm/lib/libLLVMMipsCodeGen/
Makefile 52 MipsGenAsmMatcher.inc|-gen-asm-matcher \
  /src/external/apache2/llvm/lib/libLLVMPowerPCCodeGen/
Makefile 56 PPCGenAsmMatcher.inc|-gen-asm-matcher \
  /src/external/apache2/llvm/lib/libLLVMX86CodeGen/
Makefile 72 X86GenAsmMatcher.inc|-gen-asm-matcher \
  /src/external/gpl2/lvm2/dist/libdm/
Makefile 31 regex/matcher.c \
Makefile.in 31 regex/matcher.c \
  /src/external/apache2/llvm/lib/libLLVMAArch64CodeGen/
Makefile 70 AArch64GenAsmMatcher.inc|-gen-asm-matcher \
  /src/lib/libc/regex/
engine.c 57 #define matcher smatcher macro
68 #define matcher lmatcher macro
79 #define matcher mmatcher macro
113 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
195 - matcher - the actual matching engine
196 == static int matcher(struct re_guts *g, const char *string, \
200 matcher(struct re_guts *g, function
258 /* Greedy matcher */
1261 #undef matcher macro
  /src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
Makefile 116 AMDGPUGenAsmMatcher.inc|-gen-asm-matcher \

Completed in 54 milliseconds

1 2