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

1 2 3

  /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/openssh/contrib/cygwin/
Makefile 43 $(INSTALL) -m 644 $(srcdir)/PROTOCOL $(DESTDIR)$(sshdocdir)/PROTOCOL
44 $(INSTALL) -m 644 $(srcdir)/PROTOCOL.agent $(DESTDIR)$(sshdocdir)/PROTOCOL.agent
45 $(INSTALL) -m 644 $(srcdir)/PROTOCOL.certkeys $(DESTDIR)$(sshdocdir)/PROTOCOL.certkeys
46 $(INSTALL) -m 644 $(srcdir)/PROTOCOL.mux $(DESTDIR)$(sshdocdir)/PROTOCOL.mux
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
ImDataItem.java 71 return getContentValues().getAsInteger(Im.PROTOCOL);
  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailFragmentTests.java 45 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
62 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
81 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
102 values.put(Im.PROTOCOL, Im.PROTOCOL_CUSTOM);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIm.java 42 int protocol = builder.getInt(Im.PROTOCOL); local
45 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString()); local
LegacyApiSupport.java 174 "(CASE WHEN " + StatusUpdates.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
176 + " ELSE 'pre:'||" + StatusUpdates.PROTOCOL
181 + " THEN (CASE WHEN " + Tables.DATA + "." + Im.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
183 + " ELSE 'pre:'||" + Tables.DATA + "." + Im.PROTOCOL
1451 String protocol = values.getAsString(ContactMethods.DATA); local
    [all...]
  /external/openssl/apps/
s_apps.h 149 #define PROTOCOL "tcp"
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 54 Sms.ADDRESS, Sms.PROTOCOL };
193 values.put(Inbox.PROTOCOL, sms.getProtocolIdentifier());
213 String selection = Sms.ADDRESS + " = ? AND " + Sms.PROTOCOL + " = ?";
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 58 .withValue(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK)
109 .withValue(StatusUpdates.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK)
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 148 "protocol TEXT," +
225 " ADD COLUMN protocol TEXT DEFAULT IP;");
303 String protocol = parser.getAttributeValue(null, "protocol"); local
304 if (protocol != null) {
305 map.put(Telephony.Carriers.PROTOCOL, protocol);
372 if (row.containsKey(Telephony.Carriers.PROTOCOL) == false) {
373 row.put(Telephony.Carriers.PROTOCOL, "IP");
598 if (!values.containsKey(Telephony.Carriers.PROTOCOL)) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 450 Sms.PROTOCOL
480 * message's originating address and protocol identifier. If
512 Sms.PROTOCOL + " = ?";
639 values.put(Inbox.PROTOCOL, sms.getProtocolIdentifier());
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 367 + HostAuthColumns.PROTOCOL + " text, "
539 + " WHERE " + HostAuthColumns.PROTOCOL + " ISNULL;");
1051 String protocol = hostAuthCursor.getString(V21_HOSTAUTH_PROTOCOL); local
1147 String protocol = hostAuthCursor.getString(V25_HOSTAUTH_PROTOCOL); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 77 RECORD_ID, HostAuthColumns.PROTOCOL, HostAuthColumns.ADDRESS, HostAuthColumns.PORT,
107 public static String getSchemeString(String protocol, int flags) {
108 return getSchemeString(protocol, flags, null);
115 public static String getSchemeString(String protocol, int flags, String clientAlias) {
143 return protocol + security;
186 values.put(HostAuthColumns.PROTOCOL, mProtocol);
241 public void setConnection(String protocol, String address, int port, int flags) {
242 setConnection(protocol, address, port, flags, null);
247 * @param protocol the mail protocol to use (e.g. "eas", "imap")
425 String protocol = schemeParts[0]; local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 200 * ProviderNames from the predefined IM protocol id.
203 * @param protocol the protocol ID
204 * @return the provider name the IM app uses for the given protocol, or null if no
205 * provider is defined for the given protocol
208 public static String lookupProviderNameFromId(int protocol) {
209 switch (protocol) {
232 * {@link Email} row. Returns null when missing protocol or data.
241 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : values.getAsInteger(Im.PROTOCOL); local
    [all...]
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 150 values.put(Inbox.PROTOCOL, 0);
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java     [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 142 * The protocol identifier code
145 public static final String PROTOCOL = "protocol";
    [all...]
  /external/iproute2/tc/
em_meta.c 66 __A(PROTOCOL, "protocol", "i",
67 "Link layer protocol"),
99 __A(SK_PROTO, "sk_proto", "i", "Protocol"),
  /external/openssh/contrib/suse/
openssh.spec 14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
197 %doc ChangeLog OVERVIEW README* PROTOCOL*
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 119 Telephony.Carriers.PROTOCOL, // 16
334 * raw value of the protocol preference (e.g., "IPV4V6"). If unknown,
337 private String protocolDescription(String raw, ListPreference protocol) {
338 int protocolIndex = protocol.findIndexOfValue(raw);
411 String protocol = protocolDescription((String) newValue, mProtocol); local
412 if (protocol == null) {
415 mProtocol.setSummary(protocol);
418 String protocol = protocolDescription((String) newValue, mRoamingProtocol); local
419 if (protocol == null) {
422 mRoamingProtocol.setSummary(protocol);
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 319 // purposes we're using the protocol to pick labels
324 kind.typeColumn = Im.PROTOCOL;
643 return Im.PROTOCOL;
ExchangeSource.java 219 // purposes we're using the protocol to pick labels
224 kind.typeColumn = Im.PROTOCOL;
  /external/openssh/contrib/caldera/
openssh.spec 70 Summary : OpenSSH Secure Shell protocol server (sshd).
71 Summary(de) : OpenSSH Secure Shell Protocol-Server (sshd).
253 cp -a CREDITS ChangeLog LICENCE OVERVIEW README* TODO PROTOCOL* $DocD

Completed in 585 milliseconds

1 2 3