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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
windttst.h 26 class TestLog;
31 static void testLocales(TestLog *log);
winnmtst.h 26 class TestLog;
31 static void testLocales(TestLog *log);
  /external/icu/icu4c/source/test/intltest/
windttst.h 26 class TestLog;
31 static void testLocales(TestLog *log);
winnmtst.h 26 class TestLog;
31 static void testLocales(TestLog *log);
  /external/deqp/modules/internal/
ditTestLogTests.cpp 32 using tcu::TestLog;
49 TestLog& log = m_testCtx.getLog();
51 log << TestLog::SampleList("TestSamples", "Test Sample List")
52 << TestLog::SampleInfo
53 << TestLog::ValueInfo("NumDrawCalls", "Number of draw calls", "", QP_SAMPLE_VALUE_TAG_PREDICTOR)
54 << TestLog::ValueInfo("NumOps", "Number of ops in shader", "op", QP_SAMPLE_VALUE_TAG_PREDICTOR)
55 << TestLog::ValueInfo("RenderTime", "Rendering time", "ms", QP_SAMPLE_VALUE_TAG_RESPONSE)
56 << TestLog::EndSampleInfo;
58 log << TestLog::Sample << 1 << 2 << 2.3 << TestLog::EndSampl
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 8 m_log << TestLog::Message << "eglGetError(" << ");" << TestLog::EndMessage;
11 m_log << TestLog::Message << "// " << getErrorStr(returnValue) << " returned" << TestLog::EndMessage;
18 m_log << TestLog::Message << "eglGetDisplay(" << toHex(param0) << ");" << TestLog::EndMessage;
21 m_log << TestLog::Message << "// " << getEGLDisplayStr(returnValue) << " returned" << TestLog::EndMessage;
28 m_log << TestLog::Message << "eglInitialize(" << getEGLDisplayStr(param0) << ", " << toHex(param1) << ", " << toHex(param2) << ");" << TestLog::EndMessage
    [all...]
egluCallLogWrapper.hpp 36 CallLogWrapper (tcu::TestLog& log);
45 tcu::TestLog& m_log;
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 39 using tcu::TestLog;
54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
61 m_log << TestLog::EndSection;
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
68 m_log << TestLog::EndSection;
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
89 m_log << TestLog::EndSection;
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK. (…)
    [all...]
es3fNegativeStateApiTests.cpp 41 using tcu::TestLog;
75 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
78 m_log << TestLog::EndSection;
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
85 m_log << TestLog::EndSection;
92 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
96 m_log << TestLog::EndSection;
100 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
104 m_log << TestLog::EndSection;
108 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.")
    [all...]
es3fNegativeBufferApiTests.cpp 40 using tcu::TestLog;
57 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
60 m_log << TestLog::EndSection;
64 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
67 m_log << TestLog::EndSection;
71 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
74 m_log << TestLog::EndSection;
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
85 m_log << TestLog::EndSection;
87 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_D (…)
    [all...]
es3fNegativeVertexArrayApiTests.cpp 55 using tcu::TestLog;
70 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
80 m_log << tcu::TestLog::EndSection;
84 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
95 m_log << tcu::TestLog::EndSection;
103 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
108 m_log << tcu::TestLog::EndSection;
116 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
121 m_log << tcu::TestLog::EndSection;
125 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.")
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 39 using tcu::TestLog;
54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
61 m_log << TestLog::EndSection;
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
68 m_log << TestLog::EndSection;
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
89 m_log << TestLog::EndSection;
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK. (…)
    [all...]
es2fNegativeBufferApiTests.cpp 39 using tcu::TestLog;
54 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
57 m_log << TestLog::EndSection;
61 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
64 m_log << TestLog::EndSection;
68 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
71 m_log << TestLog::EndSection;
79 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
82 m_log << TestLog::EndSection;
84 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_D (…)
    [all...]
es2fNegativeVertexArrayApiTests.cpp 45 using tcu::TestLog;
60 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
70 m_log << tcu::TestLog::EndSection;
74 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
85 m_log << tcu::TestLog::EndSection;
89 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
92 m_log << tcu::TestLog::EndSection;
94 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
98 m_log << tcu::TestLog::EndSection;
100 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4.")
    [all...]
es2fNegativeShaderApiTests.cpp 58 using tcu::TestLog;
73 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
76 m_log << TestLog::EndSection;
83 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
85 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage;
87 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
90 m_log << TestLog::EndSection;
92 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.")
    [all...]
