Home
last modified time | relevance | path

Searched defs:reason (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsNestedParams.js10 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/
Dtrivial.rs44 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/
Dalloc.c78 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/
Dtestplug.c53 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/
Dtestplug.c53 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/
Dtestplug.c53 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/
Dvalidate.js51 …{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/
DDiagnostics.cpp25 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/
DDiagnostics.cpp25 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/
Dtest-promises-unhandled-rejections.js89 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/
Dspirv_cross_error_handling.hpp84 #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/
Dpromises.js93 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/
Ducnv_err.cpp97 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/
Ducnv_err.cpp97 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/
Ducnv_err.cpp97 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/
Ducnv_err.cpp97 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/
Ddirect_resolve.js20 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/
Dlp_flush.c51 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/
Dohos_net_webSocket.js24 reason: "[PC Preview] unknow reason" property
75 reason: "[PC Preview] unknow reason" property
94 reason: "[PC Preview] unknow reason" property
/third_party/nghttp2/src/
Dshrpx_io_control.cc40 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/
Dvalidate_execution_limitations.cpp44 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/
Dvalidate_execution_limitations.cpp44 std::string reason; in ValidateExecutionLimitations() local
57 std::string reason; in ValidateExecutionLimitations() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_execution_limitations.cpp44 std::string reason; in ValidateExecutionLimitations() local
57 std::string reason; in ValidateExecutionLimitations() local
/third_party/weex-loader/deps/weex-styler/
Dindex.js108 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/
Dwsi-timeout.c125 __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()

12345678910>>...26