Searched refs:xe (Results 1 - 25 of 219) sorted by relevance

123456789

/external/valgrind/main/helgrind/
H A Dhg_errors.c356 static void init_XError ( XError* xe ) {
357 VG_(memset)(xe, 0, sizeof(*xe) );
358 xe->tag = XE_Race-1; /* bogus */
380 XError* xe = (XError*)VG_(get_error_extra)(err); local
381 tl_assert(xe);
386 if (xe->tag == XE_Race) {
392 tl_assert(xe->XE.Race.thr);
393 xe->XE.Race.locksHeldW
396 xe
461 XError xe; local
516 XError xe; local
535 XError xe; local
554 XError xe; local
576 XError xe; local
597 XError xe; local
617 XError xe; local
837 XError* xe; local
884 XError *xe = (XError*)VG_(get_error_extra)(err); local
[all...]
/external/deqp/executor/tools/
H A DxeBatchResultToXml.cpp110 static void parseBatchResult (xe::TestLogParser& parser, const char* filename)
134 for (int i = 0;i < xe::TESTSTATUSCODE_LAST; i++)
138 int countByCode[xe::TESTSTATUSCODE_LAST];
141 class ResultToSingleXmlLogHandler : public xe::TestLogHandler
144 ResultToSingleXmlLogHandler (xe::xml::Writer& writer, BatchResultTotals& totals)
150 void setSessionInfo (const xe::SessionInfo&) argument
154 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
156 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
159 void testCaseResultUpdated (const xe argument
238 setSessionInfo(const xe::SessionInfo&) argument
247 testCaseResultUpdated(const xe::TestCaseResultPtr&) argument
[all...]
H A DxeExtractSampleLists.cpp43 void writeSampleList (const char* casePath, int listNdx, const xe::ri::SampleList& sampleList)
56 out << static_cast<const xe::ri::ValueInfo&>(sampleList.sampleInfo.valueInfos.getItem(ndx)).name;
63 const xe::ri::Sample& sample = static_cast<const xe::ri::Sample&>(sampleList.samples.getItem(sampleNdx));
67 const xe::ri::SampleValue& value = static_cast<const xe::ri::SampleValue&>(sample.values.getItem(valNdx));
78 void extractSampleLists (const char* casePath, int* listNdx, const xe::ri::List& items)
82 const xe::ri::Item& child = items.getItem(itemNdx);
84 if (child.getType() == xe::ri::TYPE_SECTION)
85 extractSampleLists(casePath, listNdx, static_cast<const xe
107 setSessionInfo(const xe::SessionInfo&) argument
117 testCaseResultUpdated(const xe::TestCaseResultPtr&) argument
[all...]
H A DxeBatchResultToJUnit.cpp59 throw xe::Error("Expected input and output paths");
65 static void parseBatchResult (xe::TestLogParser& parser, const char* filename)
83 class ResultToJUnitHandler : public xe::TestLogHandler
86 ResultToJUnitHandler (xe::xml::Writer& writer)
91 void setSessionInfo (const xe::SessionInfo&) argument
95 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
97 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
100 void testCaseResultUpdated (const xe::TestCaseResultPtr&) argument
104 void testCaseResultComplete (const xe
[all...]
H A DxeCommandLineExecutor.cpp112 xe::TargetConfiguration targetCfg;
202 static void readCaseList (xe::TestGroup* root, const char* filename)
204 xe::TestCaseListParser caseListParser;
225 static void readCaseLists (xe::TestRoot& root, const char* caseListDir)
239 xe::TestGroup* package = root.createGroup(packageName.c_str(), "");
247 static void addMatchingCases (const xe::TestGroup& group, xe::TestSet& testSet, const char* filter)
251 const xe::TestNode* child = group.getChild(childNdx);
252 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP;
260 addMatchingCases(static_cast<const xe
317 testCaseResultUpdated(const xe::TestCaseResultPtr&) argument
321 testCaseResultComplete(const xe::TestCaseResultPtr&) argument
[all...]
H A DxeExtractShaderPrograms.cpp53 static const char* getShaderTypeSuffix (const xe::ri::Shader::ShaderType shaderType)
57 case xe::ri::Shader::SHADERTYPE_VERTEX: return "vert";
58 case xe::ri::Shader::SHADERTYPE_FRAGMENT: return "frag";
59 case xe::ri::Shader::SHADERTYPE_GEOMETRY: return "geom";
60 case xe::ri::Shader::SHADERTYPE_TESS_CONTROL: return "tesc";
61 case xe::ri::Shader::SHADERTYPE_TESS_EVALUATION: return "tese";
62 case xe::ri::Shader::SHADERTYPE_COMPUTE: return "comp";
64 throw xe::Error("Invalid shader type");
68 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::ri::ShaderProgram& shaderProgram, int programNdx)
74 const xe
139 setSessionInfo(const xe::SessionInfo&) argument
149 testCaseResultUpdated(const xe::TestCaseResultPtr&) argument
[all...]
H A DxeExtractValues.cpp54 typedef xe::ri::NumericValue Value;
59 xe::TestCaseType caseType;
60 xe::TestStatusCode statusCode;
104 static Value findValueByTag (const xe::ri::List& items, const string& tagName)
108 const xe::ri::Item& item = items.getItem(ndx);
110 if (item.getType() == xe::ri::TYPE_SECTION)
112 const Value value = findValueByTag(static_cast<const xe::ri::Section&>(item).items, tagName);
116 else if (item.getType() == xe::ri::TYPE_NUMBER)
118 const xe::ri::Number& value = static_cast<const xe
134 setSessionInfo(const xe::SessionInfo&) argument
144 testCaseResultUpdated(const xe::TestCaseResultPtr&) argument
[all...]
H A DxeTestLogCompare.cpp121 vector<xe::TestCaseResultHeader> resultHeaders;
125 class ShortResultHandler : public xe::TestLogHandler
133 void setSessionInfo (const xe::SessionInfo&) argument
138 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
140 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
143 void testCaseResultUpdated (const xe::TestCaseResultPtr&) argument
148 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData)
150 xe::TestCaseResultHeader header;
154 header.caseType = xe
[all...]
H A DxeMergeTestLogs.cpp61 class LogHandler : public xe::TestLogHandler
64 LogHandler (xe::BatchResult* batchResult, deUint32 flags)
70 void setSessionInfo (const xe::SessionInfo& info)
72 xe::SessionInfo& combinedInfo = m_batchResult->getSessionInfo();
96 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
100 xe::TestCaseResultPtr existingResult = m_batchResult->getTestCaseResult(casePath);
108 void testCaseResultUpdated (const xe::TestCaseResultPtr&) argument
113 void testCaseResultComplete (const xe::TestCaseResultPtr&) argument
119 xe::BatchResult* const m_batchResult;
123 static void readLogFile (xe
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c161 XError xe; local
162 VG_(memset)(&xe, 0, sizeof(xe));
163 xe.tag = XE_SorG;
164 xe.XE.SorG.addr = addr;
165 xe.XE.SorG.sszB = sszB;
166 VG_(strncpy)( &xe.XE.SorG.expect[0],
167 expect, sizeof(xe.XE.SorG.expect) );
168 VG_(strncpy)( &xe.XE.SorG.actual[0],
169 actual, sizeof(xe
180 XError xe; local
193 XError xe; local
206 XError xe; local
309 XError *xe = (XError*)VG_(get_error_extra)(err); local
652 XError *xe = (XError*)VG_(get_error_extra)(err); local
769 XError *xe = (XError*)VG_(get_error_extra)(err); local
[all...]
/external/deqp/executor/
H A DxeCommLink.cpp26 namespace xe namespace
53 } // xe
H A DxeDefs.hpp31 namespace xe namespace
47 } // xe
49 #define XE_FAIL(MSG) throw xe::Error(MSG, "", __FILE__, __LINE__)
50 #define XE_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
H A DxeTestLogWriter.hpp32 namespace xe namespace
43 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& writer);
47 } // xe
H A DxeTestCaseListParser.hpp32 namespace xe namespace
56 } // xe
H A DxeDefs.cpp28 namespace xe namespace
46 } // xe
H A DxeLocalTcpIpLink.hpp31 namespace xe namespace
60 } // xe
H A DxeXMLWriter.cpp28 namespace xe namespace
160 } // xe
H A DxeCommLink.hpp29 namespace xe namespace
66 } // xe
H A DxeTestLogParser.hpp36 namespace xe namespace
73 } // xe
/external/deqp/framework/platform/android/
H A DtcuTestLogParserJNI.cpp180 xe::ContainerFormatParser m_containerParser;
181 xe::TestCaseResult m_testCaseResult;
182 xe::TestResultParser m_testResultParser;
203 while (m_containerParser.getElement() != xe::CONTAINERELEMENT_INCOMPLETE)
207 case xe::CONTAINERELEMENT_END_OF_STRING:
211 case xe::CONTAINERELEMENT_BEGIN_SESSION:
215 case xe::CONTAINERELEMENT_END_SESSION:
219 case xe::CONTAINERELEMENT_SESSION_INFO:
223 case xe::CONTAINERELEMENT_BEGIN_TEST_CASE_RESULT:
228 m_testCaseResult = xe
[all...]
/external/clang/test/PCH/
H A Ddesignated-init.c.h8 [0xe] = (void *[256]) { // 6
/external/kernel-headers/original/uapi/linux/
H A Dtiocl.h16 unsigned short xe; /* X end */ member in struct:tiocl_selection
H A Dcuda.h23 #define CUDA_SEND_DFAC 0xe
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_copy_tmp.h65 COPY_FUNC( 0xe )
84 _mesa_copy_tab[0xe] = TAG2(copy, 0xe);
/external/mesa3d/src/mesa/math/
H A Dm_copy_tmp.h65 COPY_FUNC( 0xe )
84 _mesa_copy_tab[0xe] = TAG2(copy, 0xe);

Completed in 332 milliseconds

123456789