HomeSort by relevance Sort by last modified time
    Searched defs:LINE (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/opus/src/celt/arm/
arm2gnu.pl 54 LINE:
57 # For ADRLs we need to add a new line after the substituted one.
66 # If there's nothing on a line but a comment, don't try to apply any further
134 # whitespace separating them). Sadly this means our line numbers
135 # won't match the original source file (we could use the .line
137 # show the wrong line in the translated source file).
207 # Single hex constant on the line !
216 # Only decimal constants on the line, no hex !
219 # Single hex constant on the line !
221 # Only decimal constants on the line, no hex
    [all...]
  /external/libopus/celt/arm/
arm2gnu.pl 28 LINE:
31 # For ADRLs we need to add a new line after the substituted one.
40 # If there's nothing on a line but a comment, don't try to apply any further
108 # whitespace separating them). Sadly this means our line numbers
109 # won't match the original source file (we could use the .line
111 # show the wrong line in the translated source file).
181 # Single hex constant on the line !
190 # Only decimal constants on the line, no hex !
193 # Single hex constant on the line !
195 # Only decimal constants on the line, no hex
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_so_emit_tmp.h 29 #define LINE(flags,i0,i1) so_line(so,i0,i1)
draw_gs_tmp.h 28 #define LINE(flags,i0,i1) gs_line(gs,i0,i1)
draw_decompose_tmp.h 42 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1)
76 LINE(flags, idx[0], idx[1]);
90 LINE(flags, idx[0], idx[1]);
94 LINE(flags, idx[1], idx[2]);
440 #undef LINE
draw_pipe.c 128 * Build primitive to render a line with vertices at v0, v1.
143 draw->pipeline.first->line( draw->pipeline.first, &prim );
183 #define LINE(flags,i0,i1) \
284 #define LINE(flags,i0,i1) \
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_so_emit_tmp.h 29 #define LINE(flags,i0,i1) so_line(so,i0,i1)
draw_gs_tmp.h 28 #define LINE(flags,i0,i1) gs_line(gs,i0,i1)
draw_decompose_tmp.h 42 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1)
76 LINE(flags, idx[0], idx[1]);
90 LINE(flags, idx[0], idx[1]);
94 LINE(flags, idx[1], idx[2]);
440 #undef LINE
draw_pipe.c 128 * Build primitive to render a line with vertices at v0, v1.
143 draw->pipeline.first->line( draw->pipeline.first, &prim );
183 #define LINE(flags,i0,i1) \
284 #define LINE(flags,i0,i1) \
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
bar_with_relro.cpp 15 #define LINE "another example string",
16 #define LINE8 LINE LINE LINE LINE LINE LINE LINE LINE
foo_with_relro.cpp 11 #define LINE "some example string",
12 #define LINE8 LINE LINE LINE LINE LINE LINE LINE LINE
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java 31 public static final int LINE = 1;
51 * to the location of this PathPoint. This can be one of MOVE, LINE, or CURVE.
58 * Line/Move constructor
80 * Constructs and returns a PathPoint object that describes a line to the given xy location.
83 return new PathPoint(LINE, x, y);
  /external/deqp/modules/glshared/
glsScissorTests.hpp 56 LINE,
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
AbstractInsnNode.java 118 public static final int LINE = 14;
  /external/doclava/src/com/google/doclava/
DocFile.java 27 public static final Pattern LINE = Pattern.compile("(.*)[\r]?\n", Pattern.MULTILINE);
78 // The document is properties up until the line "@jd:body".
82 Matcher lines = LINE.matcher(filedata);
83 String line = null; local
85 line = lines.group(1);
86 if (line.length() > 0) {
87 if (line.equals("@jd:body")) {
91 Matcher prop = PROP.matcher(line);
104 if (line != null) {
105 System.err.println(docfile + ":" + lineno + ":" + line);
128 String line = null; local
    [all...]
  /external/openfst/src/include/fst/extensions/far/
compile-strings.h 34 // line-by-line basis or on a per-stream basis. Note that the freshly
49 enum EntryType { LINE = 1, FILE = 2 };
69 VLOG(1) << "Processing source " << source_ << " at line " << nline_;
74 if (entry_type_ == LINE) {
79 string line; local
80 while (getline(strm_, line)) {
82 content_.append(line);
136 // Compute the minimal length required to encode each line number as a decimal
158 entry_type = StringReader<Arc>::LINE;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_shifter.js 78 'LINE': 2,
110 if (this.currentWalkerIndex_ <= cvox.NavigationShifter.GRANULARITIES.LINE &&
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 74 LINE,
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 79 line (); method
142 line (); method
204 line (); method
251 line (); method
302 line (); method
445 private void line () method in class:ReportGenerator
449 m_out.write (LINE);
523 private static final String LINE = "-------------------------------------------------------------------------------";
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 675 public static final byte LINE = 1;
688 case LINE:
689 return "LINE";
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.c 571 #define LINE( v0, v1 ) \
602 tnl_line_func line; member in struct:__anon18952
863 #define RENDER_LINE( v0, v1 ) LINE( V(v0), V(v1) )
921 tnl->Driver.Render.Line(ctx, ii, jj);
1014 tnl->Driver.Render.Line = rast_tab[index].line;
1021 tnl->Driver.Render.ClippedLine = line; /* from tritmp.h */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.c 389 #define LINE( a, b ) r200_line( rmesa, a, b )
403 tnl_line_func line; member in struct:__anon19115
548 const GLboolean stipple = ctx->Line.StippleFlag; \
583 tnl->Driver.Render.Line = rast_tab[index].line;
584 tnl->Driver.Render.ClippedLine = rast_tab[index].line;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 511 #define LINE( a, b ) radeon_line( rmesa, a, b )
525 tnl_line_func line; member in struct:__anon19128
671 const GLboolean stipple = ctx->Line.StippleFlag; \
706 tnl->Driver.Render.Line = rast_tab[index].line;
707 tnl->Driver.Render.ClippedLine = rast_tab[index].line;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 571 #define LINE( v0, v1 ) \
602 tnl_line_func line; member in struct:__anon7290
863 #define RENDER_LINE( v0, v1 ) LINE( V(v0), V(v1) )
921 tnl->Driver.Render.Line(ctx, ii, jj);
1014 tnl->Driver.Render.Line = rast_tab[index].line;
1021 tnl->Driver.Render.ClippedLine = line; /* from tritmp.h */
    [all...]

Completed in 614 milliseconds

1 2