OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UrlEncodedFormEntity
(Results
1 - 25
of
29
) sorted by null
1
2
/external/apache-http/src/org/apache/http/client/entity/
UrlEncodedFormEntity.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/entity/
UrlEncodedFormEntity
.java $
49
public class
UrlEncodedFormEntity
extends StringEntity {
52
* Constructs a new {@link
UrlEncodedFormEntity
} with the list
59
public
UrlEncodedFormEntity
(
68
* Constructs a new {@link
UrlEncodedFormEntity
} with the list
74
public
UrlEncodedFormEntity
(
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java
26
import org.apache.http.client.entity.
UrlEncodedFormEntity
;
112
entity = new
UrlEncodedFormEntity
(params);
185
HttpEntity entity = new
UrlEncodedFormEntity
(params);
/packages/apps/Email/provider_src/com/android/email/mail/internet/
OAuthAuthenticator.java
16
import org.apache.http.client.entity.
UrlEncodedFormEntity
;
100
post.setEntity(new
UrlEncodedFormEntity
(nvp));
128
post.setEntity(new
UrlEncodedFormEntity
(nvp));
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
GetAndPostIntegrationTest.java
48
import org.apache.http.client.entity.
UrlEncodedFormEntity
;
120
httppost.setEntity(new
UrlEncodedFormEntity
(postParameters));
/external/robolectric/v1/lib/main/
httpclient-4.0.3.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar
/prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar
/prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/7/
android.jar
Completed in 1302 milliseconds
1
2