/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader_test.js | 51 const d = reader.readBool( constant 81 const d = reader.readDouble(pair.bufferDecoder, 0); constant 95 const d = reader.readFixed32(pair.bufferDecoder, 0); constant 109 const d = reader.readFloat(pair.bufferDecoder, 0); constant 126 const d = reader.readInt32(pair.bufferDecoder, 0); constant 141 const d = reader.readSfixed32(pair.bufferDecoder, 0); constant 155 const d = reader.readSfixed64(pair.bufferDecoder, 0); constant 172 const d = reader.readSint32(pair.bufferDecoder, 0); constant 190 const d = reader.readInt64(pair.bufferDecoder, 0); constant 208 const d = reader.readSint64(pair.bufferDecoder, 0); constant [all …]
|
/third_party/jerryscript/tests/jerry/ |
D | date-construct.js | 17 var d; variable 21 d = new Date({toString: function() { throw new Error("foo"); }}); variable 30 d = new Date("abcd"); variable 33 d = new Date(); variable 36 d = new Date("2015-01-01"); variable 39 d = new Date(1420070400000); variable 42 d = new Date(2015,0,1,0,0,0,0); variable 45 d = new Date(8.64e+15); variable 48 d = new Date(8.64e+15 + 1); variable 51 d = new Date(20000000, 0, 1); variable [all …]
|
D | date-annexb.js | 15 var d = new Date(1999, 1, 1); variable 17 d = new Date(1874, 4, 9); variable 19 d = new Date(2015, 8, 17); variable 21 d = new Date(NaN); variable 24 var d = new Date(); variable 28 d = new Date(); variable 32 d = new Date(); variable 36 d = new Date(2000, 1, 29); variable 44 d = new Date(NaN); variable
|
D | date-getters.js | 16 var d = new Date(2015, 6, 9, 12, 13, 14, 121); variable 36 var d = new Date("2015-07-09T12:13:14.121+01:30"); variable 56 var d = new Date(0); variable 76 var d = new Date("abcd"); variable
|
/third_party/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 …]
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_dump.c | 45 struct dxil_dumper *d = calloc(1, sizeof(struct dxil_dumper)); in dxil_dump_create() local 51 void dxil_dump_free(struct dxil_dumper *d) in dxil_dump_free() 58 void dxil_dump_buf_to_file(struct dxil_dumper *d, FILE *f) in dxil_dump_buf_to_file() 67 void dxil_dump_indention_inc(struct dxil_dumper *d) in dxil_dump_indention_inc() 73 void dxil_dump_indention_dec(struct dxil_dumper *d) in dxil_dump_indention_dec() 80 void dxil_dump_indent(struct dxil_dumper *d) in dxil_dump_indent() 87 dxil_dump_module(struct dxil_dumper *d, struct dxil_module *m) in dxil_dump_module() 114 dump_metadata(struct dxil_dumper *d, struct dxil_module *m) in dump_metadata() 126 dump_shader_info(struct dxil_dumper *d, struct dxil_shader_info *info) in dump_shader_info() 180 dump_types(struct dxil_dumper *d, struct list_head *list) in dump_types() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | classExtendsItselfIndirectly3.js | 23 var extendStatics = function (d, b) { argument 25 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 29 return function (d, b) { argument 34 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); class 46 var extendStatics = function (d, b) { argument 48 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 52 return function (d, b) { argument 69 var extendStatics = function (d, b) { argument 71 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 75 return function (d, b) { argument [all …]
|
D | parenthesizedTypes.js | 14 var d: (((x: string) => string) | ((x: number) => number))[]; variable 15 var d: ({ (x: string): string } | { (x: number): number })[]; variable 16 var d: Array<((x: string) => string) | ((x: number) => number)>; variable 17 var d: Array<{ (x: string): string } | { (x: number): number }>; variable 18 var d: (Array<{ (x: string): string } | { (x: number): number }>); variable 41 var d; variable 42 var d; variable 43 var d; variable 44 var d; variable 45 var d; variable
|
D | superWithGenericSpecialization.js | 13 var d: D<number>; variable 19 var extendStatics = function (d, b) { argument 21 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 25 return function (d, b) { argument 30 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); class 45 var d; variable
|
D | exportDefaultAbstractClass.js | 18 var extendStatics = function (d, b) { argument 20 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 24 return function (d, b) { argument 29 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); class 50 var extendStatics = function (d, b) { argument 52 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 56 return function (d, b) { argument
|
D | arrayLiteralWidened.js | 21 var d = [x]; variable 22 var d = [, x]; variable 23 var d = [undefined, x]; variable 39 var d = [x]; variable 40 var d = [, x]; variable 41 var d = [undefined, x]; variable
|
D | classConstructorParametersAccessibility3.js | 13 var d: Derived; variable 18 var extendStatics = function (d, b) { argument 20 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 24 return function (d, b) { argument 29 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); class 48 var d; variable
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | glbin.c | 35 #define CREATE_ELEMENT(e,c,d) \ argument 57 _set_element_floating (GstElement * e, struct src_data *d /* static */ ) in _set_element_floating() 64 _set_element_full (GstElement * e, struct src_data *d /* static */ ) in _set_element_full() 73 struct src_data *d /* static */ ) in _set_element_floating_floating() 80 _set_element_floating_full (GstElement * e, struct src_data *d /* static */ ) in _set_element_floating_full() 87 _set_element_full_full (GstElement * e, struct src_data *d /* static */ ) in _set_element_full_full() 94 _set_element_full_floating (GstElement * e, struct src_data *d /* static */ ) in _set_element_full_floating() 132 struct src_data d = { "src", "gltestsrc" }; in GST_START_TEST() local 140 struct src_data d = { "src", "gltestsrc" }; in GST_START_TEST() local 148 struct src_data d = { "src", "gltestsrc" }; in GST_START_TEST() local [all …]
|
/third_party/openssl/crypto/dsa/ |
D | dsa_lib.c | 30 int DSA_set_ex_data(DSA *d, int idx, void *arg) in DSA_set_ex_data() 35 void *DSA_get_ex_data(const DSA *d, int idx) in DSA_get_ex_data() 86 void DSA_clear_flags(DSA *d, int flags) in DSA_clear_flags() 91 int DSA_test_flags(const DSA *d, int flags) in DSA_test_flags() 96 void DSA_set_flags(DSA *d, int flags) in DSA_set_flags() 101 ENGINE *DSA_get0_engine(DSA *d) in DSA_get0_engine() 128 const DSA_METHOD *DSA_get_method(DSA *d) in DSA_get_method() 251 void ossl_dsa_set0_libctx(DSA *d, OSSL_LIB_CTX *libctx) in ossl_dsa_set0_libctx() 256 void DSA_get0_pqg(const DSA *d, in DSA_get0_pqg() 262 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg() [all …]
|
/third_party/libwebsockets/lib/core/ |
D | lws_dll2.c | 32 lws_dll2_is_detached(const struct lws_dll2 *d) in lws_dll2_is_detached() 58 int (*cb)(struct lws_dll2 *d, void *user)) in lws_dll2_foreach_safe() 69 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_head() 101 lws_dll2_add_before(struct lws_dll2 *d, struct lws_dll2 *after) in lws_dll2_add_before() 140 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_tail() 166 lws_dll2_remove(struct lws_dll2 *d) in lws_dll2_remove() 196 lws_dll2_clear(struct lws_dll2 *d) in lws_dll2_clear() 204 lws_dll2_owner_clear(struct lws_dll2_owner *d) in lws_dll2_owner_clear() 212 lws_dll2_add_sorted_priv(lws_dll2_t *d, lws_dll2_owner_t *own, void *priv, in lws_dll2_add_sorted_priv() 213 int (*compare3)(void *priv, const lws_dll2_t *d, in lws_dll2_add_sorted_priv() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cVertexAttribBindingTests.cpp | 675 GLubyte d[] = { 1, 2, 3, 4 }; in Run() local 682 GLubyte d[] = { 10, 11, 12, 13 }; in Run() local 744 GLbyte d[] = { -127, 127, -127, 127 }; in Run() local 749 GLushort d[] = { 1, 2, 3, 4 }; in Run() local 754 GLuint d[] = { 5, 6 }; in Run() local 759 GLbyte d[] = { 127, -127, 127, -127 }; in Run() local 764 GLushort d[] = { 7, 8, 9, 10 }; in Run() local 769 GLuint d[] = { 11, 12 }; in Run() local 776 GLhalf d[] = { FloatToHalf(0.0), FloatToHalf(100.0), FloatToHalf(200.0) }; in Run() local 781 GLhalf d[] = { FloatToHalf(300.0), FloatToHalf(400.0) }; in Run() local [all …]
|
/third_party/elfutils/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 …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | duration.cc | 88 inline bool IsFinite(double d) { in IsFinite() 94 inline bool IsValidDivisor(double d) { in IsValidDivisor() 102 inline double Round(Double d) { in Round() 129 inline uint128 MakeU128Ticks(Duration d) { in MakeU128Ticks() 202 inline bool SafeAddRepHi(double a_hi, double b_hi, Duration* d) { in SafeAddRepHi() 236 inline Duration ScaleFixed(Duration d, int64_t r) { in ScaleFixed() 247 inline Duration ScaleDouble(Duration d, double r) { in ScaleDouble() 506 Duration Trunc(Duration d, Duration unit) { in Trunc() 510 Duration Floor(const Duration d, const Duration unit) { in Floor() 515 Duration Ceil(const Duration d, const Duration unit) { in Ceil() [all …]
|
D | duration_benchmark.cc | 90 double d = 1; in BM_Duration_Factory_DoubleNanoseconds() local 99 double d = 1e-3; in BM_Duration_Factory_DoubleMicroseconds() local 108 double d = 1e-6; in BM_Duration_Factory_DoubleMilliseconds() local 117 double d = 1e-9; in BM_Duration_Factory_DoubleSeconds() local 126 double d = 1e-9; in BM_Duration_Factory_DoubleMinutes() local 135 double d = 1e-9; in BM_Duration_Factory_DoubleHours() local 148 absl::Duration d = absl::Nanoseconds(1); in BM_Duration_Addition() local 157 absl::Duration d = absl::Seconds(std::numeric_limits<int64_t>::max()); in BM_Duration_Subtraction() local 166 absl::Duration d = absl::Milliseconds(1); in BM_Duration_Multiplication_Fixed() local 177 absl::Duration d = absl::Milliseconds(1); in BM_Duration_Multiplication_Double() local [all …]
|
/third_party/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 …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cVertexAttribBindingTests.cpp | 276 …float d[] = { 1.0f, 0.0f, 0.0f, tx, 0.0f, 1.0f, 0.0f, ty, 0.0f, 0.0f, 1.0f, tz, 0.0f, 0.0f, 0.0f, … in Translation() local 609 GLubyte d[] = { 1, 2, 3, 4 }; in Run() local 615 GLubyte d[] = { 10, 11, 12, 13 }; in Run() local 676 GLbyte d[] = { -127, 127, -127, 127 }; in Run() local 680 GLushort d[] = { 1, 2, 3, 4 }; in Run() local 684 GLuint d[] = { 5, 6 }; in Run() local 688 GLbyte d[] = { 127, -127, 127, -127 }; in Run() local 692 GLushort d[] = { 7, 8, 9, 10 }; in Run() local 696 GLuint d[] = { 11, 12 }; in Run() local 702 GLdouble d[] = { 0.0, 100.0, 200.0 }; in Run() local [all …]
|
/third_party/mesa3d/src/glx/windows/ |
D | windows_drawable.c | 36 HDC window_getdc(windowsDrawable *d) in window_getdc() 42 void window_releasedc(windowsDrawable *d, HDC dc) in window_releasedc() 58 HDC pixmap_getdc(windowsDrawable *d) in pixmap_getdc() 64 void pixmap_releasedc(windowsDrawable *d, HDC dc) in pixmap_releasedc() 80 HDC pbuffer_getdc(windowsDrawable *d) in pbuffer_getdc() 86 void pbuffer_releasedc(windowsDrawable *d, HDC dc) in pbuffer_releasedc() 104 windowsDrawable *d; in windows_create_drawable() local
|
/third_party/libfuse/lib/modules/ |
D | subdir.c | 30 static int subdir_addpath(struct subdir *d, const char *path, char **newpathp) in subdir_addpath() 56 struct subdir *d = subdir_get(); in subdir_getattr() local 68 struct subdir *d = subdir_get(); in subdir_access() local 104 static void transform_symlink(struct subdir *d, const char *path, in transform_symlink() 144 struct subdir *d = subdir_get(); in subdir_readlink() local 158 struct subdir *d = subdir_get(); in subdir_opendir() local 173 struct subdir *d = subdir_get(); in subdir_readdir() local 186 struct subdir *d = subdir_get(); in subdir_releasedir() local 198 struct subdir *d = subdir_get(); in subdir_mknod() local 210 struct subdir *d = subdir_get(); in subdir_mkdir() local [all …]
|
/third_party/pulseaudio/src/modules/ |
D | module-suspend-on-idle.c | 62 struct device_info *d = userdata; in timeout_cb() local 81 static void restart(struct device_info *d) { in restart() 96 static void resume(struct device_info *d) { in resume() 113 struct device_info *d; in sink_input_fixate_hook_cb() local 134 struct device_info *d; in source_output_fixate_hook_cb() local 170 struct device_info *d; in sink_input_unlink_hook_cb() local 179 struct device_info *d = NULL; in source_output_unlink_hook_cb() local 203 struct device_info *d; in sink_input_move_start_hook_cb() local 217 struct device_info *d; in sink_input_move_finish_hook_cb() local 233 struct device_info *d = NULL; in source_output_move_start_hook_cb() local [all …]
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-device.c | 260 pa_dbusiface_device *d = userdata; in handle_get_index() local 273 pa_dbusiface_device *d = userdata; in handle_get_name() local 286 pa_dbusiface_device *d = userdata; in handle_get_driver() local 299 pa_dbusiface_device *d = userdata; in handle_get_owner_module() local 325 pa_dbusiface_device *d = userdata; in handle_get_card() local 351 pa_dbusiface_device *d = userdata; in handle_get_sample_format() local 364 pa_dbusiface_device *d = userdata; in handle_get_sample_rate() local 377 pa_dbusiface_device *d = userdata; in handle_get_channels() local 395 pa_dbusiface_device *d = userdata; in handle_get_volume() local 410 pa_dbusiface_device *d = userdata; in handle_set_volume() local [all …]
|