Searched refs:allow_error (Results 1 – 3 of 3) sorted by relevance
/external/python/asn1crypto/dev/ |
D | _import.py | 16 def _import_from(mod, path, mod_dir=None, allow_error=False): argument 55 if allow_error:
|
D | _task.py | 134 task_mod = _import_from('dev.%s' % task, package_root, allow_error=True)
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cMultiBindTests.cpp | 336 glw::GLuint width, glw::GLuint height, glw::GLuint depth, bool allow_error = false); 361 glw::GLuint width, glw::GLuint height, glw::GLuint depth, bool allow_error); 1010 glw::GLuint width, glw::GLuint height, glw::GLuint depth, bool allow_error) in InitStorage() argument 1018 Storage(gl, target, levels, internal_format, width, height, depth, allow_error); in InitStorage() 1218 glw::GLuint width, glw::GLuint height, glw::GLuint depth, bool allow_error) in Storage() argument 1224 if (!allow_error) in Storage() 1234 if (!allow_error) in Storage() 1241 if (!allow_error) in Storage() 1248 if (!allow_error) in Storage() 1257 if (!allow_error) in Storage()
|