OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxyType
(Results
1 - 4
of
4
) sorted by null
/external/smack/src/org/jivesoftware/smack/proxy/
ProxyInfo.java
31
public static enum
ProxyType
43
private
ProxyType
proxyType
;
45
public ProxyInfo(
ProxyType
pType, String pHost, int pPort, String pUser,
48
this.
proxyType
= pType;
58
return new ProxyInfo(
ProxyType
.HTTP, pHost, pPort, pUser, pPass);
64
return new ProxyInfo(
ProxyType
.SOCKS4, pHost, pPort, pUser, pPass);
70
return new ProxyInfo(
ProxyType
.SOCKS5, pHost, pPort, pUser, pPass);
75
return new ProxyInfo(
ProxyType
.NONE, null, 0, null, null);
80
return new ProxyInfo(
ProxyType
.NONE, null, 0, null, null)
[
all
...]
/frameworks/base/tools/aidl/
generate_java_binder.cpp
137
string
proxyType
= interfaceType->QualifiedName();
138
proxyType
+= ".Stub.Proxy";
139
NewExpression* ne = new NewExpression(NAMES.Find(
proxyType
));
/external/chromium_org/third_party/libxml/src/
nanoftp.c
150
static int
proxyType
= 0; /* uses TYPE or a@b ? */
287
proxyType
= type;
1081
switch (
proxyType
) {
1102
proxyType
= 1;
1105
if (
proxyType
== 1) {
1133
proxyType
= 2;
1155
proxyType
= 2;
1158
if (
proxyType
== 2) {
[
all
...]
/external/libxml2/
nanoftp.c
151
static int
proxyType
= 0; /* uses TYPE or a@b ? */
288
proxyType
= type;
1082
switch (
proxyType
) {
1103
proxyType
= 1;
1106
if (
proxyType
== 1) {
1134
proxyType
= 2;
1156
proxyType
= 2;
1159
if (
proxyType
== 2) {
[
all
...]
Completed in 921 milliseconds