Home
last modified time | relevance | path

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/
DCleanOutputDirectoryTask.java31 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()
324 throw new BuildException("Error deleting file: " + p, e); in deleteAllFiles()
331 throw new BuildException(String.format(message, args)); in checkBuild()
DConvertIcuDataTask.java28 import org.apache.tools.ant.BuildException;
153 public void init() throws BuildException { in init()
187 public void init() throws BuildException { in init()
208 public void init() throws BuildException { in init()
235 public void init() throws BuildException { in init()
307 public void execute() throws BuildException { in execute()
368 throw new BuildException(String.format(message, args)); in checkBuild()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Dhandle_exception.cc52 fuchsia::crash::ManagedRuntimeException BuildException( in BuildException() function
113 BuildException(error, stack_trace); in HandleException()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp725 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()
Dgl4cEnhancedLayoutsTests.cpp2753 …throw BuildException(exc.what(), compute_shader, fragment_shader, geometry_shader, tessellation_co… in Init()
3178 Program::BuildException::BuildException(const glw::GLchar* error_message, const std::string compute… 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& exc) in test()