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

  /external/chromium_org/ppapi/generators/
idl_outfile.py 13 from idl_log import ErrOut, InfoOut, WarnOut
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)
idl_node.py 21 from idl_log import ErrOut, InfoOut, WarnOut
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.Log('Expecting parent type'
    [all...]
idl_propertynode.py 10 from idl_log import ErrOut, InfoOut, WarnOut
75 ErrOut.Log('Got property %s expecting %s' % (found, val))
107 ErrOut.Log('IDLNode failed with %d errors.' % errors)
idl_option.py 8 from idl_log import ErrOut, InfoOut, WarnOut
104 ErrOut.Log('Illegal option: %s\n' % str(e))
idl_parser.py 33 from idl_log import ErrOut, InfoOut, WarnOut
899 ErrOut.LogLine(filename, lineno, pos, msg)
1009 ErrOut.Log(str(le))
    [all...]
idl_log.py 52 ErrOut = IDLLog('Error', sys.stderr)
idl_lint.py 10 from idl_log import ErrOut, InfoOut, WarnOut
116 ErrOut.Log('%s : Skipped due to errors.' % name)
idl_generator.py 8 from idl_log import ErrOut, InfoOut, WarnOut
44 ErrOut.Log('Error %s : %s' % (self.name, msg))
198 ErrOut.Log('%s : Skipped because of %d errors.' % (
idl_gen_pnacl.py 17 from idl_log import ErrOut, InfoOut, WarnOut
235 ErrOut.Log('Diff is:\n%s' % '\n'.join(diff))
258 ErrOut.Log('Failed pnacl generator test.')
idl_gen_wrapper.py 14 from idl_log import ErrOut, InfoOut, WarnOut
404 ErrOut.Log('Did not set filename for writing out wrapper\n')
idl_c_proto.py 12 from idl_log import ErrOut, InfoOut, WarnOut
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.')
idl_namespace.py 16 from idl_log import ErrOut, InfoOut, WarnOut
idl_c_header.py 13 from idl_log import ErrOut, InfoOut, WarnOut
idl_release.py 15 from idl_log import ErrOut, InfoOut, WarnOut
idl_thunk.py 13 from idl_log import ErrOut, InfoOut, WarnOut

Completed in 143 milliseconds