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

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
ITraceviewLauncher.java 24 boolean openFile(String osPath);
DdmsPlugin.java 790 public boolean launchTraceview(String osPath) {
794 if (launcher.openFile(osPath)) {
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/build/
DebugKeyProviderTest.java 53 String osPath = mTmpFile.getAbsolutePath();
62 provider = new DebugKeyProvider(osPath, null /*storeType*/, keygenOutput);
67 t.getClass().getSimpleName(), osPath, t.toString());
  /external/webkit/Tools/Scripts/webkitpy/common/system/
ospath_unittest.py 23 """Unit tests for ospath.py."""
28 from webkitpy.common.system.ospath import relpath
filesystem.py 42 from webkitpy.common.system import ospath namespace
222 return ospath.relpath(path, start)
filesystem_mock.py 34 from webkitpy.common.system import ospath namespace
261 return ospath.relpath(path, start, self.abspath, self.sep)
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
TraceviewLauncher.java 37 public boolean openFile(String osPath) {
38 final IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(osPath));
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
MockBrokenPackage.java 53 "/sdk/broken/package" /*osPath*/);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/
LocalPackagesPage.java 252 String osPath = archive.getLocalOsPath();
254 File dir = new File(osPath);
257 p.getShortDescription(), osPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 490 String osPath = path.append(SdkConstants.FN_ANDROID_MANIFEST_XML).toOSString();
491 File manifestFile = new File(osPath);
501 ManifestData manifestData = AndroidManifestHelper.parseForData(osPath);
504 String.format("File %1$s could not be parsed.", osPath));
509 String.format("No package name defined in %1$s.", osPath));
517 String.format("No activity name defined in %1$s.", osPath));
NewProjectWizardState.java 185 String osPath = path.append(SdkConstants.FN_ANDROID_MANIFEST_XML).toOSString();
186 if (!(new File(osPath).exists())) {
190 ManifestData manifestData = AndroidManifestHelper.parseForData(osPath);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 43 from webkitpy.common.system import ospath namespace
187 return ospath.relpath(abs_path, relative_to)
  /external/webkit/Tools/Scripts/webkitpy/common/config/
committervalidator.py 33 from webkitpy.common.system.ospath import relpath
  /external/webkit/Tools/Scripts/webkitpy/style/
main.py 27 from webkitpy.common.system.ospath import relpath as _relpath
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java     [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 41 from webkitpy.common.system import ospath namespace
346 self._patch_directories = [ospath.relpath(cwd, self.checkout_root)]
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PackagesPage.java     [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
webkit.py 43 from webkitpy.common.system import ospath namespace
  /external/webkit/Tools/
ChangeLog-2010-05-24     [all...]
ChangeLog-2011-02-16     [all...]

Completed in 355 milliseconds