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

1 2 3

  /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';
  /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 195 CFX_PathData newPath;
197 if (pPathData->GetZeroAreaPath(newPath, (CFX_Matrix*)pObject2Device, bThin, m_pDeviceDriver->GetDriverType())) {
216 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, smooth_path, alpha_flag, pIccTransform, blend_type);
  /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 842 GeneralPath newPath = new GeneralPath();
846 newPath.append(iterator, false /*connect*/);
849 dst.mPath = newPath;
851 mPath = newPath;
871 GeneralPath newPath = new GeneralPath();
875 newPath.append(iterator, false /*connect*/);
878 dst.mPath = newPath;
880 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/services/core/java/com/android/server/hdmi/
HdmiCecLocalDevicePlayback.java 268 int newPath = HdmiUtils.twoBytesToInt(message.getParams(), 2);
269 maySetActiveSource(newPath);
HdmiCecLocalDeviceTv.java 393 int newPath = mService.portIdToPath(portId);
394 startRoutingControl(oldPath, newPath, true, callback);
398 void startRoutingControl(int oldPath, int newPath, boolean queryDevicePowerStatus,
401 if (oldPath == newPath) {
405 HdmiCecMessageBuilder.buildRoutingChange(mAddress, oldPath, newPath);
409 new RoutingControlAction(this, newPath, queryDevicePowerStatus, callback));
651 int newPath = mService.portIdToPath(getActivePortId());
652 setActivePath(newPath);
653 startRoutingControl(getActivePath(), newPath, false, null);
696 int newPath = HdmiUtils.twoBytesToInt(params, 2)
    [all...]
  /libcore/luni/src/main/java/java/io/
File.java 183 char[] newPath = origPath.toCharArray();
184 int length = newPath.length;
187 char ch = newPath[i];
190 newPath[newLength++] = separatorChar;
194 newPath[newLength++] = ch;
203 return (newLength != length) ? new String(newPath, 0, newLength) : origPath;
    [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;
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 776 String newPath = path.substring(0, lastSlash + 1) + newName;
777 File newFile = new File(newPath);
780 Log.w(TAG, "renaming "+ path + " to " + newPath + " failed");
786 values.put(Files.FileColumns.DATA, newPath);
796 Log.e(TAG, "Unable to update path for " + path + " to " + newPath);
805 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) {
808 mMediaProvider.call(mPackageName, MediaStore.UNHIDE_CALL, newPath, null);
810 Log.e(TAG, "failed to unhide/rescan for " + newPath);
816 && !newPath.toLowerCase(Locale.US).equals(".nomedia")) {
820 Log.e(TAG, "failed to unhide/rescan for " + newPath);
    [all...]
  /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);
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java     [all...]
  /frameworks/base/core/java/android/net/
Uri.java     [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);
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java     [all...]

Completed in 971 milliseconds

1 2 3