HomeSort by relevance Sort by last modified time
    Searched full:itempath (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUBinary.java 199 protected final String itemPath;
202 itemPath = item;
206 return itemPath;
234 if (requestedPath.equals(itemPath)) {
243 if (itemPath.length() > folder.length() + suffix.length() &&
244 itemPath.startsWith(folder) &&
245 itemPath.endsWith(suffix) &&
246 itemPath.charAt(folder.length()) == '/' &&
247 itemPath.indexOf('/', folder.length() + 1) < 0) {
248 names.add(itemPath.substring(folder.length() + 1
    [all...]
ICUResourceBundleReader.java 334 String itemPath = fullName.substring(ICUData.ICU_BASE_NAME.length() + 1);
335 inBytes = ICUBinary.getData(data.loader, fullName, itemPath);
    [all...]
  /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);
  /packages/apps/Gallery2/src/com/android/photos/
AlbumSetFragment.java 122 public void deleteItemWithPath(Object itemPath) {
123 mLoaderCompatShim.deleteItemWithPath(itemPath);
PhotoSetFragment.java 120 public void deleteItemWithPath(Object itemPath) {
121 mLoaderCompatShim.deleteItemWithPath(itemPath);
AlbumFragment.java 155 public void deleteItemWithPath(Object itemPath) {
156 mLoaderCompatShim.deleteItemWithPath(itemPath);
MultiChoiceManager.java 60 public void deleteItemWithPath(Object itemPath);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActivity.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 388 Path itemPath = itemPathString != null ?
435 itemPath = screenNailItemPath;
457 if (itemPath == null) {
461 itemPath = mMediaSet.getMediaItem(mCurrentIndex, 1)
469 mActivity, mPhotoView, mMediaSet, itemPath, mCurrentIndex,
537 mActivity.getDataManager().getMediaObject(itemPath);
    [all...]
PhotoDataAdapter.java 173 MediaSet mediaSet, Path itemPath, int indexHint, int cameraIndex,
177 mItemPath = Utils.checkNotNull(itemPath);
    [all...]
  /external/icu/icu4c/source/common/
udata.cpp 413 CharString itemPath; /* path passed in with item name */
461 itemPath.append(item, (int32_t)(basename-item), *pErrorCode);
462 nextPath = itemPath.data();
480 fprintf(stderr, "%p: init %s -> [path=%s], [base=%s], [suff=%s], [itempath=%s], [nextpath=%s], [checklast4=%s]\n",
486 itemPath.data(),
516 if(nextPath == itemPath.data()) { /* we were processing item's path. */
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 767 milliseconds