HomeSort by relevance Sort by last modified time
    Searched refs:lines (Results 351 - 375 of 1071) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 31 // lines are rendered as:
245 // in this case approx the path with lines
269 // if it returns -1 then should be drawn as lines
320 * Generates the lines and quads to be rendered. Lines are always recorded in
331 GrAAHairLinePathRenderer::PtArray* lines,
363 SkPoint* pts = lines->push_back_n(4);
389 SkPoint* pts = lines->push_back_n(2);
397 // When it is degenerate it allows the approximation with lines to work since the
413 SkPoint* pts = lines->push_back_n(4)
959 int lines = 0; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
parse_core.py 100 self.lines = lexer.lines[self.start_lno:max(lexer.lno,self.start_lno+1)]
  /external/mesa3d/scons/
source_list.py 86 # more lines to come
95 # combine with previous lines
116 lines = fp.read().splitlines()
121 for line in lines:
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 31 // lines are rendered as:
245 // in this case approx the path with lines
269 // if it returns -1 then should be drawn as lines
320 * Generates the lines and quads to be rendered. Lines are always recorded in
331 GrAAHairLinePathRenderer::PtArray* lines,
363 SkPoint* pts = lines->push_back_n(4);
389 SkPoint* pts = lines->push_back_n(2);
397 // When it is degenerate it allows the approximation with lines to work since the
413 SkPoint* pts = lines->push_back_n(4)
959 int lines = 0; local
    [all...]
  /external/skia/tests/
