HomeSort by relevance Sort by last modified time
    Searched defs:MatchType (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_provider.h 27 enum MatchType {
  /external/chromium/chrome/common/extensions/
extension_icon_set.h 30 // size. MatchType is exclusive (do not OR them together).
31 enum MatchType {
36 std::string Get(int size, MatchType match_type) const;
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 244 enum MatchType {
262 template <MatchType type> int getScaledValue(const Vector<int>& scaledValues, int valueToMatch, int searchStart)
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 434 public enum MatchType {
    [all...]
  /external/openfst/src/include/fst/
fst.h 148 enum MatchType { MATCH_INPUT, // Match input label.
274 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const;
529 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const {

Completed in 190 milliseconds