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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/helgrind/
hg_errors.c 352 } XE;
356 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)
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/
xeBatchResultToXml.cpp 110 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&)
154 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
156 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
159 void testCaseResultUpdated (const xe::TestCaseResultPtr&
    [all...]
xeExtractSampleLists.cpp 43 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::ri::Section&>(child).items)
    [all...]
xeBatchResultToJUnit.cpp 59 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&)
95 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
97 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
100 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
104 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData
    [all...]
xeCommandLineExecutor.cpp 112 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::TestGroup&>(*child), testSet, filter)
    [all...]
xeExtractShaderPrograms.cpp 53 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::ri::Shader& shader = dynamic_cast<const xe::ri::Shader&>(shaderProgram.shaders.getItem(shaderNdx (…)
    [all...]
xeExtractValues.cpp 54 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::ri::Number&>(item)
    [all...]
xeTestLogCompare.cpp 121 vector<xe::TestCaseResultHeader> resultHeaders;
125 class ShortResultHandler : public xe::TestLogHandler
133 void setSessionInfo (const xe::SessionInfo&)
138 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
140 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
143 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
148 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData)
150 xe::TestCaseResultHeader header;
154 header.caseType = xe::TESTCASETYPE_SELF_VALIDATE
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gmisc.c 41 ULong *x, *x1, *xe, y; local
47 xe = x + b->wds;
52 while(x < xe) {
60 while(x < xe)
74 ULong L, *x, *xe; local
78 xe = x + b->wds;
79 for(n = 0; x < xe && !*x; x++)
81 if (x < xe) {
sum.c 42 ULong carry, *xc, *xa, *xb, *xe, y; local
58 xe = xc + b->wds;
67 while(xc < xe);
68 xe += a->wds - b->wds;
69 while(xc < xe) {
82 while(xc < xe);
83 xe += a->wds - b->wds;
84 while(xc < xe) {
  /external/valgrind/main/exp-sgcheck/
pc_common.c 152 } XE;
161 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]
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/
xeCommLink.cpp 26 namespace xe namespace
53 } // xe
xeDefs.hpp 31 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())
xeTestLogWriter.hpp 32 namespace xe namespace
43 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& writer);
47 } // xe
xeTestCaseListParser.hpp 32 namespace xe namespace
56 } // xe
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 180 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::TestCaseResult()
    [all...]
  /bionic/libc/kernel/uapi/linux/
tiocl.h 35 unsigned short xe; member in struct:tiocl_selection
  /development/ndk/platforms/android-3/include/linux/
tiocl.h 27 unsigned short xe; member in struct:tiocl_selection
  /development/ndk/platforms/android-L/include/linux/
tiocl.h 35 unsigned short xe; member in struct:tiocl_selection
  /external/clang/test/PCH/
designated-init.c.h 8 [0xe] = (void *[256]) { // 6
  /external/kernel-headers/original/uapi/linux/
tiocl.h 16 unsigned short xe; /* X end */ member in struct:tiocl_selection
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cuda.h 20 #define CUDA_SEND_DFAC 0xe
tiocl.h 16 unsigned short xe; /* X end */ member in struct:tiocl_selection
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cuda.h 20 #define CUDA_SEND_DFAC 0xe
tiocl.h 16 unsigned short xe; /* X end */ member in struct:tiocl_selection

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 91011>>