Home
last modified time | relevance | path

Searched refs:datatype (Results 26 - 50 of 76) sorted by relevance

1234

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java18 import javax.xml.datatype.DatatypeConstants;
19 import javax.xml.datatype.DatatypeConstants.Field;
20 import javax.xml.datatype.Duration;
38 * Allows us to not depend on javax.xml.datatype.DatatypeFactory.
43 private static final class ICUTestDuration extends javax.xml.datatype.Duration {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DICUDurationTest.java19 import javax.xml.datatype.DatatypeConstants;
20 import javax.xml.datatype.DatatypeConstants.Field;
21 import javax.xml.datatype.Duration;
41 * Allows us to not depend on javax.xml.datatype.DatatypeFactory.
46 private static final class ICUTestDuration extends javax.xml.datatype.Duration {
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-csi2.c515 unsigned int datatype; member
522 .datatype = MIPI_CSI2_DT_RGB888,
526 .datatype = MIPI_CSI2_DT_YUV422_8B,
530 .datatype = MIPI_CSI2_DT_YUV422_8B,
534 .datatype = MIPI_CSI2_DT_YUV422_8B,
538 .datatype = MIPI_CSI2_DT_YUV422_8B,
542 .datatype = MIPI_CSI2_DT_RAW10,
546 .datatype = MIPI_CSI2_DT_RAW8,
550 .datatype = MIPI_CSI2_DT_RAW8,
554 .datatype
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-streams.c659 int datatype; in ivtv_setup_v4l2_decode_stream() local
694 datatype = 1; in ivtv_setup_v4l2_decode_stream()
697 datatype = 2; in ivtv_setup_v4l2_decode_stream()
701 IVTV_DEBUG_INFO("Setup DEC YUV Stream data[0] = %d\n", datatype); in ivtv_setup_v4l2_decode_stream()
705 datatype = 0; in ivtv_setup_v4l2_decode_stream()
708 if (ivtv_vapi(itv, CX2341X_DEC_SET_DECODER_SOURCE, 4, datatype, in ivtv_setup_v4l2_decode_stream()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-streams.c659 int datatype; in ivtv_setup_v4l2_decode_stream() local
694 datatype = 1; in ivtv_setup_v4l2_decode_stream()
697 datatype = 2; in ivtv_setup_v4l2_decode_stream()
701 IVTV_DEBUG_INFO("Setup DEC YUV Stream data[0] = %d\n", datatype); in ivtv_setup_v4l2_decode_stream()
705 datatype = 0; in ivtv_setup_v4l2_decode_stream()
708 if (ivtv_vapi(itv, CX2341X_DEC_SET_DECODER_SOURCE, 4, datatype, in ivtv_setup_v4l2_decode_stream()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-ip.c12 unsigned int datatype; member
17 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .datatype = 0x1e, .bpp = 16 },
H A Drzg2l-csi2.c185 unsigned int datatype; member
190 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .datatype = 0x1e, .bpp = 16 },
/third_party/python/Lib/
H A Dmimetypes.py279 mimetype, datatype = _winreg.QueryValueEx(
281 if datatype != _winreg.REG_SZ:
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h172 typedef std::pair<K, V> datatype; typedef in r600_sb::sb_map
175 bool operator()(const datatype &v1, const datatype &v2) { in operator ()()
180 typedef sb_set<datatype, Comp> dataset;
196 datatype P = std::make_pair(key, V()); in operator []()
205 std::pair<iterator, bool> insert(const datatype& d) { in insert()
/third_party/mesa3d/src/mesa/main/
H A Dformatquery.c1446 GLenum datatype; in _mesa_GetInternalformativ() local
1457 _mesa_uncompressed_format_to_type_and_comps(image_format, &datatype, in _mesa_GetInternalformativ()
1459 if (!datatype) in _mesa_GetInternalformativ()
1462 buffer[0] = datatype; in _mesa_GetInternalformativ()
H A Dformat_parser.py105 def datatype(self): member in Channel
106 """Returns the datatype corresponding to a channel type and size"""
478 def datatype(self): member in Format
479 """Returns the datatype corresponding to a format's channel type and size"""
/kernel/linux/linux-5.10/include/linux/
H A Dkfifo.h52 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \
55 datatype *type; \
56 const datatype *const_type; \
122 * @fifo: name of the declared fifo datatype
137 * @fifo: name of the declared fifo datatype
/kernel/linux/linux-6.6/include/linux/
H A Dkfifo.h52 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \
55 datatype *type; \
56 const datatype *const_type; \
122 * @fifo: name of the declared fifo datatype
137 * @fifo: name of the declared fifo datatype
/third_party/python/Tools/scripts/
H A Ddeepfreeze.py184 datatype = "uint8_t"
186 datatype = "uint16_t"
188 datatype = "uint32_t"
196 self.write(f"{datatype} _data[{len(s)+1}];")
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6afe.h163 u16 datatype; member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_alloc.h73 int datatype; /* mask defining data type treatment */ member
81 * Defines for datatype
H A Dxfs_bmap.h43 int datatype;/* data type being allocated */ member
H A Dxfs_alloc.c323 int datatype, /* are we allocating data? */ in xfs_alloc_compute_diff()
334 bool userdata = datatype & XFS_ALLOC_USERDATA; in xfs_alloc_compute_diff()
879 args->alignment, args->datatype, in xfs_alloc_cur_check()
1068 (args->datatype & XFS_ALLOC_NOBUSY)); in xfs_alloc_ag_vextent_small()
1070 if (args->datatype & XFS_ALLOC_USERDATA) { in xfs_alloc_ag_vextent_small()
2514 if (pag->pagf_metadata && (args->datatype & XFS_ALLOC_USERDATA) && in xfs_alloc_fix_freelist()
3107 if ((args->datatype & XFS_ALLOC_INITIAL_USER_DATA) && in xfs_alloc_vextent()
319 xfs_alloc_compute_diff( xfs_agblock_t wantbno, xfs_extlen_t wantlen, xfs_extlen_t alignment, int datatype, xfs_agblock_t freebno, xfs_extlen_t freelen, xfs_agblock_t *newbnop) xfs_alloc_compute_diff() argument
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6afe.h163 u16 datatype; member
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dds90ub960.c567 u8 datatype; member
572 { .code = MEDIA_BUS_FMT_YUYV8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, },
573 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, },
574 { .code = MEDIA_BUS_FMT_VYUY8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, },
575 { .code = MEDIA_BUS_FMT_YVYU8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, },
577 { .code = MEDIA_BUS_FMT_SBGGR12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, },
578 { .code = MEDIA_BUS_FMT_SGBRG12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, },
579 { .code = MEDIA_BUS_FMT_SGRBG12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, },
580 { .code = MEDIA_BUS_FMT_SRGGB12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, },
2472 rx_data[nport].meta_dt = ub960_fmt->datatype; in ub960_configure_ports_for_streaming()
[all...]
/third_party/skia/third_party/externals/tint/src/ast/
H A Dintrinsic_texture_helper_test.cc36 TextureDataType datatype, in TextureOverloadCase()
44 texture_data_type(datatype), in TextureOverloadCase()
52 TextureDataType datatype, in TextureOverloadCase()
59 texture_data_type(datatype), in TextureOverloadCase()
68 TextureDataType datatype, in TextureOverloadCase()
77 texture_data_type(datatype), in TextureOverloadCase()
30 TextureOverloadCase( ValidTextureOverload o, const char* desc, TextureKind tk, ast::SamplerKind sk, ast::TextureDimension dims, TextureDataType datatype, const char* f, std::function<ExpressionList(ProgramBuilder*)> a) TextureOverloadCase() argument
47 TextureOverloadCase( ValidTextureOverload o, const char* desc, TextureKind tk, ast::TextureDimension dims, TextureDataType datatype, const char* f, std::function<ExpressionList(ProgramBuilder*)> a) TextureOverloadCase() argument
62 TextureOverloadCase( ValidTextureOverload o, const char* d, Access acc, ast::ImageFormat i, ast::TextureDimension dims, TextureDataType datatype, const char* f, std::function<ExpressionList(ProgramBuilder*)> a) TextureOverloadCase() argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.h42 int datatype;/* data type being allocated */ member
H A Dxfs_alloc.h53 int datatype; /* mask defining data type treatment */ member
64 * Defines for datatype
/third_party/node/deps/cares/src/tools/
H A Dadig.c647 ares_dns_datatype_t datatype = ares_dns_rr_key_datatype(keys[i]); in print_rr() local
652 switch (datatype) { in print_rr()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_filestream.c346 if (ap->datatype & XFS_ALLOC_USERDATA) in xfs_filestream_new_ag()

Completed in 32 milliseconds

1234