| /third_party/typescript/tests/baselines/reference/ |
| D | jsDeclarationsNestedParams.js | 10 async cancel({reason, code}) {} property 23 async cancel({reason, suberr}) {} property 45 cancel({ reason, code }) { property 59 cancel({ reason, suberr }) { property 74 cancel({ reason, code }: { property 75 reason: string | null; property 89 cancel({ reason, suberr }: { property 90 reason: string | null; property 92 reason: string | null; property
|
| /third_party/rust/crates/cxx/syntax/ |
| D | trivial.rs | 44 let reason = TrivialReason::StructField(strct); in required_trivial_reasons() localVariable 52 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable 59 let reason = TrivialReason::FunctionArgument(efn); in required_trivial_reasons() localVariable 65 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable 76 let reason = TrivialReason::FunctionReturn(efn); in required_trivial_reasons() localVariable 82 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable 99 let reason = TrivialReason::BoxTarget; in required_trivial_reasons() localVariable 105 let reason = TrivialReason::VecElement; in required_trivial_reasons() localVariable 111 let reason = TrivialReason::SliceElement { in required_trivial_reasons() localVariable
|
| /third_party/libwebsockets/lib/core/ |
| D | alloc.c | 78 void *lws_realloc(void *ptr, size_t size, const char *reason) in lws_realloc() 83 void *lws_malloc(size_t size, const char *reason) in lws_malloc() 93 void *lws_zalloc(size_t size, const char *reason) in lws_zalloc() 101 void lws_set_allocator(void *(*cb)(void *ptr, size_t size, const char *reason)) in lws_set_allocator() 108 _realloc(void *ptr, size_t size, const char *reason) in _realloc() 152 void *lws_realloc(void *ptr, size_t size, const char *reason) in lws_realloc() 157 void *lws_zalloc(size_t size, const char *reason) in lws_zalloc() 167 void lws_set_allocator(void *(*cb)(void *ptr, size_t size, const char *reason)) in lws_set_allocator()
|
| /third_party/icu/icu4c/source/tools/icuinfo/ |
| D | testplug.c | 53 UPlugReason reason, in myPlugin() 70 UPlugReason reason, in myPluginLow() 88 UPlugReason reason, in myPluginFailQuery() 103 UPlugReason reason, in myPluginFailToken() 123 UPlugReason reason, in myPluginBad() 148 UPlugReason reason, in myPluginHigh() 193 UPlugReason reason, in debugMemoryPlugin()
|
| /third_party/skia/third_party/externals/icu/source/tools/icuinfo/ |
| D | testplug.c | 53 UPlugReason reason, in myPlugin() 70 UPlugReason reason, in myPluginLow() 88 UPlugReason reason, in myPluginFailQuery() 103 UPlugReason reason, in myPluginFailToken() 123 UPlugReason reason, in myPluginBad() 148 UPlugReason reason, in myPluginHigh() 193 UPlugReason reason, in debugMemoryPlugin()
|
| /third_party/flutter/skia/third_party/externals/icu/source/tools/icuinfo/ |
| D | testplug.c | 53 UPlugReason reason, in myPlugin() 70 UPlugReason reason, in myPluginLow() 88 UPlugReason reason, in myPluginFailQuery() 103 UPlugReason reason, in myPluginFailToken() 123 UPlugReason reason, in myPluginBad() 148 UPlugReason reason, in myPluginHigh() 193 UPlugReason reason, in debugMemoryPlugin()
|
| /third_party/weex-loader/deps/weex-styler/test/ |
| D | validate.js | 51 …{reason: 'ERROR: property value `asdf` is not supported for `margin-right` (only number and pixel … property 92 … {reason: 'ERROR: property value `a` is not supported for `opacity` (only number is supported)'}, property 93 … {reason: 'ERROR: property value `0.5a` is not supported for `opacity` (only number is supported)'} property 132 …{reason: 'ERROR: property value `0.5` is not supported for `z-index` (only integer is supported)'}, property 133 … {reason: 'ERROR: property value `a` is not supported for `z-index` (only integer is supported)'}, property 134 …{reason: 'ERROR: property value `0.5a` is not supported for `z-index` (only integer is supported)'} property 193 {reason: 'NOTE: property value `#F00` is autofixed to `#FF0000`'}, property 194 {reason: 'NOTE: property value `#f00` is autofixed to `#ff0000`'}, property 195 {reason: 'NOTE: property value `red` is autofixed to `#FF0000`'}, property 196 {reason: 'NOTE: property value `lightpink` is autofixed to `#FFB6C1`'}, property [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | Diagnostics.cpp | 25 const char *reason, in writeInfo() 55 const char *reason, in error() 62 const char *reason, in warning() 68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error() 76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() 101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | Diagnostics.cpp | 25 const char *reason, in writeInfo() 55 const char *reason, in error() 62 const char *reason, in warning() 68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error() 76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() 101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
|
| /third_party/node/test/parallel/ |
| D | test-promises-unhandled-rejections.js | 89 process.on('unhandledRejection', function(reason, promise) { argument 101 process.on('unhandledRejection', function(reason, promise) { argument 115 onUnhandledSucceed(done, function(reason, promise) { argument 124 onUnhandledSucceed(done, function(reason, promise) { argument 135 onUnhandledSucceed(done, function(reason, promise) { argument 148 onUnhandledSucceed(done, function(reason, promise) { argument 161 onUnhandledSucceed(done, function(reason, promise) { argument 178 onUnhandledSucceed(done, function(reason, promise) { argument 182 const promise2 = Promise.reject(e).then(assert.fail, function(reason) { argument 191 onUnhandledSucceed(done, function(reason, promise) { argument [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_cross_error_handling.hpp | 84 #define SPIRV_CROSS_DEPRECATED(reason) [[deprecated(reason)]] argument 86 #define SPIRV_CROSS_DEPRECATED(reason) __attribute__((deprecated)) argument 88 #define SPIRV_CROSS_DEPRECATED(reason) __declspec(deprecated(reason)) argument 90 #define SPIRV_CROSS_DEPRECATED(reason) argument
|
| /third_party/node/lib/internal/process/ |
| D | promises.js | 93 function promiseRejectHandler(type, promise, reason) { argument 113 function resolveError(type, promise, reason) { argument 121 function unhandledRejection(promise, reason) { argument 123 reason, property 154 function emitUnhandledRejectionWarning(uid, reason) { argument 278 function generateUnhandledRejectionError(reason) { argument
|
| /third_party/node/deps/icu-small/source/common/ |
| D | ucnv_err.cpp | 97 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_STOP() 123 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_STOP() 138 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SKIP() 169 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SUBSTITUTE() 205 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_ESCAPE() 368 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_SKIP() 391 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_SUBSTITUTE() 417 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_ESCAPE()
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | ucnv_err.cpp | 97 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_STOP() 123 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_STOP() 138 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SKIP() 169 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SUBSTITUTE() 205 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_ESCAPE() 368 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_SKIP() 391 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_SUBSTITUTE() 417 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_ESCAPE()
|
| /third_party/icu/icu4c/source/common/ |
| D | ucnv_err.cpp | 97 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_STOP() 123 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_STOP() 138 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SKIP() 169 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SUBSTITUTE() 205 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_ESCAPE() 368 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_SKIP() 391 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_SUBSTITUTE() 417 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_ESCAPE()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | ucnv_err.cpp | 97 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_STOP() 123 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_STOP() 138 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SKIP() 169 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SUBSTITUTE() 205 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_ESCAPE() 368 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_SKIP() 391 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_SUBSTITUTE() 417 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_ESCAPE()
|
| /third_party/node/deps/npm/node_modules/bluebird/js/release/ |
| D | direct_resolve.js | 20 thrower, undefined, undefined, {reason: reason}, undefined); property 23 Promise.prototype.catchThrow = function (reason) { argument 26 undefined, thrower, undefined, {reason: reason}, undefined); property
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_flush.c | 51 const char *reason) in llvmpipe_flush() 88 const char *reason ) in llvmpipe_finish() 114 const char *reason) in llvmpipe_flush_resource()
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_net_webSocket.js | 24 reason: "[PC Preview] unknow reason" property 75 reason: "[PC Preview] unknow reason" property 94 reason: "[PC Preview] unknow reason" property
|
| /third_party/nghttp2/src/ |
| D | shrpx_io_control.cc | 40 void IOControl::pause_read(IOCtrlReason reason) { in pause_read() 47 bool IOControl::resume_read(IOCtrlReason reason) { in resume_read()
|
| /third_party/spirv-tools/source/val/ |
| D | validate_execution_limitations.cpp | 44 std::string reason; in ValidateExecutionLimitations() local 57 std::string reason; in ValidateExecutionLimitations() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_execution_limitations.cpp | 44 std::string reason; in ValidateExecutionLimitations() local 57 std::string reason; in ValidateExecutionLimitations() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| D | validate_execution_limitations.cpp | 44 std::string reason; in ValidateExecutionLimitations() local 57 std::string reason; in ValidateExecutionLimitations() local
|
| /third_party/weex-loader/deps/weex-styler/ |
| D | index.js | 108 reason: 'ERROR: Value `' + declaration.value + '` of the `' + property 147 reason: 'ERROR: Value `' + declaration.value + '` of the `' + declaration.property + property 168 reason: 'ERROR: Value `' + declaration.value + '` of the `' + declaration.property + property 177 reason: 'ERROR: Value `' + declaration.value + '` of the `' + property 195 reason: 'ERROR: Value `' + declaration.value + '` of the `' + declaration.property + property 220 …log.push({line: error.line, column: error.column, reason: error.toString().replace('Error', 'ERROR… property 274 reason: 'ERROR: The `' + rule.selectors.join(', ') + '` selector is not supported.' property 315 reason: 'ERROR: The `' + selector + '` selector is not supported.' property 359 reason: 'ERROR: The keyframes is not supported!' property 514 reason: 'ERROR: The `' + selector + '` selector is not supported.' property [all …]
|
| /third_party/libwebsockets/lib/core-net/ |
| D | wsi-timeout.c | 125 __lws_set_timeout(struct lws *wsi, enum pending_timeout reason, int secs) in __lws_set_timeout() 140 lws_set_timeout(struct lws *wsi, enum pending_timeout reason, int secs) in lws_set_timeout() 176 lws_set_timeout_us(struct lws *wsi, enum pending_timeout reason, lws_usec_t us) in lws_set_timeout_us()
|