/external/lldb/include/lldb/Core/ |
D | AddressResolverName.h | 32 AddressResolver::MatchType type = Exact); 39 AddressResolver::MatchType type); 60 AddressResolver::MatchType m_match_type;
|
D | AddressResolver.h | 52 } MatchType; typedef
|
/external/openfst/src/include/fst/ |
D | lookahead-filter.h | 38 MatchType LookAheadMatchType(const M1 &m1, const M2 &m2) { in LookAheadMatchType() 39 MatchType type1 = m1.Type(false); in LookAheadMatchType() 40 MatchType type2 = m2.Type(false); in LookAheadMatchType() 61 MatchType LookAheadMatchType(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { in LookAheadMatchType() 76 template <class M1, class M2, MatchType MT> 83 template <class M, MatchType MT> 89 LookAheadSelector(M *lmatcher1, M *lmatcher2, MatchType type) in LookAheadSelector() 116 MatchType type_; 128 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() argument 160 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() argument [all …]
|
D | matcher.h | 114 virtual MatchType Type(bool test) const = 0; 148 SortedMatcher(const F &fst, MatchType match_type, 194 virtual MatchType Type(bool test) const { in Type() 311 MatchType match_type_; // Type of match to perform 404 MatchType match_type, 446 virtual MatchType Type(bool test) const { return matcher_->Type(test); } in Type() 512 MatchType match_type_; // Type of match requested 578 MatchType match_type, 620 virtual MatchType Type(bool test) const { return matcher_->Type(test); } in Type() 700 MatchType match_type_; // Type of match requested [all …]
|
D | matcher-fst.h | 141 virtual M *InitMatcher(MatchType match_type) const { in InitMatcher() 152 typename M::MatcherData *GetData(MatchType match_type) const { in GetData() 212 Matcher(const FST &fst, MatchType match_type) { in Matcher() 226 MatchType Type(bool test) const { return matcher_->Type(test); } in Type() 252 LookAheadMatcher(const FST &fst, MatchType match_type) { in LookAheadMatcher() 267 MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
|
D | lookahead-matcher.h | 193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type) in TrivialLookAheadMatcher() 205 MatchType Type(bool test) const { return matcher_.Type(test); } in Type() 265 ArcLookAheadMatcher(const FST &fst, MatchType match_type, 284 MatchType Type(bool test) const { return matcher_.Type(test); } in Type() 438 LabelLookAheadMatcher(const FST &fst, MatchType match_type, 479 MatchType Type(bool test) const { return matcher_.Type(test); } in Type() 717 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher() 736 MatchType Type(bool test) const { return base_->Type(test); } in Type()
|
/external/lldb/include/lldb/Breakpoint/ |
D | BreakpointResolverName.h | 37 Breakpoint::MatchType type, 61 Breakpoint::MatchType type, 111 Breakpoint::MatchType m_match_type;
|
D | Breakpoint.h | 95 } MatchType; typedef
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 2372 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2374 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2376 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2378 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2380 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2382 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2384 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2387 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2390 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2393 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() [all …]
|
/external/chromium_org/extensions/common/ |
D | extension_icon_set.h | 16 enum MatchType { enum 40 const std::string& Get(int size, MatchType match_type) const;
|
D | extension_icon_set.cc | 23 const std::string& ExtensionIconSet::Get(int size, MatchType match_type) const { in Get()
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | history_url_provider.h | 222 enum MatchType { enum 237 static int CalculateRelevance(MatchType match_type, int match_number); 323 MatchType match_type,
|
/external/chromium_org/extensions/common/manifest_handlers/ |
D | icons_handler.h | 30 ExtensionIconSet::MatchType match_type); 33 ExtensionIconSet::MatchType match_type);
|
D | icons_handler.cc | 39 ExtensionIconSet::MatchType match_type) { in GetIconResource() 47 ExtensionIconSet::MatchType match_type) { in GetIconURL()
|
/external/chromium_org/components/omnibox/ |
D | keyword_provider_unittest.cc | 37 struct MatchType { struct in KeywordProviderTest 46 const MatchType<ResultType> output[3]; 113 const MatchType<base::string16> kEmptyMatch = { base::string16(), false }; in TEST_F() 193 const MatchType<GURL> kEmptyMatch = { GURL(), false }; in TEST_F() 228 const MatchType<base::string16> kEmptyMatch = { base::string16(), false }; in TEST_F()
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
D | extension_icon_source.cc | 72 ExtensionIconSet::MatchType match; 78 ExtensionIconSet::MatchType match, in GetIconURL() 296 ExtensionIconSet::MatchType match_type; in ParseData() 300 match_type = static_cast<ExtensionIconSet::MatchType>(match_num); in ParseData() 325 ExtensionIconSet::MatchType match) { in SetData()
|
D | extension_icon_source.h | 64 ExtensionIconSet::MatchType match, 139 ExtensionIconSet::MatchType match);
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
D | phonenumberutil.h | 128 enum MatchType { enum 543 MatchType IsNumberMatch(const PhoneNumber& first_number, 551 MatchType IsNumberMatchWithTwoStrings(const string& first_number, 559 MatchType IsNumberMatchWithOneString(const PhoneNumber& first_number,
|
/external/openfst/src/include/fst/script/ |
D | info-impl.h | 182 MatchType InputMatchType() const { CheckLong(); return input_match_type_; } in InputMatchType() 183 MatchType OutputMatchType() const { CheckLong(); return output_match_type_; } in OutputMatchType() 221 MatchType input_match_type_; 222 MatchType output_match_type_;
|
/external/chromium_org/extensions/browser/api/declarative_webrequest/ |
D | webrequest_condition_attribute.cc | 314 enum MatchType { kPrefix, kSuffix, kEquals, kContains }; enum in extensions::HeaderMatcher::StringMatchTest 319 MatchType type, 328 MatchType type, 332 const MatchType type_; 411 MatchType type, in Create() 445 MatchType type, in StringMatchTest() 470 StringMatchTest::MatchType match_type; in Create()
|
/external/lldb/source/Core/ |
D | AddressResolverName.cpp | 28 AddressResolver::MatchType type in AddressResolverName() 65 AddressResolver::MatchType type in AddressResolverName()
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 418 public enum MatchType { enum in PhoneNumberUtil 3069 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) { 3094 return MatchType.NO_MATCH; 3101 return MatchType.EXACT_MATCH; 3107 return MatchType.SHORT_NSN_MATCH; 3110 return MatchType.NO_MATCH; 3117 return MatchType.NSN_MATCH; 3120 return MatchType.SHORT_NSN_MATCH; 3122 return MatchType.NO_MATCH; 3146 public MatchType isNumberMatch(String firstNumber, String secondNumber) { [all …]
|
/external/chromium_org/components/autofill/core/browser/ |
D | form_field.h | 35 enum MatchType { enum
|
/external/lldb/source/Breakpoint/ |
D | BreakpointResolverName.cpp | 33 Breakpoint::MatchType type, in BreakpointResolverName() 103 Breakpoint::MatchType type, in BreakpointResolverName()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | compose.h | 50 ParenMatcher(const FST &fst, MatchType match_type, 80 MatchType Type(bool test) const { return matcher_.Type(test); } in Type() 163 MatchType match_type_; // Type of match to perform
|