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

<<11121314151617

  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 743 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Identity");
891 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Challenge");
1123 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Notification");
1161 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Reauthentication");
1283 u8 subtype, id; local
    [all...]
eap_sim.c 629 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Start");
708 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Challenge");
888 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Notification");
926 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Reauthentication");
1032 u8 subtype, id; local
1060 subtype = *pos++;
1061 wpa_printf(MSG_DEBUG, "EAP-SIM: Subtype=%d", subtype);
1071 switch (subtype) {
1087 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Client-Error")
    [all...]
tncc.c 466 unsigned int vendor, subtype; local
472 subtype = type & 0xff;
479 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
eap_fast.c 599 "Received Version %d SubType %d",
600 _bind->version, _bind->received_version, _bind->subtype);
608 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) {
609 wpa_printf(MSG_INFO, "EAP-FAST: Invalid version/subtype in "
611 "Received Version %d SubType %d",
613 _bind->subtype);
631 rbind->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE;
638 "Received Version %d SubType %d",
639 rbind->version, rbind->received_version, rbind->subtype);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 646 binding->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST;
672 "Received Version %d SubType %d",
674 binding->subtype);
1189 "Version %d Received Version %d SubType %d",
1190 b->version, b->received_version, b->subtype);
1205 if (b->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE) {
1206 wpa_printf(MSG_DEBUG, "EAP-FAST: Unexpected subtype in "
1207 "Crypto-Binding: %d", b->subtype);
    [all...]
tncs.c 492 unsigned int vendor, subtype; local
498 subtype = type & 0xff;
505 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 2099 final InputMethodSubtype subtype = (InputMethodSubtype) args.arg2; local
    [all...]
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cr16.c 615 relax_substateT subtype; local
618 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
620 if (fragp->fr_subtype == rlx_state[subtype]
624 fragp->fr_subtype = rlx_state[subtype + 1];
651 /* If the subtype is not changed due to :m operand qualifier,
661 /* If the subtype is not changed due to :l operand qualifier,
    [all...]
tc-mips.c 8425 relax_substateT subtype = 0; local
17903 relax_substateT subtype = fragp->fr_subtype; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 213 * representing the subtype. This macro performs the encoding.
215 #define ENCODE_SS_TYPE(type, subtype) (((type) << 16) | (subtype))
253 * Decode a state_struct_type value to determine the subtype that should be
    [all...]
  /external/tcpdump/
print-openflow-1.0.c 760 uint32_t subtype; local
764 /* subtype */
766 subtype = EXTRACT_32BITS(cp);
768 ND_PRINT((ndo, "\n\t subtype %s", tok2str(bsn_subtype_str, "unknown (0x%08x)", subtype)));
769 switch (subtype) {
775 * | subtype |
799 * | subtype |
828 * | subtype |
853 * | subtype |
965 uint32_t subtype, vlan_tag; local
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 404 MediaResource::SubType subtype = local
406 resources.push_back(MediaResource(type, subtype, 1));
475 MediaResource::SubType subtype = local
477 resources.push_back(MediaResource(type, subtype, 1));
560 MediaResource::Type type, MediaResource::SubType subtype, uint64_t value) {
562 resources.push_back(MediaResource(type, subtype, value));
574 MediaResource::SubType subtype local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 573 for (InputMethodSubtype subtype : enabledSubtypes) {
574 Locale locale = LocaleUtils.constructLocaleFromString(subtype.getLocale());
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 717 SUBTYPE points to a DNTT entry describing the type of the members.
727 dnttpointer subtype; member in struct:dntt_type_set
747 SUBTYPE points to the type of the subrange.
761 dnttpointer subtype; member in struct:dntt_type_subrange
    [all...]
  /external/avahi/avahi-core/
entry.c 834 const char *subtype) {
841 assert(subtype);
849 AVAHI_CHECK_VALIDITY_SET_RET_GOTO_FAIL(s, avahi_is_valid_service_subtype(subtype), AVAHI_ERR_INVALID_SERVICE_SUBTYPE);
858 (ret = avahi_service_name_join(ptr_name, sizeof(ptr_name), NULL, subtype, domain)) < 0) {
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
measunit.h 192 static int32_t internalGetIndexForTypeAndSubtype(const char *type, const char *subtype);
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java     [all...]
  /external/avahi/avahi-client/
entrygroup.c 530 const char *subtype) {
542 assert(subtype);
571 DBUS_TYPE_STRING, &subtype,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
utils.py 914 maintype, subtype = definite_type.split('/', 1)
916 mime_con = email.mime.text.MIMEText(con, _subtype=subtype)
918 mime_con = email.mime.base.MIMEBase(maintype, subtype)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 951 unsigned long *subtype)
953 *subtype = bfd_arch_unknown;
965 *subtype = bfd_mach_i386_i386;
969 *subtype = bfd_mach_x86_64;
985 *subtype = bfd_mach_arm_4T;
988 *subtype = bfd_mach_arm_4T; /* Best fit ? */
991 *subtype = bfd_mach_arm_5TE;
994 *subtype = bfd_mach_arm_XScale;
997 *subtype = bfd_mach_arm_5TE; /* Best fit ? */
1009 *subtype = bfd_mach_sparc
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
question.py 105 template = """<Binary><MimeType><Type>%(type)s</Type><SubType>%(subtype)s</SubType></MimeType><DataURL>%(url)s</DataURL><AltText>%(alt_text)s</AltText></Binary>"""
107 def __init__(self, type, subtype, url, alt_text):
  /external/wpa_supplicant_8/src/radius/
radius.c 908 * payload if a vendor attribute with subtype is found, otherwise returns NULL.
913 u8 subtype, size_t *alen)
950 if (vhdr->vendor_type != subtype) {
1247 int radius_msg_add_wfa(struct radius_msg *msg, u8 subtype, const u8 *data,
    [all...]
  /frameworks/av/include/media/stagefright/
MediaCodec.h 397 void addResource(MediaResource::Type type, MediaResource::SubType subtype, uint64_t value);

Completed in 520 milliseconds

<<11121314151617