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

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
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...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 504 * The current subtype of the current input method.
2258 final InputMethodSubtype subtype = subtypes.get(j); local
4061 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); local
4109 InputMethodSubtype subtype = null; local
4336 final InputMethodSubtype subtype = additionalSubtypes[i]; local
4379 final InputMethodSubtype subtype = subtypesList.get(i); 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/nos/test/system-test-harness/src/
cavptests.cc 42 uint16_t subtype = (msg.data[0] << 8) | msg.data[1]; \
43 EXPECT_EQ(subtype, type_)
  /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 274 for (InputMethodSubtype subtype : subtypes) {
275 if (subtype.isAuxiliary()) {
292 // input method subtype (The current IME should be LatinIME.)
  /frameworks/support/slices/core/src/main/java/androidx/slice/core/
SliceActionImpl.java 331 String subtype = mIsToggle ? SUBTYPE_TOGGLE : null; local
333 builder.addAction(mAction, sb.build(), subtype);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java 118 for (InputMethodSubtype subtype : subtypes) {
119 final String locale = subtype.getLocale();
  /packages/services/Car/tests/carservice_test/src/com/android/car/
VmsHalServiceSubscriptionEventTest.java 121 int subtype = v.get(start++); local
123 receivedLayers.add(new VmsLayer(type, subtype, version));
  /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/wpa_supplicant_8/src/ap/
gas_serv.c 1120 static void rx_anqp_hs_query_list(struct hostapd_data *hapd, u8 subtype,
1123 switch (subtype) {
1197 u8 subtype; local
1269 u8 subtype; local
    [all...]
  /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));
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nios2.c 726 #define IS_CBRANCH(SUBTYPE) ((SUBTYPE) & CBRANCH)
727 #define IS_UBRANCH(SUBTYPE) (!IS_CBRANCH (SUBTYPE))
728 #define IS_CDXBRANCH(SUBTYPE) ((SUBTYPE) & CDXBRANCH)
733 #define SUBTYPE_ADDIS(SUBTYPE) ((SUBTYPE) & 0xffff)
759 indicated by SUBTYPE. */
761 nios2_relax_subtype_size (relax_substateT subtype)
785 relax_substateT subtype = fragp->fr_subtype; local
879 relax_substateT subtype = fragp->fr_subtype; local
    [all...]
  /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) {
sb_ir.cpp 274 if (parent && parent->subtype == NST_LOOP_PHI_CONTAINER)
277 return hash_src() ^ (subtype << 13) ^ (type << 3);
540 if (p->subtype == NST_ALU_PACKED_INST) {
541 assert(p->parent && p->parent->subtype == NST_ALU_GROUP);
  /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 498 milliseconds

<<11121314151617181920>>