Home
last modified time | relevance | path

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

/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/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/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/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/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/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)
222 raise ConfigurationError('Unsupported duplicate amount: %d' % cols)
255 raise ConfigurationError('Unsupported columns no: %d' % cols)
280 raise ConfigurationError('Unsupported columns no: %d' % cols)
368 raise ConfigurationError('Unsupported result type: %s' % result_type)
384 raise ConfigurationError('Left_lanes should be: 1, 2, 3 or 4.')
386 raise ConfigurationError('Right_lanes should be: 1, 2, 3 or 4.')
Dzip_Nx8_neon.py15 class ConfigurationError(Error): class
154 raise ConfigurationError('Unsupported leftover num: %d' % leftovers)
203 raise ConfigurationError('Unexpected number of aggregators to reduce: %d' %
227 raise ConfigurationError('Leftovers should be between 0 and 7 inclusive.')
229 raise ConfigurationError('Zip_lanes should should be 1, 2, 3 or 4.')
Dgemv_1xMxK_neon.py17 class ConfigurationError(Error): class
166 raise ConfigurationError('Unsupported output type: %s' % output_type)
192 raise ConfigurationError('Unknown output type: %s' % output_type)
240 raise ConfigurationError('Unsupported output type: %s' % output_type)
Dqnt_Nx8_neon.py12 class ConfigurationError(Error): class
46 raise ConfigurationError('Unsupported number of lanes: %d' % lanes)
190 raise ConfigurationError('Unsuported leftover count: %d' % leftovers)
243 raise ConfigurationError('Unsupported leftovers count: %d' % leftovers)
272 raise ConfigurationError('Leftovers should be between 0 and 7 inclusive.')
274 raise ConfigurationError('Qnt_lanes should should be 1, 2 or 3.')
Dgemm_NxMxK_neon.py16 class ConfigurationError(Error): class
201 raise ConfigurationError('Unsupported output type: %s' % output_type)
232 raise ConfigurationError('Unknown output type: %s' % output_type)
294 raise ConfigurationError('Unsupported output type: %s' % output_type)
Dmul_1x8_Mx8_neon.py10 class ConfigurationError(Error): class
75 raise ConfigurationError('Unsupported elements no: %d' % count)
212 raise ConfigurationError('Unsupported result type: %s' % result_type)
243 raise ConfigurationError('Lanes should be: 1, 2, 3 or 4.')
/external/python/apitools/apitools/base/py/
Dexceptions.py97 class ConfigurationError(Error): class