HomeSort by relevance Sort by last modified time
    Searched refs:PROTOCOL (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/ipsec-tools/src/libipsec/
policy_parse.h 48 PROTOCOL = 264,
67 #define PROTOCOL 264
policy_parse.y 56 * protocol/mode/src-dst/level
57 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default
58 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default
59 * protocol/transport parsed as protocol/mode/any-any/default
60 * protocol/transport//level parsed as protocol/mode/any-any/level
142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS POR
    [all...]
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsTransportSE.java 16 static final String PROTOCOL = "https";
25 super(HttpsTransportSE.PROTOCOL + "://" + host + ":" + port + file);
26 System.out.println("Establistion connection to: " + HttpsTransportSE.PROTOCOL + "://"
HttpsServiceConnectionSE.java 54 connection = (HttpsURLConnection) new URL(HttpsTransportSE.PROTOCOL, host, port, file)
  /frameworks/support/compat/src/main/java/androidx/core/util/
PatternsCompat.java 211 private static final String PROTOCOL = "(?i:http|https|rtsp)://";
232 + "(?:" + PROTOCOL + "(?:" + USER_INFO + ")?" + ")?"
266 * Regular expression to match strings that do not start with a supported protocol. The TLDs
281 * Regular expression to match strings that start with a supported protocol. Rules for domain
287 + "(?:" + PROTOCOL + "(?:" + USER_INFO + ")?" + ")"
  /frameworks/base/tests/net/java/android/net/nsd/
NsdManagerTest.java 55 static final int PROTOCOL = NsdManager.PROTOCOL_DNS_SD;
140 manager.registerService(request1, PROTOCOL, listener1);
143 manager.registerService(request2, PROTOCOL, listener2);
155 manager.registerService(request1, PROTOCOL, listener1);
198 manager.discoverServices("a_type", PROTOCOL, listener);
206 manager.discoverServices("a_type", PROTOCOL, listener);
245 manager.discoverServices("a_type", PROTOCOL, listener);
281 mustFail(() -> { manager.registerService(null, PROTOCOL, listener1); });
282 mustFail(() -> { manager.registerService(invalidService, PROTOCOL, listener1); });
284 mustFail(() -> { manager.registerService(validService, PROTOCOL, null); })
    [all...]
  /external/curl/docs/cmdline-opts/
proto-default.d 2 Help: Use PROTOCOL for any URL missing a scheme
3 Arg: <protocol>
12 An unknown or unsupported protocol causes error
15 This option does not change the default proxy protocol (http).
  /external/ltp/testcases/open_posix_testsuite/functional/threads/include/
pitest.h 14 #define PROTOCOL PTHREAD_PRIO_INHERIT
51 rc = pthread_mutexattr_setprotocol(attr, PROTOCOL);
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
ApnDatabaseTest.java 67 private static final String PROTOCOL = "protocol";
86 put(Carriers.PROTOCOL, PROTOCOL);
196 contentValues.put(Carriers.PROTOCOL, PROTOCOL);
211 Carriers.PROTOCOL,
251 contentValues.put(Carriers.PROTOCOL, PROTOCOL);
266 Carriers.PROTOCOL,
    [all...]
  /frameworks/base/core/java/android/util/
Patterns.java 304 private static final String PROTOCOL = "(?i:http|https|rtsp)://";
325 + "(?:" + PROTOCOL + "(?:" + USER_INFO + ")?" + ")?"
359 * Regular expression to match strings that do not start with a supported protocol. The TLDs
374 * Regular expression to match strings that start with a supported protocol. Rules for domain
380 + "(?:" + PROTOCOL + "(?:" + USER_INFO + ")?" + ")"
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsUtilsTests.java 84 values.put(Im.PROTOCOL, Im.PROTOCOL_CUSTOM);
107 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
125 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
146 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIm.java 41 int protocol = builder.getInt(Im.PROTOCOL); local
44 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString()); local
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
OpenJdkEngineFactory.java 25 import io.netty.handler.ssl.ApplicationProtocolConfig.Protocol;
44 new ApplicationProtocolConfig(Protocol.ALPN, SelectorFailureBehavior.NO_ADVERTISE,
46 static final String PROTOCOL = "TLSv1.2";
76 return SSLContext.getInstance(OpenJdkEngineFactoryConfig.PROTOCOL);
107 OpenJdkEngineFactoryConfig.PROTOCOL, new OpenSSLProvider());
140 OpenJdkEngineFactoryConfig.PROTOCOL, new OpenSSLProvider());
261 engine.setEnabledProtocols(new String[]{OpenJdkEngineFactoryConfig.PROTOCOL});
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
ImDataItem.java 66 return getContentValues().getAsInteger(Im.PROTOCOL);
92 // IM can have the same data put different protocol. These should not collapse.
96 // Deal with invalid protocol as if it was custom. If either has a non valid
97 // protocol, check to see if the other has a valid that is not custom
  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
