Home
last modified time | relevance | path

Searched refs:ConfigurationError (Results 1 – 15 of 15) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DObjectFactory.java102 throws ConfigurationError { in createObject()
131 throws ConfigurationError in createObject()
138 throw new ConfigurationError( in createObject()
147 throw new ConfigurationError( in createObject()
176 throws ConfigurationError in lookUpFactoryClass()
206 throws ConfigurationError in lookUpFactoryClass()
226 throw new ConfigurationError( in lookUpFactoryClass()
229 throw new ConfigurationError( in lookUpFactoryClass()
394 throws ConfigurationError in findClassLoader()
454 throws ConfigurationError in newInstance()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DObjectFactory.java101 throws ConfigurationError { in createObject()
130 throws ConfigurationError in createObject()
137 throw new ConfigurationError( in createObject()
146 throw new ConfigurationError( in createObject()
175 throws ConfigurationError in lookUpFactoryClass()
205 throws ConfigurationError in lookUpFactoryClass()
225 throw new ConfigurationError( in lookUpFactoryClass()
228 throw new ConfigurationError( in lookUpFactoryClass()
393 throws ConfigurationError in findClassLoader()
453 throws ConfigurationError in newInstance()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DObjectFactory.java102 throws ConfigurationError { in createObject()
131 throws ConfigurationError in createObject()
138 throw new ConfigurationError( in createObject()
147 throw new ConfigurationError( in createObject()
176 throws ConfigurationError in lookUpFactoryClass()
206 throws ConfigurationError in lookUpFactoryClass()
226 throw new ConfigurationError( in lookUpFactoryClass()
229 throw new ConfigurationError( in lookUpFactoryClass()
394 throws ConfigurationError in findClassLoader()
454 throws ConfigurationError in newInstance()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DObjectFactory.java102 throws ConfigurationError { in createObject()
131 throws ConfigurationError in createObject()
138 throw new ConfigurationError( in createObject()
147 throw new ConfigurationError( in createObject()
176 throws ConfigurationError in lookUpFactoryClass()
206 throws ConfigurationError in lookUpFactoryClass()
226 throw new ConfigurationError( in lookUpFactoryClass()
229 throw new ConfigurationError( in lookUpFactoryClass()
394 throws ConfigurationError in findClassLoader()
454 throws ConfigurationError in newInstance()
[all …]
DDTMManager.java140 catch (ObjectFactory.ConfigurationError e) in newInstance()
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DObjectFactory.java102 throws ConfigurationError { in createObject()
131 throws ConfigurationError in createObject()
138 throw new ConfigurationError( in createObject()
147 throw new ConfigurationError( in createObject()
176 throws ConfigurationError in lookUpFactoryClass()
206 throws ConfigurationError in lookUpFactoryClass()
226 throw new ConfigurationError( in lookUpFactoryClass()
229 throw new ConfigurationError( in lookUpFactoryClass()
394 throws ConfigurationError in findClassLoader()
454 throws ConfigurationError in newInstance()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DObjectFactory.java48 throws ConfigurationError in findClassLoader()
61 throws ClassNotFoundException, ConfigurationError in findProviderClass()
120 static class ConfigurationError class in ObjectFactory
138 ConfigurationError(String msg, Exception x) { in ConfigurationError() method in ObjectFactory.ConfigurationError
/external/vogar/src/vogar/target/junit/
DJunit3.java141 ConfigurationError error = new ConfigurationError( in getSuiteMethods()
161 out.add(new ConfigurationError(testClass.getName() + "#suite", e)); in getSuiteMethods()
170 out.add(new ConfigurationError(testClass.getName() + "#suite", in getSuiteMethods()
177 out.add(new ConfigurationError(testClass.getName() + "#suite", in getSuiteMethods()
191 out.add(new ConfigurationError(testsOrSuite.getClass().getName() + "#getClass", in getTestSuiteTests()
300 return new ConfigurationError(testClass.getName() + "#" + method.getName(), in create()
DConfigurationError.java19 class ConfigurationError implements VogarTest { class
23 ConfigurationError(String name, Throwable cause) { in ConfigurationError() method in ConfigurationError
DJunit4.java75 out.add(new ConfigurationError(testClass.getName() + "#" + m.getName(), in getSuiteMethods()
85 out.add(new ConfigurationError(testClass.getName() + "#" + methodName, e)); in getSuiteMethods()
93 out.add(new ConfigurationError(testClass.getName(), in getSuiteMethods()
310 return new ConfigurationError(testClass.getName() + "#" + method.getName(), in create()
325 return new ConfigurationError(testClass.getName() + "#" + method.getName(), in create()
/external/gemmlowp/meta/generators/
Dmul_Nx8_Mx8_neon.py14 class ConfigurationError(Error): class
175 raise ConfigurationError('Unsupported elements no: %d' % elements)
188 raise ConfigurationError('Unsupported duplicate amount: %d' % cols)
213 raise ConfigurationError('Unsupported duplicate amount: %d' % cols)
238 raise ConfigurationError('Unsupported columns no: %d' % cols)
259 raise ConfigurationError('Unsupported columns no: %d' % cols)
347 raise ConfigurationError('Unsupported result type: %s' % result_type)
363 raise ConfigurationError('Left_lanes should be: 1, 2 or 3.')
365 raise ConfigurationError('Right_lanes should be: 1, 2 or 3.')
Dzip_Nx8_neon.py16 class ConfigurationError(Error): class
162 raise ConfigurationError('Unsupported leftover num: %d' % leftovers)
217 raise ConfigurationError(
243 raise ConfigurationError('Leftovers should be between 0 and 7 inclusive.')
245 raise ConfigurationError('Zip_lanes should should be 1, 2 or 3.')
Dqnt_Nx8_neon.py12 class ConfigurationError(Error): class
47 raise ConfigurationError('Unsupported number of lanes: %d' % lanes)
221 raise ConfigurationError('Unsuported leftover count: %d' % leftovers)
274 raise ConfigurationError('Unsupported leftovers count: %d' % leftovers)
312 raise ConfigurationError('Leftovers should be between 0 and 7 inclusive.')
314 raise ConfigurationError('Qnt_lanes should should be 1, 2 or 3.')
Dgemm_NxMxK_neon.py37 class ConfigurationError(Error): class
222 raise ConfigurationError('Unsupported output type: %s' % output_type)
253 raise ConfigurationError('Unknown output type: %s' % output_type)
349 raise ConfigurationError('Unsupported output type: %s' % output_type)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dexceptions.py77 class ConfigurationError(Error): class