OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:httpUrl
(Results
1 - 4
of
4
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildProperties.java
47
private String
httpUrl
;
79
httpUrl
= buildProperties.get("
httpUrl
").toString();
82
"Value for
httpUrl
not found in monitor.properties");
293
* Returns the
httpUrl
.
297
return
httpUrl
;
301
* Sets the
httpUrl
.
302
* @param
httpUrl
The
httpUrl
to set
305
this.
httpUrl
= downloadUrl
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java
192
URL
httpUrl
= new URL("http://abc.com");
198
URL[] urlList = {
httpUrl
, jarUrl, ftpUrl, fileUrl };
URLTest.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar
Completed in 408 milliseconds