Searched refs:IDLOutFile (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/generators/
H A Dgenerator.py13 from idl_outfile import IDLOutFile namespace
H A Didl_outfile.py21 # IDLOutFile
23 # IDLOutFile provides a temporary output file. By default, the object will
28 class IDLOutFile(object): class in inherits:object
148 out = IDLOutFile(filename, force)
H A Didl_lint.py14 from idl_outfile import IDLOutFile namespace
H A Didl_gen_wrapper.py16 from idl_outfile import IDLOutFile namespace
409 out = IDLOutFile(out_filename)
H A Didl_c_header.py17 from idl_outfile import IDLOutFile namespace
206 out = IDLOutFile(savename)
H A Didl_thunk.py17 from idl_outfile import IDLOutFile namespace
431 thunk_out = IDLOutFile(savename)
H A Didl_diff.py12 from idl_outfile import IDLOutFile namespace

Completed in 81 milliseconds