/system/extras/sane_schedstat/ |
sane_schedstat.c | 58 static const char *next_line(const char *b) { function 121 b = next_line(b); 127 b = next_line(b);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
stroker.c | 634 const VGfloat *next_line, enum line_join_mode join) 637 debug_printf("create_joins: focal=[%f, %f], next_line=[%f, %f,%f, %f]\n", 639 next_line[0], next_line[1], next_line[2], next_line[3]); 642 if (floatsEqual(stroker->back1_x, next_line[0]) && 643 floatsEqual(stroker->back1_y, next_line[1])) 647 stroker_emit_line_to(stroker, next_line[0], next_line[1]) [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
stroker.c | 634 const VGfloat *next_line, enum line_join_mode join) 637 debug_printf("create_joins: focal=[%f, %f], next_line=[%f, %f,%f, %f]\n", 639 next_line[0], next_line[1], next_line[2], next_line[3]); 642 if (floatsEqual(stroker->back1_x, next_line[0]) && 643 floatsEqual(stroker->back1_y, next_line[1])) 647 stroker_emit_line_to(stroker, next_line[0], next_line[1]) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_ht.c | 335 next_line: 373 goto next_line; 390 goto next_line;
|
/external/openssl/crypto/ocsp/ |
ocsp_ht.c | 335 next_line: 373 goto next_line; 390 goto next_line;
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.cc | 413 char *next_line = (char*)internal_memchr(current_, '\n', last - current_); local 414 if (next_line == 0) 415 next_line = last; 450 while (current_ < next_line && *current_ == ' ') 454 while (current_ < next_line) { 461 current_ = next_line + 1;
|
/external/e2fsprogs/misc/ |
e2initrd_helper.c | 348 goto next_line; 355 next_line:
|
/external/markdown/markdown/extensions/ |
footnotes.py | 239 next_line = lines[j]; break 244 if detab(next_line): # Yes, more work to do.
|
/external/valgrind/main/tests/ |
s390x_features.c | 162 if (*p == '\n') goto next_line; 182 next_line: ;
|
/external/chromium_org/third_party/handlebar/ |
handlebar.py | 827 self.next_line = 1 843 self.next_line += 1 872 token.name, self.next_token.name, self.next_line) 928 tokens.next_line) 943 tokens.next_line)) 984 start_line = tokens.next_line 986 return [_StringNode(string, start_line, tokens.next_line)] 1033 line, column = tokens.next_line, (tokens.next_column + 1) [all...] |
/art/tools/ |
cpplint.py | [all...] |
/external/libvpx/libvpx/tools/ |
cpplint.py | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | [all...] |
/external/chromium_org/v8/src/ |
d8.cc | 1226 char* next_line = ReadLine(ptr); local [all...] |
/external/v8/src/ |
d8.cc | 1121 char* next_line = ReadLine(ptr); local [all...] |
/external/valgrind/main/coregrind/ |
m_machine.c | 586 if (*p == '\n') goto next_line; 604 next_line: ; [all...] |
/art/runtime/verifier/ |
method_verifier.cc | 2779 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); local [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | 59 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!0,announce:!0,msgId:"next_character",skipInput:!0,category:"navigation"},previousWord:{backward:!0,announce:!0,msgId:"previous_word",skipInput:!0,category:"navigation"},nextWord:{forward:!0,announce:!0,msgId:"next_word",skipInput:!0,category:"navigation"},previousLine:{backward:!0,announce:!0,msgId:"previous_line",category:"navigation"},nextLine:{forward:!0,announce:!0,msgId:"next_line",category:"navigation"}, [all...] |
chromeVoxChromePageScript.js | [all...] |