HomeSort by relevance Sort by last modified time
    Searched refs:getError (Results 101 - 125 of 658) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4j/perf-tests/
converterperf.pl 126 print HTML "<TD>", formatSeconds(4, $t->getMean(), $t->getError);
134 print HTML "<TD>", formatSeconds(4, $b->getMean(), $t->getError);
143 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
373 #| my $lower = $ds->getMean() - $ds->getError();
374 #| my $upper = $ds->getMean() + $ds->getError();
dateformatperf.pl 113 print HTML "<TD>", formatSeconds(4, $t->getMean(), $t->getError);
121 print HTML "<TD>", formatSeconds(4, $b->getMean(), $t->getError);
130 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
359 #| my $lower = $ds->getMean() - $ds->getError();
360 #| my $upper = $ds->getMean() + $ds->getError();
decimalformatperf.pl 108 print HTML "<TD>", formatSeconds(4, $t->getMean(), $t->getError);
116 print HTML "<TD>", formatSeconds(4, $b->getMean(), $t->getError);
125 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
354 #| my $lower = $ds->getMean() - $ds->getError();
355 #| my $upper = $ds->getMean() + $ds->getError();
normperf.pl 162 print HTML "<TD>", formatSeconds(4, $t->getMean(), $t->getError);
170 print HTML "<TD>", formatSeconds(4, $b->getMean(), $t->getError);
179 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
409 #| my $lower = $ds->getMean() - $ds->getError();
410 #| my $upper = $ds->getMean() + $ds->getError();
ucharacterperf.pl 110 print HTML "<TD>", formatSeconds(4, $t->getMean(), $t->getError);
118 print HTML "<TD>", formatSeconds(4, $b->getMean(), $t->getError);
127 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
356 #| my $lower = $ds->getMean() - $ds->getError();
357 #| my $upper = $ds->getMean() + $ds->getError();
unicodesetperf.pl 100 print HTML "<TD>", formatSeconds(4, $t->getMean(), $t->getError);
108 print HTML "<TD>", formatSeconds(4, $b->getMean(), $t->getError);
117 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
346 #| my $lower = $ds->getMean() - $ds->getError();
347 #| my $upper = $ds->getMean() + $ds->getError();
  /external/llvm/lib/Object/