ImDataItem.java 62 return getContentValues().getAsInteger(Im.PROTOCOL);
88 // IM can have the same data put different protocol. These should not collapse.
92 // Deal with invalid protocol as if it was custom. If either has a non valid
93 // protocol, check to see if the other has a valid that is not custom
  /frameworks/base/tests/net/java/com/android/server/
NsdServiceTest.java 57 static final int PROTOCOL = NsdManager.PROTOCOL_DNS_SD;
121 client.registerService(request, PROTOCOL, listener1);
126 client.discoverServices("a_type", PROTOCOL, listener2);
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler-proxy/4.1.6.Final/
netty-handler-proxy-4.1.6.Final.jar 
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_StatusUpdatesTest.java 58 .withValue(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK)
109 .withValue(StatusUpdates.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK)
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 185 // Version 127: Force mFlags to contain the correct flags for EAS accounts given a protocol
268 * (select HostAuth.protocol from HostAuth, Account where
283 + HostAuth.TABLE_NAME + "." + HostAuthColumns.PROTOCOL + " from "
564 + HostAuthColumns.PROTOCOL + " text, "
1625 final String protocol = hostAuthCursor.getString(V21_HOSTAUTH_PROTOCOL); local
1723 String protocol = hostAuthCursor.getString(V25_HOSTAUTH_PROTOCOL); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteraction.java 128 return mValues.getAsInteger(Sms.PROTOCOL);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 91 HostAuthColumns._ID, HostAuthColumns.PROTOCOL, HostAuthColumns.ADDRESS,
167 public static String getSchemeString(String protocol, int flags, String clientAlias) {
195 return protocol + security;
242 values.put(HostAuthColumns.PROTOCOL, mProtocol);
259 json.put(HostAuthColumns.PROTOCOL, mProtocol);
280 h.mProtocol = json.getString(HostAuthColumns.PROTOCOL);
354 public void setConnection(String protocol, String address, int port, int flags) {
355 setConnection(protocol, address, port, flags, null);
360 * @param protocol the mail protocol to use (e.g. "eas", "imap")
549 String protocol = schemeParts[0]; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnDatabase.java 80 Telephony.Carriers.PROTOCOL + " TEXT," +
132 Telephony.Carriers.PROTOCOL,
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageData.java 736 + DatabaseHelper.MESSAGES_TABLE + '.' + MessageColumns.PROTOCOL
737 + " as " + ConversationMessageViewColumns.PROTOCOL + ", "
    [all...]
  /frameworks/base/core/java/com/android/internal/usb/
DumpUtils.java 74 dump.write("protocol", UsbDeviceProto.PROTOCOL, device.getDeviceProtocol());
116 dump.write("protocol", UsbInterfaceProto.PROTOCOL, iface.getInterfaceProtocol());

Completed in 470 milliseconds

1 2 3 4 5