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

1 23 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 836 // Type is object, get subtype.
837 var subtype = this._subtype(obj);
839 if (subtype === "regexp")
842 if (subtype === "date")
845 if (subtype === "node") {
861 if (subtype === "array") {
914 // Null object is object with 'null' subtype.
916 this.subtype = "null";
927 var subtype = injectedScript._subtype(object);
928 if (subtype)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_array_splitting.cpp 370 const struct glsl_type *subtype; local
373 subtype = type->column_type();
375 subtype = type->fields.array;
388 new(entry->mem_ctx) ir_variable(subtype, name, ir_var_temporary);
  /external/iptables/include/linux/netfilter/
xt_osf.h 76 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
  /external/mesa3d/src/glsl/
opt_array_splitting.cpp 370 const struct glsl_type *subtype; local
373 subtype = type->column_type();
375 subtype = type->fields.array;
388 new(entry->mem_ctx) ir_variable(subtype, name, ir_var_temporary);
  /external/qemu/block/
bochs.c 45 char subtype[16]; // "Undoable" / "Volatile" / "Growing" member in struct:bochs_header_v1
65 char subtype[16]; // "Undoable" / "Volatile" / "Growing" member in struct:bochs_header
102 !strcmp(bochs->subtype, GROWING_TYPE) &&
125 strcmp(bochs.subtype, GROWING_TYPE) ||
  /external/wpa_supplicant_8/src/eap_common/
eap_tlv_common.h 75 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl 63 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype);
71 boolean setCurrentInputMethodSubtype(in InputMethodSubtype subtype);
  /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()]));
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 137 // We look for the first preference item in subtype enabler.
138 // The first item is used for turning on/off subtype auto selection.
139 // We are in the subtype enabler and trying selecting subtypes automatically.
237 // Add this subtype to the list when no IME is specified or when the IME of this
238 // subtype is the specified IME.
263 final InputMethodSubtype subtype = imi.getSubtypeAt(j); local
264 final CharSequence subtypeLabel = subtype.getDisplayName(context,
266 if (subtype.overridesImplicitlyEnabledSubtype()) {
273 context, subtype.getLocale(), mSystemLocale, mCollator);
274 chkbxPref.setKey(imiId + subtype.hashCode())
    [all...]
InputMethodAndSubtypeUtil.java 167 // In the Configure input method screen or in the subtype enabler screen.
186 InputMethodSubtype subtype = imi.getSubtypeAt(i); local
187 final String subtypeHashCodeStr = String.valueOf(subtype.hashCode());
190 // In the Configure input method screen which does not have subtype preferences.
193 // Once subtype checkbox is found, subtypeSet needs to be cleared.
196 // If selected subtype preference is disabled, needs to reset.
203 if (selectedInputMethodSubtype == subtype.hashCode()) {
204 // Selected subtype is still enabled, there is no need to reset
205 // selected subtype.
250 Log.d(TAG, "--- Needs to reset the selected subtype :" + needsToResetSelectedSubtype)
308 InputMethodSubtype subtype = imi.getSubtypeAt(i); local
329 InputMethodSubtype subtype = imi.getSubtypeAt(i); local
    [all...]
UserDictionaryList.java 105 for (InputMethodSubtype subtype : subtypes) {
106 final String locale = subtype.getLocale();
  /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);
1181 u8 subtype; local
    [all...]
  /system/core/sh/
expand.c 483 subevalvar(char *p, char *str, int strloc, int subtype, int startloc, int varflags)
502 switch (subtype) {
607 int subtype; local
621 subtype = varflags & VSTYPE;
643 switch (subtype) {
655 if (set && subtype != VSPLUS) {
658 varvalue(var, varflags & VSQUOTE, subtype, flag);
659 if (subtype == VSLENGTH) {
667 if (subtype == VSLENGTH) {
685 switch (subtype) {
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 116 int id, size_t length, u8 subtype)
135 sake->subtype = subtype;
370 u8 subtype, session_id; local
380 subtype = req->subtype;
384 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
385 "session_id %d", subtype, session_id);
403 switch (subtype) {
418 "unknown subtype %d", subtype)
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 303 * The current subtype of the current input method.
1469 final InputMethodSubtype subtype = subtypes.get(j); local
2945 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); local
3002 InputMethodSubtype subtype = null; local
3270 final InputMethodSubtype subtype = imi.getSubtypeAt(j); local
3355 final InputMethodSubtype subtype = additionalSubtypes[i]; local
3398 final InputMethodSubtype subtype = subtypesList.get(i); local
3472 final InputMethodSubtype subtype = local
    [all...]
  /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/chromium_org/chrome/browser/local_discovery/
privet_device_lister_impl.cc 29 std::string subtype) : delegate_(delegate),
33 subtype.c_str())) {
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 589 if (media_type->subtype == kMediaSubTypeI420) {
591 } else if (media_type->subtype == MEDIASUBTYPE_IYUV) {
594 } else if (media_type->subtype == MEDIASUBTYPE_RGB24) {
596 } else if (media_type->subtype == MEDIASUBTYPE_YUY2) {
598 } else if (media_type->subtype == MEDIASUBTYPE_MJPG) {
600 } else if (media_type->subtype == MEDIASUBTYPE_UYVY) {
602 } else if (media_type->subtype == MEDIASUBTYPE_ARGB32) {
606 StringFromGUID2(media_type->subtype, guid_str, arraysize(guid_str));
  /external/chromium_org/third_party/libjingle/source/talk/base/
maccocoasocketserver.mm 128 subtype:1
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPasswordView.java 177 for (InputMethodSubtype subtype : subtypes) {
178 if (subtype.isAuxiliary()) {
195 // input method subtype (The current IME should be LatinIME.)
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 100 final InputMethodSubtype subtype = subtypes.get(i); local
104 sb.append(subtype.getDisplayName(context, imi.getPackageName(),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java 84 for (InputMethodSubtype subtype : subtypes) {
85 final String locale = subtype.getLocale();
  /external/chromium_org/chrome/browser/resources/file_manager/css/
file_types.css 410 [volume-type-icon='removable'][volume-subtype='sd'] {
416 list:focus li[selected] [volume-type-icon='removable'][volume-subtype='sd'],
418 [volume-type-icon='removable'][volume-subtype='sd'] {
424 [volume-type-icon='removable'][volume-subtype='optical'] {
431 [volume-type-icon='removable'][volume-subtype='optical'],
433 [volume-type-icon='removable'][volume-subtype='optical'] {
440 [volume-type-icon='removable'][volume-subtype='optical'],
442 [volume-type-icon='removable'][volume-subtype='optical'] {
448 /* TODO(kaznacheev): consider a better icon for volume-subtype=unknown.
449 Also find out if we need an icon for volume-subtype=mobile *
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognitionException.pm 33 subtype 'Char'

Completed in 942 milliseconds

1 23 4 5 6 7 8