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

1 2 3 4 5 6 7 891011>>

  /bionic/libc/kernel/uapi/linux/
virtio_scsi.h 67 __virtio32 subtype; member in struct:virtio_scsi_ctrl_tmf_req
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 262 final InputMethodSubtype subtype = mInputMethodManager.getCurrentInputMethodSubtype(); local
263 mInputView.setSubtypeOnSpaceKey(subtype);
267 public void onCurrentInputMethodSubtypeChanged(InputMethodSubtype subtype) {
268 mInputView.setSubtypeOnSpaceKey(subtype);
  /external/avahi/avahi-core/
publish.h 134 /** Add a subtype for an already existing service */
144 const char *subtype /**< The new subtype for the specified service */ );
  /external/avahi/avahi-daemon/
dbus-entry-group.c 217 char *type, *name, *domain, *subtype; local
227 DBUS_TYPE_STRING, &subtype,
228 DBUS_TYPE_INVALID) || !type || !name || !subtype) {
239 if (avahi_server_add_service_subtype(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, subtype) < 0)
  /external/kernel-headers/original/uapi/linux/
virtio_scsi.h 78 __virtio32 subtype; member in struct:virtio_scsi_ctrl_tmf_req
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 151 uint8 subtype; member in struct:__anon29169
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmoreg.h 31 GUID subtype; member in struct:_DMO_PARTIAL_MEDIATYPE
  /toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c 1013 relax_substateT subtype; local
1027 subtype = get_imm_otype(exp.X_md);
1029 subtype = opcode->inst_offset_type;
1034 subtype, /* PC-relative or not. */
1516 relax_substateT subtype; local
1582 relax_substateT subtype; local
1654 relax_substateT subtype; local
    [all...]
tc-nios2.c 694 #define IS_CBRANCH(SUBTYPE) ((SUBTYPE) & CBRANCH)
695 #define IS_UBRANCH(SUBTYPE) (!IS_CBRANCH (SUBTYPE))
698 #define SUBTYPE_ADDIS(SUBTYPE) ((SUBTYPE) & 0xffff)
724 indicated by SUBTYPE. */
726 nios2_relax_subtype_size (relax_substateT subtype)
728 int n = SUBTYPE_ADDIS (subtype);
733 return (IS_CBRANCH (subtype) ? CBRANCH_JUMP_SIZE : UBRANCH_JUMP_SIZE)
750 relax_substateT subtype = fragp->fr_subtype; local
833 relax_substateT subtype = fragp->fr_subtype; local
    [all...]
  /external/vulkan-validation-layers/
reg.py 418 for subtype in type.elem.findall('.//type'):
419 self.gen.logMsg('diag', '*** markRequired: type requires dependent <type>', subtype.text)
420 self.markTypeRequired(subtype.text, required)
525 for subtype in f.elem.findall('.//type'):
527 subtype.text)
528 self.generateFeature(subtype.text, 'type', self.typedict)
529 for subtype in f.elem.findall('.//enum'):
531 subtype.text)
532 self.generateFeature(subtype.text, 'enum', self.enumdict)
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 399 uint32_t subtype = Header.cpusubtype & ~MachO::CPU_SUBTYPE_MASK; local
402 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesX86));
405 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesX64));
408 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesARM));
411 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesPPC));
414 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesSPARC));
417 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesARM64));
421 W.printHex("CpuSubtype", subtype);
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerInfo.java 110 if (!"subtype".equals(subtypeNodeName)) {
112 "Meta-data in spell-checker does not start with subtype tag");
116 SpellCheckerSubtype subtype = new SpellCheckerSubtype( local
127 mSubtypes.add(subtype);
257 * Return the subtype at the specified index.
259 * @param index the index of the subtype to return.
284 pw.println(prefix + " " + "Subtype #" + i + ":");
SpellCheckerSession.java 125 SpellCheckerSubtype subtype) {
135 mSubtype = subtype;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPasswordView.java 275 for (InputMethodSubtype subtype : subtypes) {
276 if (subtype.isAuxiliary()) {
293 // input method subtype (The current IME should be LatinIME.)
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java 116 for (InputMethodSubtype subtype : subtypes) {
117 final String locale = subtype.getLocale();
PhysicalKeyboardFragment.java 331 // Here we use null to indicate that this IME has no subtype.
342 final InputMethodSubtype subtype = subtypes.get(i); local
343 if (!IM_SUBTYPE_MODE_KEYBOARD.equalsIgnoreCase(subtype.getMode())) {
347 deviceInfo.mDeviceIdentifier, imi, subtype);
348 keyboardInfoList.add(new Keyboards.KeyboardInfo(imi, subtype, layout));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 67 int subtype; member in struct:__anon38070
80 int subtype; member in struct:__anon38071
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimetools.py 48 self.subtype = '/'.join(fields[1:])
99 return self.subtype
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimetools.py 48 self.subtype = '/'.join(fields[1:])
99 return self.subtype
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 48 self.subtype = '/'.join(fields[1:])
99 return self.subtype
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 48 self.subtype = '/'.join(fields[1:])
99 return self.subtype
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 384 + "," + Constants.Subtype.ExtraValue.ASCII_CAPABLE
385 + "," + Constants.Subtype.ExtraValue.ENABLED_WHEN_DEFAULT_IS_NOT_ASCII_CAPABLE
386 + "," + Constants.Subtype.ExtraValue.EMOJI_CAPABLE
388 final InputMethodSubtype subtype = InputMethodSubtypeCompatUtils.newInputMethodSubtype( local
392 Constants.Subtype.KEYBOARD_MODE,
397 RichInputMethodManager.forceSubtype(subtype);
398 mLatinIME.onCurrentInputMethodSubtypeChanged(subtype);
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc 173 if (cursor_event->subtype == XFixesDisplayCursorNotify) {
  /external/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 185 def _get_result_filename(self, test_name, subtype, suffix):
187 '%s_%s_%s' % (test_name, subtype, suffix))
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 331 public void changeInputMethodSubtype(InputMethodSubtype subtype) {
333 subtype));

Completed in 718 milliseconds

1 2 3 4 5 6 7 891011>>