HomeSort by: relevance | last modified time | path
    Searched refs:Exception (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /xsrc/external/mit/xcb-proto/dist/xcbgen/
error.py 1 class ResolveException(Exception):
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
sexps.py 35 That is, raise an exception if the argument is not a string or a
43 raise Exception('Not a sexp: {0!r}'.format(sexp))
58 raise Exception('Unmatched )')
64 raise Exception('Unmatched (')
66 raise Exception('Multiple sexps')
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
sexps.py 40 That is, raise an exception if the argument is not a string or a
48 raise Exception('Not a sexp: {0!r}'.format(sexp))
63 raise Exception('Unmatched )')
69 raise Exception('Unmatched (')
71 raise Exception('Multiple sexps')
  /xsrc/external/mit/MesaLib/dist/bin/
git_sha1_gen.py 22 except Exception:
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
gl_gentable.py 181 raise Exception("Function table has more than one function with same offset (offset %d, func %s)" % (f.offset, f.name))
188 raise Exception("Function table has no function at offset %d" % (i))
gl_marshal_h.py 89 except Exception:
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
gl_gentable.py 214 raise Exception("Function table has more than one function with same offset (offset %d, func %s)" % (f.offset, f.name))
221 raise Exception("Function table has no function at offset %d" % (i))
gl_marshal_h.py 77 except Exception:
  /xsrc/external/mit/MesaLib/dist/src/mapi/
mapi_abi.py 97 raise Exception(cols)
111 raise Exception('unrecognized param ' + c_param)
160 raise Exception('failed to alias %s' % attrs['alias'])
162 raise Exception('recursive alias %s' % ent.name)
170 raise Exception('%s is duplicated' % (name))
194 raise Exception('entries are not ordered by slots')
196 raise Exception('first entry of slot %d aliases %s'
204 raise Exception('two aliases with handcode %s != %s',
208 raise Exception('%s is duplicated' % (ent.name))
210 raise Exception('failed to alias %s' % (ent.alias.name)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/
mapi_abi.py 99 raise Exception(cols)
113 raise Exception('unrecognized param ' + c_param)
162 raise Exception('failed to alias %s' % attrs['alias'])
164 raise Exception('recursive alias %s' % ent.name)
172 raise Exception('%s is duplicated' % (name))
196 raise Exception('entries are not ordered by slots')
198 raise Exception('first entry of slot %d aliases %s'
206 raise Exception('two aliases with handcode %s != %s',
210 raise Exception('%s is duplicated' % (ent.name))
212 raise Exception('failed to alias %s' % (ent.alias.name)
    [all...]
  /xsrc/external/mit/MesaLib/dist/docs/_exts/
redirects.py 9 def create_redirects(app, exception):
10 if exception is not None or not app.builder.name == 'html':
20 raise Exception('{0} does not exitst'.format(dst))
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_gather_types_c.py 120 except Exception:
124 # the exception
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_gather_types_c.py 114 except Exception:
118 # the exception
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
test-assembly.py 39 return f"Unexpected exception: {exc}"
45 return "Expected exception"
46 except Exception:
  /xsrc/external/mit/MesaLib/dist/src/util/
xxd.py 84 except Exception:
86 # then re-raise the exception. Deleteing the output file should
  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_commands_gen.py 130 except Exception:
134 # the exception
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
xxd.py 96 except Exception:
98 # then re-raise the exception. Deleteing the output file should
  /xsrc/external/mit/mesa-demos/dist/src/tests/
getprocaddress.py 89 except Exception,e:
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
glcpp_test.py 134 raise Exception('Could not find any tests.')
168 raise Exception('Could not find any tests.')
213 raise Exception('Could not find any tests.')
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
glcpp_test.py 126 raise Exception('Could not find any tests.')
165 raise Exception('Could not find any tests.')
210 raise Exception('Could not find any tests.')
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
get_hash_generator.py 201 except Exception:
222 except Exception:
  /xsrc/external/mit/MesaLib.old/dist/scons/
custom.py 224 raise Exception('Attempt to use unknown module %s' % name)
227 raise Exception('Attempt to use unavailable module %s' % name)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
get_hash_generator.py 203 except Exception:
224 except Exception:
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
serial_buffer.py 75 except Exception as err:
  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
gen_format_layout.py 291 except Exception:
295 # the exception

Completed in 21 milliseconds

1 2 3