Searched refs:ErrOut (Results 1 - 15 of 15) sorted by last modified time

/external/chromium_org/ppapi/generators/
H A Didl_c_header.py13 from idl_log import ErrOut, InfoOut, WarnOut namespace
H A Didl_c_proto.py12 from idl_log import ErrOut, InfoOut, WarnOut namespace
735 ErrOut.Log('Failed to define %s named %s' % (node.cls, node.GetName()))
773 ErrOut.Log('Failed match of\n>>%s<<\nto:\n>>%s<<\nFor:\n' %
794 ErrOut.Log('%s test failed with %d error(s).' %
799 ErrOut.Log('Failed generator test.')
H A Didl_gen_pnacl.py17 from idl_log import ErrOut, InfoOut, WarnOut namespace
235 ErrOut.Log('Diff is:\n%s' % '\n'.join(diff))
258 ErrOut.Log('Failed pnacl generator test.')
H A Didl_gen_wrapper.py14 from idl_log import ErrOut, InfoOut, WarnOut namespace
404 ErrOut.Log('Did not set filename for writing out wrapper\n')
H A Didl_generator.py8 from idl_log import ErrOut, InfoOut, WarnOut namespace
44 ErrOut.Log('Error %s : %s' % (self.name, msg))
198 ErrOut.Log('%s : Skipped because of %d errors.' % (
H A Didl_lint.py10 from idl_log import ErrOut, InfoOut, WarnOut namespace
116 ErrOut.Log('%s : Skipped due to errors.' % name)
H A Didl_log.py52 ErrOut = IDLLog('Error', sys.stderr) variable
H A Didl_namespace.py16 from idl_log import ErrOut, InfoOut, WarnOut namespace
H A Didl_node.py21 from idl_log import ErrOut, InfoOut, WarnOut namespace
101 ErrOut.LogLine(self._filename, self.lineno, 0, ' %s %s' %
388 ErrOut.Log('GetName returned >%s< not >%s<' % (node.GetName(), name_str))
391 ErrOut.Log('Failed to get name property.')
394 ErrOut.Log('str() returned >%s< not >%s<' % (str(node), text_str))
407 ErrOut.Log('Failed to connect parent.')
411 ErrOut.Log('Failed GetChildren.')
415 ErrOut.Log('Failed GetOneOf(child)')
419 ErrOut.Log('Failed GetOneOf(bogus)')
423 ErrOut
[all...]
H A Didl_option.py8 from idl_log import ErrOut, InfoOut, WarnOut namespace
104 ErrOut.Log('Illegal option: %s\n' % str(e))
H A Didl_outfile.py13 from idl_log import ErrOut, InfoOut, WarnOut namespace
113 ErrOut.Log(line)
130 ErrOut.Log("I/O error(%d): %s" % (errno, strerror))
132 ErrOut.Log("Unexpected error: %s" % sys.exc_info()[0])
159 ErrOut.Log('Failed to write output %s.' % filename)
162 ErrOut.Log('Failed to update timestamp for %s.' % filename)
166 ErrOut.Log('Should not have writen output %s.' % filename)
169 ErrOut.Log('Should not have modified timestamp for %s.' % filename)
H A Didl_parser.py33 from idl_log import ErrOut, InfoOut, WarnOut namespace
899 ErrOut.LogLine(filename, lineno, pos, msg)
1009 ErrOut.Log(str(le))
1034 ErrOut.LogLine(filename, self.last.lineno, self.last.lexpos,
1100 ErrOut.LogLine(filename, line, None, "OBJ %s : EXPECTED %s\n" %
1107 err_list = ErrOut.DrainLog()
1123 ErrOut.Log("%s(%d) Error\n\tERROR : %s\n\tEXPECT: %s" % (
1135 ErrOut.SetConsole(False)
1136 ErrOut.SetCapture(True)
1141 ErrOut
[all...]
H A Didl_propertynode.py10 from idl_log import ErrOut, InfoOut, WarnOut namespace
75 ErrOut.Log('Got property %s expecting %s' % (found, val))
107 ErrOut.Log('IDLNode failed with %d errors.' % errors)
H A Didl_release.py15 from idl_log import ErrOut, InfoOut, WarnOut namespace
H A Didl_thunk.py13 from idl_log import ErrOut, InfoOut, WarnOut namespace

Completed in 3123 milliseconds