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

  /frameworks/base/cmds/statsd/src/matchers/
SimpleLogMatchingTracker.h 51 const SimpleAtomMatcher mMatcher;
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
BmsgTokenizer.java 29 private final Matcher mMatcher;
40 mMatcher = Pattern.compile("(([^:]*):(.*))?\r\n").matcher(str);
41 mPos = mMatcher.regionStart();
48 mMatcher.region(mPos, mMatcher.regionEnd());
50 if (!mMatcher.lookingAt()) {
58 mPos = mMatcher.end();
60 if (mMatcher.group(1) != null) {
65 return new Property(mMatcher.group(2), mMatcher.group(3))
    [all...]
  /frameworks/base/core/java/android/provider/
SearchIndexablesProvider.java 70 private UriMatcher mMatcher;
84 mMatcher = new UriMatcher(UriMatcher.NO_MATCH);
85 mMatcher.addURI(mAuthority, SearchIndexablesContract.INDEXABLES_XML_RES_PATH,
87 mMatcher.addURI(mAuthority, SearchIndexablesContract.INDEXABLES_RAW_PATH,
89 mMatcher.addURI(mAuthority, SearchIndexablesContract.NON_INDEXABLES_KEYS_PATH,
91 mMatcher.addURI(mAuthority, SearchIndexablesContract.SITE_MAP_PAIRS_PATH,
111 switch (mMatcher.match(uri)) {
171 switch (mMatcher.match(uri)) {
DocumentsProvider.java 156 private UriMatcher mMatcher;
191 mMatcher = new UriMatcher(UriMatcher.NO_MATCH);
192 mMatcher.addURI(mAuthority, "root", MATCH_ROOTS);
193 mMatcher.addURI(mAuthority, "root/*", MATCH_ROOT);
194 mMatcher.addURI(mAuthority, "root/*/recent", MATCH_RECENT);
195 mMatcher.addURI(mAuthority, "root/*/search", MATCH_SEARCH);
196 mMatcher.addURI(mAuthority, "document/*", MATCH_DOCUMENT);
197 mMatcher.addURI(mAuthority, "document/*/children", MATCH_CHILDREN);
198 mMatcher.addURI(mAuthority, "tree/*/document/*", MATCH_DOCUMENT_TREE);
199 mMatcher.addURI(mAuthority, "tree/*/document/*/children", MATCH_CHILDREN_TREE)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
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);
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...]
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...]
  /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();
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 56 mMatcher(matcher),
107 mMatcher->reset(mUText);
118 return mMatcher.get();
131 for (size_t i = 0, groupCount = mMatcher->groupCount(); i <= groupCount; ++i) {
132 offsets[2*i + 0] = mMatcher->start(i, mStatus);
133 offsets[2*i + 1] = mMatcher->end(i, mStatus);
138 std::unique_ptr<icu::RegexMatcher> mMatcher;
  /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)) {
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 54 private UriMatcher mMatcher;
68 mMatcher = new UriMatcher(UriMatcher.NO_MATCH);
69 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT);
70 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE);
71 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_CONVERSATION,
73 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_CONVOCONTACT,
324 switch (mMatcher.match(uri)) {
BluetoothMapEmailProvider.java 58 private UriMatcher mMatcher;
90 mMatcher = new UriMatcher(UriMatcher.NO_MATCH);
91 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT);
92 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_FOLDER, MATCH_FOLDER);
93 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE);
523 switch (mMatcher.match(uri)) {
  /frameworks/base/cmds/statsd/src/
FieldValue.h 218 Matcher(const Field& matcher, int32_t mask) : mMatcher(matcher), mMask(mask){};
220 const Field mMatcher;
224 return mMatcher;
240 return mMatcher.getDepth() == 2 && getRawMaskAtDepth(1) == 0x7f;
244 if (mMatcher.getDepth() == 2 && mMatcher.getRawPosAtDepth(1) == 0) {
245 (*prefix) = mMatcher.getPrefix(1);
252 return mMatcher != that.getMatcher() || mMask != that.getMask();
256 return mMatcher == that.mMatcher && mMask == that.mMask
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
ConditionPriorityBlockingQueue.java 76 private final IMatcher<T> mMatcher;
80 mMatcher = m;
293 if (matcherPair.mMatcher.matches(addedElement)) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 62 private final ContactMatcher mMatcher = new ContactMatcher();
488 mMatcher.clear();
490 updateMatchScoresBasedOnIdentityMatch(db, rawContactId, mMatcher);
491 updateMatchScoresBasedOnNameMatches(db, rawContactId, mMatcher);
493 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_PRIMARY);
498 mMatcher.clear();
499 updateMatchScoresBasedOnEmailMatches(db, rawContactId, mMatcher);
500 updateMatchScoresBasedOnPhoneMatches(db, rawContactId, mMatcher);
502 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_SECONDARY);
    [all...]
ContactAggregator2.java 74 private final RawContactMatcher mMatcher = new RawContactMatcher();
473 mMatcher.clear();
475 updateMatchScoresBasedOnIdentityMatch(db, rawContactId, mMatcher);
476 updateMatchScoresBasedOnNameMatches(db, rawContactId, mMatcher);
478 mMatcher.pickBestMatches(SCORE_THRESHOLD_PRIMARY);
483 mMatcher.clear();
484 updateMatchScoresBasedOnEmailMatches(db, rawContactId, mMatcher);
485 updateMatchScoresBasedOnPhoneMatches(db, rawContactId, mMatcher);
487 mMatcher.pickBestMatches(SCORE_THRESHOLD_SECONDARY);
    [all...]
  /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);
  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockContentProvider.java 47 private UriMatcher mMatcher;
68 mMatcher = matcher;
139 if (mMatcher != null && mMatcher.match(uri) == UriMatcher.NO_MATCH) {
  /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...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 

Completed in 442 milliseconds