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

  /cts/tests/tests/graphics/jni/
android_graphics_fonts_cts_SystemFonts.cpp 108 FontMatcher() : mMatcher(AFontMatcher_create()) {}
111 AFontMatcher_setStyle(mMatcher.get(), weight, italic);
116 AFontMatcher_setLocales(mMatcher.get(), locales.c_str());
121 AFontMatcher_setFamilyVariant(mMatcher.get(), familyVariant);
128 AFont* font = AFontMatcher_match(mMatcher.get(), familyName.c_str(), text.data(),
134 FontMatcherUniquePtr mMatcher;
  /development/tools/bugreport/src/com/android/bugreport/inspector/
Inspector.java 702 protected Matcher mMatcher;
710 mMatcher = Pattern.compile(regex).matcher("");
719 && Utils.matches(mMatcher, line.text);

Completed in 139 milliseconds