Home
last modified time | relevance | path

Searched refs:strip_slashes (Results 1 – 4 of 4) sorted by relevance

/external/skqp/gn/
Dgn_to_bp.py300 def strip_slashes(lst): function
303 android_srcs = strip_slashes(js['targets']['//:skia']['sources'])
304 cflags = strip_slashes(js['targets']['//:skia']['cflags'])
305 cflags_cc = strip_slashes(js['targets']['//:skia']['cflags_cc'])
306 local_includes = strip_slashes(js['targets']['//:skia']['include_dirs'])
307 export_includes = strip_slashes(js['targets']['//:public']['include_dirs'])
309 dm_srcs = strip_slashes(js['targets']['//:dm']['sources'])
310 dm_includes = strip_slashes(js['targets']['//:dm']['include_dirs'])
313 nanobench_srcs = strip_slashes(nanobench_target['sources'])
314 nanobench_includes = strip_slashes(nanobench_target['include_dirs'])
[all …]
/external/skia/gn/
Dgn_to_bp.py475 def strip_slashes(lst): function
478 android_srcs = strip_slashes(js['targets']['//:skia']['sources'])
479 cflags = strip_slashes(js['targets']['//:skia']['cflags'])
480 cflags_cc = strip_slashes(js['targets']['//:skia']['cflags_cc'])
481 local_includes = strip_slashes(js['targets']['//:skia']['include_dirs'])
482 export_includes = strip_slashes(js['targets']['//:public']['include_dirs'])
484 dm_srcs = strip_slashes(js['targets']['//:dm']['sources'])
485 dm_includes = strip_slashes(js['targets']['//:dm']['include_dirs'])
488 nanobench_srcs = strip_slashes(nanobench_target['sources'])
489 nanobench_includes = strip_slashes(nanobench_target['include_dirs'])
[all …]
/external/skia/tools/skqp/
Dgn_to_bp.py140 def strip_slashes(lst): function
143 srcs = strip_slashes(js['targets']['//:libskqp_app']['sources'])
144 cflags = strip_slashes(js['targets']['//:libskqp_app']['cflags'])
145 cflags_cc = strip_slashes(js['targets']['//:libskqp_app']['cflags_cc'])
146 local_includes = strip_slashes(js['targets']['//:libskqp_app']['include_dirs'])
/external/skqp/tools/skqp/
Dgn_to_bp.py142 def strip_slashes(lst): function
145 srcs = strip_slashes(js['targets']['//:libskqp_app']['sources'])
146 cflags = strip_slashes(js['targets']['//:libskqp_app']['cflags'])
147 cflags_cc = strip_slashes(js['targets']['//:libskqp_app']['cflags_cc'])
148 local_includes = strip_slashes(js['targets']['//:libskqp_app']['include_dirs'])