OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:itemPath
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailSource.java
44
String
itemPath
= "/snail/item/" + mMatcher.getVar(0);
46
(SnailItem) dataManager.getMediaObject(
itemPath
);
LocalAlbum.java
173
Path
itemPath
;
177
itemPath
= LocalImage.ITEM_PATH;
181
itemPath
= LocalVideo.ITEM_PATH;
211
Path childPath =
itemPath
.getChild(id);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java
201
String
itemPath
= XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
202
deleteProperty(schemaNS,
itemPath
);
374
String
itemPath
= XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
375
return getProperty(schemaNS,
itemPath
);
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java
205
Path
itemPath
= dm.findPathByUri(uri, contentType);
206
Path albumPath = dm.getDefaultSetOf(
itemPath
);
208
data.putString(PhotoPage.KEY_MEDIA_ITEM_PATH,
itemPath
.toString());
SlideshowPage.java
211
String
itemPath
= data.getString(KEY_ITEM_PATH);
212
Path path =
itemPath
!= null ? Path.fromString(
itemPath
) : null;
PhotoPage.java
417
Path
itemPath
= itemPathString != null ?
464
itemPath
= screenNailItemPath;
486
if (
itemPath
== null) {
490
itemPath
= mMediaSet.getMediaItem(mCurrentIndex, 1)
498
mActivity, mPhotoView, mMediaSet,
itemPath
, mCurrentIndex,
566
mActivity.getDataManager().getMediaObject(
itemPath
);
[
all
...]
/external/icu4c/common/
udata.cpp
427
CharString
itemPath
; /* path passed in with item name */
475
itemPath
.append(item, (int32_t)(basename-item), *pErrorCode);
476
nextPath =
itemPath
.data();
494
fprintf(stderr, "%p: init %s -> [path=%s], [base=%s], [suff=%s], [
itempath
=%s], [nextpath=%s], [checklast4=%s]\n",
500
itemPath
.data(),
530
if(nextPath ==
itemPath
.data()) { /* we were processing item's path. */
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 2190 milliseconds