Home
last modified time | relevance | path

Searched refs:errorLocation (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
DTestNonUniformWorkGroup.cpp408 std::string errorLocation; in verifyData() local
415 errorLocation = tmp.str(); in verifyData()
418 …_err.show(Error::ERR_GLOBAL_SIZE, errorLocation, results->get_global_size[i], reference->get_globa… in verifyData()
422 …_err.show(Error::ERR_GLOBAL_WORK_OFFSET, errorLocation, results->get_global_offset[i], reference->… in verifyData()
426 …_err.show(Error::ERR_LOCAL_SIZE, errorLocation, results->get_local_size[i], reference->get_local_s… in verifyData()
430 …_err.show(Error::ERR_ENQUEUED_LOCAL_SIZE, errorLocation, results->get_enqueued_local_size[i], refe… in verifyData()
434 …_err.show(Error::ERR_NUM_GROUPS, errorLocation, results->get_num_groups[i], reference->get_num_gro… in verifyData()
442 errorLocation = tmp.str(); in verifyData()
445 _err.show(Error::ERR_WORK_DIM, errorLocation, results->get_work_dim, reference->get_work_dim); in verifyData()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1477 int ErrorRow() const { return errorLocation.row+1; } in ErrorRow()
1478 …int ErrorCol() const { return errorLocation.col+1; } ///< The column where the error occured. See … in ErrorCol()
1514 errorLocation.row = errorLocation.col = 0; in ClearError()
1530 …void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encod…
1553 TiXmlCursor errorLocation; variable
Dtinyxmlparser.cpp809 errorLocation.Clear(); in SetError()
813 errorLocation = data->Cursor(); in SetError()
Dtinyxml.cpp1123 target->errorLocation = errorLocation; in CopyTo()