HomeSort by relevance Sort by last modified time
    Searched refs:gotContext (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglQueryContextTests.cpp 106 const EGLContext gotContext = eglGetCurrentContext();
109 if (gotContext == context)
113 else if (gotContext == EGL_NO_CONTEXT)
118 else if (gotContext != context)
120 log << TestLog::Message << " Fail, call returned the wrong context. Expected: " << tcu::toHex(context) << ", got: " << tcu::toHex(gotContext) << TestLog::EndMessage;
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 376 gotLocation, gotContext := treeCopy.ErrorContext(treeCopy.Root.Nodes[0])
380 if wantContext != gotContext {
381 t.Errorf("wrong error location want %q got %q", wantContext, gotContext)
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 376 gotLocation, gotContext := treeCopy.ErrorContext(treeCopy.Root.Nodes[0])
380 if wantContext != gotContext {
381 t.Errorf("wrong error location want %q got %q", wantContext, gotContext)

Completed in 580 milliseconds