| /third_party/typescript/src/compiler/ |
| D | diagnosticMessages.json | 3 "category": "Error", string 7 "category": "Error", string 11 "category": "Error", string 15 "category": "Error", string 19 "category": "Error", string 23 "category": "Error", string 27 "category": "Error", string 31 "category": "Error", string 35 "category": "Error", string 39 "category": "Error", string [all …]
|
| /third_party/openssl/include/openssl/ |
| D | trace.h | 201 # define OSSL_TRACE_BEGIN(category) \ argument 207 # define OSSL_TRACE_END(category) \ argument 211 # define OSSL_TRACE_CANCEL(category) \ argument 216 # define OSSL_TRACE_BEGIN(category) \ argument 221 # define OSSL_TRACE_END(category) \ argument 224 # define OSSL_TRACE_CANCEL(category) \ argument 240 # define OSSL_TRACE_ENABLED(category) \ argument 245 # define OSSL_TRACE_ENABLED(category) (0) argument 273 # define OSSL_TRACEV(category, args) \ argument 280 # define OSSL_TRACEV(category, args) ((void)0) argument [all …]
|
| /third_party/typescript/tests/baselines/reference/tsserver/projectErrors/ |
| D | folder-rename-updates-project-structure-and-reports-no-errors.js | 69 …he program because:\n Default library for target 'es3'","code":6053,"category":"error"},{"text"… property
|
| D | npm-install-when-timeout-occurs-inbetween-installation.js | 232 … module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} property 555 … module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} property 820 … module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} property 1047 … module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} property
|
| D | npm-install-when-timeout-occurs-after-installation.js | 232 … module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} property 492 … module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} property 757 … module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} property 984 … module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} property
|
| D | correct-errors-when-resolution-resolves-to-file-that-has-same-ambient-module-and-is-also-module.js | 295 …ext":"'myModule' is declared but its value is never read.","code":6133,"category":"suggestion","re… property 538 …ext":"'myModule' is declared but its value is never read.","code":6133,"category":"suggestion","re… property
|
| D | configFileDiagnostic-events-are-not-generated-when-the-config-file-does-not-include-file-opened-and-config-file-has-errors.js | 81 …ne":3,"offset":30},"text":"Unknown compiler option 'foo'.","code":5023,"category":"error","fileNam… property 214 …ne":3,"offset":30},"text":"Unknown compiler option 'foo'.","code":5023,"category":"error","fileNam… property
|
| /third_party/typescript/tests/baselines/reference/tsc/incremental/ |
| D | noEmit-changes-composite-discrepancies.js | 64 "category": 1, property 139 "category": 1, property 213 "category": 1, property 288 "category": 1, property 358 "category": 1, property 366 "category": 3, property 382 "category": 1, property 390 "category": 3, property 406 "category": 1, property 477 "category": 1, property [all …]
|
| D | serializing-error-chains.js | 72 … a single child of type 'never', but multiple children were provided.","category":1,"code":2746},{… property 110 "category": 1, property 118 "category": 1, property 126 "category": 1, property 129 "category": 1, property 134 "category": 1, property 139 "category": 1, property
|
| /third_party/skia/third_party/externals/angle2/src/third_party/trace_event/ |
| D | trace_event.h | 158 #define TRACE_EVENT0(platform, category, name) \ argument 160 #define TRACE_EVENT1(platform, category, name, arg1_name, arg1_val) \ argument 162 #define TRACE_EVENT2(category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 171 #define TRACE_EVENT_INSTANT0(platform, category, name) \ argument 174 #define TRACE_EVENT_INSTANT1(platform, category, name, arg1_name, arg1_val) \ argument 177 #define TRACE_EVENT_INSTANT2(platform, category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 180 #define TRACE_EVENT_COPY_INSTANT0(platform, category, name) \ argument 183 #define TRACE_EVENT_COPY_INSTANT1(platform, category, name, arg1_name, arg1_val) \ argument 186 #define TRACE_EVENT_COPY_INSTANT2(platform, category, name, arg1_name, arg1_val, arg2_name, \ argument 196 #define TRACE_EVENT_BEGIN0(platform, category, name) \ argument [all …]
|
| /third_party/openssl/crypto/ |
| D | trace.c | 60 int category; member 193 static int trace_attach_cb(int category, int type, const void *data) in trace_attach_cb() 214 static int trace_detach_cb(int category, int type, const void *data) in trace_detach_cb() 242 static int set_trace_data(int category, int type, BIO **channel, in set_trace_data() argument 338 int category; in ossl_trace_cleanup() local 357 int OSSL_trace_set_channel(int category, BIO *channel) in OSSL_trace_set_channel() 368 static int trace_attach_w_callback_cb(int category, int type, const void *data) in trace_attach_w_callback_cb() 391 int OSSL_trace_set_callback(int category, OSSL_trace_cb callback, void *data) in OSSL_trace_set_callback() 427 int OSSL_trace_set_prefix(int category, const char *prefix) in OSSL_trace_set_prefix() 437 int OSSL_trace_set_suffix(int category, const char *suffix) in OSSL_trace_set_suffix() [all …]
|
| /third_party/vulkan-loader/tests/framework/shim/ |
| D | shim_common.cpp | 90 std::string category_path_name(ManifestCategory category) { 108 void PlatformShim::set_fake_path([[maybe_unused]] ManifestCategory category, [[maybe_unused]] fs::p… 111 void PlatformShim::add_manifest(ManifestCategory category, fs::path const& path) { 123 void PlatformShim::add_unsecured_manifest(ManifestCategory category, fs::path const& path) { 173 std::string category_path_name(ManifestCategory category) { 193 void PlatformShim::add_manifest([[maybe_unused]] ManifestCategory category, [[maybe_unused]] fs::pa… 194 void PlatformShim::add_unsecured_manifest([[maybe_unused]] ManifestCategory category, [[maybe_unuse… 201 void PlatformShim::redirect_category(fs::path const& new_path, ManifestCategory category) { 245 void PlatformShim::set_fake_path(ManifestCategory category, fs::path const& path) { 256 fs::path PlatformShim::query_default_redirect_path(ManifestCategory category) {
|
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
| D | gauger.h | 20 #define GAUGER(category, counter, value, unit)\ argument 48 #define GAUGER_ID(category, counter, value, unit, id)\ argument 81 #define GAUGER_ID(category, counter, value, unit, id) {} argument 82 #define GAUGER(category, counter, value, unit) {} argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/ |
| D | TraceEvent.h | 164 #define TRACE_EVENT0(platform, category, name) \ argument 166 #define TRACE_EVENT1(platform, category, name, arg1_name, arg1_val) \ argument 168 #define TRACE_EVENT2(platform, category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 177 #define TRACE_EVENT_INSTANT0(platform, category, name) \ argument 180 #define TRACE_EVENT_INSTANT1(platform, category, name, arg1_name, arg1_val) \ argument 183 #define TRACE_EVENT_INSTANT2(platform, category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 186 #define TRACE_EVENT_COPY_INSTANT0(platform, category, name) \ argument 189 #define TRACE_EVENT_COPY_INSTANT1(platform, category, name, arg1_name, arg1_val) \ argument 192 #define TRACE_EVENT_COPY_INSTANT2(platform, category, name, arg1_name, arg1_val, arg2_name, \ argument 202 #define TRACE_EVENT_BEGIN0(platform, category, name) \ argument [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | excessiveStackDepthFlatArray.js | 36 <li key={category}>{category}</li> // Error about 'key' only field 60 …categories.map(function (category) { return (React.createElement("li", { key: category }, category… argument
|
| /third_party/typescript/tests/baselines/reference/tsserver/projects/ |
| D | js-file-opened-is-in-configured-project-that-will-be-removed.js | 96 …ConfigVariable.js' because it would overwrite input file.","code":5055,"category":"error"},{"text"… property
|
| /third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/ |
| D | file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js | 202 …erFile":[1,2,3,[4,[{"file":"./c.ts","start":139,"length":4,"code":2322,"category":1,"messageText":… property 297 "category": 1, property 300 "category": 1, property 305 "category": 1, property 316 "category": 3, property 331 "category": 1, property 442 …erFile":[1,2,3,[4,[{"file":"./c.ts","start":139,"length":4,"code":2322,"category":1,"messageText":… property 537 "category": 1, property 540 "category": 1, property 545 "category": 1, property [all …]
|
| /third_party/icu/icu4c/source/i18n/ |
| D | formattedvalue.cpp | 28 void ConstrainedFieldPosition::constrainCategory(int32_t category) { in constrainCategory() 33 void ConstrainedFieldPosition::constrainField(int32_t category, int32_t field) { in constrainField() 43 UBool ConstrainedFieldPosition::matchesField(int32_t category, int32_t field) const { in matchesField() 57 int32_t category, in setState() 101 ucfpos_constrainCategory(UConstrainedFieldPosition* ptr, int32_t category, UErrorCode* ec) { in ucfpos_constrainCategory() 110 ucfpos_constrainField(UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* … in ucfpos_constrainField() 165 ucfpos_matchesField(const UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCo… in ucfpos_matchesField() 176 int32_t category, in ucfpos_setState()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | formattedvalue.cpp | 28 void ConstrainedFieldPosition::constrainCategory(int32_t category) { in constrainCategory() 33 void ConstrainedFieldPosition::constrainField(int32_t category, int32_t field) { in constrainField() 43 UBool ConstrainedFieldPosition::matchesField(int32_t category, int32_t field) const { in matchesField() 57 int32_t category, in setState() 101 ucfpos_constrainCategory(UConstrainedFieldPosition* ptr, int32_t category, UErrorCode* ec) { in ucfpos_constrainCategory() 110 ucfpos_constrainField(UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* … in ucfpos_constrainField() 165 ucfpos_matchesField(const UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCo… in ucfpos_matchesField() 176 int32_t category, in ucfpos_setState()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | pluralmap.h | 185 const T &get(const char *category) const { in get() 193 const T &get(const UnicodeString &category) const { in get() 208 Category category, in getMutable() 219 const char *category, in getMutable() 230 Category category, in getMutableWithDefault() 261 Category category, in getMutable()
|
| /third_party/icu/icu4c/source/common/ |
| D | pluralmap.h | 185 const T &get(const char *category) const { in get() 193 const T &get(const UnicodeString &category) const { in get() 208 Category category, in getMutable() 219 const char *category, in getMutable() 230 Category category, in getMutableWithDefault() 261 Category category, in getMutable()
|
| /third_party/python/Lib/ |
| D | warnings.py | 10 def showwarning(message, category, filename, lineno, file=None, line=None): argument 15 def formatwarning(message, category, filename, lineno, line=None): argument 130 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument 165 def simplefilter(action, category=Warning, lineno=0, append=False): argument 251 def _getcategory(category): argument 287 def warn(message, category=None, stacklevel=1, source=None): argument 327 def warn_explicit(message, category, filename, lineno, argument 403 def __init__(self, message, category, filename, lineno, file=None, argument 441 action=None, category=Warning, lineno=0, append=False): argument
|
| /third_party/curl/src/ |
| D | tool_help.c | 44 curlhelp_t category; member 78 static void print_category(curlhelp_t category, unsigned int cols) in print_category() 113 static int get_category_content(const char *category, unsigned int cols) in get_category_content() 134 void tool_help(char *category) in tool_help()
|
| /third_party/typescript/tests/baselines/reference/tsserver/moduleResolution/ |
| D | package-json-file-is-edited-when-package-json-with-type-module-exists.js | 459 …"module\"` to '/user/username/projects/myproject/package.json'.","code":1479,"category":"error"}]}} property 1217 …eate a local package.json file with `{ \"type\": \"module\" }`.","code":1479,"category":"error"}]}} property 1613 …"module\"` to '/user/username/projects/myproject/package.json'.","code":1479,"category":"error"}]}} property 2013 …eate a local package.json file with `{ \"type\": \"module\" }`.","code":1479,"category":"error"}]}} property
|
| /third_party/python/Python/ |
| D | _warnings.c | 69 create_filter(PyObject *category, PyObject *action_str, const char *modname) in create_filter() 294 get_filter(PyInterpreterState *interp, PyObject *category, in get_filter() 479 PyObject *category, int add_zero) in update_registry() 496 PyObject *text, PyObject *category, PyObject *sourceline) in show_warning() 568 call_show_warning(PyThreadState *tstate, PyObject *category, in call_show_warning() 625 warn_explicit(PyThreadState *tstate, PyObject *category, PyObject *message, in warn_explicit() 904 get_category(PyObject *message, PyObject *category) in get_category() 933 do_warn(PyObject *message, PyObject *category, Py_ssize_t stack_level, in do_warn() 967 warnings_warn_impl(PyObject *module, PyObject *message, PyObject *category, in warnings_warn_impl() 1040 PyObject *category; in warnings_warn_explicit() local [all …]
|