Home
last modified time | relevance | path

Searched refs:error2 (Results 1 - 25 of 28) sorted by relevance

12

/third_party/node/test/fixtures/wpt/streams/piping/
H A Dmultiple-propagation.any.js9 const error2 = new Error('error2!');
10 error2.name = 'error2';
16 c.error(error2);
21 return promise_rejects_exactly(t, error2, writer.closed, 'the writable stream must be errored with error2')
38 c.error(error2);
43 return promise_rejects_exactly(t, error2, rs.pipeTo(ws), 'pipeTo must reject with the writable stream\'s error').then(() => {
49 promise_rejects_exactly(t, error2, w
[all...]
H A Dabort.any.js11 const error2 = new Error('error2');
12 error2.name = 'error2';
229 return Promise.reject(error2);
235 return promise_rejects_exactly(t, error2, rs.pipeTo(ws, { signal }), 'pipeTo should reject')
/third_party/node/deps/npm/node_modules/retry/test/integration/
H A Dtest-retry-operation.js49 var error2 = new Error('some other error');
51 operation._errors.push(error2);
53 assert.deepEqual(operation.errors(), [error, error2]);
59 var error2 = new Error('some other error');
62 operation._errors.push(error2);
71 var error2 = new Error('some other error');
74 operation._errors.push(error2);
76 assert.strictEqual(operation.mainError(), error2);
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-set-and-clear-error-flag.cpp119 jerry_value_t error2 = jerry_create_abort_from_value (error, false); in HWTEST_F() local
120 TEST_ASSERT (jerry_value_is_abort (error2)); in HWTEST_F()
122 str = jerry_get_value_from_error (error2, true); in HWTEST_F()
224 error2 = jerry_create_error_from_value (error, false); in HWTEST_F()
226 jerry_release_value (error2); in HWTEST_F()
230 error2 = jerry_create_abort_from_value (error, false); in HWTEST_F()
232 jerry_release_value (error2); in HWTEST_F()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_sse.h595 int16_t error0, error1, error2, error3; in util_sse2_stretch_row_8unorm() local
603 error2 = error1 + src_xstep; in util_sse2_stretch_row_8unorm()
604 error3 = error2 + src_xstep; in util_sse2_stretch_row_8unorm()
608 error_hi = _mm_setr_epi16(error2, error2, error2, error2, in util_sse2_stretch_row_8unorm()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c1299 FT_Error error2; in cf2_interpT2CharString() local
1389 error2 = FT_GlyphLoader_CheckSubGlyphs( loader, 2 ); in cf2_interpT2CharString()
1390 if ( error2 ) in cf2_interpT2CharString()
1392 lastError = error2; /* pass FreeType error through */ in cf2_interpT2CharString()
1428 error2 = cf2_getT1SeacComponent( decoder, in cf2_interpT2CharString()
1431 if ( error2 ) in cf2_interpT2CharString()
1433 lastError = error2; /* pass FreeType error through */ in cf2_interpT2CharString()
1468 error2 = cf2_getT1SeacComponent( decoder, in cf2_interpT2CharString()
1471 if ( error2 ) in cf2_interpT2CharString()
1473 lastError = error2; /* pas in cf2_interpT2CharString()
2529 FT_Error error2; cf2_interpT2CharString() local
[all...]
H A Dpsft.c372 FT_Error error2 = FT_Err_Ok; in FT_LOCAL_DEF() local
430 error2 = cf2_checkTransform( &transform, font->unitsPerEm ); in FT_LOCAL_DEF()
431 if ( error2 ) in FT_LOCAL_DEF()
432 return error2; in FT_LOCAL_DEF()
435 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth ); in FT_LOCAL_DEF()
436 if ( error2 ) in FT_LOCAL_DEF()
/third_party/node/deps/uv/src/unix/
H A Dthread.c72 goto error2; in uv_barrier_init()
83 error2: in uv_barrier_init()
734 goto error2; in uv_cond_init()
738 goto error2; in uv_cond_init()
748 error2: in uv_cond_init()
/third_party/libuv/src/
H A Dthread-common.c63 goto error2; in uv_barrier_init()
77 error2: in uv_barrier_init()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci_pci.c149 goto error2; in ehci_pci_attach()
172 error2: in ehci_pci_attach()
/third_party/node/test/fixtures/wpt/streams/writable-streams/
H A Dwrite.any.js9 const error2 = new Error('error2');
10 error2.name = 'error2';
175 throw error2;
181 return promise_rejects_exactly(t, error2, writer.write('a'),
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c268 FT_Error error2; in FT_CALLBACK_DEF() local
273 error2 = FT_Stream_OpenGzip( &face->comp_stream, stream ); in FT_CALLBACK_DEF()
274 if ( FT_ERR_EQ( error2, Unimplemented_Feature ) ) in FT_CALLBACK_DEF()
277 error = error2; in FT_CALLBACK_DEF()
/third_party/python/Modules/
H A Dossaudiodev.c1075 goto error2; in build_namelists()
1079 goto error2; in build_namelists()
1084 goto error2; in build_namelists()
1089 goto error2; in build_namelists()
1095 error2: in build_namelists()
/third_party/libuv/src/unix/
H A Dthread.c727 goto error2; in uv_cond_init()
731 goto error2; in uv_cond_init()
741 error2: in uv_cond_init()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c543 goto error2; in svga_buffer_create()
548 goto error2; in svga_buffer_create()
570 error2: in svga_buffer_create()
H A Dsvga_screen.c1125 goto error2; in svga_screen_create()
1264 goto error2; in svga_screen_create()
1331 error2: in svga_screen_create()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c235 goto error2; in vmw_gmr_bufmgr_create_buffer()
239 error2: in vmw_gmr_bufmgr_create_buffer()
/third_party/node/deps/uv/src/win/
H A Dthread.c398 goto error2; in uv_barrier_init()
408 error2: in uv_barrier_init()
/third_party/node/test/parallel/
H A Dtest-whatwg-readablestream.js760 const error2 = new Error('boom2');
764 assert.deepStrictEqual(reason, [error1, error2]);
770 s2.cancel(error2);
775 const error2 = new Error('boom2');
779 assert.deepStrictEqual(reason, [error1, error2]);
784 s2.cancel(error2);
1046 const error2 = new Error('boom2');
1050 throw error2;
/third_party/astc-encoder/Source/
H A Dastcenc_ideal_endpoints_and_weights.cpp829 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i);
831 haccumulate(error_summav, error1 + error2);
854 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i);
856 haccumulate(error_summav, error1 + error2);
879 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i);
881 haccumulate(error_summav, error1 + error2);
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAudioStreamAAudio.cpp247 goto error2; in open()
281 error2: in open()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Daflatin.c3150 FT_Pos cur_pos1, error1, error2, u_off, d_off; in af_latin_hint_edges() local
3184 error2 = org_center - ( cur_pos1 + d_off ); in af_latin_hint_edges()
3185 if ( error2 < 0 ) in af_latin_hint_edges()
3186 error2 = -error2; in af_latin_hint_edges()
3188 if ( error1 < error2 ) in af_latin_hint_edges()
/third_party/python/Lib/test/
H A Dtest_exceptions.py1502 error2 = _testcapi.make_exception_with_doc("_testcapi.error2", doc2)
1503 self.assertEqual(error2.__doc__, doc2)
1507 base=error2)
1508 self.assertTrue(issubclass(error3, error2))
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c671 VkResult error2 = VKSCR(QueuePresentKHR)(screen->queue, &cpi->info); in kopper_present() local
676 if (error2 == VK_SUBOPTIMAL_KHR && cdt->swapchain == swapchain) in kopper_present()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c1396 goto error2; in trace_screen_create()
1470 error2: in trace_screen_create()

Completed in 29 milliseconds

12