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

  /external/skia/platform_tools/android/gyp_gen/
makefile_writer.py 39 def write_local_vars(f, var_dict, append, name): function
268 write_local_vars(f, common, False, None)
273 write_local_vars(f, data.vars_dict, True, data.name)
tool_makefile_writer.py 41 makefile_writer.write_local_vars(f, var_dict, False, None)
  /external/skia/platform_tools/android/tests/
makefile_writer_tests.py 50 """Generator to compute params for write_local_vars tests.
53 way to call write_local_vars for the tests.
57 combination of params to write_local_vars.
58 append: boolean to pass as append parameter to write_local_vars.
59 name: string to pass as name parameter to write_local_vars.
63 filename = 'write_local_vars'
173 # Compare various ways of calling write_local_vars to expectations.
177 makefile_writer.write_local_vars(f, vars_dict, append, name)
236 makefile_writer.write_local_vars(f, vars_dict, append, name)

Completed in 817 milliseconds