PathOpsCubicIntersectionTestData.cpp 110 const SkDCubic lines[] = { variable
143 const size_t lines_count = SK_ARRAY_COUNT(lines);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 173 lines.
192 # is the same length as subsequent lines.
198 # Second and subsequent lines should subtract off the length in
397 ASCII lines on, in rough support of RFC 2822's `highest level
398 syntactic breaks'. This doesn't affect RFC 2047 encoded lines.
424 lines = []
431 lines.append(line)
444 lines.append(line)
461 onfirstline = not lines
470 lines.append(joiner.join(this) + eol
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IdleHistory.py 24 # Get source code from start index to end index. Lines in the
26 lines = self.text.get(start, end).split(self.output_sep)
27 return "\n".join(lines)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 173 lines.
192 # is the same length as subsequent lines.
198 # Second and subsequent lines should subtract off the length in
397 ASCII lines on, in rough support of RFC 2822's `highest level
398 syntactic breaks'. This doesn't affect RFC 2047 encoded lines.
424 lines = []
431 lines.append(line)
444 lines.append(line)
461 onfirstline = not lines
470 lines.append(joiner.join(this) + eol
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IdleHistory.py 24 # Get source code from start index to end index. Lines in the
26 lines = self.text.get(start, end).split(self.output_sep)
27 return "\n".join(lines)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 187 def _find_in_lines(regex, lines, start_position, not_found_position):
196 current_line = lines[start_position.row][start_position.column:]
206 if current_row >= len(lines):
208 current_line = lines[current_row]
210 def _rfind_in_lines(regex, lines, start_position, not_found_position):
222 current_line = lines[start_position.row][:start_position.column]
232 current_line = lines[current_row]
408 """Converts multiple lines into a single line (with line breaks replaced by a
410 def __init__(self, lines, start_position, end_position):
414 lines: a list of multiple lines to combine into a single line
    [all...]
  /art/tools/
cpplint.py 675 """Tracks current function name and the number of lines in its body."""
701 """Report if too many lines in function body.
725 ' %s has %d non-comment lines'
726 ' (error triggered by exceeding %d lines).' % (
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 674 """Tracks current function name and the number of lines in its body."""
700 """Report if too many lines in function body.
720 ' %s has %d non-comment lines'
721 ' (error triggered by exceeding %d lines).' % (
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
normperf.cpp 143 fprintf(stderr, "FAILED to read lines from file and create UPerfTest object. Error: %s\n", u_errorName(status));
199 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen);
228 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,lines,numLines, uselen);
258 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,lines,numLines, uselen);
287 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,lines,numLines, uselen);
316 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,lines,numLines, uselen);
345 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFC, options,uselen);
373 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFD, options,uselen);
401 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_FCD, options,uselen);
430 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_NFC, options,uselen)
    [all...]
  /external/icu4c/test/perf/normperf/
normperf.cpp 143 fprintf(stderr, "FAILED to read lines from file and create UPerfTest object. Error: %s\n", u_errorName(status));
199 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen);
228 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,lines,numLines, uselen);
258 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,lines,numLines, uselen);
287 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,lines,numLines, uselen);
316 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,lines,numLines, uselen);
345 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFC, options,uselen);
373 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFD, options,uselen);
401 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_FCD, options,uselen);
430 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_NFC, options,uselen)
    [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 513 lines = []
515 lines.append('--' + BOUNDARY)
516 lines.append('Content-Disposition: form-data; name="%s"' % key)
517 lines.append('')
518 lines.append(value)
520 lines.append('--' + BOUNDARY)
521 lines.append('Content-Disposition: form-data; name="%s"; filename="%s"' %
523 lines.append('Content-Type: %s' % GetContentType(filename))
524 lines.append('')
525 lines.append(value
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 513 lines = []
515 lines.append('--' + BOUNDARY)
516 lines.append('Content-Disposition: form-data; name="%s"' % key)
517 lines.append('')
518 lines.append(value)
520 lines.append('--' + BOUNDARY)
521 lines.append('Content-Disposition: form-data; name="%s"; filename="%s"' %
523 lines.append('Content-Type: %s' % GetContentType(filename))
524 lines.append('')
525 lines.append(value
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py 513 lines = []
515 lines.append('--' + BOUNDARY)
516 lines.append('Content-Disposition: form-data; name="%s"' % key)
517 lines.append('')
518 lines.append(value)
520 lines.append('--' + BOUNDARY)
521 lines.append('Content-Disposition: form-data; name="%s"; filename="%s"' %
523 lines.append('Content-Type: %s' % GetContentType(filename))
524 lines.append('')
525 lines.append(value
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 114 my $svnPropertyValueStartRegEx = qr#^\s*(\+|-|Merged|Reverse-merged)\s*([^\r\n]+)#; # $2 is the start of the property's value (which may span multiple lines).
648 # svnConvertedText: the header text with some lines converted to SVN
649 # format. Git-specific lines are preserved.
768 # in some lines corrected.
795 # Fix paths on "---" and "+++" lines to match the leading
815 # two lines of the diff header. For example:
883 # svnConvertedText: the header text with some lines converted to SVN
884 # format. Git-specific lines are preserved.
939 # svnConvertedText: the diff with some lines converted to SVN format.
940 # Git-specific lines are preserved
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 74 lines = output.string.split( /\n/ )
75 lines.should have( 3 ).things
94 lines = output.string.split( "\n" )
95 lines.should have( 4 ).things
241 # lines = output.string.split(/\n/)
242 # lines.should have(3).things
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi00.py 329 def _create_get_memorized_lines(lines):
333 return lines
339 for lines in request_lines_set:
342 lines)
  /external/chromium_org/base/debug/
trace_event_memory.cc 324 std::vector<std::string> lines; local
325 size_t line_count = Tokenize(input_string, "\n", &lines);
327 DLOG(WARNING) << "No lines found";
333 AppendHeapProfileTotalsAsTraceFormat(lines[0], output);
335 // Handle the following stack trace lines.
337 const std::string& line = lines[i];
  /external/chromium_org/chrome/tools/
history-viz.py 68 lines = []
74 lines.append(line)
78 lines.append(line)
79 return '\n'.join(lines)
  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 144 lines = []
148 lines.append(line)
153 lines.append(line)
154 rtn = ' \\\n\t'.join(lines)
  /external/chromium_org/ppapi/
PRESUBMIT.py 192 lines = input_api.RightHandSideLines(lambda f: f.LocalPath() == filename)
193 for line in lines:
215 lines = input_api.RightHandSideLines(
218 for line in lines:
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 112 lines = open(path, 'r').read().splitlines()
115 if (not '*.cc = svn:eol-style=LF' in lines or
116 not '*.pdf = svn:mime-type=application/pdf' in lines or
117 not 'enable-auto-props = yes' in lines):

Completed in 1848 milliseconds

<<11121314151617181920>>