Searched refs:BuildException (Results 1 - 5 of 5) sorted by relevance
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
H A D | CleanOutputDirectoryTask.java | 31 import org.apache.tools.ant.BuildException; 97 public void init() throws BuildException { in init() 119 public void init() throws BuildException { in init() 141 public void execute() throws BuildException { in execute() 171 throw new BuildException("Error processing directory: " + dirPath, e); in execute() 195 throw new BuildException("Unsafe files cannot be deleted"); in execute() 213 throw new BuildException("Unsafe directories cannot be deleted"); in execute() 325 throw new BuildException("Error deleting file: " + p, e); in deleteAllFiles() 332 throw new BuildException(String.format(message, args)); in checkBuild()
|
H A D | GenerateCodeTask.java | 7 import org.apache.tools.ant.BuildException; 65 public void execute() throws BuildException { in execute() 87 throw new BuildException("IOException: " + ioException.toString()); in execute()
|
H A D | ConvertIcuDataTask.java | 28 import org.apache.tools.ant.BuildException; 154 public void init() throws BuildException { in init() 188 public void init() throws BuildException { in init() 209 public void init() throws BuildException { in init() 236 public void init() throws BuildException { in init() 308 public void execute() throws BuildException { in execute() 373 throw new BuildException(String.format(message, args)); in checkBuild()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 725 class BuildException : public std::exception class in gl4cts::EnhancedLayouts::Utils::Program 728 BuildException(const glw::GLchar* error_message, const std::string compute_shader, 732 virtual ~BuildException() throw() in ~BuildException()
|
H A D | gl4cEnhancedLayoutsTests.cpp | 2753 throw BuildException(exc.what(), compute_shader, fragment_shader, geometry_shader, tessellation_control_shader, in Init() 3178 Program::BuildException::BuildException(const glw::GLchar* error_message, const std::string compute_shader, in BuildException() function in gl4cts::EnhancedLayouts::Utils::Program::BuildException 3196 const char* Program::BuildException::what() const throw() in what() 3202 void Program::BuildException::log(deqp::Context& context) const in log() 5855 catch (Utils::Program::BuildException& exc) in test() 6241 catch (Utils::Program::BuildException& exc) in test() 6331 catch (Utils::Program::BuildException& exc) in test() 7582 catch (Utils::Program::BuildException& exc) in test() 8107 catch (Utils::Program::BuildException in test() [all...] |
Completed in 26 milliseconds