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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/linux-x86/clang-4579689/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/linux-x86/clang-4630689/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/linux-x86/clang-4639204/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/linux-x86/clang-4691093/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 67 int subtype; member in struct:__anon61856
80 int subtype; member in struct:__anon61857
282 int subtype; member in struct:__anon61860
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
Reporter.py 92 maintype, subtype = ctype.split('/', 1)
96 msg = MIMEText(fp.read(), _subtype=subtype)
100 msg = MIMEBase(maintype, subtype)
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
Reporter.py 92 maintype, subtype = ctype.split('/', 1)
96 msg = MIMEText(fp.read(), _subtype=subtype)
100 msg = MIMEBase(maintype, subtype)
  /external/libjpeg-turbo/
rdtarga.c 339 int idlen, cmaptype, subtype, flags, interlace_type, components; local
355 subtype = UCH(targaheader[2]);
372 if (subtype > 8) {
376 subtype -= 8;
382 /* Now should have subtype 1, 2, or 3 */
386 switch (subtype) {
  /frameworks/base/services/core/java/com/android/server/camera/
CameraServiceProxy.java 290 int subtype = 0; local
293 subtype = MetricsEvent.CAMERA_BACK_USED;
296 subtype = MetricsEvent.CAMERA_FRONT_USED;
299 subtype = MetricsEvent.CAMERA_EXTERNAL_USED;
306 .setSubtype(subtype)
  /external/tcpdump/
print-slow.c 249 u_int subtype; local
254 subtype = *pptr;
259 switch (subtype) {
294 tok2str(slow_proto_values, "unknown (%u)", subtype),
300 tok2str(slow_proto_values, "unknown (%u)", subtype),
304 /* unrecognized subtype */
313 switch (subtype) {
318 /* skip subtype */
326 /* skip subtype and version */
329 slow_marker_lacp_print(ndo, pptr, len, subtype);
    [all...]
  /external/v8/src/heap/
object-stats.cc 351 int subtype,
355 return stats_->RecordFixedArraySubTypeStats(array, subtype, array->Size(),
363 int subtype) {
364 if (RecordFixedArrayHelper(parent, array, subtype, 0)) {
368 parent, FixedArray::cast(array->get(i)), subtype);
377 int subtype) {
383 RecordFixedArrayHelper(parent, array, subtype, overhead);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uuids.h 75 #define MEDIASUBTYPE_HASALPHA(mt) (((mt).subtype==MEDIASUBTYPE_ARGB4444) || ((mt).subtype==MEDIASUBTYPE_ARGB32) || ((mt).subtype==MEDIASUBTYPE_AYUV) || ((mt).subtype==MEDIASUBTYPE_AI44) || ((mt).subtype==MEDIASUBTYPE_IA44) || ((mt).subtype==MEDIASUBTYPE_ARGB1555) || ((mt).subtype==MEDIASUBTYPE_ARGB32_D3D_DX7_RT) || ((mt).subtype==MEDIASUBTYPE_ARGB4444_D3D_DX7_RT) || ((mt).subtype==MEDIASUBTYPE_ARGB1555_D3D_DX7_RT) || ((mt).subtype==MEDIASUBTYPE_ARGB32_D3D_DX9_RT) || ((mt).subtype==MEDIASUBTYPE_ARGB4444_D3D_DX9_RT) || ((mt).subt (…)
    [all...]
dmoreg.h 31 GUID subtype; member in struct:_DMO_PARTIAL_MEDIATYPE
  /external/libpcap/
grammar.y 309 %token TYPE SUBTYPE DIR ADDR1 ADDR2 ADDR3 ADDR4 RA TA
334 %type <i> NUM action reason type subtype type_subtype dir
556 p80211: TYPE type SUBTYPE subtype
564 | SUBTYPE type_subtype { $$ = gen_p80211_type(cstate, $2,
578 subtype: NUM label
595 bpf_error(cstate, "unknown 802.11 subtype name");
623 int subtype;
625 subtype = str2tok($2, llc_s_subtypes);
626 if (subtype != -1
    [all...]
  /external/webrtc/webrtc/modules/video_capture/windows/
video_capture_ds.cc 297 if (pmt->subtype == MEDIASUBTYPE_dvsl
298 || pmt->subtype == MEDIASUBTYPE_dvsd
299 || pmt->subtype == MEDIASUBTYPE_dvhd)
  /frameworks/base/core/tests/coretests/src/android/metrics/
LogMakerTest.java 41 int subtype = 12; local
50 builder.setSubtype(subtype);
64 assertEquals(subtype, parsed.getSubtype());
  /frameworks/wilhelm/tools/permute/
permute.c 146 unsigned subtype = sfinfo_in.format & SF_FORMAT_SUBMASK;
148 switch (subtype) {
156 fprintf(stderr, "%s: unsupported subtype 0x%X\n", path_in, subtype);
  /bionic/libc/kernel/uapi/linux/
virtio_scsi.h 58 __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/kernel-headers/original/uapi/linux/
virtio_scsi.h 78 __virtio32 subtype; member in struct:virtio_scsi_ctrl_tmf_req
  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 562 /* The first valid MBO subtype is 1 */
579 u8 subtype; local
584 subtype = *pos++;
587 switch (subtype) {
595 wpa_printf(MSG_DEBUG, "MBO: Unsupported ANQP subtype %u",
596 subtype);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 151 uint8 subtype; member in struct:__anon46957
  /toolchain/binutils/binutils-2.27/gas/config/
tc-microblaze.c 1019 relax_substateT subtype; local
1033 subtype = get_imm_otype(exp.X_md);
1035 subtype = opcode->inst_offset_type;
1040 subtype, /* PC-relative or not. */
1522 relax_substateT subtype; local
1588 relax_substateT subtype; local
1660 relax_substateT subtype; local
    [all...]
  /external/vulkan-validation-layers/scripts/
reg.py 460 for subtype in type.elem.findall('.//type'):
461 self.gen.logMsg('diag', '*** markRequired: type requires dependent <type>', subtype.text)
462 self.markTypeRequired(subtype.text, required)
589 for subtype in f.elem.findall('.//type'):
591 subtype.text)
592 self.generateFeature(subtype.text, 'type', self.typedict)
593 for subtype in f.elem.findall('.//enum'):
595 subtype.text)
596 self.generateFeature(subtype.text, 'enum', self.enumdict)
    [all...]

Completed in 569 milliseconds

1 2 3 4 5 6 7 8 91011>>