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

<<11121314151617

  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
test_univ.py 72 assert univ.Integer().subtype(
303 assert self.s1.subtype(
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 356 * Returns the set of interfaces and classes that this type is or is a subtype of. The returned
360 * necessarily a subtype of all the types following. Order between types without subtype
394 * Returns subtype of {@code this} with {@code subclass} as the raw class.
400 "Cannot get subtype of type variable <%s>", this);
411 TypeToken<? extends T> subtype = (TypeToken<? extends T>) local
413 return subtype;
544 * The set of interfaces and classes that {@code T} is or is a subtype of. {@link Object} is not
    [all...]
  /external/icu/icu4c/source/i18n/
measunit.cpp 1155 int32_t MeasureUnit::internalGetIndexForTypeAndSubtype(const char *type, const char *subtype) {
1160 int32_t st = binarySearch(gSubTypes, gOffsets[t], gOffsets[t + 1], subtype);
  /external/mksh/src/
syn.c 1153 yyrecursive(int subtype MKSH_A_UNUSED)
1160 if (subtype != COMSUB) {
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 302 for name, subtype in self.type_dict.items():
303 subtype.CheckType(test, desc, name, file_desc)
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 978 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype)
999 *pos++ = subtype;
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 743 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token);
744 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype,
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java     [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 467 for (final InputMethodSubtype subtype : enabledSubtypes) {
468 final String subtypeId = Integer.toString(subtype.hashCode());
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
pef.c 236 unsigned long *subtype)
241 *subtype = bfd_arch_unknown;
vms-alpha.c 860 int subtype;
866 subtype = bfd_getl16 (vms_rec + 4);
868 vms_debug2 ((3, "subtype %d\n", subtype));
870 switch (subtype)
857 int subtype; local
5539 unsigned int subtype; local
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /external/ImageMagick/coders/
dcm.c 202 { 0x0008, 0x0041, "xs", "Old Data Set Subtype" },
209 { 0x0008, 0x0062, "SQ", "Modality Subtype" },
3153 subtype, local
    [all...]
  /external/dbus/dbus/
dbus-message.c 2319 int subtype = _dbus_type_reader_get_current_type(&real->u.reader); local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 167 uint8 subtype; member in struct:dot11_action_wifi_vendor_specific
177 uint8 subtype; member in struct:dot11_action_vs_frmhdr
654 uint8 subtype; member in struct:wme_ie
672 uint8 subtype; member in struct:wme_param_ie
833 #define FC_SUBTYPE_MASK 0xF0 /* subtype mask */
834 #define FC_SUBTYPE_SHIFT 4 /* subtype shift */
857 /* Frame Control type/subtype defs */
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 438 `maintype/subtype'. If there was no Content-Type header in the
470 This is the `subtype' part of the string returned by
644 """Set the main type and subtype for the Content-Type header.
646 type must be a string in the form "maintype/subtype", otherwise a
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 438 `maintype/subtype'. If there was no Content-Type header in the
470 This is the `subtype' part of the string returned by
644 """Set the main type and subtype for the Content-Type header.
646 type must be a string in the form "maintype/subtype", otherwise a
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 438 `maintype/subtype'. If there was no Content-Type header in the
470 This is the `subtype' part of the string returned by
644 """Set the main type and subtype for the Content-Type header.
646 type must be a string in the form "maintype/subtype", otherwise a
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 438 `maintype/subtype'. If there was no Content-Type header in the
470 This is the `subtype' part of the string returned by
644 """Set the main type and subtype for the Content-Type header.
646 type must be a string in the form "maintype/subtype", otherwise a
  /external/libpcap/
grammar.c 407 SUBTYPE = 302,
529 #define SUBTYPE 302
987 "PF_ACTION", "TYPE", "SUBTYPE", "DIR", "ADDR1", "ADDR2", "ADDR3",
1000 "pfvar", "p80211", "type", "subtype", "type_subtype", "pllc", "dir",
2961 u_int subtype; local
    [all...]
scanner.l 251 subtype return SUBTYPE;
  /external/svox/pico/lib/
picotok.c 1305 pico_tokenSubType subtype = -1; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 410 final SpellCheckerSubtype subtype = info.getSubtypeAt(subtypeIndex); local
412 subtype.getLocale());
476 Slog.w(TAG, "Subtype not found.");
520 Slog.w(TAG, "Return subtype " + scs.hashCode() + ", input= " + locale
    [all...]

Completed in 2312 milliseconds

<<11121314151617