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

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/content/
UriMatcher.java 168 String newPath = path;
171 newPath = path.substring(1);
173 tokens = newPath.split("/");
  /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);
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 139 SmallString<200> newPath = StringRef(FE->getName());
140 fs::make_absolute(newPath);
141 infoOut << newPath << '\n';
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 284 std::u16string newPath = prefix.toString() + mangledEntry + suffix.toString();
286 mMasterTable->stringPool.makeRef(newPath));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileAwareUriMatcher.java 70 String newPath = path;
73 newPath = path.substring(1);
75 String[] tokens = PATH_SPLIT_PATTERN.split(newPath);
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 198 CFX_PathData newPath;
200 if (pPathData->GetZeroAreaPath(newPath, (CFX_Matrix*)pObject2Device, bThin,
221 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor,
  /packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
GalleryWidgetMigrator.java 160 String newPath = NEW_EXT_PATH + entry.relativePath;
161 int newBucketId = GalleryUtils.getBucketId(newPath);
  /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...]
  /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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 857 GeneralPath newPath = new GeneralPath();
861 newPath.append(iterator, false /*connect*/);
862 mPath = newPath;
881 GeneralPath newPath = new GeneralPath();
885 newPath.append(iterator, false /*connect*/);
888 dst.mPath = newPath;
890 mPath = newPath;
  /external/jetty/src/java/org/eclipse/jetty/servlets/
PutFilter.java 295 String newPath = URIUtil.canonicalPath(request.getHeader("new-uri"));
296 if (newPath == null)
303 if (contextPath != null && !newPath.startsWith(contextPath))
308 String newInfo = newPath;
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 47 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath();
48 return reinterpret_cast<jlong>(newPath);
54 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(*srcFullPath);
55 return reinterpret_cast<jlong>(newPath);
59 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath();
60 return reinterpret_cast<jlong>(newPath);
66 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(*srcClipPath);
67 return reinterpret_cast<jlong>(newPath);
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDevicePlayback.java 270 int newPath = HdmiUtils.twoBytesToInt(message.getParams(), 2);
271 maySetActiveSource(newPath);
HdmiCecLocalDeviceTv.java 410 int newPath = mService.portIdToPath(portId);
411 startRoutingControl(oldPath, newPath, true, callback);
415 void startRoutingControl(int oldPath, int newPath, boolean queryDevicePowerStatus,
418 if (oldPath == newPath) {
422 HdmiCecMessageBuilder.buildRoutingChange(mAddress, oldPath, newPath);
426 new RoutingControlAction(this, newPath, queryDevicePowerStatus, callback));
669 int newPath = mService.portIdToPath(getActivePortId());
670 setActivePath(newPath);
671 startRoutingControl(getActivePath(), newPath, false, null);
714 int newPath = HdmiUtils.twoBytesToInt(params, 2)
    [all...]
  /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;
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 527 String newPath = beamRoot + "beam-" + sdf.format(new Date());
528 File newFile = new File(newPath);
531 newPath = beamRoot + "beam-" + sdf.format(new Date()) + "-" +
533 newFile = new File(newPath);
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/
doxia-decoration-model-1.0.jar 
  /external/robolectric/v1/src/main/java/android/net/
Uri__FromAndroid.java     [all...]
  /frameworks/base/core/java/android/net/
Uri.java     [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 784 String newPath = path.substring(0, lastSlash + 1) + newName;
785 File newFile = new File(newPath);
788 Log.w(TAG, "renaming "+ path + " to " + newPath + " failed");
794 values.put(Files.FileColumns.DATA, newPath);
804 Log.e(TAG, "Unable to update path for " + path + " to " + newPath);
813 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) {
816 mMediaProvider.call(MediaStore.UNHIDE_CALL, newPath, null);
818 Log.e(TAG, "failed to unhide/rescan for " + newPath);
824 && !newPath.toLowerCase(Locale.US).equals(".nomedia")) {
828 Log.e(TAG, "failed to unhide/rescan for " + newPath);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 349 String newPath = FilterUtils.newClusterPath(basePath, clusterType);
351 data.putString(AlbumSetPage.KEY_MEDIA_PATH, newPath);
AlbumSetPage.java 312 String newPath = FilterUtils.switchClusterPath(basePath, clusterType);
314 data.putString(AlbumSetPage.KEY_MEDIA_PATH, newPath);

Completed in 479 milliseconds

1 2 3 4 5 6 7