HomeSort by relevance Sort by last modified time
    Searched full:ospath (Results 1 - 18 of 18) 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 824 public boolean launchTraceview(String osPath) {
828 if (launcher.openFile(osPath)) {
    [all...]
  /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 38 public boolean openFile(String osPath) {
39 final IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(osPath));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 531 String osPath = path.append(SdkConstants.FN_ANDROID_MANIFEST_XML).toOSString();
532 File manifestFile = new File(osPath);
542 ManifestData manifestData = AndroidManifestHelper.parseForData(osPath);
545 String.format("File %1$s could not be parsed.", osPath));
550 String.format("No package name defined in %1$s.", osPath));
558 String.format("No activity name defined in %1$s.", osPath));
NewProjectWizardState.java 200 String osPath = path.append(SdkConstants.FN_ANDROID_MANIFEST_XML).toOSString();
201 if (!(new File(osPath).exists())) {
205 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...]
  /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...]
  /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...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
sdklib.jar 

Completed in 538 milliseconds