Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 5680) sorted by relevance

12345678910>>...228

/third_party/boost/boost/preprocessor/repetition/
Drepeat.hpp34 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_1(c, m, d) 0 argument
35 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_2(c, m, d) 0 argument
36 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_3(c, m, d) 0 argument
38 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d) argument
39 # define BOOST_PP_REPEAT_2(c, m, d) BOOST_PP_REPEAT_2_I(c, m, d) argument
40 # define BOOST_PP_REPEAT_3(c, m, d) BOOST_PP_REPEAT_3_I(c, m, d) argument
41 # define BOOST_PP_REPEAT_4(c, m, d) BOOST_PP_ERROR(0x0003) argument
43 # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d) argument
44 # define BOOST_PP_REPEAT_2_I(c, m, d) BOOST_PP_REPEAT_2_ ## c(m, d) argument
45 # define BOOST_PP_REPEAT_3_I(c, m, d) BOOST_PP_REPEAT_3_ ## c(m, d) argument
[all …]
/third_party/protobuf/js/experimental/runtime/kernel/
Dreader_test.js51 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/
Ddate-construct.js17 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 …]
Ddate-annexb.js15 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
Ddate-getters.js16 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/boost/boost/date_time/gregorian/
Dformatters.hpp33 std::basic_string<charT> to_simple_string_type(const date& d) { in to_simple_string_type()
39 inline std::string to_simple_string(const date& d) { in to_simple_string()
46 inline std::basic_string<charT> to_simple_string_type(const date_period& d) { in to_simple_string_type()
57 inline std::string to_simple_string(const date_period& d) { in to_simple_string()
63 inline std::basic_string<charT> to_iso_string_type(const date_period& d) { in to_iso_string_type()
71 inline std::string to_iso_string(const date_period& d) { in to_iso_string()
78 inline std::basic_string<charT> to_iso_extended_string_type(const date& d) { in to_iso_extended_string_type()
84 inline std::string to_iso_extended_string(const date& d) { in to_iso_extended_string()
90 inline std::basic_string<charT> to_iso_string_type(const date& d) { in to_iso_string_type()
96 inline std::string to_iso_string(const date& d) { in to_iso_string()
[all …]
Dformatters_limited.hpp24 inline std::string to_simple_string(const date& d) { in to_simple_string()
31 inline std::string to_simple_string(const date_period& d) { in to_simple_string()
41 inline std::string to_iso_string(const date_period& d) { in to_iso_string()
50 inline std::string to_iso_extended_string(const date& d) { in to_iso_extended_string()
57 inline std::string to_iso_string(const date& d) { in to_iso_string()
63 inline std::string to_sql_string(const date& d) in to_sql_string()
/third_party/libexif/libexif/
Dexif-mnote-data.c35 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/grpc/third_party/upb/upb/pb/
Ddecoder.c72 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize()
77 static size_t callstacksize(upb_pbdecoder *d, size_t entries) { in callstacksize()
93 static void seterr(upb_pbdecoder *d, const char *msg) { in seterr()
97 void upb_pbdecoder_seterr(upb_pbdecoder *d, const char *msg) { in upb_pbdecoder_seterr()
109 static size_t curbufleft(const upb_pbdecoder *d) { in curbufleft()
115 static size_t bufleft(const upb_pbdecoder *d) { in bufleft()
120 uint64_t offset(const upb_pbdecoder *d) { in offset()
125 size_t delim_remaining(const upb_pbdecoder *d) { in delim_remaining()
130 static void advance(upb_pbdecoder *d, size_t len) { in advance()
139 static bool in_residual_buf(const upb_pbdecoder *d, const char *p) { in in_residual_buf()
[all …]
/third_party/boost/boost/vmd/detail/
Dsequence_common.hpp69 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_RETURN(d,from,number) \ argument
78 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_NO_RETURN(d,from) \ argument
82 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_EXACT_RETURN(d,from) \ argument
86 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_GENERAL_RETURN(d,from) \ argument
90 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_ARRAY_RETURN(d,from) \ argument
94 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_LIST_RETURN(d,from) \ argument
106 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_AFTER_D(d,from) \ argument
144 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_RESULT_ADD_BOOST_VMD_TYPE_ARRAY(d,state,data) \ argument
150 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_RESULT_ADD_BOOST_VMD_TYPE_LIST(d,state,data) \ argument
156 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_RESULT_ADD_BOOST_VMD_TYPE_SEQ(d,state,data) \ argument
[all …]
Ddata_equal_common.hpp41 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_ELEM_ARRAY(d,index,data) \ argument
45 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_ELEM_LIST(d,index,data) \ argument
49 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_ELEM_SEQ(d,index,data) \ argument
53 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_ELEM_TUPLE(d,index,data) \ argument
73 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_SIZE_ARRAY_D(d,data) \ argument
77 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_SIZE_LIST_D(d,data) \ argument
81 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_SIZE_SEQ_D(d,data) \ argument
85 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_SIZE_TUPLE_D(d,data) \ argument
89 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_ELEM(d,index,data,vtype) \ argument
129 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_SIZE_D(d,data,vtype) \ argument
[all …]
Dseq.hpp37 #define BOOST_VMD_DETAIL_SEQ_STATE_INIT_D(d,seq) \ argument
49 #define BOOST_VMD_DETAIL_SEQ_STATE_PRED(d,state) \ argument
56 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_SET_FAILURE(d,state) \ argument
65 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_MAKE_SEQ(d,state) \ argument
69 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_UPGRADE_SEQ(d,state) \ argument
81 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_SET_SUCCESS(d,state) \ argument
99 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_SET_CONTINUE(d,state) \ argument
120 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_CHECK_REST(d,state) \ argument
133 #define BOOST_VMD_DETAIL_SEQ_STATE_OP(d,state) \ argument
184 #define BOOST_VMD_DETAIL_SEQ_PROCESS_D(d,seq) \ argument
[all …]
Dmods.hpp132 #define BOOST_VMD_DETAIL_MODS_PRED(d,state) \ argument
136 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_RETURN_TYPE(d,state,number) \ argument
156 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_ONLY_AFTER(d,state,id) \ argument
182 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_INDEX(d,state,number) \ argument
202 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_GTT(d,state,id) \ argument
206 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_ET(d,state,id) \ argument
210 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_SA(d,state,id) \ argument
214 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_SL(d,state,id) \ argument
218 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_NT(d,state,id) \ argument
222 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_AFT(d,state,id) \ argument
[all …]
/third_party/boost/libs/chrono/test/duration/
Dconstructor_pass.cpp34 D d; in check_default() local
42 BOOST_CONSTEXPR D d(0); in check_constexpr() local
51 D d(r); in check_from_rep() local
83 boost::chrono::duration<double> d = i; in main() local
87 BOOST_CONSTEXPR boost::chrono::duration<double> d = i; in main() local
102 BOOST_CONSTEXPR boost::chrono::duration<int> d(5); in main() local
107 BOOST_CONSTEXPR boost::chrono::duration<int, boost::ratio<3, 2> > d(5); in main() local
112 BOOST_CONSTEXPR boost::chrono::duration<Rep, boost::ratio<3, 2> > d(Rep(3)); in main() local
117 BOOST_CONSTEXPR boost::chrono::duration<double, boost::ratio<3, 2> > d(5.5); in main() local
125 boost::chrono::duration<double> d(5); in main() local
[all …]
/third_party/uboot/u-boot-2020.01/scripts/dtc/
Ddata.c23 void data_free(struct data d) in data_free()
39 struct data data_grow_for(struct data d, int xlen) in data_grow_for()
61 struct data d; in data_copy_mem() local
74 struct data d; in data_copy_escape_string() local
95 struct data d = empty_data; in data_copy_file() local
120 struct data data_append_data(struct data d, const void *p, int len) in data_append_data()
128 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
143 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
156 struct data d; in data_merge() local
171 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
[all …]
/third_party/typescript/tests/baselines/reference/
DclassExtendsItselfIndirectly3.js23 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 …]
DparenthesizedTypes.js14 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
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dglbin.c35 #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/libwebsockets/lib/core/
Dlws_dll2.c33 int (*cb)(struct lws_dll2 *d, void *user)) in lws_dll2_foreach_safe()
44 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_head()
76 lws_dll2_add_before(struct lws_dll2 *d, struct lws_dll2 *after) in lws_dll2_add_before()
115 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_tail()
141 lws_dll2_remove(struct lws_dll2 *d) in lws_dll2_remove()
171 lws_dll2_clear(struct lws_dll2 *d) in lws_dll2_clear()
179 lws_dll2_owner_clear(struct lws_dll2_owner *d) in lws_dll2_owner_clear()
187 lws_dll2_add_sorted(lws_dll2_t *d, lws_dll2_owner_t *own, in lws_dll2_add_sorted()
188 int (*compare)(const lws_dll2_t *d, const lws_dll2_t *i)) in lws_dll2_add_sorted()
/third_party/openssl/crypto/dsa/
Ddsa_lib.c44 const DSA_METHOD *DSA_get_method(DSA *d) in DSA_get_method()
168 int DSA_set_ex_data(DSA *d, int idx, void *arg) in DSA_set_ex_data()
173 void *DSA_get_ex_data(DSA *d, int idx) in DSA_get_ex_data()
178 int DSA_security_bits(const DSA *d) in DSA_security_bits()
243 void DSA_get0_pqg(const DSA *d, in DSA_get0_pqg()
254 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
280 void DSA_get0_key(const DSA *d, in DSA_get0_key()
289 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
310 const BIGNUM *DSA_get0_p(const DSA *d) in DSA_get0_p()
315 const BIGNUM *DSA_get0_q(const DSA *d) in DSA_get0_q()
[all …]
/third_party/boost/libs/bimap/test/
Dtest_bimap.hpp30 void test_container(Container & c, const Data & d) in test_container()
68 void test_sequence_container(Container & c, const Data & d) in test_sequence_container()
142 void test_vector_container(Container & c, const Data & d) in test_vector_container()
159 void test_associative_container(Container & c, const Data & d) in test_associative_container()
221 void test_pair_associative_container(Container & c, const Data & d) in test_pair_associative_container()
258 void test_simple_ordered_associative_container_equality(Container & c, const Data & d) in test_simple_ordered_associative_container_equality()
268 void test_simple_ordered_associative_container(Container & c, const Data & d) in test_simple_ordered_associative_container()
307 void test_simple_unordered_associative_container(Container & c, const Data & d) in test_simple_unordered_associative_container()
354 void test_pair_ordered_associative_container_equality(Container & c, const Data & d) in test_pair_ordered_associative_container_equality()
364 void test_pair_ordered_associative_container(Container & c, const Data & d) in test_pair_ordered_associative_container()
[all …]
/third_party/grpc/third_party/upb/upb/
Djson_decode.c59 UPB_NORETURN static void jsondec_err(jsondec *d, const char *msg) { in jsondec_err()
65 UPB_NORETURN static void jsondec_errf(jsondec *d, const char *fmt, ...) { in jsondec_errf()
75 static void jsondec_skipws(jsondec *d) { in jsondec_skipws()
94 static bool jsondec_tryparsech(jsondec *d, char ch) { in jsondec_tryparsech()
100 static void jsondec_parselit(jsondec *d, const char *lit) { in jsondec_parselit()
109 static void jsondec_wsch(jsondec *d, char ch) { in jsondec_wsch()
116 static void jsondec_true(jsondec *d) { jsondec_parselit(d, "true"); } in jsondec_true()
117 static void jsondec_false(jsondec *d) { jsondec_parselit(d, "false"); } in jsondec_false()
118 static void jsondec_null(jsondec *d) { jsondec_parselit(d, "null"); } in jsondec_null()
120 static void jsondec_entrysep(jsondec *d) { in jsondec_entrysep()
[all …]
/third_party/boost/boost/preprocessor/arithmetic/detail/
Ddiv_base.hpp35 # define BOOST_PP_DIV_BASE_P(d, rxy) BOOST_PP_DIV_BASE_P_IM(d, BOOST_PP_TUPLE_REM_3 rxy) argument
36 # define BOOST_PP_DIV_BASE_P_IM(d, im) BOOST_PP_DIV_BASE_P_I(d, im) argument
38 # define BOOST_PP_DIV_BASE_P(d, rxy) BOOST_PP_DIV_BASE_P_I(d, BOOST_PP_TUPLE_ELEM(3, 0, rxy), BO… argument
41 # define BOOST_PP_DIV_BASE_P_I(d, r, x, y) BOOST_PP_LESS_EQUAL_D(d, y, x) argument
44 # define BOOST_PP_DIV_BASE_O(d, rxy) BOOST_PP_DIV_BASE_O_IM(d, BOOST_PP_TUPLE_REM_3 rxy) argument
45 # define BOOST_PP_DIV_BASE_O_IM(d, im) BOOST_PP_DIV_BASE_O_I(d, im) argument
47 # define BOOST_PP_DIV_BASE_O(d, rxy) BOOST_PP_DIV_BASE_O_I(d, BOOST_PP_TUPLE_ELEM(3, 0, rxy), BO… argument
50 # define BOOST_PP_DIV_BASE_O_I(d, r, x, y) (BOOST_PP_INC(r), BOOST_PP_SUB_D(d, x, y), y) argument
55 # define BOOST_PP_DIV_BASE_D(d, x, y) BOOST_PP_WHILE_ ## d(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_BAS… argument
57 # define BOOST_PP_DIV_BASE_D(d, x, y) BOOST_PP_DIV_BASE_D_I(d, x, y) argument
[all …]
/third_party/uboot/u-boot-2020.01/drivers/bios_emulator/x86emu/
Dprim_ops.c182 static void calc_carry_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_carry_chain()
194 static void calc_borrow_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_borrow_chain()
210 u16 aaa_word(u16 d) in aaa_word()
231 u16 aas_word(u16 d) in aas_word()
252 u16 aad_word(u16 d) in aad_word()
269 u16 aam_word(u8 d) in aam_word()
285 u8 adc_byte(u8 d, u8 s) in adc_byte()
302 u16 adc_word(u16 d, u16 s) in adc_word()
320 u32 adc_long(u32 d, u32 s) in adc_long()
348 u8 add_byte(u8 d, u8 s) in add_byte()
[all …]
/third_party/boost/libs/multiprecision/test/
Dconstexpr_test_arithmetic_backend.cpp21 constexpr unsigned_backend d = test_constexpr_add_subtract(c); in main() local
33 constexpr unsigned_backend d = test_constexpr_mul_divide(c); in main() local
41 constexpr unsigned_backend d = test_constexpr_bitwise(c); in main() local
54 constexpr unsigned_backend d = test_constexpr_logical(c); in main() local
62 constexpr unsigned_backend d = test_constexpr_compare(c); in main() local
73 constexpr unsigned_backend_et d = test_constexpr_add_subtract(c); in main() local
82 constexpr unsigned_backend_et d = test_constexpr_mul_divide(c); in main() local
90 constexpr unsigned_backend_et d = test_constexpr_bitwise(c); in main() local
103 constexpr unsigned_backend_et d = test_constexpr_logical(c); in main() local
111 constexpr unsigned_backend_et d = test_constexpr_compare(c); in main() local

12345678910>>...228