OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubprocessException
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/tools/
lint-hunks.py
34
class
SubprocessException
(Exception):
37
super(
SubprocessException
, self).__init__(msg)
56
raise
SubprocessException
(self._args)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
lint-hunks.py
34
class
SubprocessException
(Exception):
37
super(
SubprocessException
, self).__init__(msg)
56
raise
SubprocessException
(self._args)
Completed in 376 milliseconds