Searched refs:next_line (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dstroker.c634 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[
632 create_joins(struct stroker *stroker, VGfloat focal_x, VGfloat focal_y, const VGfloat *next_line, enum line_join_mode join) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.c634 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[
632 create_joins(struct stroker *stroker, VGfloat focal_x, VGfloat focal_y, const VGfloat *next_line, enum line_join_mode join) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc193 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/
H A Docsp_ht.c340 next_line:
378 goto next_line;
395 goto next_line;
/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py824 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)
1069 start_line = tokens.next_line
1071 return [_CommentNode(start_line, tokens.next_line)]
[all...]
/external/chromium_org/third_party/markdown/extensions/
H A Dfootnotes.py272 next_line = lines[j]; break
277 if detab(next_line): # Yes, more work to do.
/external/markdown/markdown/extensions/
H A Dfootnotes.py239 next_line = lines[j]; break
244 if detab(next_line): # Yes, more work to do.
/external/valgrind/main/tests/
H A Ds390x_features.c165 if (*p == '\n') goto next_line;
185 next_line: ;
/external/e2fsprogs/misc/
H A De2initrd_helper.c356 goto next_line;
363 next_line:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py1909 next_line = raw[line_number + 1]
1910 if (next_line
1911 and match(r'\s*}', next_line)
1912 and next_line.find('namespace') == -1
1913 and next_line.find('} else ') == -1):
3057 next_line = clean_lines.raw_lines[line_number + 1]
3058 if not is_blank_line(next_line):
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py2618 next_line = raw[linenum + 1]
2619 if (next_line
2620 and Match(r'\s*}', next_line)
2621 and next_line.find('} else ') == -1):
4001 next_line = clean_lines.elided[linenum + 1]
4008 if not Search(r'^\s*}[\w\*,\s]*;', next_line):
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py2281 next_line = raw[linenum + 1]
2282 if (next_line
2283 and Match(r'\s*}', next_line)
2284 and next_line.find('} else ') == -1):
3424 next_line = clean_lines.elided[linenum + 1]
3431 if not Search(r'^\s*}[\w\*,\s]*;', next_line):
/external/libvpx/libvpx/tools/
H A Dcpplint.py2618 next_line = raw[linenum + 1]
2619 if (next_line
2620 and Match(r'\s*}', next_line)
2621 and next_line.find('} else ') == -1):
4001 next_line = clean_lines.elided[linenum + 1]
4008 if not Search(r'^\s*}[\w\*,\s]*;', next_line):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py781 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('#'))
/external/valgrind/main/coregrind/
H A Dm_machine.c607 if (*p == '\n') goto next_line;
625 next_line: ;
/external/chromium_org/v8/tools/
H A Dgrokdump.py2467 next_line = lines[i + 1]
2468 next_address = next_line[0]

Completed in 6945 milliseconds