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

1 2 3 4

  /external/testng/src/test/java/test/dependent/
SD2.java 9 public static List<String> m_log = new ArrayList<>(); field in class:SD2
13 m_log.add("oneA");
18 m_log.add("canBeRunAnytime");
23 m_log.add("secondA");
28 m_log.add("thirdA");
33 m_log.add("oneB");
DepBugSampleTest.java 12 private static List<String> m_log = new ArrayList<>(); field in class:DepBugSampleTest
16 m_log.add(s);
24 return m_log;
  /external/testng/src/test/java/test/
BaseLogTest.java 14 private static List<String> m_log; field in class:BaseLogTest
18 m_log = Lists.newArrayList();
22 m_log.add(s);
26 return m_log;
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 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.");
96 m_log << TestLog::EndSection
    [all...]
es3fNegativeStateApiTests.cpp 76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
79 m_log << TestLog::EndSection;
83 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
86 m_log << TestLog::EndSection;
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
97 m_log << TestLog::EndSection;
101 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
105 m_log << TestLog::EndSection;
109 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
113 m_log << TestLog::EndSection
    [all...]
es3fNegativeBufferApiTests.cpp 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_DYNAMIC_DRAW.");
90 m_log << TestLog::EndSection
    [all...]
es3fNegativeVertexArrayApiTests.cpp 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.");
128 m_log << tcu::TestLog::EndSection
    [all...]
es3fNegativeTextureApiTests.cpp 141 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).");
147 m_log << TestLog::EndSection;
157 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
162 m_log << TestLog::EndSection;
164 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
182 m_log << TestLog::EndSection;
191 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
196 m_log << TestLog::EndSection;
200 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
219 m_log << TestLog::EndSection
    [all...]
es3fNegativeShaderApiTests.cpp 98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
101 m_log << TestLog::EndSection;
107 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
110 m_log << TestLog::EndSection;
112 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
116 m_log << TestLog::EndSection;
118 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
122 m_log << TestLog::EndSection;
131 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
134 m_log << TestLog::EndSection
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 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.");
96 m_log << TestLog::EndSection
    [all...]
es2fNegativeBufferApiTests.cpp 55 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
58 m_log << TestLog::EndSection;
62 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
65 m_log << TestLog::EndSection;
69 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
72 m_log << TestLog::EndSection;
80 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
83 m_log << TestLog::EndSection;
85 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
88 m_log << TestLog::EndSection
    [all...]
es2fNegativeVertexArrayApiTests.cpp 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.");
103 m_log << tcu::TestLog::EndSection
    [all...]
es2fNegativeShaderApiTests.cpp 75 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
78 m_log << TestLog::EndSection;
85 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
87 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage;
89 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
92 m_log << TestLog::EndSection;
94 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
98 m_log << TestLog::EndSection;
100 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
104 m_log << TestLog::EndSection
    [all...]
es2fNegativeStateApiTests.cpp 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.");
106 m_log << TestLog::EndSection
    [all...]
es2fNegativeTextureApiTests.cpp 112 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).");
118 m_log << TestLog::EndSection;
125 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
128 m_log << TestLog::EndSection;
132 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
139 m_log << TestLog::EndSection;
150 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
153 m_log << TestLog::EndSection;
158 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
161 m_log << TestLog::EndSection
    [all...]
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
TestLogParser.java 38 private FileInputStream m_log; field in class:TestLogParser
47 m_log = null;
57 assert m_log == null;
63 m_log = new FileInputStream(m_logFileName);
70 assert m_log != null;
74 if (m_log != null)
75 m_log.close();
79 m_log = null;
87 assert m_log != null;
93 final int numAvailable = m_log.available()
    [all...]
  /external/testng/src/test/java/test/configuration/
