/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/test/integration/ |
D | test-retry-operation.js | 10 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/ |
D | test-retry-operation.js | 49 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/ |
D | test-api-set-and-clear-error-flag.cpp | 119 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/ |
D | u_sse.h | 595 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/ |
D | psintrp.c | 1299 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 …]
|
D | psft.c | 372 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/ |
D | psintrp.c | 1299 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 …]
|
D | psft.c | 372 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/ |
D | psintrp.c | 1299 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 …]
|
D | psft.c | 372 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/ |
D | thread.c | 72 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/ |
D | ehci_pci.c | 151 goto error2; in ehci_pci_attach() 174 error2: in ehci_pci_attach()
|
/third_party/freetype/src/pcf/ |
D | pcfdrivr.c | 268 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/ |
D | pcfdrivr.c | 268 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/ |
D | pcfdrivr.c | 269 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/ |
D | svga_resource_buffer.c | 543 goto error2; in svga_buffer_create() 548 goto error2; in svga_buffer_create() 570 error2: in svga_buffer_create()
|
D | svga_screen.c | 1125 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/ |
D | vmw_buffer.c | 235 goto error2; in vmw_gmr_bufmgr_create_buffer() 239 error2: in vmw_gmr_bufmgr_create_buffer()
|
/third_party/python/Modules/ |
D | ossaudiodev.c | 1068 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/ |
D | thread.c | 398 goto error2; in uv_barrier_init() 408 error2: in uv_barrier_init()
|
/third_party/libxml2/os400/dlfcn/ |
D | dlfcn.c | 1087 #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/ |
D | aflatin2.c | 1969 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()
|
D | aflatin.c | 3142 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/ |
D | AudioStreamAAudio.cpp | 247 goto error2; in open() 281 error2: in open()
|
/third_party/freetype/src/autofit/ |
D | aflatin.c | 3150 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()
|