/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedNegative.cpp | 68 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() 86 …success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_EQUATION_RGB, maxDrawBuffers,… in iterate() 89 …success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_EQUATION_ALPHA, maxDrawBuffer… in iterate() 92 …success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_SRC_RGB, maxDrawBuffers, &dat… in iterate() 95 …success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_SRC_ALPHA, maxDrawBuffers, &d… in iterate() 98 …success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_DST_RGB, maxDrawBuffers, &dat… in iterate() [all …]
|
/third_party/libinput/test/ |
D | test-utils.c | 303 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/ |
D | u_format_test.c | 212 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/boost/libs/spirit/classic/example/techniques/ |
D | right_recursion.cpp | 63 bool success; in main() local 66 success = parse("3", k).full; in main() 67 BOOST_ASSERT(success); in main() 68 success = parse("abcdef3", k).full; in main() 69 BOOST_ASSERT(success); in main() 70 success = parse("abc2def3", k).full; in main() 71 BOOST_ASSERT(success); in main() 72 success = parse("abc", k).full; in main() 73 BOOST_ASSERT(!success); in main() 78 success = parse("3", p).full; in main() [all …]
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 142-defined-within-macro.c.expected | 7 success 11 success 20 success 28 success 38 success 42 success 52 success 60 success 71 success 79 success [all …]
|
D | 142-defined-within-macro.c | 7 success 11 success 20 success 28 success 38 success 42 success 52 success 60 success 71 success 79 success [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | SurfaceEGL.cpp | 28 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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | SurfaceEGL.cpp | 28 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() 51 EGLBoolean success; in swapWithDamage() local 54 success = mEGL->swapBuffersWithDamageKHR(mSurface, rects, n_rects); in swapWithDamage() 58 success = mEGL->swapBuffers(mSurface); in swapWithDamage() 60 if (success == EGL_FALSE) in swapWithDamage() 79 EGLBoolean success = mEGL->presentationTimeANDROID(mSurface, time); in setPresentationTime() local 80 if (success == EGL_FALSE) in setPresentationTime() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | overloadedConstructorFixesInferencesAppropriately.types | 36 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 …]
|
D | ipromise3.types | 3 …then<U>(success?: (value: T) => IPromise3<U>, error?: (error: any) => IPromise3<U>, progress?: (pr… 4 …success?: (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… 13 …success?: (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… 22 …success?: (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 …]
|
D | promisePermutations.types | 3 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre… 4 …success?: (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) … 13 …success?: (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) … 22 …success?: (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 …]
|
D | ipromise4.types | 4 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (prog… 5 …success?: (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)… 16 …success?: (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)… 27 …success?: (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 …]
|
D | checkJsxSubtleSkipContextSensitiveBug.types | 30 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 …]
|
D | ipromise2.types | 4 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (prog… 5 …success?: (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)… 16 …success?: (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)… 27 …success?: (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 …]
|
D | promisePermutations3.types | 5 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre… 6 …success?: (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) … 15 …success?: (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) … 24 …success?: (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 …]
|
D | promisePermutations2.types | 5 …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… 26 …success?: (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 …]
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/linux/ |
D | linux_process.c | 75 int success, status; in SDL_GetProcessExitStatus() local 86 success = waitpid(pinfo->pid, &status, WNOHANG); in SDL_GetProcessExitStatus() 87 if(success == -1) in SDL_GetProcessExitStatus() 92 else if(success == 0) in SDL_GetProcessExitStatus() 108 int success; in SDL_IsProcessRunning() local 116 success = kill(pinfo->pid, 0); in SDL_IsProcessRunning() 117 if(success == -1) in SDL_IsProcessRunning() 133 int success, status; in SDL_QuitProcess() local 146 success = kill(pinfo->pid, SIGQUIT); in SDL_QuitProcess() 147 if(success == -1) in SDL_QuitProcess() [all …]
|
/third_party/flutter/skia/tests/ |
D | EncodeTest.cpp | 57 bool success = GetResourceAsBitmap("images/mandrill_128.png", &bitmap); in test_encode() local 58 if (!success) { in test_encode() 63 success = bitmap.peekPixels(&src); in test_encode() 64 REPORTER_ASSERT(r, success); in test_encode() 65 if (!success) { in test_encode() 70 success = encode(format, &dst0, src); in test_encode() 71 REPORTER_ASSERT(r, success); in test_encode() 75 success = encoder1->encodeRows(1); in test_encode() 76 REPORTER_ASSERT(r, success); in test_encode() 81 success = encoder2->encodeRows(3); in test_encode() [all …]
|
/third_party/skia/tests/ |
D | EncodeTest.cpp | 59 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/flutter/skia/third_party/externals/sdl/test/ |
D | testmessage.c | 55 int success = 0; in button_messagebox() local 60 success = SDL_ShowMessageBox(&data, &button); in button_messagebox() 61 if (success == -1) { in button_messagebox() 86 int success; in main() local 91 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main() 95 if (success == -1) { in main() 100 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main() 104 if (success == -1) { in main() 110 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main() 114 if (success == -1) { in main() [all …]
|
/third_party/boost/libs/uuid/test/ |
D | mock_random.hpp | 35 BOOST_UUID_TEST_RANDOM_MOCK_LINKAGE void expect_next_call_success(bool success); 54 void expect_next_call_success(bool success) in expect_next_call_success() argument 56 boost::ignore_unused(success); in expect_next_call_success() 81 void expect_next_call_success(bool success) in expect_next_call_success() argument 83 bcrypt_next_result.push_back(success ? 0 : 17); in expect_next_call_success() 156 void expect_next_call_success(bool success) in expect_next_call_success() argument 158 getrandom_next_result.push_back(success); in expect_next_call_success() 172 bool success = getrandom_next_result.front(); in mock_getrandom() local 174 return success ? static_cast< ssize_t >(length) : static_cast< ssize_t >(-1); in mock_getrandom() 200 void expect_next_call_success(bool success) in expect_next_call_success() argument [all …]
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | system_file.js | 23 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/src/OpenGL/compiler/ |
D | util.cpp | 22 bool success = pp::numeric_lex_float(str, value); in atof_clamp() local 23 if(!success) in atof_clamp() 25 return success; in atof_clamp() 30 bool success = pp::numeric_lex_int(str, value); in atoi_clamp() local 31 if(!success) in atoi_clamp() 33 return success; in atoi_clamp() 38 bool success = pp::numeric_lex_int(str, value); in atou_clamp() local 39 if(!success) in atou_clamp() 41 return success; in atou_clamp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 51 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 …]
|
/third_party/openssl/test/ssl-tests/ |
D | 03-custom_verify.conf | 5 test-0 = 0-verify-success 8 test-3 = 3-noverify-success 12 test-7 = 7-verify-custom-success-no-root 16 [0-verify-success] 17 ssl_conf = 0-verify-success-ssl 19 [0-verify-success-ssl] 20 server = 0-verify-success-server 21 client = 0-verify-success-client 23 [0-verify-success-server] 28 [0-verify-success-client] [all …]
|