HomeSort by relevance Sort by last modified time
    Searched refs:next_line (Results 1 - 19 of 19) sorted by null

  /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/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_linux.cc 193 char *next_line = (char*)internal_memchr(current_, '\n', last - current_); local
194 if (next_line == 0)
195 next_line = last;
227 while (current_ < next_line && *current_ == ' ')
231 while (current_ < next_line) {
238 current_ = next_line + 1;
  /external/openssl/crypto/ocsp/
ocsp_ht.c 340 next_line:
378 goto next_line;
395 goto 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/chromium_org/third_party/motemplate/
motemplate.py 824 self.next_line = 1
840 self.next_line += 1
869 token.name, self.next_token.name, self.next_line)
925 tokens.next_line)
940 tokens.next_line))
981 start_line = tokens.next_line
983 return [_StringNode(string, start_line, tokens.next_line)]
1030 line, column = tokens.next_line, (tokens.next_column + 1)
    [all...]
  /external/chromium_org/third_party/markdown/extensions/
footnotes.py 272 next_line = lines[j]; break
277 if detab(next_line): # Yes, more work to do.
  /external/e2fsprogs/misc/
e2initrd_helper.c 356 goto next_line;
363 next_line:
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py 781 next_line = get_item(self.source, end_line_index + 1, default='')
789 next_line=next_line,
808 next_line = get_item(self.source, line_index + 1, default='')
814 next_line=next_line,
826 next_line, original):
827 cache_entry = (target, previous_line, next_line)
836 last_comment=not next_line.lstrip().startswith('#'))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
command_store.js 247 msgId: 'next_line',
  /art/runtime/verifier/
method_verifier.cc 2922 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); local
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js 60 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...]

Completed in 1891 milliseconds