/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
D | TimeUnit.java | 19 public long toNanos(long d) { return d; } in toNanos() 20 public long toMicros(long d) { return d/(C1/C0); } in toMicros() 21 public long toMillis(long d) { return d/(C2/C0); } in toMillis() 22 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds() 23 public long toMinutes(long d) { return d/(C4/C0); } in toMinutes() 24 public long toHours(long d) { return d/(C5/C0); } in toHours() 25 public long toDays(long d) { return d/(C6/C0); } in toDays() 26 public long convert(long d, TimeUnit u) { return u.toNanos(d); } in convert() 27 int excessNanos(long d, long m) { return (int)(d - (m*C2)); } in excessNanos() 30 public long toNanos(long d) { return x(d, C1/C0, MAX/(C1/C0)); } in toNanos() [all …]
|
/external/libexif/libexif/ |
D | exif-mnote-data.c | 35 exif_mnote_data_construct (ExifMnoteData *d, ExifMem *mem) in exif_mnote_data_construct() 49 exif_mnote_data_ref (ExifMnoteData *d) in exif_mnote_data_ref() 55 exif_mnote_data_free (ExifMnoteData *d) in exif_mnote_data_free() 71 exif_mnote_data_unref (ExifMnoteData *d) in exif_mnote_data_unref() 80 exif_mnote_data_load (ExifMnoteData *d, const unsigned char *buf, in exif_mnote_data_load() 88 exif_mnote_data_save (ExifMnoteData *d, unsigned char **buf, in exif_mnote_data_save() 96 exif_mnote_data_set_byte_order (ExifMnoteData *d, ExifByteOrder o) in exif_mnote_data_set_byte_order() 103 exif_mnote_data_set_offset (ExifMnoteData *d, unsigned int o) in exif_mnote_data_set_offset() 110 exif_mnote_data_count (ExifMnoteData *d) in exif_mnote_data_count() 117 exif_mnote_data_get_id (ExifMnoteData *d, unsigned int n) in exif_mnote_data_get_id() [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 45 #define _SQUASHFS_SWAP_SUPER_BLOCK(s, d, SWAP_FUNC) {\ argument 67 #define _SQUASHFS_SWAP_DIR_INDEX(s, d, SWAP_FUNC) {\ argument 73 #define _SQUASHFS_SWAP_BASE_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 82 #define _SQUASHFS_SWAP_IPC_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 92 #define _SQUASHFS_SWAP_LIPC_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 103 #define _SQUASHFS_SWAP_DEV_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 114 #define _SQUASHFS_SWAP_LDEV_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 126 #define _SQUASHFS_SWAP_SYMLINK_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 137 #define _SQUASHFS_SWAP_REG_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 150 #define _SQUASHFS_SWAP_LREG_INODE_HEADER(s, d, SWAP_FUNC) {\ argument [all …]
|
/external/mesa3d/src/mesa/main/ |
D | format_pack.c | 100 GLuint *d = ((GLuint *) dst); in pack_ubyte_RGBA8888() local 115 GLuint *d = ((GLuint *) dst); in pack_row_ubyte_RGBA8888() local 126 GLuint *d = ((GLuint *) dst); in pack_row_float_RGBA8888() local 144 GLuint *d = ((GLuint *) dst); in pack_ubyte_RGBA8888_REV() local 159 GLuint *d = ((GLuint *) dst); in pack_row_ubyte_RGBA8888_REV() local 170 GLuint *d = ((GLuint *) dst); in pack_row_float_RGBA8888_REV() local 187 GLuint *d = ((GLuint *) dst); in pack_ubyte_ARGB8888() local 202 GLuint *d = ((GLuint *) dst); in pack_row_ubyte_ARGB8888() local 213 GLuint *d = ((GLuint *) dst); in pack_row_float_ARGB8888() local 230 GLuint *d = ((GLuint *) dst); in pack_ubyte_ARGB8888_REV() local [all …]
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
D | ctor_init.pass.cpp | 25 D d = {}; in main() local 32 D d = {10}; in main() local 39 D d = {10, 30}; in main() local 47 D d = {30, 10}; in main() local 55 D d = {30, 0, 10}; in main() local 64 D d = {0, 30, 10}; in main() local 73 D d = {0, 0, 10}; in main() local
|
D | ctor_iterator.pass.cpp | 26 D d(p0, p0); in main() local 34 D d(p0, p0+1); in main() local 42 D d(p0, p0+2); in main() local 51 D d(p0, p0+2); in main() local 60 D d(p0, p0+3); in main() local 70 D d(p0, p0+3); in main() local 80 D d(p0, p0+3); in main() local
|
D | ctor_func.pass.cpp | 31 D d(0, 0, 1, fw); in main() local 38 D d(1, 0, 1, fw); in main() local 45 D d(2, 0.5, 1.5, fw); in main() local 53 D d(4, 0, 2, fw); in main() local
|
/external/elfutils/src/libcpu/ |
D | i386_data.h | 88 data_prefix (struct output_data *d) in data_prefix() 157 general_mod$r_m (struct output_data *d) in general_mod$r_m() 388 FCT_MOD$R_M (struct output_data *d) in FCT_MOD$R_M() 418 FCT_Mod$R_m (struct output_data *d) in FCT_Mod$R_m() 443 generic_abs (struct output_data *d, const char *absstring in generic_abs() 483 FCT_absval (struct output_data *d) in FCT_absval() 493 FCT_abs (struct output_data *d) in FCT_abs() 503 FCT_ax (struct output_data *d) in FCT_ax() 529 FCT_ax$w (struct output_data *d) in FCT_ax$w() 551 FCT_crdb (struct output_data *d, const char *regstr) in FCT_crdb() [all …]
|
/external/skia/include/core/ |
D | SkDither.h | 22 #define SkDITHER_R32_FOR_565_MACRO(r, d) (r + d - (r >> 5)) argument 23 #define SkDITHER_G32_FOR_565_MACRO(g, d) (g + (d >> 1) - (g >> 6)) argument 24 #define SkDITHER_B32_FOR_565_MACRO(b, d) (b + d - (b >> 5)) argument 26 #define SkDITHER_A32_FOR_4444_MACRO(a, d) (a + 15 - (a >> 4)) argument 27 #define SkDITHER_R32_FOR_4444_MACRO(r, d) (r + d - (r >> 4)) argument 28 #define SkDITHER_G32_FOR_4444_MACRO(g, d) (g + d - (g >> 4)) argument 29 #define SkDITHER_B32_FOR_4444_MACRO(b, d) (b + d - (b >> 4)) argument 32 inline unsigned SkDITHER_R32_FOR_565(unsigned r, unsigned d) in SkDITHER_R32_FOR_565() 40 inline unsigned SkDITHER_G32_FOR_565(unsigned g, unsigned d) in SkDITHER_G32_FOR_565() 48 inline unsigned SkDITHER_B32_FOR_565(unsigned b, unsigned d) in SkDITHER_B32_FOR_565() [all …]
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_drawable.c | 105 drawable_unlock(struct apple_glx_drawable *d) in drawable_unlock() 119 reference_drawable(struct apple_glx_drawable *d) in reference_drawable() 127 release_drawable(struct apple_glx_drawable *d) in release_drawable() 137 destroy_drawable(struct apple_glx_drawable *d) in destroy_drawable() 199 destroy_drawable_callback(struct apple_glx_drawable *d) in destroy_drawable_callback() 227 is_pbuffer(struct apple_glx_drawable *d) in is_pbuffer() 233 is_pixmap(struct apple_glx_drawable *d) in is_pixmap() 239 common_init(Display * dpy, GLXDrawable drawable, struct apple_glx_drawable *d) in common_init() 324 struct apple_glx_drawable *d; in apple_glx_drawable_create() local 364 struct apple_glx_drawable *d, *dnext; in apple_glx_garbage_collect_drawables() local [all …]
|
/external/v8/test/mjsunit/ |
D | date.js | 87 var d = new Date(); variable 160 var d = new Date(); variable 184 d = new Date(1969, 12, 1, 99999999999); variable 186 d = new Date(1969, 12, 1, -99999999999); variable 188 d = new Date(1969, 12, 1, Infinity); variable 190 d = new Date(1969, 12, 1, -Infinity); variable 192 d = new Date(1969, 12, 1, 0); variable 195 d = new Date(1969, 12, 1, 0); variable
|
/external/libnl/lib/route/sch/ |
D | htb.c | 66 struct rtnl_htb_qdisc *d; in htb_qdisc_msg_parser() local 104 struct rtnl_htb_class *d; in htb_class_msg_parser() local 142 struct rtnl_htb_qdisc *d = (struct rtnl_htb_qdisc *) qdisc->q_subdata; in htb_qdisc_dump_line() local 160 struct rtnl_htb_class *d = (struct rtnl_htb_class *) class->c_subdata; in htb_class_dump_line() local 180 struct rtnl_htb_class *d = (struct rtnl_htb_class *) class->c_subdata; in htb_class_dump_details() local 231 struct rtnl_htb_qdisc *d = (struct rtnl_htb_qdisc *) qdisc->q_subdata; in htb_qdisc_get_opts() local 268 struct rtnl_htb_class *d = (struct rtnl_htb_class *) class->c_subdata; in htb_class_get_opts() local 355 struct rtnl_htb_qdisc *d = htb_qdisc(qdisc); in rtnl_htb_set_rate2quantum() local 370 struct rtnl_htb_qdisc *d = htb_qdisc(qdisc); in rtnl_htb_set_defcls() local 380 struct rtnl_htb_class *d = htb_class(class); in rtnl_htb_set_prio() local [all …]
|
/external/skia/src/sfnt/ |
D | SkPreprocessorSeq.h | 567 #define SK_SEQ_FOREACH_0(op,lop,d,x,t) argument 568 #define SK_SEQ_FOREACH_1(op,lop,d,x,t) lop(d,x) argument 569 #define SK_SEQ_FOREACH_2(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_1(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 570 #define SK_SEQ_FOREACH_3(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_2(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 571 #define SK_SEQ_FOREACH_4(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_3(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 572 #define SK_SEQ_FOREACH_5(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_4(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 573 #define SK_SEQ_FOREACH_6(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_5(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 574 #define SK_SEQ_FOREACH_7(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_6(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 575 #define SK_SEQ_FOREACH_8(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_7(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 576 #define SK_SEQ_FOREACH_9(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_8(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument [all …]
|
/external/clang/test/SemaCXX/ |
D | conversion-delete-expr.cpp | 12 void f (D d) in f() 26 void f1 (D1 d) in f1() 40 void f2 (D2 d) in f2() 57 void f3 (D3 d) in f3() 89 void foo6(const Derived cd, Derived d) { in foo6() 105 void foo7 (DD d) in foo7()
|
D | exceptions.cpp | 157 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local 164 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local 170 } catch (D &d) { // Ok in f3() local 191 …} catch (D2 &d) { // expected-warning {{exception of type 'HandlerInversion::D2 &' will be caught… in f6() local 198 } catch (D &d) { // Ok in f7() local 203 } catch (D *d) { // Ok in f7() local 210 …} catch (D2 &d) { // expected-warning {{exception of type 'HandlerInversion::D2 &' will be caught… in f8() local 215 …} catch (const D2 &d) { // expected-warning {{exception of type 'const HandlerInversion::D2 &' wi… in f8() local 220 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
|
/external/v8/src/base/ |
D | division-by-constant-unittest.cc | 30 static M32 s32(int32_t d) { in s32() 35 static M64 s64(int64_t d) { in s64() 40 static M32 u32(uint32_t d) { return UnsignedDivisionByConstant<uint32_t>(d); } in u32() 41 static M64 u64(uint64_t d) { return UnsignedDivisionByConstant<uint64_t>(d); } in u64() 47 int32_t d = -1; in TEST() local 91 int64_t d = -1; in TEST() local
|
/external/openssh/ |
D | sshbuf-getput-crypto.c | 37 const u_char *d; in sshbuf_get_bignum2() local 51 const u_char *d = sshbuf_ptr(buf); in sshbuf_get_bignum1() local 76 get_ec(const u_char *d, size_t len, EC_POINT *v, const EC_GROUP *g) in get_ec() 92 const u_char *d; in sshbuf_get_ec() local 115 const u_char *d; in sshbuf_get_eckey() local 149 u_char d[SSHBUF_MAX_BIGNUM + 1]; in sshbuf_put_bignum2() local 173 u_char d[SSHBUF_MAX_BIGNUM], *dp; in sshbuf_put_bignum1() local 194 u_char d[SSHBUF_MAX_ECPOINT]; in sshbuf_put_ec() local
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ |
D | eval.pass.cpp | 38 D d(5, .75); in main() local 54 double d = (u[i] - mean); in main() local 78 D d(30, .03125); in main() local 94 double d = (u[i] - mean); in main() local 118 D d(40, .25); in main() local 134 double d = (u[i] - mean); in main() local 158 D d(40, 0); in main() local 174 double d = (u[i] - mean); in main() local 204 D d(40, 1); in main() local 220 double d = (u[i] - mean); in main() local [all …]
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ |
D | eval.pass.cpp | 38 D d; in main() local 54 double d = (u[i] - mean); in main() local 79 D d; in main() local 95 double d = (u[i] - mean); in main() local 120 D d; in main() local 136 double d = (u[i] - mean); in main() local 161 D d; in main() local 177 double d = (u[i] - mean); in main() local 202 D d; in main() local 218 double d = (u[i] - mean); in main() local [all …]
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ |
D | eval.pass.cpp | 38 D d; in main() local 54 D::result_type d = (u[i] - mean); in main() local 78 D d; in main() local 94 D::result_type d = (u[i] - mean); in main() local 118 D d; in main() local 134 D::result_type d = (u[i] - mean); in main() local 158 D d; in main() local 174 D::result_type d = (u[i] - mean); in main() local 198 D d; in main() local 214 D::result_type d = (u[i] - mean); in main() local [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | NFAToDFAConverter.java | 86 DFAState d = (DFAState) work.get(0); in convert() local 201 protected void findNewDFAStatesAndAddDFATransitions(DFAState d) { in findNewDFAStatesAndAddDFATransitions() 408 protected static int addTransition(DFAState d, in addTransition() 457 public void closure(DFAState d) { in closure() 481 d, in closure() local 595 DFAState d, in closure() 712 d, in closure() local 759 d, in closure() local 768 d, in closure() local 809 public static boolean closureIsBusy(DFAState d, in closureIsBusy() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | FieldVector.java | 101 FieldVector<T> mapAdd(T d); in mapAdd() 109 FieldVector<T> mapAddToSelf(T d); in mapAddToSelf() 116 FieldVector<T> mapSubtract(T d); in mapSubtract() 124 FieldVector<T> mapSubtractToSelf(T d); in mapSubtractToSelf() 131 FieldVector<T> mapMultiply(T d); in mapMultiply() 139 FieldVector<T> mapMultiplyToSelf(T d); in mapMultiplyToSelf() 146 FieldVector<T> mapDivide(T d); in mapDivide() 154 FieldVector<T> mapDivideToSelf(T d); in mapDivideToSelf() 302 FieldVector<T> append(T d); in append()
|
/external/libexif/libexif/pentax/ |
D | exif-mnote-data-pentax.c | 34 ExifMnoteData *d = (ExifMnoteData *) n; in exif_mnote_data_pentax_clear() local 60 exif_mnote_data_pentax_get_value (ExifMnoteData *d, unsigned int i, char *val, unsigned int maxlen) in exif_mnote_data_pentax_get_value() 337 exif_mnote_data_pentax_get_id (ExifMnoteData *d, unsigned int n) in exif_mnote_data_pentax_get_id() 347 exif_mnote_data_pentax_get_name (ExifMnoteData *d, unsigned int n) in exif_mnote_data_pentax_get_name() 357 exif_mnote_data_pentax_get_title (ExifMnoteData *d, unsigned int n) in exif_mnote_data_pentax_get_title() 367 exif_mnote_data_pentax_get_description (ExifMnoteData *d, unsigned int n) in exif_mnote_data_pentax_get_description() 377 exif_mnote_data_pentax_set_offset (ExifMnoteData *d, unsigned int o) in exif_mnote_data_pentax_set_offset() 383 exif_mnote_data_pentax_set_byte_order (ExifMnoteData *d, ExifByteOrder o) in exif_mnote_data_pentax_set_byte_order() 426 ExifMnoteData *d; in exif_mnote_data_pentax_new() local
|
/external/clang/test/OpenMP/ |
D | parallel_for_codegen.cpp | 12 void without_schedule_clause(float *a, float *b, float *c, float *d) { in without_schedule_clause() 60 void static_not_chunked(float *a, float *b, float *c, float *d) { in static_not_chunked() 108 void static_chunked(float *a, float *b, float *c, float *d) { in static_chunked() 175 void dynamic1(float *a, float *b, float *c, float *d) { in dynamic1() 224 void guided7(float *a, float *b, float *c, float *d) { in guided7() 273 void test_auto(float *a, float *b, float *c, float *d) { in test_auto() 325 void runtime(float *a, float *b, float *c, float *d) { in runtime()
|
D | for_codegen.cpp | 13 void without_schedule_clause(float *a, float *b, float *c, float *d) { in without_schedule_clause() 53 void static_not_chunked(float *a, float *b, float *c, float *d) { in static_not_chunked() 93 void static_chunked(float *a, float *b, float *c, float *d) { in static_chunked() 152 void dynamic1(float *a, float *b, float *c, float *d) { in dynamic1() 193 void guided7(float *a, float *b, float *c, float *d) { in guided7() 234 void test_auto(float *a, float *b, float *c, float *d) { in test_auto() 278 void runtime(float *a, float *b, float *c, float *d) { in runtime()
|