Home
last modified time | relevance | path

Searched defs:reported (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fImplementationLimitTests.cpp51 inline bool compare (const T& min, const T& reported) { return min <= reported; } in compare()
122 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare()
128 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare()
135 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare()
/external/skia/tools/bookmaker/
DselfCheck.cpp72 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) { in checkMethod()
119 vector<string> reported; in checkRelatedFunctions() local
DbmhParser.cpp691 string reported; in checkExamples() local
/external/skqp/tools/bookmaker/
DselfCheck.cpp72 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) { in checkMethod()
119 vector<string> reported; in checkRelatedFunctions() local
DbmhParser.cpp691 string reported; in checkExamples() local
/external/deqp/modules/gles3/functional/
Des3fImplementationLimitTests.cpp60 inline bool compare (const T& min, const T& reported) { return min <= reported; } in compare()
161 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare()
167 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare()
174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare()
180 bool compare<AlignmentInt> (const AlignmentInt& min, const AlignmentInt& reported) in compare()
/external/v8/src/inspector/
Dinspected-context.cc100 void InspectedContext::setReported(int sessionId, bool reported) { in setReported()
/external/webrtc/webrtc/p2p/base/
Dport.h549 bool reported() const { return reported_; } in reported() function
550 void set_reported(bool reported) { reported_ = reported;} in set_reported()
/external/mesa3d/src/mesa/program/
Dprog_execute.c1202 static GLboolean reported = GL_FALSE; in _mesa_execute_program() local