/external/proguard/src/proguard/util/ |
D | OrMatcher.java | 32 private final StringMatcher matcher2; field in OrMatcher 35 public OrMatcher(StringMatcher matcher1, StringMatcher matcher2) in OrMatcher() argument 38 this.matcher2 = matcher2; in OrMatcher() 47 matcher2.matches(string); in matches()
|
D | AndMatcher.java | 32 private final StringMatcher matcher2; field in AndMatcher 35 public AndMatcher(StringMatcher matcher1, StringMatcher matcher2) in AndMatcher() argument 38 this.matcher2 = matcher2; in AndMatcher() 47 matcher2.matches(string); in matches()
|
/external/openfst/src/include/fst/ |
D | compose-filter.h | 221 M1 *matcher1 = 0, M2 *matcher2 = 0) 223 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)), 306 M1 *matcher1 = 0, M2 *matcher2 = 0) 308 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)), 392 M1 *matcher1 = 0, M2 *matcher2 = 0) 394 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)), 495 Matcher1 *matcher1 = 0, Matcher2 *matcher2 = 0, 497 : filter_(fst1, fst2, matcher1, matcher2), in filter_() argument
|
D | lookahead-filter.h | 63 LookAheadMatcher< Fst <Arc> > matcher2(fst2, MATCH_INPUT); in LookAheadMatchType() 64 return LookAheadMatchType(matcher1, matcher2); in LookAheadMatchType() 212 M1 *matcher1, M2 *matcher2) in LookAheadComposeFilter() argument 213 : filter_(fst1, fst2, matcher1, matcher2), in LookAheadComposeFilter() 346 M1 *matcher1, M2 *matcher2) in PushWeightsComposeFilter() argument 347 : filter_(fst1, fst2, matcher1, matcher2), in PushWeightsComposeFilter() 440 M1 *matcher1, M2 *matcher2) in PushLabelsComposeFilter() argument 441 : filter_(fst1, fst2, matcher1, matcher2), in PushLabelsComposeFilter()
|
D | compose.h | 54 M *matcher2; // FST2 matcher member 61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2), in CacheOptions() 64 ComposeFstOptions() : matcher1(0), matcher2(0), filter(0), state_table(0) {} in ComposeFstOptions() 85 M2 *matcher2; // FST2 matcher member 92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2), in CacheOptions() 96 : matcher1(0), matcher2(0), filter(0), state_table(0) {} in ComposeFstImplOptions() 392 new F(fst1, fst2, opts.matcher1, opts.matcher2)), in ComposeFstImpl() 583 ComposeFstImplOptions<M, M, F, T> nopts(opts, opts.matcher1, opts.matcher2, in CreateBase1()
|
D | difference.h | 98 copts.matcher2 = new R(cfst, MATCH_INPUT, ComplementFst<A>::kRhoLabel, in DifferenceFst() 99 MATCHER_REWRITE_ALWAYS, opts.matcher2); in DifferenceFst()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | compose.h | 295 Matcher1 *matcher1 = 0, Matcher2 *matcher2 = 0, 298 : filter_(fst1, fst2, matcher1, matcher2), in filter_() argument 429 using COptions::matcher2; 437 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kParenLoop); 439 filter = new PdtFilter(ifst1, ifst2, matcher1, matcher2, &parens, 458 using COptions::matcher2; 466 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kParenList); 468 filter = new PdtFilter(ifst1, ifst2, matcher1, matcher2, &parens,
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 1430 RegexMatcher *matcher2 = pat2->matcher(d5, status); in API_Replace() local 1432 dest = matcher2->replaceFirst("$1$1", status); in API_Replace() 1436 dest = matcher2->replaceFirst(UNICODE_STRING_SIMPLE("The value of \\$1 is $1."), status); in API_Replace() 1440 dest = matcher2->replaceFirst("$ by itself, no group number $$$", status); in API_Replace() 1446 dest = matcher2->replaceFirst(replacement, status); in API_Replace() 1450 …REGEX_ASSERT_FAIL(matcher2->replaceFirst("bad capture group number $5...",status), U_INDEX_OUTOFBO… in API_Replace() 1519 delete matcher2; in API_Replace() 2615 RegexMatcher *matcher2 = &pat2->matcher(status)->reset(&dataText); in API_Replace_UTF8() local 2620 result = matcher2->replaceFirst(&replText, NULL, status); in API_Replace_UTF8() 2626 result = matcher2->replaceFirst(&replText, &destText, status); in API_Replace_UTF8() [all …]
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 1259 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) in BothOfMatcherImpl() argument 1260 : matcher1_(matcher1), matcher2_(matcher2) {} in BothOfMatcherImpl() 1320 BothOfMatcher(Matcher1 matcher1, Matcher2 matcher2) in BothOfMatcher() argument 1321 : matcher1_(matcher1), matcher2_(matcher2) {} in BothOfMatcher() 1346 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) in EitherOfMatcherImpl() argument 1347 : matcher1_(matcher1), matcher2_(matcher2) {} in EitherOfMatcherImpl() 1408 EitherOfMatcher(Matcher1 matcher1, Matcher2 matcher2) in EitherOfMatcher() argument 1409 : matcher1_(matcher1), matcher2_(matcher2) {} in EitherOfMatcher()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 3396 Matcher<Uncopyable&> matcher2 = in TEST() local 3399 EXPECT_TRUE(matcher2.Matches(obj)); in TEST() 3400 EXPECT_FALSE(matcher2.Matches(obj2)); in TEST() 3488 Matcher<const int&> matcher2 = ResultOf(ReferencingFunction, Eq(&n)); in TEST() local 3489 EXPECT_TRUE(matcher2.Matches(n)); in TEST() 3490 EXPECT_FALSE(matcher2.Matches(n2)); in TEST()
|
/external/proguard/lib/ |
D | proguard.jar | META-INF/
META-INF/MANIFEST.MF
proguard/optimize/WriteOnlyFieldFilter.class
WriteOnlyFieldFilter ... |