/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/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/icu/icu4c/source/tools/icuinfo/ |
D | testplug.c | 54 UPlugReason reason, in myPlugin() 71 UPlugReason reason, in myPluginLow() 89 UPlugReason reason, in myPluginFailQuery() 104 UPlugReason reason, in myPluginFailToken() 124 UPlugReason reason, in myPluginBad() 149 UPlugReason reason, in myPluginHigh() 194 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/node/test/parallel/ |
D | test-promises-unhandled-rejections.js | 87 process.on('unhandledRejection', function(reason, promise) { argument 99 process.on('unhandledRejection', function(reason, promise) { argument 113 onUnhandledSucceed(done, function(reason, promise) { argument 122 onUnhandledSucceed(done, function(reason, promise) { argument 133 onUnhandledSucceed(done, function(reason, promise) { argument 146 onUnhandledSucceed(done, function(reason, promise) { argument 159 onUnhandledSucceed(done, function(reason, promise) { argument 176 onUnhandledSucceed(done, function(reason, promise) { argument 180 const promise2 = Promise.reject(e).then(assert.fail, function(reason) { argument 189 onUnhandledSucceed(done, function(reason, promise) { argument [all …]
|
D | test-crypto-padding.js | 88 reason: 'wrong final block length', property 93 reason: 'data not multiple of block length', property 114 reason: 'bad decrypt', property 119 reason: 'bad decrypt', property
|
/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/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 | 109 function promiseRejectHandler(type, promise, reason) { argument 134 function resolveError(type, promise, reason) { argument 144 function unhandledRejection(promise, reason) { argument 145 const emit = (reason, promise, promiseInfo) => { argument 153 reason, property 186 function emitUnhandledRejectionWarning(uid, reason) { argument 332 function generateUnhandledRejectionError(reason) { argument
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | deoptimize-reason.cc | 10 std::ostream& operator<<(std::ostream& os, DeoptimizeReason reason) { in operator <<() 21 size_t hash_value(DeoptimizeReason reason) { in hash_value() 25 char const* DeoptimizeReasonToString(DeoptimizeReason reason) { in DeoptimizeReasonToString()
|
/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/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/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/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/node/test/fixtures/wpt/dom/abort/ |
D | event.any.js | 78 const reason = Error("hello"); constant 135 const reason = Error("hello"); constant 143 const reason = new Error('boom'); constant
|
/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/node/deps/v8/src/profiler/ |
D | profiler-stats.cc | 14 void ProfilerStats::AddReason(Reason reason) { in AddReason() 33 const char* ProfilerStats::ReasonToString(Reason reason) { in ReasonToString()
|
/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/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/node/deps/v8/src/codegen/ |
D | bailout-reason.cc | 13 const char* GetBailoutReason(BailoutReason reason) { in GetBailoutReason() 21 const char* GetAbortReason(AbortReason reason) { in GetAbortReason()
|