Searched refs:write_group (Results 1 - 5 of 5) sorted by relevance

/external/skia/platform_tools/android/gyp_gen/
H A Dmakefile_writer.py14 def write_group(f, name, items, append): function
70 write_group(f, _key, _items, _append)
211 write_group(f, 'LOCAL_SHARED_LIBRARIES', var_dict_shared, True)
212 write_group(f, 'LOCAL_STATIC_LIBRARIES', var_dict_static, True)
216 write_group(f, 'LOCAL_SHARED_LIBRARIES', common['LOCAL_SHARED_LIBRARIES'],
218 write_group(f, 'LOCAL_STATIC_LIBRARIES', common['LOCAL_STATIC_LIBRARIES'],
285 write_group(f, 'LOCAL_EXPORT_C_INCLUDE_DIRS',
/external/skia/platform_tools/android/tests/
H A Dmakefile_writer_tests.py151 makefile_writer.write_group(f, 'name', empty, truth)
159 makefile_writer.write_group(f, 'animals', animals, False)
165 makefile_writer.write_group(f, 'animals_append', animals, True)
/external/v8/tools/gyp/pylib/gyp/generator/
H A Dcmake.py1051 write_group = circular_libs and len(static_deps) > 1 and flavor != 'mac'
1052 if write_group:
1058 if write_group:
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_winreg.c770 static void write_group(HKEY hk, struct wpa_ssid *ssid) function
874 write_group(netw, ssid);
H A Dconfig_file.c565 static void write_group(FILE *f, struct wpa_ssid *ssid) function
686 write_group(f, ssid);

Completed in 506 milliseconds