OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_ws
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/utils/
SkParse.cpp
50
static const char*
skip_ws
(const char str[])
function
111
str =
skip_ws
(str);
140
str =
skip_ws
(str);
166
str =
skip_ws
(str);
204
str =
skip_ws
(str);
SkParsePath.cpp
34
static const char*
skip_ws
(const char str[]) {
function
89
data =
skip_ws
(data);
/external/mesa3d/src/gallium/tools/trace/
parse.py
65
def __init__(self, fp,
skip_ws
= True):
70
self.
skip_ws
=
skip_ws
99
if not self.
skip_ws
or not self.character_data.isspace():
Completed in 9622 milliseconds