HomeSort by relevance Sort by last modified time
    Searched refs:defaultPath (Results 1 - 14 of 14) sorted by null

  /external/apache-http/src/org/apache/http/impl/cookie/
CookieSpecBase.java 55 String defaultPath = origin.getPath();
56 int lastSlashIndex = defaultPath.lastIndexOf('/');
62 defaultPath = defaultPath.substring(0, lastSlashIndex);
64 return defaultPath;
  /frameworks/base/core/java/android/os/
Environment.java 471 static File getDirectory(String variableName, String defaultPath) {
473 return path == null ? new File(defaultPath) : new File(path);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 509 String defaultPath = mDefaultSave;
510 if (defaultPath == null) {
511 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
519 fileDialog.setFilterPath(defaultPath);
531 directoryDialog.setFilterPath(defaultPath);
564 String defaultPath = mDefaultSave;
565 if (defaultPath == null) {
566 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
568 dlg.setFilterPath(defaultPath);
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 31 input.value = this.params.defaultPath || '';
47 this.changeParam('defaultPath', input.value);
file_manager.js 31 * - defaultPath: The default path for the dialog. The default path should
55 this.defaultPath_ = this.params_.defaultPath || '/';
57 // This is set to just the directory portion of defaultPath in initDialogType.
760 console.warn('Unable to split defaultPath: ' + defaultPath);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 116 String defaultPath = System.getProperty("user.home") + File.separator + "android-sdks"; //$NON-NLS-1$
117 mNewDirText.setText(defaultPath);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 708 String defaultPath = mDefaultLogSave;
709 if (defaultPath == null) {
710 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
712 dlg.setFilterPath(defaultPath);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 174 milliseconds