HomeSort by relevance Sort by last modified time
    Searched refs:subtype (Results 151 - 175 of 409) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/netfilter/
xt_osf.h 64 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/netfilter/
xt_osf.h 64 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/netfilter/
xt_osf.h 64 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter/
xt_osf.h 64 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter/
xt_osf.h 64 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter/
xt_osf.h 64 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
  /external/jmdns/src/javax/jmdns/impl/
JmmDNSImpl.java 442 String subtype = info.getSubtype(); local
443 if (!map.containsKey(subtype)) {
444 map.put(subtype, new ArrayList<ServiceInfo>(10));
446 map.get(subtype).add(info);
450 for (String subtype : map.keySet()) {
451 List<ServiceInfo> infoForSubType = map.get(subtype);
452 result.put(subtype, infoForSubType.toArray(new ServiceInfo[infoForSubType.size()]));
DNSEntry.java 81 * Check if two entries have the same subtype.
84 * @return <code>true</code> if the two entries have are for the same subtype, <code>false</code> otherwise
91 * Returns the subtype of this entry
93 * @return subtype of this entry
96 String subtype = this.getQualifiedNameMap().get(Fields.Subtype); local
97 return (subtype != null ? subtype : "");
  /frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingControllerTest.java 125 InputMethodSubtype subtype = null; local
127 subtype = createDummySubtype(currentItem.mSubtypeName.toString());
130 currentItem.mImi, subtype, true /* forward */);
133 currentItem.mImi, subtype, false /* forward */);
155 InputMethodSubtype subtype = null; local
157 subtype = createDummySubtype(subtypeListItem.mSubtypeName.toString());
159 controller.onUserActionLocked(subtypeListItem.mImi, subtype);
281 // Rotation order should be preserved when created with the same subtype list.
291 // Rotation order should be initialized when created with a different subtype list.
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sim.c 363 u8 subtype)
365 if (subtype == EAP_SIM_SUBTYPE_CLIENT_ERROR)
370 if (subtype != EAP_SIM_SUBTYPE_START) {
372 "subtype %d", subtype);
377 if (subtype != EAP_SIM_SUBTYPE_CHALLENGE) {
379 "subtype %d", subtype);
384 if (subtype != EAP_SIM_SUBTYPE_REAUTHENTICATION) {
386 "subtype %d", subtype)
715 u8 subtype; local
    [all...]
eap_server_aka.c 668 static Boolean eap_aka_subtype_ok(struct eap_aka_data *data, u8 subtype)
670 if (subtype == EAP_AKA_SUBTYPE_CLIENT_ERROR ||
671 subtype == EAP_AKA_SUBTYPE_AUTHENTICATION_REJECT)
676 if (subtype != EAP_AKA_SUBTYPE_IDENTITY) {
678 "subtype %d", subtype);
683 if (subtype != EAP_AKA_SUBTYPE_CHALLENGE &&
684 subtype != EAP_AKA_SUBTYPE_SYNCHRONIZATION_FAILURE) {
686 "subtype %d", subtype);
1182 u8 subtype; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 116 int id, size_t length, u8 subtype)
135 sake->subtype = subtype;
368 u8 subtype, session_id, id; local
379 subtype = req->subtype;
383 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
384 "session_id %d", subtype, session_id);
402 switch (subtype) {
417 "unknown subtype %d", subtype)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 152 @Nonnull final InputMethodSubtype subtype) {
153 final Integer value = sScriptIdsForSubtypes.get(subtype);
155 final int scriptId = Builder.readScriptId(resources, subtype);
156 sScriptIdsForSubtypes.put(subtype, scriptId);
297 public Builder setSubtype(@Nonnull final RichInputMethodSubtype subtype) {
298 final boolean asciiCapable = InputMethodSubtypeCompatUtils.isAsciiCapable(subtype);
308 : subtype;
340 // Super redux version of reading the script ID for some subtype from Xml.
341 static int readScriptId(final Resources resources, final InputMethodSubtype subtype) {
343 + SubtypeLocaleUtils.getKeyboardLayoutSetName(subtype);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/ber/
test_encoder.py 17 self.o = univ.Integer().subtype(
108 self.o = univ.OctetString().subtype(
302 s = self.s.subtype(
313 s = self.s.subtype(
327 s = self.s.subtype(
333 s = self.s.subtype(
  /external/v8/test/unittests/compiler/
typer-unittest.cc 203 Type* subtype; local
205 subtype = types_.Fuzz();
206 } while (!subtype->Is(type));
207 return subtype;
217 Type* subtype = TypeBinaryOp(op, subtype1, subtype2); local
218 EXPECT_TRUE(subtype->Is(type));
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 106 final InputMethodSubtype subtype = subtypes.get(i); local
110 sb.append(subtype.getDisplayName(context, imi.getPackageName(),
  /external/webrtc/webrtc/base/
maccocoasocketserver.mm 53 subtype:0
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 86 final InputMethodSubtype subtype = subtypes.get(i); local
90 sb.append(subtype.getDisplayName(context, imi.getPackageName(),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java 90 for (InputMethodSubtype subtype : subtypes) {
91 final String locale = subtype.getLocale();
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognitionException.pm 33 subtype 'Char'
  /external/avahi/avahi-client/
publish.h 111 /** Add a subtype for a service. The service should already be existent in the entry group. You may add as many subtypes for a service as you wish. */
114 AvahiIfIndex interface /**< The interface this subtype shall be announced on. This should match the value passed for the original avahi_entry_group_add_service() call. */,
115 AvahiProtocol protocol /**< The protocol this subtype shall be announced with. This should match the value passed for the original avahi_entry_group_add_service() call. */,
120 const char *subtype /**< The new subtype to register for the specified service. May not be NULL. */);
  /external/tcpdump/
print-mptcp.c 60 uint8_t sub_etc; /* subtype upper 4 bits, other stuff lower 4 bits */
419 u_int subtype; local
425 subtype = min(MPTCP_OPT_SUBTYPE(opt->sub_etc), MPTCP_SUB_FCLOSE + 1);
427 ND_PRINT((ndo, " %s", mptcp_options[subtype].name));
428 return mptcp_options[subtype].print(ndo, cp, len, flags);
  /external/wpa_supplicant_8/src/eap_common/
eap_sake_common.h 50 u8 subtype; member in struct:eap_sake_hdr
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11e.h 51 uint8 subtype; /* WME_SUBTYPE_TSPEC */ member in struct:tspec
  /external/clang/tools/scan-view/share/
Reporter.py 92 maintype, subtype = ctype.split('/', 1)
96 msg = MIMEText(fp.read(), _subtype=subtype)
100 msg = MIMEBase(maintype, subtype)

Completed in 741 milliseconds

1 2 3 4 5 67 8 91011>>