HomeSort by relevance Sort by last modified time
    Searched refs:error2 (Results 1 - 25 of 30) sorted by null

1 2

  /ndk/sources/android/crazy_linker/src/
crazy_linker_error_unittest.cpp 23 Error error2(error);
25 EXPECT_STREQ("FooFoo", error2.c_str());
  /external/clang/test/Sema/
atomic-type.c 19 _Atomic(struct ErrorS) error2; // expected-error {{_Atomic cannot be applied to incomplete type}} expected-note {{forward declaration}}
  /device/asus/flo/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 80 goto error2;
88 goto error2;
97 goto error2;
114 error2:
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 80 goto error2;
88 goto error2;
97 goto error2;
114 error2:
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 80 goto error2;
88 goto error2;
99 goto error2;
115 error2:
  /hardware/qcom/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 80 goto error2;
88 goto error2;
99 goto error2;
115 error2:
  /external/v8/test/mjsunit/
error-accessors.js 44 var error2; variable
45 try { x.x } catch (e) { error2 = e; }
47 o.__proto__ = error2;
50 Object.getOwnPropertyDescriptor(error2, "message").value);
53 assertEquals("x is not defined", error2.message);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853Integrator.java 252 double error2 = 0; local
271 error2 += ratio2 * ratio2;
274 double den = error1 + 0.01 * error2;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_buffer.c 189 goto error2;
199 error2:
  /external/v8/test/webkit/fast/js/
Promise-chained-then.js 52 throw 'error2';
59 shouldBeEqualToString('result', 'error2');
  /external/libopus/celt/tests/
test_unit_mathops.c 214 float error2 = fabs(exp(0.6931471805599453094*x/1024.0)-celt_exp2(x)/65536.0); local
215 if (error1>0.0002&&error2>0.00004)
217 fprintf (stderr, "celt_exp2 failed: x = "WORD", error1 = %f, error2 = %f\n", x,error1,error2);
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 356 goto error2;
361 goto error2;
369 error2:
svga_resource_texture.c 421 goto error2;
477 goto error2;
489 error2:
svga_screen.c 562 goto error2;
624 error2:
  /external/freetype/src/cff/
cf2ft.c 343 FT_Error error2 = FT_Err_Ok; local
390 error2 = cf2_checkTransform( &transform, font->unitsPerEm );
391 if ( error2 )
392 return error2;
395 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth );
396 if ( error2 )
cf2intrp.c 1102 FT_Error error2; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2ft.c 343 FT_Error error2 = FT_Err_Ok; local
390 error2 = cf2_checkTransform( &transform, font->unitsPerEm );
391 if ( error2 )
392 return error2;
395 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth );
396 if ( error2 )
cf2intrp.c 1095 FT_Error error2; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 617 error2 = _testcapi.make_exception_with_doc("_testcapi.error2", doc2)
618 self.assertEqual(error2.__doc__, doc2)
622 base=error2)
623 self.assertTrue(issubclass(error3, error2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 617 error2 = _testcapi.make_exception_with_doc("_testcapi.error2", doc2)
618 self.assertEqual(error2.__doc__, doc2)
622 base=error2)
623 self.assertTrue(issubclass(error3, error2))
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream.cpp 295 goto error2;
300 error2:
  /external/libxml2/os400/dlfcn/
dlfcn.c 1087 #pragma exception_handler(error2, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG)
1127 #pragma exception_handler(error2, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG)
1145 error2:
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 469 goto error2;
497 error2:
  /external/freetype/src/autofit/
aflatin2.c 1944 FT_Pos cur_pos1, error1, error2, u_off, d_off; local
    [all...]
aflatin.c 2445 FT_Pos cur_pos1, error1, error2, u_off, d_off; local
    [all...]

Completed in 430 milliseconds

1 2