/external/kernel-headers/original/uapi/linux/hsi/ |
D | hsi_char.h | 29 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument 30 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument 31 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
|
D | cs-protocol.h | 109 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument 110 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument 111 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
|
/external/kernel-headers/original/uapi/linux/ |
D | omapfb.h | 33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument 34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument 35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
|
/external/openssh/ |
D | dns.c | 331 u_int8_t dtype; in export_dns_rr() local 336 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) { in export_dns_rr() 337 rdata_digest_type = dtype; in export_dns_rr()
|
/external/ltp/testcases/realtime/tools/ |
D | ftqviz.py | 68 t = fromfile(timefile, dtype=int64, sep='\n') 69 x = fromfile(countfile, dtype=int64, sep='\n') 101 ts = arange(0, len(xi), dtype=float)/sample_hz # time signal in units of seconds
|
/external/strace/linux/ |
D | ubi-user.h | 390 __s8 dtype; /* obsolete, do not use! */ member 402 __s8 dtype; /* obsolete, do not use! */ member
|
/external/kernel-headers/original/uapi/mtd/ |
D | ubi-user.h | 407 __s8 dtype; /* obsolete, do not use! */ member 419 __s8 dtype; /* obsolete, do not use! */ member
|
/external/toolchain-utils/cros_utils/ |
D | pstat.py | 866 lines = N.array(lines, dtype='O') 954 1]) == StringType or work.dtype.char == 'O' or a.dtype.char == 'O': 955 work = N.array(work, dtype='O') 956 a = N.array(a, dtype='O') 981 if row1.dtype.char == 'O' or row2.dtype == 'O': 1027 if inarray.dtype.char != 'O': # not an Object array
|
/external/v8/tools/ |
D | gen-postmortem-metadata.py | 491 dtype = args[2]; 495 'name': 'class_%s__%s__%s' % (klass, field, dtype),
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | cv_util_unittest.py | 76 dtype=np.float64), 10) 85 off = np.divide(np.sqrt(50), 2, dtype=np.float64)
|
D | image_util_numpy_impl.py | 48 img = np.array(pixels, order='F', dtype=np.uint8) 66 file_bytes = np.asarray(bytearray(png_data), dtype=np.uint8)
|
/external/autotest/client/cros/audio/ |
D | audio_data.py | 93 np_array = np.fromstring(binary, dtype=np_dtype)
|
/external/opencv/cv/src/ |
D | cvundistort.cpp | 386 int stype, dtype; in cvUndistortPoints() local 429 dtype = CV_MAT_TYPE(_dst->type); in cvUndistortPoints() 431 dstep = _dst->rows == 1 ? 1 : _dst->step/CV_ELEM_SIZE(dtype); in cvUndistortPoints() 476 if( dtype == CV_32FC2 ) in cvUndistortPoints()
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 23 mat.dtype = CHOLMOD_DOUBLE; 31 mat.dtype = CHOLMOD_DOUBLE; 80 res.dtype = 0;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 1711 int month = -1, dom = 0, dow = 0, dtype = -1; in toWallTimeRule() local 1724 dtype = rule.getDateRuleType(); in toWallTimeRule() 1727 if (dtype == DateTimeRule.DOW) { in toWallTimeRule() 1731 dtype = DateTimeRule.DOW_GEQ_DOM; in toWallTimeRule() 1734 dtype = DateTimeRule.DOW_LEQ_DOM; in toWallTimeRule() 1750 if (dtype != DateTimeRule.DOM) { in toWallTimeRule() 1762 if (dtype == DateTimeRule.DOM) { in toWallTimeRule() 1766 (dtype == DateTimeRule.DOW_GEQ_DOM), wallt, DateTimeRule.WALL_TIME); in toWallTimeRule()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 1742 int month = -1, dom = 0, dow = 0, dtype = -1; in toWallTimeRule() local 1755 dtype = rule.getDateRuleType(); in toWallTimeRule() 1758 if (dtype == DateTimeRule.DOW) { in toWallTimeRule() 1762 dtype = DateTimeRule.DOW_GEQ_DOM; in toWallTimeRule() 1765 dtype = DateTimeRule.DOW_LEQ_DOM; in toWallTimeRule() 1781 if (dtype != DateTimeRule.DOM) { in toWallTimeRule() 1793 if (dtype == DateTimeRule.DOM) { in toWallTimeRule() 1797 (dtype == DateTimeRule.DOW_GEQ_DOM), wallt, DateTimeRule.WALL_TIME); in toWallTimeRule()
|
/external/strace/ |
D | ubi.c | 156 map.lnum, map.dtype); in ubi_ioctl()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_gen_mipmap.c | 82 enum dtype enum 169 do_row(enum dtype datatype, uint comps, int srcWidth, in do_row() 545 do_row_3D(enum dtype datatype, uint comps, int srcWidth, in do_row_3D() 908 enum dtype *datatype, uint *comps) in format_to_type_comps() 965 enum dtype datatype; in reduce_1d() 987 enum dtype datatype; in reduce_2d() 1031 enum dtype datatype; in reduce_3d()
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 818 DateTimeRule::DateRuleType dtype; in toWallTimeRule() local 831 dtype = rule->getDateRuleType(); in toWallTimeRule() 834 if (dtype == DateTimeRule::DOW) { in toWallTimeRule() 838 dtype = DateTimeRule::DOW_GEQ_DOM; in toWallTimeRule() 841 dtype = DateTimeRule::DOW_LEQ_DOM; in toWallTimeRule() 856 if (dtype != DateTimeRule::DOM) { in toWallTimeRule() 868 if (dtype == DateTimeRule::DOM) { in toWallTimeRule() 872 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME); in toWallTimeRule()
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 3125 int stype, dtype; in cvMulTransposed() local 3154 dtype = CV_MAT_TYPE( dst->type ); in cvMulTransposed() 3163 if( src->data.ptr == dst->data.ptr || (stype == dtype && in cvMulTransposed() 3179 stype == CV_8U && dtype == CV_32F ? in cvMulTransposed() 3182 stype == CV_8U && dtype == CV_64F ? in cvMulTransposed() 3185 stype == CV_16U && dtype == CV_32F ? in cvMulTransposed() 3188 stype == CV_16U && dtype == CV_64F ? in cvMulTransposed() 3191 stype == CV_16S && dtype == CV_32F ? in cvMulTransposed() 3194 stype == CV_16S && dtype == CV_64F ? in cvMulTransposed() 3197 stype == CV_32F && dtype == CV_32F ? in cvMulTransposed() [all …]
|
/external/v8/tools/ignition/ |
D | bytecode_dispatches_report.py | 131 counters_matrix = numpy.empty([len(labels), len(labels)], dtype=int)
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir.h | 648 inline void setType(DataType dtype, DataType stype) in setType() argument 650 dType = dtype; in setType()
|
/external/boringssl/src/include/openssl/ |
D | rsa.h | 544 int (*verify)(int dtype, const uint8_t *m, unsigned int m_length,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 938 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); in emit_store_chan() local 940 switch (dtype) { in emit_store_chan() 1069 switch (dtype) { in emit_store_chan() 1096 assert(dtype == TGSI_TYPE_SIGNED); in emit_store_chan()
|
/external/chromium-trace/catapult/telemetry/third_party/png/ |
D | png.py | 1243 dtype = testelement.dtype 1256 if dtype.kind == 'b': 1259 bitdepth = 8 * dtype.itemsize
|