Home
last modified time | relevance | path

Searched refs:error2 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/test/integration/
Dtest-retry-operation.js10 var error2 = new Error('some other error');
12 operation._errors.push(error2);
14 assert.deepEqual(operation.errors(), [error, error2]);
20 var error2 = new Error('some other error');
23 operation._errors.push(error2);
32 var error2 = new Error('some other error');
35 operation._errors.push(error2);
37 assert.strictEqual(operation.mainError(), error2);
/third_party/node/deps/npm/node_modules/retry/test/integration/
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/
Dtest-api-set-and-clear-error-flag.cpp119 jerry_value_t error2 = jerry_create_abort_from_value (error, false); variable
120 TEST_ASSERT (jerry_value_is_abort (error2));
122 str = jerry_get_value_from_error (error2, true);
224 error2 = jerry_create_error_from_value (error, false);
226 jerry_release_value (error2);
230 error2 = jerry_create_abort_from_value (error, false);
232 jerry_release_value (error2);
/third_party/mesa3d/src/gallium/auxiliary/util/
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/freetype/src/psaux/
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; /* pass FreeType error through */ in cf2_interpT2CharString()
[all …]
Dpsft.c372 FT_Error error2 = FT_Err_Ok; in cf2_decoder_parse_charstrings() local
430 error2 = cf2_checkTransform( &transform, font->unitsPerEm ); in cf2_decoder_parse_charstrings()
431 if ( error2 ) in cf2_decoder_parse_charstrings()
432 return error2; in cf2_decoder_parse_charstrings()
435 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth ); in cf2_decoder_parse_charstrings()
436 if ( error2 ) in cf2_decoder_parse_charstrings()
/third_party/skia/third_party/externals/freetype/src/psaux/
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; /* pass FreeType error through */ in cf2_interpT2CharString()
[all …]
Dpsft.c372 FT_Error error2 = FT_Err_Ok; in cf2_decoder_parse_charstrings() local
430 error2 = cf2_checkTransform( &transform, font->unitsPerEm ); in cf2_decoder_parse_charstrings()
431 if ( error2 ) in cf2_decoder_parse_charstrings()
432 return error2; in cf2_decoder_parse_charstrings()
435 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth ); in cf2_decoder_parse_charstrings()
436 if ( error2 ) in cf2_decoder_parse_charstrings()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
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; /* pass FreeType error through */ in cf2_interpT2CharString()
[all …]
Dpsft.c372 FT_Error error2 = FT_Err_Ok; in cf2_decoder_parse_charstrings() local
430 error2 = cf2_checkTransform( &transform, font->unitsPerEm ); in cf2_decoder_parse_charstrings()
431 if ( error2 ) in cf2_decoder_parse_charstrings()
432 return error2; in cf2_decoder_parse_charstrings()
435 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth ); in cf2_decoder_parse_charstrings()
436 if ( error2 ) in cf2_decoder_parse_charstrings()
/third_party/libuv/src/unix/
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/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c151 goto error2; in ehci_pci_attach()
174 error2: in ehci_pci_attach()
/third_party/freetype/src/pcf/
Dpcfdrivr.c268 FT_Error error2; in PCF_Face_Init() local
273 error2 = FT_Stream_OpenGzip( &face->comp_stream, stream ); in PCF_Face_Init()
274 if ( FT_ERR_EQ( error2, Unimplemented_Feature ) ) in PCF_Face_Init()
277 error = error2; in PCF_Face_Init()
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfdrivr.c268 FT_Error error2; in PCF_Face_Init() local
273 error2 = FT_Stream_OpenGzip( &face->comp_stream, stream ); in PCF_Face_Init()
274 if ( FT_ERR_EQ( error2, Unimplemented_Feature ) ) in PCF_Face_Init()
277 error = error2; in PCF_Face_Init()
/third_party/flutter/skia/third_party/externals/freetype/src/pcf/
Dpcfdrivr.c269 FT_Error error2; in PCF_Face_Init() local
274 error2 = FT_Stream_OpenGzip( &face->comp_stream, stream ); in PCF_Face_Init()
275 if ( FT_ERR_EQ( error2, Unimplemented_Feature ) ) in PCF_Face_Init()
278 error = error2; in PCF_Face_Init()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.c543 goto error2; in svga_buffer_create()
548 goto error2; in svga_buffer_create()
570 error2: in svga_buffer_create()
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/
Dvmw_buffer.c235 goto error2; in vmw_gmr_bufmgr_create_buffer()
239 error2: in vmw_gmr_bufmgr_create_buffer()
/third_party/python/Modules/
Dossaudiodev.c1068 goto error2; in build_namelists()
1072 goto error2; in build_namelists()
1077 goto error2; in build_namelists()
1082 goto error2; in build_namelists()
1088 error2: in build_namelists()
/third_party/libuv/src/win/
Dthread.c398 goto error2; in uv_barrier_init()
408 error2: in uv_barrier_init()
/third_party/libxml2/os400/dlfcn/
Ddlfcn.c1087 #pragma exception_handler(error2, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG) in dlopenqsys()
1127 #pragma exception_handler(error2, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG) in dlopenqsys()
1145 error2: in dlopenqsys()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Daflatin2.c1969 FT_Pos cur_pos1, error1, error2, u_off, d_off; in af_latin2_hint_edges() local
1994 error2 = org_center - ( cur_pos1 + d_off ); in af_latin2_hint_edges()
1995 if ( error2 < 0 ) in af_latin2_hint_edges()
1996 error2 = -error2; in af_latin2_hint_edges()
1998 if ( error1 < error2 ) in af_latin2_hint_edges()
Daflatin.c3142 FT_Pos cur_pos1, error1, error2, u_off, d_off; in af_latin_hint_edges() local
3176 error2 = org_center - ( cur_pos1 + d_off ); in af_latin_hint_edges()
3177 if ( error2 < 0 ) in af_latin_hint_edges()
3178 error2 = -error2; in af_latin_hint_edges()
3180 if ( error1 < error2 ) in af_latin_hint_edges()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.cpp247 goto error2; in open()
281 error2: in open()
/third_party/freetype/src/autofit/
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()

12