/external/chromium_org/ppapi/generators/ |
H A D | idl_log.py | 54 InfoOut = IDLLog('', sys.stdout) variable
|
H A D | idl_option.py | 8 from idl_log import ErrOut, InfoOut, WarnOut namespace 57 InfoOut.Log(out) 60 InfoOut.Log('Usage:')
|
H A D | idl_propertynode.py | 10 from idl_log import ErrOut, InfoOut, WarnOut namespace 98 InfoOut.Log('Passed PropertyTest')
|
H A D | idl_lint.py | 10 from idl_log import ErrOut, InfoOut, WarnOut namespace
|
H A D | idl_outfile.py | 13 from idl_log import ErrOut, InfoOut, WarnOut namespace 105 InfoOut.Log('Output %s unchanged.' % self.filename) 120 InfoOut.Log('Creating directory: %s\n' % basepath) 126 InfoOut.Log('Output %s written.' % self.filename) 190 if not errors: InfoOut.Log('All tests pass.')
|
H A D | idl_generator.py | 8 from idl_log import ErrOut, InfoOut, WarnOut namespace 97 InfoOut.Log('Generate range %s of %s.' % (rangestr, self.name)) 102 InfoOut.Log('%s wrote %d files.' % (self.name, ret)) 111 InfoOut.Log('There is no unique release for %s, using last release.' % 120 InfoOut.Log('Generate release %s of %s.' % (releasestr, self.name)) 125 InfoOut.Log('%s wrote %d files.' % (self.name, ret))
|
H A D | idl_c_header.py | 13 from idl_log import ErrOut, InfoOut, WarnOut namespace
|
H A D | idl_gen_pnacl.py | 17 from idl_log import ErrOut, InfoOut, WarnOut namespace 255 InfoOut.Log('Passed pnacl generator test.')
|
H A D | idl_gen_wrapper.py | 14 from idl_log import ErrOut, InfoOut, WarnOut namespace 221 InfoOut.Log('WrapperGen: Skipping %s due to errors\n' % 236 InfoOut.Log('Interface %s ver %s does not need wrapping' % 418 InfoOut.Log("Generating %s for %s" % (out_filename, self.wrapper_prefix))
|
H A D | idl_namespace.py | 16 from idl_log import ErrOut, InfoOut, WarnOut namespace 37 InfoOut.Log('NAME=%s' % name) 39 InfoOut.Log(' %s' % cver) 40 InfoOut.Log('') 183 InfoOut.SetConsole(True)
|
H A D | idl_node.py | 21 from idl_log import ErrOut, InfoOut, WarnOut namespace 377 InfoOut.Log('Passed StringTest') 412 InfoOut.Log('Passed ChildTest')
|
H A D | idl_release.py | 15 from idl_log import ErrOut, InfoOut, WarnOut namespace 80 InfoOut.Log('%f is in %s' % (release, self)) 107 InfoOut.Log('%f to %f is in %s' % (rmin, rmax, self)) 166 InfoOut.Log('\nAdding %s %s' % (node.Location(), node)) 171 if GetOption('release_debug'): InfoOut.Log(' Checking %s' % cver) 182 if GetOption('release_debug'): InfoOut.Log(' Update %s' % cver) 203 if GetOption('release_debug'): InfoOut.Log('Done %s' % node)
|
H A D | idl_c_proto.py | 12 from idl_log import ErrOut, InfoOut, WarnOut namespace 735 InfoOut.Log('Passed generator test.')
|
H A D | idl_thunk.py | 13 from idl_log import ErrOut, InfoOut, WarnOut namespace
|
H A D | idl_parser.py | 33 from idl_log import ErrOut, InfoOut, WarnOut namespace 71 InfoOut.Log("OBJ: %s(%d) - None\n" % (cls, len(p))) 72 InfoOut.Log(" [%s]\n" % [str(x) for x in p[1:]]) 77 InfoOut.Log("OBJ: %s(%d) - %s : %s\n" % (cls, len(p), str(p[0]), out)) 866 InfoOut.Log("TOKEN %s(%s)" % (tok.type, tok.value)) 886 InfoOut.Log("Building %s" % out) 960 InfoOut.Log("Parsing %s" % filename) 1029 InfoOut.Log("Mismatched pass (%d) vs. nodes built (%d)." 1031 InfoOut.Log("PASS: %s" % [x[1] for x in pass_comments]) 1032 InfoOut [all...] |