Searched refs:errorLocation (Results 1 – 6 of 6) sorted by relevance
/external/wayland-protocols/ |
D | locations.go | 100 type errorLocation struct { struct 104 func (l errorLocation) String() string { argument 108 func (l errorLocation) Paths(cmd *android.RuleBuilderCommand) []string { argument 112 var _ location = errorLocation{}
|
D | wayland_protocol_codegen.go | 426 addLocationLabel(tool, errorLocation{"***missing tool " + tool + "***"}) 460 addLocationLabel(in, errorLocation{"***missing srcs " + in + "***"})
|
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/ |
D | TestNonUniformWorkGroup.cpp | 408 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/ |
D | tinyxml.h | 1477 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
|
D | tinyxmlparser.cpp | 809 errorLocation.Clear(); in SetError() 813 errorLocation = data->Cursor(); in SetError()
|
D | tinyxml.cpp | 1123 target->errorLocation = errorLocation; in CopyTo()
|