OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultPath
(Results
1 - 11
of
11
) 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
460
static File getDirectory(String variableName, String
defaultPath
) {
462
return path == null ? new File(
defaultPath
) : new File(path);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java
506
String
defaultPath
= mDefaultSave;
507
if (
defaultPath
== null) {
508
defaultPath
= System.getProperty("user.home"); //$NON-NLS-1$
516
fileDialog.setFilterPath(
defaultPath
);
528
directoryDialog.setFilterPath(
defaultPath
);
561
String
defaultPath
= mDefaultSave;
562
if (
defaultPath
== null) {
563
defaultPath
= System.getProperty("user.home"); //$NON-NLS-1$
565
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
114
String
defaultPath
= System.getProperty("user.home") + File.separator + "android-sdks"; //$NON-NLS-1$
115
mNewDirText.setText(
defaultPath
);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java
704
String
defaultPath
= mDefaultLogSave;
705
if (
defaultPath
== null) {
706
defaultPath
= System.getProperty("user.home"); //$NON-NLS-1$
708
dlg.setFilterPath(
defaultPath
);
[
all
...]
/frameworks/base/core/java/android/webkit/
CookieManager.java
149
Cookie(String defaultDomain, String
defaultPath
) {
151
path =
defaultPath
;
[
all
...]
/external/sonivox/jet_tools/JetCreator/
JetCreator.py
[
all
...]
/prebuilt/common/http-client/
httpclient-4.1.1.jar
/prebuilt/common/ecj/
ecj.jar
Completed in 373 milliseconds