OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_ws
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/utils/
SkParse.cpp
51
static const char*
skip_ws
(const char str[])
function
112
str =
skip_ws
(str);
141
str =
skip_ws
(str);
167
str =
skip_ws
(str);
205
str =
skip_ws
(str);
SkParsePath.cpp
35
static const char*
skip_ws
(const char str[]) {
function
90
data =
skip_ws
(data);
/external/mesa3d/src/gallium/tools/trace/
parse.py
66
def __init__(self, fp,
skip_ws
= True):
71
self.
skip_ws
=
skip_ws
100
if not self.
skip_ws
or not self.character_data.isspace():
/external/skia/src/animator/
SkParseSVGPath.cpp
75
static const char*
skip_ws
(const char str[])
function
124
data =
skip_ws
(data);
Completed in 98 milliseconds