/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | ObjectFactory.java | 102 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/ |
D | ObjectFactory.java | 101 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/ |
D | ObjectFactory.java | 102 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/ |
D | ObjectFactory.java | 102 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 …]
|
D | DTMManager.java | 140 catch (ObjectFactory.ConfigurationError e) in newInstance()
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | ObjectFactory.java | 102 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/ |
D | ObjectFactory.java | 48 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/ |
D | Junit3.java | 141 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()
|
D | ConfigurationError.java | 19 class ConfigurationError implements VogarTest { class 23 ConfigurationError(String name, Throwable cause) { in ConfigurationError() method in ConfigurationError
|
D | Junit4.java | 75 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/ |
D | mul_Nx8_Mx8_neon.py | 14 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.')
|
D | zip_Nx8_neon.py | 16 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.')
|
D | qnt_Nx8_neon.py | 12 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.')
|
D | gemm_NxMxK_neon.py | 37 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/ |
D | exceptions.py | 77 class ConfigurationError(Error): class
|