OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HwIdException
(Results
1 - 3
of
3
) sorted by null
/external/autotest/site_utils/
hwid_lib.py
22
class
HwIdException
(Exception):
35
@raises
HwIdException
: If hwid/info_type/key_file is invalid or there's an
65
raise
HwIdException
('error retrieving raw hwid info: %s' % e)
70
raise
HwIdException
('error decoding hwid info: %s - "%s"' %
hwid_lib_unittest.py
75
"""Test that failing to open a url will raise a
HwIdException
."""
76
self.validate_exception(hwid_lib.
HwIdException
, 'hwid',
83
"""Test that supplying bad json raises a
HwIdException
."""
86
self.validate_exception(hwid_lib.
HwIdException
, 'hwid',
/external/autotest/server/hosts/
cros_label.py
565
except hwid_lib.
HwIdException
as e:
Completed in 4109 milliseconds