OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Error
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/build/win/importlibs/
create_importlib_win.py
50
class
_Error
(Exception):
62
raise
_Error
('Command "%s" returned %d.' % (cmd, ret))
/external/chromium_org/chrome/app/policy/
syntax_check_policy_template_json.py
65
def
_Error
(self, message, parent_element=None, identifier=None,
110
self.
_Error
('%s must have a %s "%s".' %
116
self.
_Error
('Value of "%s" must be a %s.' %
120
self.
_Error
('Value of "%s" must match "%s".' %
131
self.
_Error
('Duplicate id', 'policy', policy.get('name'),
145
self.
_Error
('No policy with id: %s' % (i + 1))
154
self.
_Error
('Schema type must match the existing type for policy %s' %
162
self.
_Error
(('Boolean policy %s uses negative polarity, please make ' +
169
self.
_Error
('Each policy must be a dictionary.', 'policy', None, policy)
190
self.
_Error
('Policy type must be one of: ' + ', '.join(policy_types)
[
all
...]
/external/valgrind/main/coregrind/
m_errormgr.c
127
struct
_Error
{
128
struct
_Error
* next;
[
all
...]
Completed in 187 milliseconds