ConfigurationGroups8SampleTest.java 20 private List<String> m_log = new ArrayList<>(); field in class:ConfigurationGroups8SampleTest
24 m_log.add("should not be invoked");
29 m_log.add("1");
34 m_log.add("1");
39 m_log.add("should not be invoked");
44 m_log.add("a");
50 m_log); local
ConfigurationGroups7SampleTest.java 13 private List<String> m_log = new ArrayList<>(); field in class:ConfigurationGroups7SampleTest
17 m_log.add("1");
22 m_log.add("2");
27 m_log.add("2");
32 m_log.add("3");
37 Assert.assertEquals(Arrays.asList(new String[] { "1", "2", "2", "3"}), m_log); local
  /external/deqp/framework/opengl/
gluCallLogWrapper.hpp 49 tcu::TestLog& getLog (void) { return m_log; }
53 tcu::TestLog& m_log; member in class:glu::CallLogWrapper
gluCallLogWrapper.inl 10 m_log << TestLog::Message << "glActiveShaderProgram(" << pipeline << ", " << program << ");" << TestLog::EndMessage;
17 m_log << TestLog::Message << "glActiveTexture(" << getTextureUnitStr(texture) << ");" << TestLog::EndMessage;
24 m_log << TestLog::Message << "glAttachShader(" << program << ", " << shader << ");" << TestLog::EndMessage;
31 m_log << TestLog::Message << "glBeginConditionalRender(" << id << ", " << toHex(mode) << ");" << TestLog::EndMessage;
38 m_log << TestLog::Message << "glBeginQuery(" << getQueryTargetStr(target) << ", " << id << ");" << TestLog::EndMessage;
45 m_log << TestLog::Message << "glBeginQueryIndexed(" << toHex(target) << ", " << index << ", " << id << ");" << TestLog::EndMessage;
52 m_log << TestLog::Message << "glBeginTransformFeedback(" << getPrimitiveTypeStr(primitiveMode) << ");" << TestLog::EndMessage;
59 m_log << TestLog::Message << "glBindAttribLocation(" << program << ", " << index << ", " << getStringStr(name) << ");" << TestLog::EndMessage;
66 m_log << TestLog::Message << "glBindBuffer(" << getBufferTargetStr(target) << ", " << buffer << ");" << TestLog::EndMessage;
73 m_log << TestLog::Message << "glBindBufferBase(" << getBufferTargetStr(target) << ", " << index << ", " (…)
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 10 m_log << TestLog::Message << "eglBindAPI(" << getAPIStr(api) << ");" << TestLog::EndMessage;
13 m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage;
20 m_log << TestLog::Message << "eglBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer << ");" << TestLog::EndMessage;
23 m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage;
30 m_log << TestLog::Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_list) << ", " << configs << ", " << config_size << ", " << num_config << ");" << TestLog::EndMessage;
34 m_log << TestLog::Message << "// configs = " << getPointerStr(configs, (num_config && returnValue) ? deMin32(config_size, *num_config) : 0) << TestLog::EndMessage;
35 m_log << TestLog::Message << "// num_config = " << (num_config ? de::toString(*num_config) : "NULL") << TestLog::EndMessage;
38 m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage;
45 m_log << TestLog::Message << "eglClientWaitSync(" << dpy << ", " << sync << ", " << flags << ", " << timeout << ");" << TestLog::EndMessage;
48 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage
    [all...]
egluCallLogWrapper.hpp 51 tcu::TestLog& m_log; member in class:eglu::CallLogWrapper
  /external/emma/core/java12/com/vladium/emma/
Processor.java 52 m_log = log;
58 if (m_log != null)
60 Logger.pop (m_log);
61 m_log = null;
112 protected Logger m_log; // not null only within run() field in class:Processor
  /external/deqp/framework/common/
tcuTestLog.cpp 142 : m_log(other.m_log)
149 m_log = other.m_log;
156 m_log->writeMessage(m_str.str().c_str());
157 return *m_log;
164 m_log->startSample();
169 m_log->writeSampleValue(val->value.float64);
171 m_log->writeSampleValue(val->value.int64);
176 m_log->endSample()
    [all...]
tcuResultCollector.cpp 52 : m_log (DE_NULL)
60 : m_log (&log)
77 if (m_log != DE_NULL)
78 (*m_log) << TestLog::Message << m_prefix << msg << TestLog::EndMessage;

Completed in 310 milliseconds

1 2 3 4