HomeSort by relevance Sort by last modified time
    Searched full:getfullpath (Results 1 - 25 of 69) sorted by null

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
XmlStorageEditorInput.java 89 return mStorage.getFullPath() != null ? mStorage.getFullPath().toString() : mStorage
FileStorage.java 71 * @see org.eclipse.core.resources.IStorage#getFullPath()
74 public IPath getFullPath() {
BinaryXMLMultiPageEditorPart.java 66 jarEntryFile.getFullPath().toPortableString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidRenameParticipant.java 68 mManager.connect(mAndroidManifest.getFullPath(), LocationKind.NORMALIZE,
70 ITextFileBuffer buffer = mManager.getTextFileBuffer(mAndroidManifest.getFullPath(),
AndroidTypeRenameParticipant.java 105 lManager.connect(file.getFullPath(), LocationKind.NORMALIZE,
107 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
228 lManager.connect(file.getFullPath(), LocationKind.NORMALIZE, new NullProgressMonitor());
229 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
283 lManager.disconnect(file.getFullPath(), LocationKind.NORMALIZE,
309 mManager.disconnect(mAndroidManifest.getFullPath(), LocationKind.NORMALIZE,
AndroidPackageRenameParticipant.java 110 IPath genPath = project.getFullPath().append(SdkConstants.FD_GEN_SOURCES);
135 lManager.connect(file.getFullPath(), LocationKind.NORMALIZE,
137 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
182 IPath genJavaPackagePath = genFolder.getFullPath().append(javaPackagePath);
339 lManager.connect(file.getFullPath(),
341 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
407 lManager.disconnect(file.getFullPath(), LocationKind.NORMALIZE,
448 mManager.disconnect(mAndroidManifest.getFullPath(), LocationKind.NORMALIZE,
AndroidTypeMoveParticipant.java 127 lManager.connect(file.getFullPath(), LocationKind.NORMALIZE,
129 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
150 mManager.connect(mAndroidManifest.getFullPath(), LocationKind.NORMALIZE,
152 ITextFileBuffer buffer = mManager.getTextFileBuffer(mAndroidManifest.getFullPath(),
267 lManager.connect(file.getFullPath(), LocationKind.NORMALIZE, new NullProgressMonitor());
268 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
321 lManager.disconnect(file.getFullPath(), LocationKind.NORMALIZE,
346 mManager.disconnect(mAndroidManifest.getFullPath(), LocationKind.NORMALIZE,
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
HelpersTest.java 36 String fileName = Helpers.getFullPath(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 30 info.getPackageFile().getFullPath().toOSString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SetFolders.java 89 newEntries.add(CoreModel.newSourceEntry(folder.getFullPath()));
96 newEntries.add(CoreModel.newOutputEntry(folder.getFullPath()));
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 95 return wxFileName(path, component).GetFullPath();
158 if (afile.GetFullPath().Find(afile.GetPathSeparator()) == wxNOT_FOUND)
168 if (dirfile.GetFullPath().Find(dirfile.GetPathSeparator()) == wxNOT_FOUND)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerDeltaVisitor.java 100 mOutputPath = outputfolder.getFullPath();
105 mAssetPath = assetFolder.getFullPath();
110 mResPath = resFolder.getFullPath();
115 mLibFolder = libFolder.getFullPath();
151 IPath path = resource.getFullPath();
ResourceManagerBuilder.java 168 resource.getFullPath().toString());
173 resource.getFullPath().toString());
208 JavaCore.newSourceEntry(genFolder.getFullPath()));
253 javaProject.setOutputLocation(newJavaOutput.getFullPath(), monitor);
LibraryDeltaVisitor.java 55 IPath path = resource.getFullPath();
PostCompilerBuilder.java 152 IPath resourceFullPath = resource.getFullPath();
    [all...]
  /external/llvm/lib/ExecutionEngine/
EventListenerCommon.h 44 const char *getFullPath(MDNode *Scope) {
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DelegatedData.java 87 public String getFullPath() {
88 return getDelegate().getFullPath();
NestedMapData.java 180 public String getFullPath() {
402 + "multiple valid Data nodes for the path: " + symLink.getFullPath();
468 out.append(" : ").append(symLink.getFullPath()).append('\n');
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 118 Filenames.getFullPath(FirstLocScope));
143 Filenames.getFullPath(scope));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 85 IPath relative = file.getFullPath().makeRelativeTo(genFolder.getFullPath());
188 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath);
418 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath);
AidlProcessor.java 125 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath);
320 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidPackageRenameChange.java 124 mManager.disconnect(mAndroidManifest.getFullPath(), LocationKind.NORMALIZE,
AndroidTypeRenameChange.java 112 mManager.disconnect(mAndroidManifest.getFullPath(), LocationKind.NORMALIZE,
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 288 doPullFile(remote.getFullPath(), localFilename, monitor);
352 doPush(fileArray, remote.getFullPath(), monitor);
455 monitor.startSubTask(e.getFullPath());
468 monitor.startSubTask(e.getFullPath());
470 doPullFile(e.getFullPath(), dest, monitor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 157 file.getFullPath().toString());
172 String name = file.getFullPath().toString();
193 String name = file.getFullPath().toString();

Completed in 898 milliseconds

1 2 3