OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchType
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterSource.java
40
int
matchType
= mMatcher.match(path);
45
switch (
matchType
) {
ClusterSource.java
61
int
matchType
= mMatcher.match(path);
65
switch (
matchType
) {
71
return new ClusterAlbumSet(path, mApplication, sets[0],
matchType
);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java
216
for (String
matchType
: matchAgainst) {
217
if (mimeTypeMatches(mimeType,
matchType
)) {
/external/mksh/src/
check.pl
974
local($type, $perm, $uid, $gid, $
matchType
,
977
# format is: type perm uid gid
matchType
"name"
983
($type, $perm, $uid, $gid, $
matchType
, $rest)
1005
if ($
matchType
!~ /^(exact|pattern)$/) {
1007
"$prog:$file:$.: bad match type for file-result: $
matchType
\n";
1166
($type, $perm, $uid, $gid, $
matchType
, $rest) =
1201
$
matchType
eq 'exact' ? $rest : undef
1202
$
matchType
eq 'pattern' ? $rest : undef);
[
all
...]
/external/collada/include/dae/
daeElement.h
367
// just like matchName and
matchType
.
381
struct DLLSPEC
matchType
: public matchElement {
382
matchType
(daeInt typeID);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeUtility.java
342
for (String
matchType
: matchAgainst) {
343
if (mimeTypeMatches(mimeType,
matchType
)) {
/external/collada/src/dae/
daeElement.cpp
672
daeElement::
matchType
::
matchType
(daeInt typeID) : typeID(typeID) { }
674
bool daeElement::
matchType
::operator()(daeElement* elt) const {
Completed in 104 milliseconds