HomeSort by relevance Sort by last modified time
    Searched refs:subtype (Results 126 - 150 of 182) sorted by null

1 2 3 4 56 7 8

  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 513 unsigned int vendor, subtype; local
519 subtype = type & 0xff;
526 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
eap_fast.c 583 "Received Version %d SubType %d",
584 _bind->version, _bind->received_version, _bind->subtype);
592 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) {
593 wpa_printf(MSG_INFO, "EAP-FAST: Invalid version/subtype in "
595 "Received Version %d SubType %d",
597 _bind->subtype);
615 rbind->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE;
622 "Received Version %d SubType %d",
623 rbind->version, rbind->received_version, rbind->subtype);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 558 unsigned int vendor, subtype; local
564 subtype = type & 0xff;
571 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
IndexedDBViews.js 419 var type = value.subtype || value.type;
  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h 104 uint32_t subtype; member in struct:_NPDeviceEvent
    [all...]
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 717 RETURN_ON_HR_FAILURE(hr, "Failed to set subtype", false);
731 const GUID& subtype) {
742 if (out_subtype == subtype) {
    [all...]
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 1043 unsigned int subtype; \/* Cargo subtype *\/ member in struct:ais_t::__anon13100::__anon13104::__anon13105::__anon13111::cargo_t
1553 char subtype[64]; member in struct:devconfig_t
    [all...]
  /external/mksh/src/
syn.c 1127 yyrecursive(int subtype MKSH_A_UNUSED)
1134 if (subtype == FUNSUB) {
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 979 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype)
1001 *pos++ = subtype;
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 167 uint8 subtype; member in struct:dot11_action_wifi_vendor_specific
177 uint8 subtype; member in struct:dot11_action_vs_frmhdr
654 uint8 subtype; member in struct:wme_ie
672 uint8 subtype; member in struct:wme_param_ie
833 #define FC_SUBTYPE_MASK 0xF0 /* subtype mask */
834 #define FC_SUBTYPE_SHIFT 4 /* subtype shift */
857 /* Frame Control type/subtype defs */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 438 `maintype/subtype'. If there was no Content-Type header in the
470 This is the `subtype' part of the string returned by
644 """Set the main type and subtype for the Content-Type header.
646 type must be a string in the form "maintype/subtype", otherwise a
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 438 `maintype/subtype'. If there was no Content-Type header in the
470 This is the `subtype' part of the string returned by
644 """Set the main type and subtype for the Content-Type header.
646 type must be a string in the form "maintype/subtype", otherwise a
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 448 std::string subtype = GetXmlAttr(param, QN_SUBTYPE, buzz::STR_EMPTY); local
450 params->Add(FeedbackParam(type, subtype));
    [all...]
  /external/svox/pico/lib/
picotok.c 1305 pico_tokenSubType subtype = -1; local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 881 * payload if a vendor attribute with subtype is found, otherwise returns NULL.
886 u8 subtype, size_t *alen)
924 if (vhdr->vendor_type != subtype) {
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 444 public void changeInputMethodSubtype(InputMethodSubtype subtype) {
445 onCurrentInputMethodSubtypeChanged(subtype);
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
navigation_list.js 161 this.iconDiv_.setAttribute('volume-subtype',
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 907 if ([event subtype] == 7) {
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 849 * Given the list of NamedContentValues for an entity, a mime type, and a subtype,
913 int subtype = cv.getAsInteger(Phone.TYPE); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
string_tests.py 62 class subtype(self.__class__.type2test): class in function:CommonTest.checkequal
64 object = subtype(object)
    [all...]

Completed in 1834 milliseconds

1 2 3 4 56 7 8