/third_party/boost/libs/log/src/ |
D | exceptions.cpp | 46 bad_alloc::bad_alloc(const char* descr) : in bad_alloc() argument 47 m_message(descr) in bad_alloc() 51 bad_alloc::bad_alloc(std::string const& descr) : in bad_alloc() argument 52 m_message(descr) in bad_alloc() 65 void bad_alloc::throw_(const char* file, std::size_t line, const char* descr) in throw_() argument 67 boost::throw_exception(boost::enable_error_info(bad_alloc(descr)) in throw_() 73 void bad_alloc::throw_(const char* file, std::size_t line, std::string const& descr) in throw_() argument 75 boost::throw_exception(boost::enable_error_info(bad_alloc(descr)) in throw_() 81 capacity_limit_reached::capacity_limit_reached(const char* descr) : in capacity_limit_reached() argument 82 bad_alloc(descr) in capacity_limit_reached() [all …]
|
D | format_parser.cpp | 47 description descr; in parse_format() local 53 descr.literal_chars.append(begin, p); in parse_format() 61 descr.literal_chars.push_back(static_cast< char_type >('%')); in parse_format() 68 … const unsigned int literal_chars_size = static_cast< unsigned int >(descr.literal_chars.size()); in parse_format() 71 …descr.format_elements.push_back(format_element::literal(literal_start_pos, literal_chars_size - li… in parse_format() 102 descr.format_elements.push_back(format_element::positional_argument(n - 1)); in parse_format() 121 …descr.literal_chars.push_back(static_cast< char_type >('%')); // a single '%' character at the end… in parse_format() 126 const unsigned int literal_chars_size = static_cast< unsigned int >(descr.literal_chars.size()); in parse_format() 128 …descr.format_elements.push_back(format_element::literal(literal_start_pos, literal_chars_size - li… in parse_format() 130 return BOOST_LOG_NRVO_RESULT(descr); in parse_format()
|
/third_party/boost/boost/log/ |
D | exceptions.hpp | 78 explicit bad_alloc(const char* descr); 82 explicit bad_alloc(std::string const& descr); 94 static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); 95 …tatic BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); 109 explicit capacity_limit_reached(const char* descr); 113 explicit capacity_limit_reached(std::string const& descr); 120 static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); 121 …tatic BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); 139 explicit runtime_error(std::string const& descr); 160 explicit missing_value(std::string const& descr); [all …]
|
/third_party/python/Objects/ |
D | descrobject.c | 19 descr_dealloc(PyDescrObject *descr) in descr_dealloc() argument 21 _PyObject_GC_UNTRACK(descr); in descr_dealloc() 22 Py_XDECREF(descr->d_type); in descr_dealloc() 23 Py_XDECREF(descr->d_name); in descr_dealloc() 24 Py_XDECREF(descr->d_qualname); in descr_dealloc() 25 PyObject_GC_Del(descr); in descr_dealloc() 29 descr_name(PyDescrObject *descr) in descr_name() argument 31 if (descr->d_name != NULL && PyUnicode_Check(descr->d_name)) in descr_name() 32 return descr->d_name; in descr_name() 37 descr_repr(PyDescrObject *descr, const char *format) in descr_repr() argument [all …]
|
D | classobject.c | 181 PyObject *descr = NULL; in method_getattro() local 188 descr = _PyType_Lookup(tp, name); in method_getattro() 191 if (descr != NULL) { in method_getattro() 192 descrgetfunc f = TP_DESCR_GET(Py_TYPE(descr)); in method_getattro() 194 return f(descr, obj, (PyObject *)Py_TYPE(obj)); in method_getattro() 196 Py_INCREF(descr); in method_getattro() 197 return descr; in method_getattro() 428 PyObject *descr = NULL; in instancemethod_getattro() local 434 descr = _PyType_Lookup(tp, name); in instancemethod_getattro() 436 if (descr != NULL) { in instancemethod_getattro() [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | format-c.c | 94 format_free (void *descr) in format_free() argument 96 struct spec *spec = (struct spec *) descr; in format_free() 106 format_is_unlikely_intentional (void *descr) in format_is_unlikely_intentional() argument 108 struct spec *spec = (struct spec *) descr; in format_is_unlikely_intentional() 114 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 116 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 183 struct spec *descr = in get_sysdep_c_format_directives() local 187 if (descr != NULL && descr->sysdep_directives_count > 0) in get_sysdep_c_format_directives() 189 unsigned int n = descr->sysdep_directives_count; in get_sysdep_c_format_directives() 195 intervals[i].startpos = descr->sysdep_directives[2 * i] - string; in get_sysdep_c_format_directives() [all …]
|
D | format-qt-plural.c | 81 format_free (void *descr) in format_free() argument 83 struct spec *spec = (struct spec *) descr; in format_free() 89 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 91 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 137 format_print (void *descr) in format_print() argument 139 struct spec *spec = (struct spec *) descr; in format_print() 164 void *descr; in main() local 173 descr = format_parse (line, false, NULL, &invalid_reason); in main() 175 format_print (descr); in main() 177 if (descr == NULL) in main()
|
D | format-qt.c | 124 format_free (void *descr) in format_free() argument 126 struct spec *spec = (struct spec *) descr; in format_free() 132 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 134 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 203 format_print (void *descr) in format_print() argument 205 struct spec *spec = (struct spec *) descr; in format_print() 236 void *descr; in main() local 245 descr = format_parse (line, false, NULL, &invalid_reason); in main() 247 format_print (descr); in main() 249 if (descr == NULL) in main()
|
D | format-smalltalk.c | 109 format_free (void *descr) in format_free() argument 111 struct spec *spec = (struct spec *) descr; in format_free() 117 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 119 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 187 format_print (void *descr) in format_print() argument 189 struct spec *spec = (struct spec *) descr; in format_print() 220 void *descr; in main() local 229 descr = format_parse (line, false, NULL, &invalid_reason); in main() 231 format_print (descr); in main() 233 if (descr == NULL) in main()
|
D | format-lua.c | 81 static void format_free (void *descr); 191 format_free (void *descr) in format_free() argument 193 struct spec *spec = (struct spec *) descr; in format_free() 201 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 203 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 269 format_print (void *descr) in format_print() argument 271 struct spec *spec = (struct spec *) descr; in format_print() 318 void *descr; in main() local 327 descr = format_parse (line, false, NULL, &invalid_reason); in main() 329 format_print (descr); in main() [all …]
|
D | format-csharp.c | 173 format_free (void *descr) in format_free() argument 175 struct spec *spec = (struct spec *) descr; in format_free() 181 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 183 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 230 format_print (void *descr) in format_print() argument 232 struct spec *spec = (struct spec *) descr; in format_print() 260 void *descr; in main() local 269 descr = format_parse (line, false, NULL, &invalid_reason); in main() 271 format_print (descr); in main() 273 if (descr == NULL) in main()
|
D | format-perl-brace.c | 145 format_free (void *descr) in format_free() argument 147 struct spec *spec = (struct spec *) descr; in format_free() 160 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 162 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 234 format_print (void *descr) in format_print() argument 236 struct spec *spec = (struct spec *) descr; in format_print() 264 void *descr; in main() local 273 descr = format_parse (line, false, NULL, &invalid_reason); in main() 275 format_print (descr); in main() 277 if (descr == NULL) in main()
|
D | format-kde.c | 177 format_free (void *descr) in format_free() argument 179 struct spec *spec = (struct spec *) descr; in format_free() 187 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 189 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 281 format_print (void *descr) in format_print() argument 283 struct spec *spec = (struct spec *) descr; in format_print() 319 void *descr; in main() local 328 descr = format_parse (line, false, NULL, &invalid_reason); in main() 330 format_print (descr); in main() 332 if (descr == NULL) in main()
|
D | format-kde-kuit.c | 299 format_free (void *descr) in format_free() argument 301 struct spec *spec = descr; in format_free() 307 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 309 struct spec *spec = descr; in format_get_number_of_directives() 344 format_print (void *descr) in format_print() argument 346 struct spec *spec = (struct spec *) descr; in format_print() 382 void *descr; in main() local 391 descr = format_parse (line, false, NULL, &invalid_reason); in main() 393 format_print (descr); in main() 395 if (descr == NULL) in main()
|
D | format-sh.c | 249 format_free (void *descr) in format_free() argument 251 struct spec *spec = (struct spec *) descr; in format_free() 264 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 266 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 343 format_print (void *descr) in format_print() argument 345 struct spec *spec = (struct spec *) descr; in format_print() 373 void *descr; in main() local 382 descr = format_parse (line, false, NULL, &invalid_reason); in main() 384 format_print (descr); in main() 386 if (descr == NULL) in main()
|
D | format-php.c | 303 format_free (void *descr) in format_free() argument 305 struct spec *spec = (struct spec *) descr; in format_free() 313 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 315 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 414 format_print (void *descr) in format_print() argument 416 struct spec *spec = (struct spec *) descr; in format_print() 469 void *descr; in main() local 478 descr = format_parse (line, false, NULL, &invalid_reason); in main() 480 format_print (descr); in main() 482 if (descr == NULL) in main()
|
D | format-librep.c | 267 format_free (void *descr) in format_free() argument 269 struct spec *spec = (struct spec *) descr; in format_free() 277 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 279 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 378 format_print (void *descr) in format_print() argument 380 struct spec *spec = (struct spec *) descr; in format_print() 433 void *descr; in main() local 442 descr = format_parse (line, false, NULL, &invalid_reason); in main() 444 format_print (descr); in main() 446 if (descr == NULL) in main()
|
D | format-python.c | 394 format_free (void *descr) in format_free() argument 396 struct spec *spec = (struct spec *) descr; in format_free() 411 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument 413 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives() 553 struct spec *descr = in get_python_format_unnamed_arg_count() local 556 if (descr != NULL) in get_python_format_unnamed_arg_count() 558 unsigned int result = descr->unnamed_arg_count; in get_python_format_unnamed_arg_count() 560 format_free (descr); in get_python_format_unnamed_arg_count() 579 format_print (void *descr) in format_print() argument 581 struct spec *spec = (struct spec *) descr; in format_print() [all …]
|
/third_party/parse5/test/utils/ |
D | parse-dat-file.js | 43 return testDescrs.map(descr => { 44 … const fragmentContextTagName = descr['#document-fragment'] && descr['#document-fragment'][0]; 47 input: descr['#data'].join('\n'), 48 expected: descr['#document'].join('\n'), 49 expectedErrors: descr['#new-errors'] || [], 50 disableEntitiesDecoding: !!descr['#disable-html-entities-decoding'], 51 lineNum: descr['#line'], 52 scriptingEnabled: !descr['#script-off'],
|
D | generate-tokenization-tests.js | 167 testDescrs.forEach(descr => { 168 if (!descr.initialStates) { 169 descr.initialStates = ['Data state']; 172 if (descr.doubleEscaped) { 173 unescapeDescrIO(descr); 178 descr.output.forEach(tokenEntry => { 184 descr.initialStates.forEach(initialState => { 188 name: descr.description, 189 input: descr.input, 192 lastStartTag: descr.lastStartTag, [all …]
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_function.c | 86 struct func_descr descr; member 99 const struct func_descr *descr = (const struct func_descr *)data; in func_compare_to_name_and_overload() local 101 if (f->descr.overload < descr->overload) in func_compare_to_name_and_overload() 103 if (f->descr.overload > descr->overload) in func_compare_to_name_and_overload() 106 return strcmp(f->descr.name, descr->name); in func_compare_to_name_and_overload() 129 struct func_descr descr = { name, overload }; in dxil_get_function() local 130 const struct rb_node *node = rb_tree_search(mod->functions, &descr, in dxil_get_function() 141 return func_compare_to_name_and_overload(lhs, &node->descr); in func_compare_name() 150 f->descr.name = name; in dxil_add_function() 151 f->descr.overload = overload; in dxil_add_function()
|
/third_party/ffmpeg/tools/ |
D | make_chlayout_test | 88 my ($name, $descr) = split " ", $_, 2; 89 next unless $descr; 90 if ($descr =~ /^[[:upper:]]+(?:\+[[:upper:]]+)*$/) { 91 $layout_to_channels{$name} = [ split /\+/, $descr ]; 93 $channel_label_to_descr{$name} = $descr; 105 my $descr = $channel_label_to_descr{$label} 107 $graph .= "flite=text='${descr}', aformat=channel_layouts=mono, " .
|
/third_party/boost/boost/gil/io/ |
D | error.hpp | 15 inline void io_error(const char* descr) in io_error() argument 17 throw std::ios_base::failure(descr); in io_error() 20 inline void io_error_if(bool expr, const char* descr) in io_error_if() argument 23 io_error(descr); in io_error_if()
|
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | simple-launch-lines.c | 49 run_pipeline (GstElement * pipe, const gchar * descr, in run_pipeline() argument 62 GST_STATE_CHANGE_FAILURE, "Could not set pipeline %s to playing", descr); in run_pipeline() 65 g_critical ("Pipeline '%s' failed to go to PLAYING fast enough", descr); in run_pipeline() 68 g_critical ("Pipeline '%s' failed to go into PLAYING state", descr); in run_pipeline() 88 tevent, descr); in run_pipeline() 95 revent, gst_message_type_get_name (revent), tevent, descr); in run_pipeline() 100 GST_STATE_CHANGE_FAILURE, "Could not set pipeline %s to NULL", descr); in run_pipeline()
|
/third_party/boost/boost/test/impl/ |
D | xml_report_formatter.ipp | 56 const_string descr; 59 descr = "passed"; 61 descr = "skipped"; 63 descr = "timed-out"; 65 descr = "aborted"; 67 descr = "failed"; 71 << " result" << utils::attr_value() << descr
|