HomeSort by relevance Sort by last modified time
    Searched refs:subtype (Results 76 - 100 of 129) sorted by null

1 2 34 5 6

  /system/core/sh/
parser.c 1260 int subtype; local
1281 subtype = VSNORMAL;
1288 subtype = VSLENGTH;
1291 subtype = 0;
1313 if (subtype == 0) {
1323 subtype = p - types + VSNORMAL;
1329 subtype = c == '#' ? VSTRIMLEFT :
1333 subtype++;
1344 *(stackblock() + typeloc) = subtype | flags;
1345 if (subtype != VSNORMAL)
    [all...]
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 664 static void rx_anqp_hs_query_list(struct hostapd_data *hapd, u8 subtype,
667 switch (subtype) {
695 wpa_printf(MSG_DEBUG, "ANQP: Unsupported HS 2.0 subtype %u",
696 subtype);
724 u8 subtype; local
750 subtype = *pos++;
752 switch (subtype) {
764 wpa_printf(MSG_DEBUG, "ANQP: Unsupported HS 2.0 query subtype "
765 "%u", subtype);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java 627 final InputMethodSubtype subtype = subtypes.get(j); local
628 if (!subtype.isAuxiliary()) {
630 nonAuxSubtype = subtype;
633 auxSubtype = subtype;
672 final InputMethodSubtype subtype = imm.getCurrentInputMethodSubtype(); local
673 final CharSequence summary = subtype != null
674 ? subtype.getDisplayName(context, imi.getPackageName(),
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 313 public void changeInputMethodSubtype(InputMethodSubtype subtype) {
315 subtype));
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 128 SpellCheckerSubtype subtype) {
138 mSubtype = subtype;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 332 uint8 subtype; /* OUI Subtype - P2P_AF_* */ member in struct:wifi_p2p_action_frame
356 uint8 subtype; /* OUI subtype - P2P_TYPE_* */ member in struct:wifi_p2p_pub_act_frame
377 #define P2P_PAF_SUBTYPE_INVALID 255 /* Invalid Subtype */
441 /* OUI Subtype for GAS IE */
485 uint8 oui_subtype; /* OUI Subtype: 0x09 */
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 216 for (InputMethodSubtype subtype : subtypes) {
220 final CharSequence subtypeLabel = subtype.getDisplayName(mFragment.getActivity(),
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 531 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Start");
609 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Challenge");
784 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Notification");
822 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Reauthentication");
923 u8 subtype, id; local
951 subtype = *pos++;
952 wpa_printf(MSG_DEBUG, "EAP-SIM: Subtype=%d", subtype);
962 switch (subtype) {
978 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Client-Error")
    [all...]
eap_aka.c 637 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Identity");
785 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Challenge");
1014 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Notification");
1052 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Reauthentication");
1174 u8 subtype, id; local
    [all...]
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/iptables/utils/
nfnl_osf.c 372 snprintf(f.subtype, sizeof(f.subtype), "%s", pbeg);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsFragment.java 288 for (final InputMethodSubtype subtype : subtypes) {
290 styles.append(SubtypeLocale.getSubtypeDisplayNameInSystemLocale(subtype));
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 32 isa => subtype 'Str' => where { /^(?:0|1)*$/xms },
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h 213 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype);
eap_sim_common.c 979 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype)
1001 *pos++ = subtype;
  /frameworks/base/core/java/android/webkit/
JWebCoreJavaBridge.java 316 public native void setNetworkType(String type, String subtype);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 639 binding->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST;
665 "Received Version %d SubType %d",
667 binding->subtype);
1177 "Version %d Received Version %d SubType %d",
1178 b->version, b->received_version, b->subtype);
1193 if (b->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE) {
1194 wpa_printf(MSG_DEBUG, "EAP-FAST: Unexpected subtype in "
1195 "Crypto-Binding: %d", b->subtype);
    [all...]
tncs.c 558 unsigned int vendor, subtype; local
564 subtype = type & 0xff;
571 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 610 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token);
611 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype,
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 587 for (InputMethodSubtype subtype : subtypes) {
588 if (subtype.isAuxiliary()) {
605 // input method subtype (The current IME should be LatinIME.)
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java     [all...]
  /external/mksh/src/
syn.c 1127 yyrecursive(int subtype MKSH_A_UNUSED)
1134 if (subtype == FUNSUB) {
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 

Completed in 1686 milliseconds

1 2 34 5 6