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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterSource.java 35 PathMatcher mMatcher;
40 mMatcher = new PathMatcher();
41 mMatcher.add("/cluster/*/time", CLUSTER_ALBUMSET_TIME);
42 mMatcher.add("/cluster/*/location", CLUSTER_ALBUMSET_LOCATION);
43 mMatcher.add("/cluster/*/tag", CLUSTER_ALBUMSET_TAG);
44 mMatcher.add("/cluster/*/size", CLUSTER_ALBUMSET_SIZE);
45 mMatcher.add("/cluster/*/face", CLUSTER_ALBUMSET_FACE);
47 mMatcher.add("/cluster/*/time/*", CLUSTER_ALBUM_TIME);
48 mMatcher.add("/cluster/*/location/*", CLUSTER_ALBUM_LOCATION);
49 mMatcher.add("/cluster/*/tag/*", CLUSTER_ALBUM_TAG)
    [all...]
FilterSource.java 36 private PathMatcher mMatcher;
43 mMatcher = new PathMatcher();
44 mMatcher.add("/filter/mediatype/*/*", FILTER_BY_MEDIATYPE);
45 mMatcher.add("/filter/delete/*", FILTER_BY_DELETE);
46 mMatcher.add("/filter/empty/*", FILTER_BY_EMPTY);
47 mMatcher.add(FILTER_EMPTY_ITEM, FILTER_BY_EMPTY_ITEM);
48 mMatcher.add(FILTER_CAMERA_SHORTCUT, FILTER_BY_CAMERA_SHORTCUT);
49 mMatcher.add(FILTER_CAMERA_SHORTCUT_ITEM, FILTER_BY_CAMERA_SHORTCUT_ITEM);
62 int matchType = mMatcher.match(path);
66 int mediaType = mMatcher.getIntVar(0)
    [all...]
