OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_ws
(Results
1 - 13
of
13
) sorted by null
/external/oprofile/libutil/tests/
string_tests.c
37
if (strcmp(
skip_ws
(""), ""))
38
error("
skip_ws
of \"\" is not \"\"");
39
if (strcmp(
skip_ws
("\na"), "a"))
40
error("
skip_ws
of \\na is not a");
41
if (strcmp(
skip_ws
("\n\na"), "a"))
42
error("
skip_ws
of \\n\\na is not a");
43
if (strcmp(
skip_ws
("\n a"), "a"))
44
error("
skip_ws
of \\n a is not a");
45
if (strcmp(
skip_ws
("\n \ta"), "a"))
46
error("
skip_ws
of \\n \\ta is not a")
[
all
...]
/external/oprofile/libutil/
op_string.c
37
char const *
skip_ws
(char const * c)
function
55
return !*
skip_ws
(c);
61
return *
skip_ws
(c) == '#';
op_string.h
51
char const *
skip_ws
(char const * c);
/external/chromium_org/third_party/skia/src/utils/
SkParse.cpp
49
static const char*
skip_ws
(const char str[])
function
110
str =
skip_ws
(str);
139
str =
skip_ws
(str);
165
str =
skip_ws
(str);
203
str =
skip_ws
(str);
SkParsePath.cpp
35
static const char*
skip_ws
(const char str[]) {
function
80
data =
skip_ws
(data);
/external/skia/src/utils/
SkParse.cpp
49
static const char*
skip_ws
(const char str[])
function
110
str =
skip_ws
(str);
139
str =
skip_ws
(str);
165
str =
skip_ws
(str);
203
str =
skip_ws
(str);
SkParsePath.cpp
35
static const char*
skip_ws
(const char str[]) {
function
80
data =
skip_ws
(data);
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/skia/src/animator/
SkParseSVGPath.cpp
75
static const char*
skip_ws
(const char str[])
function
124
data =
skip_ws
(data);
/external/oprofile/libop/
op_events.c
168
valueend =
skip_ws
(valueend);
185
c =
skip_ws
(c);
192
c =
skip_ws
(c);
278
numstart =
skip_ws
(numstart);
356
c =
skip_ws
(c);
376
end =
skip_ws
(end);
384
end =
skip_ws
(end);
516
c =
skip_ws
(c);
/external/skia/src/animator/
SkParseSVGPath.cpp
75
static const char*
skip_ws
(const char str[])
function
124
data =
skip_ws
(data);
/external/oprofile/daemon/
opd_ibs.c
537
ptr = (char *)
skip_ws
(tmp);
Completed in 645 milliseconds