Searched defs:reported (Results 1 – 9 of 9) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fImplementationLimitTests.cpp | 51 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/ |
D | selfCheck.cpp | 72 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) { in checkMethod() 119 vector<string> reported; in checkRelatedFunctions() local
|
D | bmhParser.cpp | 691 string reported; in checkExamples() local
|
/external/skqp/tools/bookmaker/ |
D | selfCheck.cpp | 72 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) { in checkMethod() 119 vector<string> reported; in checkRelatedFunctions() local
|
D | bmhParser.cpp | 691 string reported; in checkExamples() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 60 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/ |
D | inspected-context.cc | 100 void InspectedContext::setReported(int sessionId, bool reported) { in setReported()
|
/external/webrtc/webrtc/p2p/base/ |
D | port.h | 549 bool reported() const { return reported_; } in reported() function 550 void set_reported(bool reported) { reported_ = reported;} in set_reported()
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.c | 1202 static GLboolean reported = GL_FALSE; in _mesa_execute_program() local
|