es2fNegativeTextureApiTests.cpp 44 using tcu::TestLog;
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
116 m_log << TestLog::EndSection;
123 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
126 m_log << TestLog::EndSection;
130 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
137 m_log << TestLog::EndSection;
148 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
151 m_log << TestLog::EndSection;
156 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in (…)
    [all...]
es2fNegativeStateApiTests.cpp 41 using tcu::TestLog;
69 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
72 m_log << TestLog::EndSection;
76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
90 m_log << TestLog::EndSection;
94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
98 m_log << TestLog::EndSection;
102 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.")
    [all...]
  /external/deqp/framework/common/
tcuTestLog.hpp 51 * TestLog provides convinient C++ API for logging. The API has been designed
53 * examples demonstrate how to use TestLog.
56 * TestLog& log = m_testCtx.getLog();
59 * log << TestLog::Message << "Hello, World!" << TestLog::EndMessage;
61 * log << TestLog::Message << "Diff is " << myNumber << TestLog::EndMessage;
65 * log << TestLog::Image("TestImage", "My test image", myImage);
68 * log << TestLog::Section("Details", "Test case details")
69 * << TestLog::Message << "Here be dragons" << TestLog::EndMessag
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
testlog.h 22 class T_CTEST_EXPORT_API TestLog {
24 virtual ~TestLog();
33 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) :
42 TestLog &testClass;
  /external/icu/icu4c/source/tools/ctestfw/unicode/
testlog.h 22 class T_CTEST_EXPORT_API TestLog {
24 virtual ~TestLog();
33 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) :
42 TestLog &testClass;
  /external/deqp/framework/opengl/
gluCallLogWrapper.hpp 41 CallLogWrapper (const glw::Functions& gl, tcu::TestLog& log);
49 tcu::TestLog& getLog (void) { return m_log; }
53 tcu::TestLog& m_log;
gluCallLogWrapper.inl 8 m_log << TestLog::Message << "glCreateSyncFromCLeventARB(" << toHex(param0) << ", " << toHex(param1) << ", " << toHex(param2) << ");" << TestLog::EndMessage;
11 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
18 m_log << TestLog::Message << "glBlendBarrierKHR(" << ");" << TestLog::EndMessage;
25 m_log << TestLog::Message << "glCullFace(" << getFaceStr(param0) << ");" << TestLog::EndMessage;
32 m_log << TestLog::Message << "glFrontFace(" << getWindingStr(param0) << ");" << TestLog::EndMessage
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 61 using tcu::TestLog;
102 RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log);
112 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log)
545 TestLog& log = m_testCtx.getLog();
626 TestLog& log = m_testCtx.getLog();
639 log << TestLog::SampleList(name, desc);
643 log << TestLog::SampleInfo
644 << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PREDICTOR)
645 << TestLog::ValueInfo("Order", "Order of sample", "", QP_SAMPLE_VALUE_TAG_PREDICTOR)
646 << TestLog::ValueInfo("TestTime", "Test render time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestLogTest.java 18 import com.android.cts.tradefed.result.TestLog.TestLogType;
30 /** Tests for {@link TestLog}. */
50 TestLog log = TestLog.fromDataName("logcat-baz_test", "http://logs/baz_test");
56 assertNull(TestLog.fromDataName("kmsg-baz_test", null));
60 assertNull(TestLog.fromDataName(null, "http://logs/baz_test"));
64 assertNull(TestLog.fromDataName("logcat-bar_test", null));
68 assertNull(TestLog.fromDataName(null, null));
72 TestLog log = TestLog.fromXml(newXml("<TestLog type=\"logcat\" url=\"http://logs/baz_test\">"))
    [all...]
  /external/deqp/modules/egl/
teglApiCase.cpp 27 using tcu::TestLog;
63 m_testCtx.getLog() << TestLog::Message << "// ERROR: expected " << eglu::getErrorStr(expected) << TestLog::EndMessage;
73 m_testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (expected ? "EGL_TRUE" : "EGL_FALSE") << TestLog::EndMessage;
83 m_testCtx.getLog() << TestLog::Message << "// ERROR: expected EGL_NO_CONTEXT" << TestLog::EndMessage;
94 m_testCtx.getLog() << TestLog::Message << "// ERROR: expected EGL_NO_SURFACE" << TestLog::EndMessage;
105 m_testCtx.getLog() << TestLog::Message << "// ERROR: expected EGL_NO_DISPLAY" << TestLog::EndMessage
    [all...]

Completed in 525 milliseconds

1 2 3 4 5 6 7 8 91011>>