HomeSort by relevance Sort by last modified time
    Searched refs:skip_ws (Results 1 - 7 of 7) 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);
SkJSON.cpp 259 static inline const char* skip_ws(const char* p) { function in namespace:skjson::__anon38294
310 p = skip_ws(p);
323 p = skip_ws(p + 1);
331 p = skip_ws(p);
339 p = skip_ws(p);
346 p = skip_ws(p);
380 p = skip_ws(p);
433 p = skip_ws(p + 1);
SkParsePath.cpp 34 static const char* skip_ws(const char str[]) { function
89 data = skip_ws(data);
  /external/skqp/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);
SkJSON.cpp 259 static inline const char* skip_ws(const char* p) { function in namespace:skjson::__anon39090
310 p = skip_ws(p);
323 p = skip_ws(p + 1);
331 p = skip_ws(p);
339 p = skip_ws(p);
346 p = skip_ws(p);
380 p = skip_ws(p);
433 p = skip_ws(p + 1);
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 280 milliseconds