HomeSort by relevance Sort by last modified time
    Searched refs:newPath (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/id3/
testid3.cpp 133 char newPath[MAXPATHLEN];
134 strcpy(newPath, path);
135 strcat(newPath, "/");
136 strcat(newPath, ent->d_name);
139 scan(newPath);
145 scanFile(newPath);
  /frameworks/base/graphics/java/android/renderscript/
Path.java 71 Path newPath = new Path(id, rs, p, null, null, quality);
72 return newPath;
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 204 Path newPath;
219 newPath.addRoundedRect(transformedQuad.boundingBox(), rectRoundingRadii);
221 addQuadToPath(transformedQuad, newPath);
224 FloatRect boundingRect = newPath.boundingRect();
225 newPath.translate(-toFloatSize(boundingRect.location()));
227 bool pathHasChanged = !(newPath == m_path);
229 m_path = newPath;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFilePath.cpp 50 String newPath = path;
51 newPath.append(DOMFilePath::separator);
52 return newPath;
  /frameworks/base/core/java/android/content/
UriMatcher.java 169 String newPath = path;
172 newPath = path.substring(1);
174 tokens = PATH_SPLIT_PATTERN.split(newPath);
  /libcore/luni/src/main/java/java/io/
File.java 185 char[] newPath = origPath.toCharArray();
186 int length = newPath.length;
189 char ch = newPath[i];
192 newPath[newLength++] = separatorChar;
196 newPath[newLength++] = ch;
205 return (newLength != length) ? new String(newPath, 0, newLength) : origPath;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/chromium_org/third_party/icu/source/test/intltest/
ucdtest.cpp 195 char newPath[256];
201 strcpy(newPath, pathToDataDirectory());
202 strcat(newPath, "unidata" U_FILE_SEP_STRING "DerivedCoreProperties.txt");
215 char *path=newPath;
216 u_parseDelimitedFile(newPath, ';', fields, 2, derivedPropsLineFn, this, &errorCode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 479 String newPath = sb.toString();
481 if (newPath.equals(currPath) && newPath.equals(mLastFolderUsedInCombo)) {
488 TreeSet<String> filePaths = mFolderCache.get(newPath);
493 IFolder folder = mProject.getFolder(newPath);
499 filePaths.add(newPath + name);
507 mFolderCache.put(newPath, filePaths);
510 currPath = newPath + leafName;
537 mLastFolderUsedInCombo = newPath;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ContentProviderBasedProjectDelegate.js 185 var newPath = copyOfPath.join("/");
186 this._contentProviders[newPath] = this._contentProviders[oldPath];
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 774 GeneralPath newPath = new GeneralPath();
778 newPath.append(iterator, false /*connect*/);
781 dst.mPath = newPath;
783 mPath = newPath;
803 GeneralPath newPath = new GeneralPath();
807 newPath.append(iterator, false /*connect*/);
810 dst.mPath = newPath;
812 mPath = newPath;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoringTest.java 154 IPath newPath = sourcePath.removeLastSegments(1).append(layoutName + DOT_XML);
155 fileToGolden.put(newPath, layoutName + DOT_XML);
ExtractStyleRefactoringTest.java 218 IPath newPath = refactoring.getStyleFile(getProject()).getProjectRelativePath();
219 fileToGolden.put(newPath, styleFileName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 212 String newPath = sb.toString();
213 mValues.folderPath = newPath;
214 mWsFolderPathTextField.setText(newPath);
NewXmlFileCreationPage.java     [all...]
  /external/icu4c/test/intltest/
ucdtest.cpp 200 char newPath[256];
206 strcpy(newPath, pathToDataDirectory());
207 strcat(newPath, "unidata" U_FILE_SEP_STRING "DerivedCoreProperties.txt");
220 char *path=newPath;
221 u_parseDelimitedFile(newPath, ';', fields, 2, derivedPropsLineFn, this, &errorCode);
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 736 String newPath = path.substring(0, lastSlash + 1) + newName;
737 File newFile = new File(newPath);
740 Log.w(TAG, "renaming "+ path + " to " + newPath + " failed");
746 values.put(Files.FileColumns.DATA, newPath);
756 Log.e(TAG, "Unable to update path for " + path + " to " + newPath);
765 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) {
768 mMediaProvider.call(mPackageName, MediaStore.UNHIDE_CALL, newPath, null);
770 Log.e(TAG, "failed to unhide/rescan for " + newPath);
776 && !newPath.toLowerCase(Locale.US).equals(".nomedia")) {
780 Log.e(TAG, "failed to unhide/rescan for " + newPath);
    [all...]
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 143 SmallString<200> newPath = StringRef(FE->getName());
144 fs::make_absolute(newPath);
145 infoOut << newPath << '\n';
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 183 int yaffs_rename(const char *oldPath, const char *newPath) ;
203 int yaffs_symlink(const char *oldpath, const char *newpath);
206 int yaffs_link(const char *oldpath, const char *newpath);
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 464 String newPath = beamRoot + "beam-" + sdf.format(new Date());
465 File newFile = new File(newPath);
468 newPath = beamRoot + "beam-" + sdf.format(new Date()) + "-" +
470 newFile = new File(newPath);
  /packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
GalleryWidgetMigrator.java 160 String newPath = NEW_EXT_PATH + entry.relativePath;
161 int newBucketId = GalleryUtils.getBucketId(newPath);
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsUtils.java 233 String newPath = path.replaceFirst(base, EXT_VISIBLE_BASE_PATH);
234 if (newPath == null) {
237 return newPath;
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 111 public void rename(String oldPath, String newPath) throws ErrnoException { os.rename(oldPath, newPath); }
135 public void symlink(String oldPath, String newPath) throws ErrnoException { os.symlink(oldPath, newPath); }
Os.java 104 public void rename(String oldPath, String newPath) throws ErrnoException;
128 public void symlink(String oldPath, String newPath) throws ErrnoException;
  /external/chromium_org/chrome/browser/resources/file_manager/js/
navigation_list.js 357 var newPath = this.dataModel.item(index);
358 if (!newPath)
362 if (this.directoryModel_.getCurrentDirEntry().fullPath == newPath)
365 this.changeDirectory_(newPath);

Completed in 824 milliseconds

1 2 3