Home
last modified time | relevance | path

Searched refs:skip_while (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/lib/
Ddump.py191 (ln, found) = skip_while(
201 (ln, _) = skip_while(
217 (ln, _) = skip_while(
229 (ln, _) = skip_while(
238 (ln, found) = skip_while(
287 (ln, found) = skip_while(
376 (line_number, _) = skip_while(
380 (line_number, _) = skip_while(
477 def skip_while(index, max_index, skipping_condition): function
/external/llvm/lib/Support/
DYAMLParser.cpp370 StringRef::iterator skip_while( SkipWhileFunc Func
830 StringRef::iterator Scanner::skip_while( SkipWhileFunc Func in skip_while() function in Scanner
1040 Current = skip_while(&Scanner::skip_ns_char, Current); in scanDirective()
1042 Current = skip_while(&Scanner::skip_s_white, Current); in scanDirective()
1046 Current = skip_while(&Scanner::skip_ns_char, Current); in scanDirective()
1052 Current = skip_while(&Scanner::skip_ns_char, Current); in scanDirective()
1053 Current = skip_while(&Scanner::skip_s_white, Current); in scanDirective()
1054 Current = skip_while(&Scanner::skip_ns_char, Current); in scanDirective()
1416 Current = skip_while(&Scanner::skip_ns_char, Current); in scanTag()