HomeSort by relevance Sort by last modified time
    Searched full:lines (Results 826 - 850 of 5102) sorted by null

<<31323334353637383940>>

  /external/aac/libAACenc/src/
quantize.cpp 98 description: quantizes spectrum lines
100 input: global gain, number of lines to process, spectral data
155 description: iquantizes spectrum lines
157 input: global gain, number of lines to process,quantized spectrum
292 input: gain, number of lines to process, spectral data
345 input: gain, number of lines to process, quantized spectral data,
chaosmeasure.cpp 133 /* provide chaos measure for first few lines */
137 /* provide chaos measure for last few lines */
148 input: MDCT data, number of lines
  /external/clang/lib/Format/
ContinuationIndenter.h 96 /// column limit violation in all lines except for the last one. The penalty
127 /// handled in \c addNextStateToQueue, and the penalty for other lines doesn't
196 /// lines, in this context.
220 /// \brief If a nested name specifier was broken over multiple lines, this
224 /// \brief If a call expression was broken over multiple lines, this
338 /// In long and deeply nested unwrapped lines, the current algorithm can
  /external/clang/lib/Rewrite/
Rewriter.cpp 264 SmallVector<StringRef, 4> lines; local
265 Str.split(lines, "\n");
267 for (unsigned i = 0, e = lines.size(); i != e; ++i) {
268 indentedStr += lines[i];
358 // Find where the lines start.
382 // Indent the lines between start/end offsets.
  /external/clang/test/Index/
annotate-comments.cpp 1 // Run lines are sensitive to line numbers and come below the code.
88 * runs for three lines. IS_DOXYGEN_END
94 /// It has only two lines.
224 // One of the following lines has trailing whitespace. It is intended, don't
233 // One of the following lines has trailing whitespace. It is intended, don't
292 // These CHECK lines are not located near the code on purpose. This test
  /external/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp 445 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WRITE_DEPTH, 0, GL_LINES));
453 basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_lines", "lines", 4, CASE_WRITE_STENCIL, 0, GL_LINES));
467 scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WRITE_DEPTH, CASEOPTION_SCISSOR, GL_LINES));
475 scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_lines", "lines", 4, CASE_WRITE_STENCIL, CASEOPTION_SCISSOR, GL_LINES));
489 fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WRITE_DEPTH, CASEOPTION_FBO, GL_LINES));
497 fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_lines", "lines", 4, CASE_WRITE_STENCIL, CASEOPTION_FBO, GL_LINES));
  /external/freetype/include/
ftstroke.h 101 * These values determine how two joining lines are rendered
107 * to join two lines smoothly.
111 * the joined lines is filled by enclosing the triangular
163 * The end of lines is rendered as a full stop on the last
167 * The end of lines is rendered as a half-circle around the
171 * The end of lines is rendered as a square around the
ftttdrv.h 204 * 16x1) grid lines per pixel for bytecode instructions like `MIRP'.
205 * After hinting, these 16 grid lines are mapped to 6x5 (or 6x1) grid
206 * lines for color filtering if Color ClearType is activated.
  /external/google-breakpad/src/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/google-breakpad/src/testing/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/pdfium/third_party/freetype/include/
ftstroke.h 101 * These values determine how two joining lines are rendered
107 * to join two lines smoothly.
111 * the joined lines is filled by enclosing the triangular
163 * The end of lines is rendered as a full stop on the last
167 * The end of lines is rendered as a half-circle around the
171 * The end of lines is rendered as a square around the
  /external/v8/src/
d8.js 775 // Default is ten lines starting five lines before the current location.
778 // line. Set it to start from 5 lines before the current location.
781 // source start line. Set it to start from 1 lines before the current
787 var lines = 10;
793 from = Debug.State.displaySourceStartLine - lines;
796 lines = parseInt(args[1]) - from + 1; // inclusive of the ending line.
801 Debug.State.displaySourceEndLine = from + lines - 1;
802 var sourceArgs = '' + from + ' ' + lines;
812 // Default is ten lines starting five lines before the current location
1548 var lines = source.split('\\n'); variable
    [all...]
  /external/vogar/src/vogar/
Console.java 338 String[] lines = messageToLines(streamedOutput.toString()); local
348 out.print(lines[0]);
351 for (int i = 1; i < lines.length; i++) {
354 if (lines[i].length() > 0) {
357 out.print(lines[i]);
413 * Returns an array containing the lines of the given text.
  /art/tools/
generate-operator-out.py 40 lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n')
50 for raw_line in lines:
119 # Skip blank lines.
  /cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
JdwpSecurityHostTest.java 200 private final List<String> lines = new ArrayList<String>(); field in class:JdwpSecurityHostTest.AdbJdwpOutputReader
226 return lines;
236 lines.add(line);
  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 150 * Flushes the output. If there are more lines of pending output in one
151 * column, then the other column will get filled with blank lines.
167 * there are in the pending output, removing those lines from
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 150 * Flushes the output. If there are more lines of pending output in one
151 * column, then the other column will get filled with blank lines.
167 * there are in the pending output, removing those lines from
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
PythonTarget.java 98 lines and some whitespace my be added at the beginning.
147 // strip trailing empty lines
154 // string leading empty lines
  /external/blktrace/doc/
btreplay.8 153 The only entries in the file that are allowed are these two element lines \(em
154 we do not (yet?) support the notion of blank lines, or comment lines, or the
  /external/ceres-solver/data/nist/
Chwirut1.dat 5 Starting Values (lines 41 to 43)
6 Certified Values (lines 41 to 48)
7 Data (lines 61 to 274)
Hahn1.dat 5 Starting Values (lines 41 to 47)
6 Certified Values (lines 41 to 52)
7 Data (lines 61 to 296)
  /external/deqp/android/cts/master/src/
gles31-hw-issues.txt 70 dEQP-GLES31.functional.primitive_bounding_box.lines.global_state.vertex_geometry_fragment.fbo_bbox_equal
71 dEQP-GLES31.functional.primitive_bounding_box.lines.global_state.vertex_geometry_fragment.fbo_bbox_larger
72 dEQP-GLES31.functional.primitive_bounding_box.lines.global_state.vertex_geometry_fragment.fbo_bbox_smaller
  /external/dexmaker/src/dx/java/com/android/dx/util/
TwoColumnOutput.java 150 * Flushes the output. If there are more lines of pending output in one
151 * column, then the other column will get filled with blank lines.
167 * there are in the pending output, removing those lines from
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
StrictLineReader.java 28 * Buffers input from an {@link InputStream} for reading lines.
30 * <p>This class is used for buffered reading of lines. For purposes of this class, a line ends
35 * <p>This class is intended for reading input that strictly consists of lines, such as line-based
  /external/icu/icu4c/source/tools/toolutil/
uparse.c 53 * Unicode 5.0 adds such lines in some data files to document
109 * set the default warning for @missing lines
135 /* skip lines with only whitespace */

Completed in 416 milliseconds

<<31323334353637383940>>