OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strip_slashes
(Results
1 - 4
of
4
) sorted by null
/external/skia/gn/
gn_to_bp.py
226
def
strip_slashes
(lst):
function
229
srcs =
strip_slashes
(js['targets']['//:skia']['sources'])
230
cflags =
strip_slashes
(js['targets']['//:skia']['cflags'])
231
cflags_cc =
strip_slashes
(js['targets']['//:skia']['cflags_cc'])
232
local_includes =
strip_slashes
(js['targets']['//:skia']['include_dirs'])
233
export_includes =
strip_slashes
(js['targets']['//:public']['include_dirs'])
236
dm_srcs =
strip_slashes
(js['targets']['//:dm']['sources'])
237
dm_includes =
strip_slashes
(js['targets']['//:dm']['include_dirs'])
240
nanobench_srcs =
strip_slashes
(nanobench_target['sources'])
241
nanobench_includes =
strip_slashes
(nanobench_target['include_dirs']
[
all
...]
/external/skqp/gn/
gn_to_bp.py
221
def
strip_slashes
(lst):
function
224
srcs =
strip_slashes
(js['targets']['//:skia']['sources'])
225
cflags =
strip_slashes
(js['targets']['//:skia']['cflags'])
226
cflags_cc =
strip_slashes
(js['targets']['//:skia']['cflags_cc'])
227
local_includes =
strip_slashes
(js['targets']['//:skia']['include_dirs'])
228
export_includes =
strip_slashes
(js['targets']['//:public']['include_dirs'])
231
dm_srcs =
strip_slashes
(js['targets']['//:dm']['sources'])
232
dm_includes =
strip_slashes
(js['targets']['//:dm']['include_dirs'])
235
nanobench_srcs =
strip_slashes
(nanobench_target['sources'])
236
nanobench_includes =
strip_slashes
(nanobench_target['include_dirs']
[
all
...]
/external/skia/tools/skqp/
gn_to_bp.py
157
def
strip_slashes
(lst):
function
160
srcs =
strip_slashes
(js['targets']['//:libskqp_app']['sources'])
161
cflags =
strip_slashes
(js['targets']['//:libskqp_app']['cflags'])
162
cflags_cc =
strip_slashes
(js['targets']['//:libskqp_app']['cflags_cc'])
163
local_includes =
strip_slashes
(js['targets']['//:libskqp_app']['include_dirs'])
/external/skqp/tools/skqp/
gn_to_bp.py
159
def
strip_slashes
(lst):
function
162
srcs =
strip_slashes
(js['targets']['//:libskqp_app']['sources'])
163
cflags =
strip_slashes
(js['targets']['//:libskqp_app']['cflags'])
164
cflags_cc =
strip_slashes
(js['targets']['//:libskqp_app']['cflags_cc'])
165
local_includes =
strip_slashes
(js['targets']['//:libskqp_app']['include_dirs'])
Completed in 95 milliseconds