Searched refs:InfoOut (Results 1 - 15 of 15) sorted by path

/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
801 InfoOut.Log('Passed generator test.')
H A Didl_gen_pnacl.py17 from idl_log import ErrOut, InfoOut, WarnOut namespace
261 InfoOut.Log('Passed pnacl generator test.')
H A Didl_gen_wrapper.py14 from idl_log import ErrOut, InfoOut, WarnOut namespace
213 InfoOut.Log('WrapperGen: Skipping %s due to errors\n' %
228 InfoOut.Log('Interface %s ver %s does not need wrapping' %
407 InfoOut.Log("Generating %s for %s" % (out_filename, self.wrapper_prefix))
H A Didl_generator.py8 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 Didl_lint.py10 from idl_log import ErrOut, InfoOut, WarnOut namespace
H A Didl_log.py54 InfoOut = IDLLog('', sys.stdout) variable
H A Didl_namespace.py16 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 Didl_node.py21 from idl_log import ErrOut, InfoOut, WarnOut namespace
397 InfoOut.Log('Passed StringTest')
432 InfoOut.Log('Passed ChildTest')
H A Didl_option.py8 from idl_log import ErrOut, InfoOut, WarnOut namespace
57 InfoOut.Log(out)
60 InfoOut.Log('Usage:')
H A Didl_outfile.py13 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 Didl_parser.py33 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))
927 InfoOut.Log("TOKEN %s(%s)" % (tok.type, tok.value))
947 InfoOut.Log("Building %s" % out)
1021 InfoOut.Log("Parsing %s" % filename)
1090 InfoOut.Log("Mismatched pass (%d) vs. nodes built (%d)."
1092 InfoOut.Log("PASS: %s" % [x[1] for x in pass_comments])
1093 InfoOut
[all...]
H A Didl_propertynode.py10 from idl_log import ErrOut, InfoOut, WarnOut namespace
98 InfoOut.Log('Passed PropertyTest')
H A Didl_release.py15 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 Didl_thunk.py13 from idl_log import ErrOut, InfoOut, WarnOut namespace

Completed in 360 milliseconds