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

  /external/chromium_org/ppapi/generators/
idl_option.py 8 from idl_log import ErrOut, InfoOut, WarnOut
57 InfoOut.Log(out)
60 InfoOut.Log('Usage:')
idl_generator.py 8 from idl_log import ErrOut, InfoOut, WarnOut
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))
idl_parser.py 33 from idl_log import ErrOut, InfoOut, WarnOut
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)
    [all...]
idl_namespace.py 16 from idl_log import ErrOut, InfoOut, WarnOut
37 InfoOut.Log('NAME=%s' % name)
39 InfoOut.Log(' %s' % cver)
40 InfoOut.Log('')
183 InfoOut.SetConsole(True)
idl_outfile.py 13 from idl_log import ErrOut, InfoOut, WarnOut
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.')
idl_propertynode.py 10 from idl_log import ErrOut, InfoOut, WarnOut
98 InfoOut.Log('Passed PropertyTest')
idl_log.py 54 InfoOut = IDLLog('', sys.stdout)
idl_release.py 15 from idl_log import ErrOut, InfoOut, WarnOut
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)
idl_gen_wrapper.py 14 from idl_log import ErrOut, InfoOut, WarnOut
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))
idl_node.py 21 from idl_log import ErrOut, InfoOut, WarnOut
397 InfoOut.Log('Passed StringTest')
432 InfoOut.Log('Passed ChildTest')
idl_lint.py 10 from idl_log import ErrOut, InfoOut, WarnOut
idl_gen_pnacl.py 17 from idl_log import ErrOut, InfoOut, WarnOut
261 InfoOut.Log('Passed pnacl generator test.')
idl_c_header.py 13 from idl_log import ErrOut, InfoOut, WarnOut
idl_c_proto.py 12 from idl_log import ErrOut, InfoOut, WarnOut
768 InfoOut.Log('Passed generator test.')
idl_thunk.py 13 from idl_log import ErrOut, InfoOut, WarnOut

Completed in 91 milliseconds