ComboSource.java 25 private PathMatcher mMatcher;
30 mMatcher = new PathMatcher();
31 mMatcher.add("/combo/*", COMBO_ALBUMSET);
32 mMatcher.add("/combo/*/*", COMBO_ALBUM);
44 switch (mMatcher.match(path)) {
SecureSource.java 23 private static PathMatcher mMatcher = new PathMatcher();
28 mMatcher.add("/secure/all/*", SECURE_ALBUM);
29 mMatcher.add("/secure/unlock", SECURE_UNLOCK);
38 return (SECURE_ALBUM == mMatcher.match(Path.fromString(path)));
43 switch (mMatcher.match(path)) {
SnailSource.java 27 private PathMatcher mMatcher;
33 mMatcher = new PathMatcher();
34 mMatcher.add("/snail/set/*", SNAIL_ALBUM);
35 mMatcher.add("/snail/item/*", SNAIL_ITEM);
42 switch (mMatcher.match(path)) {
44 String itemPath = "/snail/item/" + mMatcher.getVar(0);
49 int id = mMatcher.getIntVar(0);
LocalSource.java 38 private PathMatcher mMatcher;
59 mMatcher = new PathMatcher();
60 mMatcher.add("/local/image", LOCAL_IMAGE_ALBUMSET);
61 mMatcher.add("/local/video", LOCAL_VIDEO_ALBUMSET);
62 mMatcher.add("/local/all", LOCAL_ALL_ALBUMSET);
64 mMatcher.add("/local/image/*", LOCAL_IMAGE_ALBUM);
65 mMatcher.add("/local/video/*", LOCAL_VIDEO_ALBUM);
66 mMatcher.add("/local/all/*", LOCAL_ALL_ALBUM);
67 mMatcher.add("/local/image/item/*", LOCAL_IMAGE_ITEM);
68 mMatcher.add("/local/video/item/*", LOCAL_VIDEO_ITEM)
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
BmsgTokenizer.java 29 private final Matcher mMatcher;
69 mMatcher = Pattern.compile("(([^:]*):(.*))?\r\n").matcher(str);
70 mPos = mMatcher.regionStart();
77 mMatcher.region(mPos, mMatcher.regionEnd());
79 if (!mMatcher.lookingAt()) {
87 mPos = mMatcher.end();
89 if (mMatcher.group(1) != null) {
94 return new Property(mMatcher.group(2), mMatcher.group(3))
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
BmsgTokenizer.java 29 private final Matcher mMatcher;
69 mMatcher = Pattern.compile("(([^:]*):(.*))?\r\n").matcher(str);
70 mPos = mMatcher.regionStart();
77 mMatcher.region(mPos, mMatcher.regionEnd());
79 if (!mMatcher.lookingAt()) {
87 mPos = mMatcher.end();
89 if (mMatcher.group(1) != null) {
94 return new Property(mMatcher.group(2), mMatcher.group(3))
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
VeiledAddressMatcher.java 68 private Pattern mMatcher = null;
106 mMatcher = Pattern.compile(pattern);
143 if (!mVeiledMatchingEnabled || mMatcher == null) {
147 return mMatcher.matcher(address).matches();
  /frameworks/base/core/java/android/provider/
SearchIndexablesProvider.java 68 private UriMatcher mMatcher;
81 mMatcher = new UriMatcher(UriMatcher.NO_MATCH);
82 mMatcher.addURI(mAuthority, SearchIndexablesContract.INDEXABLES_XML_RES_PATH,
84 mMatcher.addURI(mAuthority, SearchIndexablesContract.INDEXABLES_RAW_PATH,
86 mMatcher.addURI(mAuthority, SearchIndexablesContract.NON_INDEXABLES_KEYS_PATH,
106 switch (mMatcher.match(uri)) {
153 switch (mMatcher.match(uri)) {
DocumentsProvider.java 140 private UriMatcher mMatcher;
149 mMatcher = new UriMatcher(UriMatcher.NO_MATCH);
150 mMatcher.addURI(mAuthority, "root", MATCH_ROOTS);
151 mMatcher.addURI(mAuthority, "root/*", MATCH_ROOT);
152 mMatcher.addURI(mAuthority, "root/*/recent", MATCH_RECENT);
153 mMatcher.addURI(mAuthority, "root/*/search", MATCH_SEARCH);
154 mMatcher.addURI(mAuthority, "document/*", MATCH_DOCUMENT);
155 mMatcher.addURI(mAuthority, "document/*/children", MATCH_CHILDREN);
156 mMatcher.addURI(mAuthority, "tree/*/document/*", MATCH_DOCUMENT_TREE);
157 mMatcher.addURI(mAuthority, "tree/*/document/*/children", MATCH_CHILDREN_TREE)
    [all...]
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 44 private PathMatcher mMatcher;
51 mMatcher = new PathMatcher();
52 mMatcher.add("/picasa/all", PICASA_ALBUMSET);
53 mMatcher.add("/picasa/image", PICASA_ALBUMSET);
54 mMatcher.add("/picasa/video", PICASA_ALBUMSET);
76 switch (mMatcher.match(path)) {
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 60 mMatcher->reset(mUText);
62 mMatcher->refreshInputText(mUText, mStatus);
79 return mMatcher;
92 for (size_t i = 0, groupCount = mMatcher->groupCount(); i <= groupCount; ++i) {
93 offsets[2*i + 0] = mMatcher->start(i, mStatus);
94 offsets[2*i + 1] = mMatcher->end(i, mStatus);
102 mMatcher = toRegexMatcher(address);
110 RegexMatcher* mMatcher;
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 60 private UriMatcher mMatcher;
93 mMatcher = new UriMatcher(UriMatcher.NO_MATCH);
94 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT);
95 mMatcher.addURI(mAuthority, "#/"+BluetoothMapContract.TABLE_FOLDER, MATCH_FOLDER);
96 mMatcher.addURI(mAuthority, "#/"+BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE);
503 switch (mMatcher.match(uri)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 90 private final VeiledAddressMatcher mMatcher;
278 v.setVeiledMatcher(mAdapter.mMatcher);
571 mMatcher = controllableActivity.getAccountController().getVeiledAddressMatcher();
MessageHeaderView.java 733 private final VeiledAddressMatcher mMatcher;
747 mMatcher = matcher;
791 if (mMatcher != null && mMatcher.isVeiledAddress(emailAddress)) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 193 private ContactMatcher mMatcher = new ContactMatcher();
490 mCandidates, mMatcher);
    [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1460 milliseconds