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

<<11121314151617181920>>

  /external/kernel-headers/original/uapi/linux/
virtio_scsi.h 78 __virtio32 subtype; member in struct:virtio_scsi_ctrl_tmf_req
  /external/vulkan-validation-layers/
reg.py 445 for subtype in type.elem.findall('.//type'):
446 self.gen.logMsg('diag', '*** markRequired: type requires dependent <type>', subtype.text)
447 self.markTypeRequired(subtype.text, required)
574 for subtype in f.elem.findall('.//type'):
576 subtype.text)
577 self.generateFeature(subtype.text, 'type', self.typedict)
578 for subtype in f.elem.findall('.//enum'):
580 subtype.text)
581 self.generateFeature(subtype.text, 'enum', self.enumdict)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 151 uint8 subtype; member in struct:__anon41882
  /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
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
reg.py 411 for subtype in type.elem.findall('.//type'):
412 self.gen.logMsg('diag', '*** markRequired: type requires dependent <type>', subtype.text)
413 self.markTypeRequired(subtype.text, required)
518 for subtype in f.elem.findall('.//type'):
520 subtype.text)
521 self.generateFeature(subtype.text, 'type', self.typedict)
522 for subtype in f.elem.findall('.//enum'):
524 subtype.text)
525 self.generateFeature(subtype.text, 'enum', self.enumdict)
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimetools.py 48 self.subtype = '/'.join(fields[1:])
99 return self.subtype
  /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);
  /external/python/cpython2/Lib/
mimetools.py 48 self.subtype = '/'.join(fields[1:])
99 return self.subtype
  /frameworks/base/core/java/android/metrics/
LogMaker.java 88 /** @param subtype to replace the existing setting. */
89 public LogMaker setSubtype(int subtype) {
90 entries.put(MetricsEvent.RESERVED_FOR_LOGBUILDER_SUBTYPE, subtype);
94 /** Set the subtype to 0. */
303 /** @return the subtype of the log, or 0. */
  /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 + ":");
  /frameworks/base/packages/SystemUI/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.)
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbDescriptorParser.java 238 public ArrayList<UsbDescriptor> getACInterfaceDescriptors(byte subtype, byte subclass) {
245 if (acDescriptor.getSubtype() == subtype
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java 118 for (InputMethodSubtype subtype : subtypes) {
119 final String locale = subtype.getLocale();
  /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:__anon54121
80 int subtype; member in struct:__anon54122
  /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
  /external/tcpdump/
print-babel.c 272 uint8_t subtype, sublen; local
277 subtype = *cp++;
278 if(subtype == MESSAGE_SUB_PAD1) {
288 switch(subtype) {
327 ND_PRINT((ndo, " sub-unknown-0x%02x", subtype));
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_dump.cpp 37 switch (n.subtype) {
48 assert(!"invalid node subtype");
346 if (n.subtype == NST_CF_INST) {
461 switch(n->subtype) {
sb_def_use.cpp 72 if (n->is_container() && n->subtype != NST_ALU_PACKED_INST) {
sb_gvn.cpp 56 if (n.parent->subtype == NST_LOOP_PHI_CONTAINER) {
  /external/v8/src/inspector/
v8-injected-script-host.cc 67 setFunctionProperty(context, injectedScriptHost, "subtype",
171 std::unique_ptr<StringBuffer> subtype = local
173 if (subtype) {
174 info.GetReturnValue().Set(toV8String(isolate, subtype->string()));
  /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);

Completed in 460 milliseconds

<<11121314151617181920>>