Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 2357) sorted by relevance

12345678910>>...95

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedNegative.cpp68 bool success = true; in iterate() local
72 success &= ExpectedError(GL_INVALID_VALUE, "glBlendEquationi(0, maxDrawBuffers)"); in iterate()
75 success &= ExpectedError(GL_INVALID_VALUE, "glBlendEquationSeparatei(0, maxDrawBuffers)"); in iterate()
78 success &= in iterate()
83 success &= ExpectedError(GL_INVALID_VALUE, "glBlendFunci(maxDrawBuffers, GL_ZERO, GL_SRC_COLOR)"); in iterate()
86success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_EQUATION_RGB, maxDrawBuffers,… in iterate()
89success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_EQUATION_ALPHA, maxDrawBuffer… in iterate()
92success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_SRC_RGB, maxDrawBuffers, &dat… in iterate()
95success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_SRC_ALPHA, maxDrawBuffers, &d… in iterate()
98success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_DST_RGB, maxDrawBuffers, &dat… in iterate()
[all …]
/third_party/libinput/test/
Dtest-utils.c303 bool success; in START_TEST() member
326 bool success; in START_TEST() local
330 success = parse_dimension_property(tests[i].tag, &x, &y); in START_TEST()
331 ck_assert(success == tests[i].success); in START_TEST()
332 if (success) { in START_TEST()
341 success = parse_dimension_property(NULL, &x, &y); in START_TEST()
342 ck_assert(success == false); in START_TEST()
350 bool success; in START_TEST() member
361 bool success; in START_TEST() local
366 success = parse_switch_reliability_property(tests[i].tag, &r); in START_TEST()
[all …]
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c212 boolean success; in test_format_fetch_rgba() local
214 success = TRUE; in test_format_fetch_rgba()
220 success = FALSE; in test_format_fetch_rgba()
228 success = TRUE; in test_format_fetch_rgba()
231 if (!success) { in test_format_fetch_rgba()
236 return success; in test_format_fetch_rgba()
246 boolean success; in test_format_unpack_rgba() local
252 success = TRUE; in test_format_unpack_rgba()
257 success = FALSE; in test_format_unpack_rgba()
265 success = TRUE; in test_format_unpack_rgba()
[all …]
/third_party/typescript/tests/baselines/reference/
DpromisePermutations.types3 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre…
4success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progress: any)…
5 >success : (value: T) => Promise<U>
12 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => U, progress?: (progress: any) …
13success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progress: any)…
14 >success : (value: T) => Promise<U>
21 …then<U>(success?: (value: T) => U, error?: (error: any) => Promise<U>, progress?: (progress: any) …
22success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progress: any)…
23 >success : (value: T) => U
30 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void):…
[all …]
Dipromise3.types3 …then<U>(success?: (value: T) => IPromise3<U>, error?: (error: any) => IPromise3<U>, progress?: (pr…
4success?: (value: T) => IPromise3<U>, error?: (error: any) => IPromise3<U>, progress?: (progress: …
5 >success : (value: T) => IPromise3<U>
12 …then<U>(success?: (value: T) => IPromise3<U>, error?: (error: any) => U, progress?: (progress: any…
13success?: (value: T) => IPromise3<U>, error?: (error: any) => IPromise3<U>, progress?: (progress: …
14 >success : (value: T) => IPromise3<U>
21 …then<U>(success?: (value: T) => U, error?: (error: any) => IPromise3<U>, progress?: (progress: any…
22success?: (value: T) => IPromise3<U>, error?: (error: any) => IPromise3<U>, progress?: (progress: …
23 >success : (value: T) => U
30 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void )…
[all …]
DoverloadedConstructorFixesInferencesAppropriately.types36 function load(): Box<{ success: true } | ErrorResult> {
37 >load : () => Box<{ success: true;} | ErrorResult>
38 >success : true
47 … asyncLoad: load, children: result => result.success as any,}) : AsyncLoader<ErrorResult | { s…
49 …ldren: result => result.success as any,} : { asyncLoad: () => Box<ErrorResult | { success: true; }…
52 >asyncLoad : () => Box<ErrorResult | { success: true; }>
53 >load : () => Box<ErrorResult | { success: true; }>
55 children: result => result.success as any,
56 >children : (result: { success: true; }) => any
57 >result => result.success as any : (result: { success: true; }) => any
[all …]
Dipromise4.types4 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (prog…
5success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: an…
6 >success : (value: T) => IPromise<U>
15 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any)…
16success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: an…
17 >success : (value: T) => IPromise<U>
26 …then<U>(success?: (value: T) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any)…
27success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: an…
28 >success : (value: T) => U
37 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void )…
[all …]
DpromisePermutations3.types5 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre…
6success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progress: any)…
7 >success : (value: T) => Promise<U>
14 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => U, progress?: (progress: any) …
15success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progress: any)…
16 >success : (value: T) => Promise<U>
23 …then<U>(success?: (value: T) => U, error?: (error: any) => Promise<U>, progress?: (progress: any) …
24success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progress: any)…
25 >success : (value: T) => U
32 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void):…
[all …]
Dipromise2.types4 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (prog…
5success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: an…
6 >success : (value: T) => IPromise<U>
15 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any)…
16success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: an…
17 >success : (value: T) => IPromise<U>
26 …then<U>(success?: (value: T) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any)…
27success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: an…
28 >success : (value: T) => U
37 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void )…
[all …]
DpromisePermutations2.types5 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void):…
6 … => TResult2 | PromiseLike<TResult2>): Promise<TResult1 | TResult2>; <U>(success?: (value: T) => U…
7 >success : (value: T) => U
14 …done<U>(success?: (value: T) => any, error?: (error: any) => any, progress?: (progress: any) => vo…
15 >done : <U>(success?: (value: T) => any, error?: (error: any) => any, progress?: (progress: any) =>…
16 >success : (value: T) => any
25 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (prog…
26success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: an…
27 >success : (value: T) => IPromise<U>
34 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any)…
[all …]
DcheckJsxSubtleSkipContextSensitiveBug.types30 async function load(): Promise<{ success: true } | ErrorResult> {
31 >load : () => Promise<{ success: true;} | ErrorResult>
32 >success : true
35 return { success: true };
36 >{ success: true } : { success: true; }
37 >success : true
47 >prop1 : () => Promise<ErrorResult | { success: true; }>
48 >load : () => Promise<ErrorResult | { success: true; }>
51 >prop2 : (result: { success: true; }) => { success: true; }
52 >result => result : (result: { success: true; }) => { success: true; }
[all …]
DasyncFunctionsAndStrictNullChecks.types4 …then<U>(success?: (value: TResult) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?:…
5success?: ((value: TResult) => IPromise<U>) | undefined, error?: ((error: any) => IPromise<U>) | u…
6 >success : ((value: TResult) => IPromise<U>) | undefined
13 …then<U>(success?: (value: TResult) => IPromise<U>, error?: (error: any) => U, progress?: (progress…
14success?: ((value: TResult) => IPromise<U>) | undefined, error?: ((error: any) => IPromise<U>) | u…
15 >success : ((value: TResult) => IPromise<U>) | undefined
22 …then<U>(success?: (value: TResult) => U, error?: (error: any) => IPromise<U>, progress?: (progress…
23success?: ((value: TResult) => IPromise<U>) | undefined, error?: ((error: any) => IPromise<U>) | u…
24 >success : ((value: TResult) => U) | undefined
31 …then<U>(success?: (value: TResult) => U, error?: (error: any) => U, progress?: (progress: any) => …
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.cpp28 EGLBoolean success = mEGL->destroySurface(mSurface); in ~SurfaceEGL() local
29 ASSERT(success == EGL_TRUE); in ~SurfaceEGL()
41 EGLBoolean success = mEGL->swapBuffers(mSurface); in swap() local
42 if (success == EGL_FALSE) in swap()
53 EGLBoolean success; in swapWithDamage() local
56 success = mEGL->swapBuffersWithDamageKHR(mSurface, rects, n_rects); in swapWithDamage()
60 success = mEGL->swapBuffers(mSurface); in swapWithDamage()
62 if (success == EGL_FALSE) in swapWithDamage()
81 EGLBoolean success = mEGL->presentationTimeANDROID(mSurface, time); in setPresentationTime() local
82 if (success == EGL_FALSE) in setPresentationTime()
[all …]
/third_party/openssl/test/helpers/
Dpkcs12.c110 pb->success = 1; in new_pkcs12_builder()
116 int result = pb->success; in end_pkcs12_builder()
131 if (!pb->success) in end_pkcs12()
139 if (!pb->success) in end_pkcs12_with_mac()
151 if (!pb->success) in generate_p12()
156 pb->success = 0; in generate_p12()
164 pb->success = 0; in generate_p12()
177 pb->success = 0; in generate_p12()
281 if (pb->success && pb->bags != NULL) { in end_contentinfo()
283 pb->success = 0; in end_contentinfo()
[all …]
/third_party/skia/tests/
DEncodeTest.cpp59 bool success = GetResourceAsBitmap("images/mandrill_128.png", &bitmap); in test_encode() local
60 if (!success) { in test_encode()
65 success = bitmap.peekPixels(&src); in test_encode()
66 REPORTER_ASSERT(r, success); in test_encode()
67 if (!success) { in test_encode()
72 success = encode(format, &dst0, src); in test_encode()
73 REPORTER_ASSERT(r, success); in test_encode()
77 success = encoder1->encodeRows(1); in test_encode()
78 REPORTER_ASSERT(r, success); in test_encode()
83 success = encoder2->encodeRows(3); in test_encode()
[all …]
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D142-defined-within-macro.c.expected7 success
11 success
20 success
28 success
38 success
42 success
52 success
60 success
71 success
79 success
[all …]
D142-defined-within-macro.c7 success
11 success
20 success
28 success
38 success
42 success
52 success
60 success
71 success
79 success
[all …]
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dbasic.rb226 success = false
230 success = true
232 assert(success)
234 success = false
238 success = true
240 assert(success)
242 success = false
246 success = true
248 assert(success)
250 success = false
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp51 return Error::success(); in visitTypeBegin()
58 return Error::success(); in visitTypeBegin()
61 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd()
66 return Error::success(); in visitKnownRecord()
72 return Error::success(); in visitKnownRecord()
87 return Error::success(); in visitKnownRecord()
101 return Error::success(); in visitKnownRecord()
106 return Error::success(); in visitKnownRecord()
111 return Error::success(); in visitKnownRecord()
116 return Error::success(); in visitKnownRecord()
[all …]
DSymbolRecordMapping.cpp23 return Error::success(); in operator ()()
33 return Error::success(); in mapLocalVariableAddrRange()
38 return Error::success(); in visitSymbolBegin()
44 return Error::success(); in visitSymbolEnd()
56 return Error::success(); in visitKnownRecord()
71 return Error::success(); in visitKnownRecord()
84 return Error::success(); in visitKnownRecord()
99 return Error::success(); in visitKnownRecord()
111 return Error::success(); in visitKnownRecord()
121 return Error::success(); in visitKnownRecord()
[all …]
DTypeDumpVisitor.cpp180 return Error::success(); in visitTypeBegin()
189 return Error::success(); in visitTypeEnd()
198 return Error::success(); in visitMemberBegin()
207 return Error::success(); in visitMemberEnd()
215 return Error::success(); in visitKnownRecord()
221 return Error::success(); in visitKnownRecord()
232 return Error::success(); in visitKnownRecord()
243 return Error::success(); in visitKnownRecord()
257 return Error::success(); in visitKnownRecord()
269 return Error::success(); in visitKnownRecord()
[all …]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
Dresolver_test.go32 success := ""
36 success,
39 success,
42 success,
45 success,
48 success,
53 success,
58 success,
61 success,
64 success,
[all …]
/third_party/openssl/test/ssl-tests/
D03-custom_verify.cnf5 test-0 = 0-verify-success
9 test-4 = 4-noverify-success
13 test-8 = 8-verify-custom-success-no-root
17 [0-verify-success]
18 ssl_conf = 0-verify-success-ssl
20 [0-verify-success-ssl]
21 server = 0-verify-success-server
22 client = 0-verify-success-client
24 [0-verify-success-server]
29 [0-verify-success-client]
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dsystem_file.js23 args[0].success(args[0].dstUri)
29 args[0].success(args[0].dstUri)
43 args[0].success(data)
56 args[0].success(data)
62 args[0].success()
68 args[0].success()
74 args[0].success()
81 args[0].success(data)
88 args[0].success(data)
94 args[0].success()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DBlockIndexer.cpp18 Error BlockIndexer::visit(BufferExtents &) { return Error::success(); } in visit()
23 return Error::success(); in visit()
28 return Error::success(); in visit()
33 return Error::success(); in visit()
38 return Error::success(); in visit()
43 return Error::success(); in visit()
48 return Error::success(); in visit()
53 return Error::success(); in visit()
59 return Error::success(); in visit()
69 return Error::success(); in visit()
[all …]

12345678910>>...95