HomeSort by: relevance | last modified time | path
    Searched defs:matcher (Results 1 - 18 of 18) sorted by relevancy

  /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;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.scm 65 ;; an error accessing these fields we'll throw it at matcher time instead
235 (define (disable-matcher!)
238 (define (enable-matcher!)
297 (lambda (matcher val)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.scm 65 ;; an error accessing these fields we'll throw it at matcher time instead
235 (define (disable-matcher!)
238 (define (enable-matcher!)
297 (lambda (matcher val)
  /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/gpl3/gdb.old/dist/gdb/guile/
scm-safe-call.c 101 excp_matcher_func *matcher = data->excp_matcher; local
103 if (matcher != NULL && matcher (key))
scm-pretty-print.c 125 /* Administrivia for pretty-printer matcher smobs. */
266 These are created when a matcher recognizes a value. */
379 SCM matcher = scm_car (list);
383 if (!ppscm_is_pretty_printer (matcher))
387 matcher);
390 pp_smob = (pretty_printer_smob *) SCM_SMOB_DATA (matcher);
399 (_("invalid lookup object in pretty-printer matcher"),
403 worker = gdbscm_safe_call_2 (pp_smob->lookup, matcher,
1051 name: a string naming the matcher\n\
375 SCM matcher = scm_car (list); local
  /src/external/gpl3/gdb.old/dist/gdb/
inline-frame.c 112 auto matcher = [target, &filter_ptid] (const inline_state &state) local
120 matcher);
128 auto matcher = [target, &filter_ptid] (const inline_state &state) local
136 matcher);
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-safe-call.c 101 excp_matcher_func *matcher = data->excp_matcher; local
103 if (matcher != NULL && matcher (key))
scm-pretty-print.c 125 /* Administrivia for pretty-printer matcher smobs. */
266 These are created when a matcher recognizes a value. */
379 SCM matcher = scm_car (list);
383 if (!ppscm_is_pretty_printer (matcher))
387 matcher);
390 pp_smob = (pretty_printer_smob *) SCM_SMOB_DATA (matcher);
399 (_("invalid lookup object in pretty-printer matcher"),
403 worker = gdbscm_safe_call_2 (pp_smob->lookup, matcher,
1051 name: a string naming the matcher\n\
375 SCM matcher = scm_car (list); local
  /src/external/gpl3/gdb/dist/gdb/
inline-frame.c 112 auto matcher = [target, &filter_ptid] (const inline_state &state) local
120 matcher);
128 auto matcher = [target, &filter_ptid] (const inline_state &state) local
136 matcher);
  /src/external/bsd/elftosb/dist/common/
ELFSourceFile.cpp 193 WildcardMatcher matcher; local
194 return createDataSource(matcher);
197 DataSource * ELFSourceFile::createDataSource(StringMatcher & matcher)
224 if (matcher.match(name))
  /src/external/bsd/nvi/dist/regex/
engine.c 49 #define matcher smatcher macro
60 #define matcher lmatcher macro
94 static int matcher __P((struct re_guts *g, RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int eflags));
132 - matcher - the actual matching engine
133 == static int matcher(struct re_guts *g, RCHAR_T *string, \
137 matcher(g, string, nmatch, pmatch, eflags) function
1099 #undef matcher macro
  /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/bsd/elftosb/dist/elftosb2/
ConversionController.cpp 1143 // create string matcher
1144 ExcludesListMatcher matcher; local
1146 // add each pattern to the matcher
1158 matcher.addPattern(isInclude, *(sectionNode->getSectionName()));
1162 source = sourceFile->createDataSource(matcher);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read-gdb-index.c 464 symbol_name_matcher_ftype *matcher; member in struct:name_and_matcher
469 return matcher == other.matcher && strcmp (name, other.name) == 0;
  /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/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 2336 symbol_name_matcher_ftype *matcher;
2341 return matcher == other.matcher && strcmp (name, other.name) == 0;
2333 symbol_name_matcher_ftype *matcher; member in struct:name_and_matcher

Completed in 34 milliseconds