Searched refs:Match (Results 1 – 12 of 12) sorted by relevance
26 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("320dpi"))); in TEST()27 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("fr"))); in TEST()34 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("320dpi"))); in TEST()41 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("fr"))); in TEST()48 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("fr-320dpi"))); in TEST()58 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("en"))); in TEST()65 EXPECT_FALSE(filter.Match(test::ParseConfigOrDie("de"))); in TEST()77 EXPECT_FALSE(filter.Match(test::ParseConfigOrDie("fr-sw600dp-v13"))); in TEST()84 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("fr-sw320dp-v13"))); in TEST()91 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("de"))); in TEST()[all …]
37 virtual bool Match(const android::ConfigDescription& config) const = 0;51 bool Match(const android::ConfigDescription& config) const override;
79 bool AxisConfigFilter::Match(const ConfigDescription& config) const { in Match() function in aapt::AxisConfigFilter
38 private final ArrayList<Match> mMatches;41 public FieldClassification(@NonNull ArrayList<Match> matches) { in FieldClassification()43 Collections.sort(mMatches, new Comparator<Match>() { in FieldClassification()45 public int compare(Match o1, Match o2) { in FieldClassification()62 public List<Match> getMatches() { in getMatches()82 final ArrayList<Match> matches = new ArrayList<>(); in readFromParcel()84 matches.add(i, Match.readFromParcel(parcel)); in readFromParcel()109 public static final class Match { class in FieldClassification115 public Match(String categoryId, float score) { in Match() method in FieldClassification.Match162 private static Match readFromParcel(@NonNull Parcel parcel) { in readFromParcel()[all …]
34 import android.service.autofill.FieldClassification.Match;
53 // Match is based on AND between any field that is set and OR for values within a repeated field.
201 if (!options_.config_filter->Match(config_value->config)) { in SplitTable()
789 var match = TimestampRegex.Match(token.StringValue); in MergeTimestamp()865 var match = DurationRegex.Match(token.StringValue); in MergeDuration()
1278 bool Match(int left, int right);1323 bool MaximumMatcher::Match(int left, int right) { in Match() function in google::protobuf::util::__anon672b6d760311::MaximumMatcher1342 if (matched == -1 && Match(v, i)) { in FindArgumentPathDFS()1353 if (matched != -1 && Match(v, i)) { in FindArgumentPathDFS()
55 import android.service.autofill.FieldClassification.Match;826 final List<Match> matches = fc.getMatches(); in logContextCommittedLocked()
68 import android.service.autofill.FieldClassification.Match;1597 final ArrayList<Match> matches = new ArrayList<>(scoresByField.size()); in logFieldClassificationScore()1601 matches.add(new Match(fieldId, score)); in logFieldClassificationScore()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...