Object.cpp 102 if (std::error_code ec = SecOrErr.getError())
179 if (std::error_code EC = Ret.getError())
186 if (std::error_code EC = Ret.getError())
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 47 if (std::error_code ec = moduleOrError.getError()) {
99 if (mb_or_error.getError()) {
101 mb_or_error.getError().message().c_str());
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 106 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv()");
313 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetShaderiv()");
318 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetShaderInfoLog()");
328 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetShaderiv()");
339 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetProgramiv()");
344 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetProgramInfoLog()");
354 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetProgramiv()");
423 GLU_EXPECT_NO_ERROR(gl.getError(), "glCreateShader()");
432 GLU_EXPECT_NO_ERROR(gl.getError(), "glShaderSource()");
437 GLU_EXPECT_NO_ERROR(gl.getError(), "glCompileShader()")
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 951 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram()");
956 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to create output buffer");
963 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to create buffer for atomic counters");
968 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup output buffer");
972 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup atomic counter buffer");
976 GLU_EXPECT_NO_ERROR(gl.getError(), "glDispatchCompute()");
979 GLU_EXPECT_NO_ERROR(gl.getError(), "glFinish()");
987 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()");
990 GLU_EXPECT_NO_ERROR(gl.getError(), "glMapBufferRange()");
996 GLU_EXPECT_NO_ERROR(gl.getError(), "glUnmapBuffer()")
    [all...]
es31fSynchronizationTests.cpp 81 GLU_EXPECT_NO_ERROR(gl.getError(), "map");
218 GLU_EXPECT_NO_ERROR(gl.getError(), "gen storage buf");
232 GLU_EXPECT_NO_ERROR(gl.getError(), "gen storage image");
240 GLU_EXPECT_NO_ERROR(gl.getError(), "specify image contents");
258 GLU_EXPECT_NO_ERROR(gl.getError(), "gen storage buf");
323 GLU_EXPECT_NO_ERROR(gl.getError(), "bind source buf");
329 GLU_EXPECT_NO_ERROR(gl.getError(), "bind source buf");
336 GLU_EXPECT_NO_ERROR(gl.getError(), "bind result buf");
343 GLU_EXPECT_NO_ERROR(gl.getError(), "bind result buf");
352 GLU_EXPECT_NO_ERROR(gl.getError(), "bind result buf")
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 390 if (std::error_code EC = SecOrErr.getError())
394 if (std::error_code EC = SymTabOrErr.getError())
400 if (std::error_code EC = StrTabSec.getError())
403 if (std::error_code EC = StrTabOrErr.getError())
427 if (std::error_code EC = SymSI.getError())
431 if (std::error_code EC = SecName.getError())
437 return SymName.getError();
510 if (std::error_code EC = SymNameOrErr.getError())
532 if ((ec = Addr.getError()))
537 if (std::error_code EC = Name.getError())
    [all...]
  /external/deqp/modules/egl/
teglNativeColorMappingTests.cpp 121 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to create shaders and program");
125 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup vertex shader");
129 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup fragment shader");
140 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get vertex shader compile info");
154 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get fragment shader compile info");
162 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup program");
173 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get program link info");
191 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to delete shaders");
216 GLU_EXPECT_NO_ERROR(gl.getError(), "Color clear failed");
238 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup shader program for rendering")
    [all...]
teglNativeCoordMappingTests.cpp 121 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to create shaders and program");
125 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup vertex shader");
129 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup fragment shader");
140 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get vertex shader compile info");
154 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get fragment shader compile info");
162 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup program");
173 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get program link info");
191 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to delete shaders");
218 GLU_EXPECT_NO_ERROR(gl.getError(), "Color clear failed");
248 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup shader program for rendering")
    [all...]
teglPreservingSwapTests.cpp 153 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations");
187 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glUseProgram() failed");
191 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to enable attributes");
195 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to set attribute pointers");
198 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glDrawArrays() failed");
202 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to disable attributes");
205 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glUseProgram() failed");
teglCreateContextExtTests.cpp 570 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv()");
592 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv()");
636 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv()");
639 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv()");
794 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv()");
812 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv()");
864 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetBooleanv()");
968 if (error.getError() == EGL_BAD_MATCH)
970 else if (error.getError() == EGL_BAD_CONFIG)
974 m_testCtx.getLog() << TestLog::Message << "Context creation failed with error " << eglu::getErrorStr(error.getError()) << ". Error is not result of unsupported api etc." << TestLog::EndMessage
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 111 if (std::error_code EC = Begin.getError())
114 if (std::error_code EC = End.getError())
376 if ((EC = StrTabSecOrErr.getError()))
380 if ((EC = StringTableOrErr.getError()))
438 if (std::error_code EC = Sec.getError())
492 if (std::error_code EC = SymTableOrErr.getError())
509 if (std::error_code EC = SectionOrErr.getError())
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 126 if (std::error_code ec = ReaderOrErr.getError())
138 exitWithErrorCode(Reader->getError(), Input.Filename);
156 if (std::error_code EC = WriterOrErr.getError())
165 if (std::error_code EC = ReaderOrErr.getError())
256 if (std::error_code EC = ReaderOrErr.getError())
328 exitWithErrorCode(Reader->getError(), Filename);
346 if (std::error_code EC = ReaderOrErr.getError())
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 292 if (std::error_code EC = InputBuffer.getError())
298 if (std::error_code EC = MaybeObj.getError())
398 if (std::error_code EC = InputBuffer.getError())
403 if (std::error_code EC = MaybeObj.getError())
450 if (std::error_code EC = CheckerFileBuf.getError())
661 if (std::error_code EC = InputBuffer.getError())
667 if (std::error_code EC = MaybeObj.getError())
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 299 GLU_EXPECT_NO_ERROR(gl.getError(), "RenderCase::drawTestPattern");
450 GLU_EXPECT_NO_ERROR(gl.getError(), "texture init");
456 GLU_EXPECT_NO_ERROR(gl.getError(), "fbo init");
648 GLU_EXPECT_NO_ERROR(gl.getError(), "VertexAttributeCase::iterate");
652 GLU_EXPECT_NO_ERROR(gl.getError(), "VertexAttributeCase::iterate");
656 GLU_EXPECT_NO_ERROR(gl.getError(), "VertexAttributeCase::iterate");
697 GLU_EXPECT_NO_ERROR(gl.getError(), "VertexAttributeCase::iterate");
886 GLU_EXPECT_NO_ERROR(gl.getError(), "UniformCase::iterate");
    [all...]
  /external/llvm/tools/llvm-size/
llvm-size.cpp 420 if (std::error_code EC = BinaryOrErr.getError()) {
431 if (i->getError()) {
432 errs() << ToolName << ": " << file << ": " << i->getError().message()
438 if (std::error_code EC = ChildOrErr.getError()) {
499 if (std::error_code EC = i->getError()) {
506 if (std::error_code EC = ChildOrErr.getError()) {
582 if (std::error_code EC = i->getError()) {
589 if (std::error_code EC = ChildOrErr.getError()) {
652 if (std::error_code EC = i->getError()) {
658 if (std::error_code EC = ChildOrErr.getError()) {
    [all...]
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 195 * var str = WebGLDebugUtil.glEnumToString(ctx.getError());
281 * gl.getError after every command and calls a function if the
287 * The function to call when gl.getError returns an
312 // Makes a function that calls a WebGL function and then calls getError.
319 var err = ctx.getError();
339 // Override the getError function with one that returns our saved results.
340 wrapper.getError = function() {
416 while(ctx.getError());
497 while (unwrappedContext_.getError());
650 wrappedContext_.getError = function()
    [all...]
  /external/llvm/lib/LTO/
LTOModule.cpp 108 if (std::error_code EC = BufferOrErr.getError())
126 if (std::error_code EC = BufferOrErr.getError())
161 if (std::error_code EC = MBOrErr.getError())
167 if (std::error_code EC = M.getError())
177 if (std::error_code EC = M.getError())
196 if (std::error_code EC = MOrErr.getError())
  /external/deqp/framework/opengl/
gluRenderContext.cpp 174 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetString(GL_EXTENSIONS)");
189 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv(GL_NUM_EXTENSIONS)");
198 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS)");
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 282 GLU_EXPECT_NO_ERROR(gl.getError(), "Post framebuffer setup");
381 GLU_EXPECT_NO_ERROR(gl.getError(), "After program setup");
403 GLU_EXPECT_NO_ERROR(gl.getError(), "After render");
446 GLU_EXPECT_NO_ERROR(gl.getError(), "After iteration");
535 GLU_EXPECT_NO_ERROR(gl.getError(), "Post framebuffer setup");
597 GLU_EXPECT_NO_ERROR(gl.getError(), "After program setup");
617 GLU_EXPECT_NO_ERROR(gl.getError(), "After render");
640 GLU_EXPECT_NO_ERROR(gl.getError(), "After iteration");
729 GLU_EXPECT_NO_ERROR(gl.getError(), "Post framebuffer setup");
791 GLU_EXPECT_NO_ERROR(gl.getError(), "After program setup")
    [all...]

Completed in 626 milliseconds

1 2 3 45 6 7 8 91011>>