Home
last modified time | relevance | path

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

12345678910>>...32

/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/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/icu/icu4c/source/tools/icuinfo/
Dtestplug.c54 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/
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/node/test/parallel/
Dtest-promises-unhandled-rejections.js87 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 …]
Dtest-crypto-padding.js88 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/
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/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.js109 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/
Ddeoptimize-reason.cc10 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/
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/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/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/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/node/test/fixtures/wpt/dom/abort/
Devent.any.js78 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/
Dvalidate_execution_limitations.cpp44 std::string reason; in ValidateExecutionLimitations() local
57 std::string reason; in ValidateExecutionLimitations() local
/third_party/node/deps/v8/src/profiler/
Dprofiler-stats.cc14 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/
Dvalidate_execution_limitations.cpp44 std::string reason; in ValidateExecutionLimitations() local
57 std::string reason; in ValidateExecutionLimitations() local
/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/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/node/deps/v8/src/codegen/
Dbailout-reason.cc13 const char* GetBailoutReason(BailoutReason reason) { in GetBailoutReason()
21 const char* GetAbortReason(AbortReason reason) { in GetAbortReason()

12345678910>>...32