Home
last modified time | relevance | path

Searched refs:Errors (Results 1 - 25 of 118) sorted by relevance

12345

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DErrors.cpp15 #include "src/dawn_node/binding/Errors.h"
63 Napi::Error Errors::HierarchyRequestError(Napi::Env env) { in HierarchyRequestError()
67 Napi::Error Errors::WrongDocumentError(Napi::Env env) { in WrongDocumentError()
71 Napi::Error Errors::InvalidCharacterError(Napi::Env env) { in InvalidCharacterError()
75 Napi::Error Errors::NoModificationAllowedError(Napi::Env env) { in NoModificationAllowedError()
79 Napi::Error Errors::NotFoundError(Napi::Env env) { in NotFoundError()
83 Napi::Error Errors::NotSupportedError(Napi::Env env) { in NotSupportedError()
87 Napi::Error Errors::InUseAttributeError(Napi::Env env) { in InUseAttributeError()
91 Napi::Error Errors::InvalidStateError(Napi::Env env) { in InvalidStateError()
95 Napi::Error Errors
[all...]
H A DGPUBuffer.cpp20 #include "src/dawn_node/binding/Errors.h"
51 promise.Reject(Errors::OperationError(env)); in mapAsync()
57 promise.Reject(Errors::OperationError(env)); in mapAsync()
90 c->promise.Reject(Errors::OperationError(c->env)); in mapAsync()
94 c->promise.Reject(Errors::AbortError(c->env)); in mapAsync()
100 c->promise.Reject(Errors::UnknownError(c->env)); in mapAsync()
113 Errors::OperationError(env).ThrowAsJavaScriptException(); in getMappedRange()
123 Errors::OperationError(env).ThrowAsJavaScriptException(); in getMappedRange()
132 Errors::OperationError(env).ThrowAsJavaScriptException(); in getMappedRange()
/third_party/typescript/tests/baselines/reference/
H A DvariableDeclaratorResolvedDuringContextualTyping.js85 module Errors {
123 return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr));
132 var Errors; variable
133 (function (Errors) {
139 Errors.ConnectionError = ConnectionError;
140 })(Errors || (Errors = {}));
159 return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr));
H A DassignmentCompatWithCallSignatures4.js4 module Errors {
118 var Errors; variable
119 (function (Errors) {
203 })(Errors || (Errors = {}));
H A DassignmentCompatWithConstructSignatures4.js4 module Errors {
118 var Errors; variable
119 (function (Errors) {
203 })(Errors || (Errors = {}));
H A DcallSignatureAssignabilityInInheritance3.js5 module Errors {
134 var Errors; variable
135 (function (Errors) {
162 })(Errors || (Errors = {}));
H A DconstructSignatureAssignabilityInInheritance3.js5 module Errors {
132 var Errors; variable
133 (function (Errors) {
160 })(Errors || (Errors = {}));
H A DundefinedAssignableToGenericMappedIntersection.js2 type Errors<T> = { [P in keyof T]: string | undefined } & {all: string | undefined};
4 let obj!: Errors<T>
H A DsubtypingWithConstructSignatures3.js5 module Errors {
141 var Errors; variable
142 (function (Errors) {
212 })(Errors || (Errors = {}));
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGetTextureSubImageTests.cpp48 addChild(new GetTextureSubImage::Errors(m_context)); in Tests()
61 * Errors Tests Implementation *
64 /** Constructor of API Errors tests.
68 gl4cts::GetTextureSubImage::Errors::Errors(deqp::Context& context) in Errors() function in gl4cts::GetTextureSubImage::Errors
69 : deqp::TestCase(context, "errors_test", "Get Texture SubImage Errors Test") in Errors()
83 /** Destructor of API Errors tests.
85 gl4cts::GetTextureSubImage::Errors::~Errors(void) in ~Errors()
89 /** This function iterate over API Errors test
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Derror_support_test.cc15 EXPECT_TRUE(errors.Errors().empty()); in TEST()
42 std::string out(errors.Errors().begin(), errors.Errors().end()); in TEST()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dreport.rs5 pub struct Errors { structure names
9 impl Errors { impls
11 Errors { errors: Vec::new() } in new()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dreport.rs5 pub struct Errors { structure names
9 impl Errors { impls
11 Errors { errors: Vec::new() } in new()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dreport.rs5 pub struct Errors { structure names
9 impl Errors { impls
11 Errors { errors: Vec::new() } in new()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dreport.rs5 pub struct Errors { structure names
9 impl Errors { impls
11 Errors { errors: Vec::new() } in new()
/third_party/rust/crates/cxx/syntax/
H A Dreport.rs5 pub struct Errors { structure names
9 impl Errors { impls
11 Errors { errors: Vec::new() } in new()
/third_party/rust/crates/libc/ci/
H A Dstyle.rs48 let mut errors = Errors { errs: false }; in main()
58 fn walk(path: &Path, err: &mut Errors) { in walk()
82 struct Errors { structure names
98 fn check_style(file: &str, path: &Path, err: &mut Errors) { in check_style()
202 impl Errors { impls
/third_party/rust/crates/cxx/gen/src/
H A Dcheck.rs2 use crate::syntax::report::Errors;
9 pub(super) fn precheck(cx: &mut Errors, apis: &[Api], opt: &Opt) {
15 fn check_dot_includes(cx: &mut Errors, apis: &[Api]) { in check_dot_includes()
H A Dcfg.rs3 use crate::syntax::report::Errors;
21 cx: &mut Errors,
41 cx: &mut Errors,
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dcheck.rs2 use crate::syntax::report::Errors;
9 pub(super) fn precheck(cx: &mut Errors, apis: &[Api], opt: &Opt) {
15 fn check_dot_includes(cx: &mut Errors, apis: &[Api]) { in check_dot_includes()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dcheck.rs2 use crate::syntax::report::Errors;
9 pub(super) fn precheck(cx: &mut Errors, apis: &[Api], opt: &Opt) {
15 fn check_dot_includes(cx: &mut Errors, apis: &[Api]) { in check_dot_includes()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dcheck.rs2 use crate::syntax::report::Errors;
9 pub(super) fn precheck(cx: &mut Errors, apis: &[Api], opt: &Opt) {
15 fn check_dot_includes(cx: &mut Errors, apis: &[Api]) { in check_dot_includes()
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
H A Dperf_puppeteer_render_skps_test.go47 require.Empty(t, res.Errors)
92 require.Empty(t, res.Errors)
125 require.Empty(t, res.Errors)
167 require.Empty(t, res.Errors)
211 require.Empty(t, res.Errors)
243 require.Empty(t, res.Errors)
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
H A Dperf_puppeteer_canvas_test.go42 require.Empty(t, res.Errors)
82 require.Empty(t, res.Errors)
118 require.Empty(t, res.Errors)
151 require.Empty(t, res.Errors)
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
H A Dperf_puppeteer_skottie_frames_test.go42 require.Empty(t, res.Errors)
87 require.Empty(t, res.Errors)
129 require.Empty(t, res.Errors)
164 require.Empty(t, res.Errors)
264 require.Empty(t, res.Errors)

Completed in 7 milliseconds

12345