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

  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
makefile_writer.py 39 def write_local_vars(f, var_dict, append, name): function
227 write_local_vars(f, common, False, None)
232 write_local_vars(f, data.vars_dict, True, data.name)
tool_makefile_writer.py 32 makefile_writer.write_local_vars(f, var_dict, False, None)
  /external/chromium_org/third_party/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'
154 # Compare various ways of calling write_local_vars to expectations.
158 makefile_writer.write_local_vars(f, vars_dict, append, name)
209 makefile_writer.write_local_vars(f, vars_dict, append, name)

Completed in 67 milliseconds