HomeSort by relevance Sort by last modified time
    Searched defs:error2 (Results 1 - 22 of 22) sorted by null

  /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/libbrillo/brillo/errors/
error_unittest.cc 68 const brillo::Error* error2 = clone.get(); local
69 while (error1 && error2) {
70 EXPECT_NE(error1, error2);
71 EXPECT_EQ(error1->GetDomain(), error2->GetDomain());
72 EXPECT_EQ(error1->GetCode(), error2->GetCode());
73 EXPECT_EQ(error1->GetMessage(), error2->GetMessage());
75 error2->GetLocation().function_name);
76 EXPECT_EQ(error1->GetLocation().file_name, error2->GetLocation().file_name);
78 error2->GetLocation().line_number);
80 error2 = error2->GetInnerError()
    [all...]
  /external/libweave/src/
error_unittest.cc 53 const Error* error2 = clone.get(); local
54 while (error1 && error2) {
55 EXPECT_NE(error1, error2);
56 EXPECT_EQ(error1->GetCode(), error2->GetCode());
57 EXPECT_EQ(error1->GetMessage(), error2->GetMessage());
59 error2->GetLocation().function_name);
60 EXPECT_EQ(error1->GetLocation().file_name, error2->GetLocation().file_name);
62 error2->GetLocation().line_number);
64 error2 = error2->GetInnerError()
    [all...]
  /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/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 1297 FT_Error error2; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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/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 1102 FT_Error error2; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
pcfdrivr.c 285 FT_Error error2; local
289 error2 = FT_Stream_OpenGzip( &face->comp_stream, stream );
290 if ( FT_ERR_EQ( error2, Unimplemented_Feature ) )
293 error = error2;
  /system/extras/alloc-stress/
alloc-stress.cpp 96 int error2 = pipe(b); local
98 ASSERT_TRUE(error2 >= 0);
  /frameworks/native/libs/binder/tests/
binderThroughputTest.cpp 95 int error2 = pipe(b); local
97 ASSERT_TRUE(error2 >= 0);
  /external/dbus/bus/
bus.c 1511 DBusError error2; local
    [all...]
  /external/freetype/src/autofit/
aflatin.c 2986 FT_Pos cur_pos1, error1, error2, u_off, d_off; local
    [all...]
aflatin2.c 1965 FT_Pos cur_pos1, error1, error2, u_off, d_off; local
    [all...]
  /external/freetype/src/base/
ftobjs.c 1139 FT_Error error, error2; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin.c 2546 FT_Pos cur_pos1, error1, error2, u_off, d_off; local
    [all...]
aflatin2.c 1960 FT_Pos cur_pos1, error1, error2, u_off, d_off; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftobjs.c 1140 FT_Error error, error2; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c 1128 FT_Error error, error2; local
    [all...]

Completed in 1951 milliseconds