Searched defs:LINE (Results 1 - 25 of 41) sorted by relevance

12

/external/libopus/celt/arm/
H A Darm2gnu.pl61 LINE: label
/external/ltp/tools/
H A Dgenhtml.pl108 LINE: while ($line = <FILE>) { label
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_prim_assembler_tmp.h26 #define LINE(flags, i0, i1) prim_line(asmblr, i0, i1) macro
H A Ddraw_so_emit_tmp.h28 #define LINE(flags,i0,i1) so_line(so,i0,i1) macro
H A Ddraw_gs_tmp.h28 #define LINE(flags,i0,i1) gs_line(gs,i0,i1) macro
H A Ddraw_decompose_tmp.h41 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1)
75 LINE(flags, idx[0], idx[1]);
89 LINE(flags, idx[0], idx[1]);
93 LINE(flags, idx[1], idx[2]);
439 #undef LINE macro
H A Ddraw_pipe.c184 #define LINE(flags,i0,i1) \ macro
287 #define LINE(flags,i0,i1) \ macro
/external/ImageMagick/scripts/
H A Dformat_c_api_docs348 LINE: label
392 next LINE;
421 next LINE;
/external/doclava/src/com/google/doclava/
H A DDocFile.java28 public static final Pattern LINE = Pattern.compile("(.*)[\r]?\n", Pattern.MULTILINE); field in class:DocFile
83 Matcher lines = LINE.matcher(filedata);
128 Matcher lines = LINE.matcher(filedata);
/external/deqp/modules/glshared/
H A DglsScissorTests.hpp56 LINE, enumerator in enum:deqp::gls::Functional::ScissorTestInternal::PrimitiveType
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
H A DICoverageNode.java57 LINE, enum constant in enum:ICoverageNode.CounterEntity
/external/python/cpython2/Lib/hotshot/
H A Dlog.py15 __all__ = ["LogReader", "ENTER", "EXIT", "LINE"]
20 LINE = WHAT_LINENO variable
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java449 m_out.write (LINE);
523 private static final String LINE = "-------------------------------------------------------------------------------"; field in class:ReportGenerator
/external/python/cpython2/Lib/test/
H A Dtest_hotshot.py12 from hotshot.log import ENTER, EXIT, LINE namespace
95 (LINE, ("test_hotshot", g_lineno+1, "g")),
97 (LINE, ("test_hotshot", f_lineno+1, "f")),
98 (LINE, ("test_hotshot", f_lineno+2, "f")),
/external/pdfium/core/fpdfdoc/
H A Dcpdf_annot.h45 LINE, member in class:CPDF_Annot::Subtype
/external/python/cpython2/Tools/pybench/
H A Dpybench.py59 LINE = 79 variable
509 print '-' * LINE
588 print '-' * LINE
590 print '-' * LINE
604 print '-' * LINE
626 print '-' * LINE
652 print '-' * LINE
717 print '-' * LINE
838 print '-' * LINE
840 print '-' * LINE
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java675 public static final byte LINE = 1; field in class:JDWPConstants.StepSize
688 case LINE:
689 return "LINE";
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp290 NumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE) argument
291 : HowExpensiveTest("(n/a)",FILE, LINE),
299 fLine(LINE),
342 AttrNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE, UNumberFormatAttribute attr, int32_t newValue) argument
343 : NumTest(pat,num,expect,FILE,LINE),
370 NOXNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE /*, UNumberFormatAttribute attr, int32_t newValue */)
371 : NumTest(pat,num,expect,FILE,LINE) /* ,
418 NumFmtTest(const char *pat, const char *num, double expect, const char *FILE, int LINE) argument
419 : HowExpensiveTest("(n/a)",FILE, LINE),
427 fLine(LINE),
541 NumFmtInt64Test(const char *pat, const char *num, int64_t expect, const char *FILE, int LINE, EMode mode) argument
633 NumFmtStringPieceTest(const char *pat, const char *num, const StringPiece& expect, const char *FILE, int LINE) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c564 #define LINE( v0, v1 ) \ macro
856 #define RENDER_LINE( v0, v1 ) LINE( V(v0), V(v1) )
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c390 #define LINE( a, b ) r200_line( rmesa, a, b ) macro
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c512 #define LINE( a, b ) radeon_line( rmesa, a, b ) macro
/external/r8/src/test/java/com/android/tools/r8/debug/
H A DDebugTestBase.java249 LINE(StepSize.LINE), enum constant in enum:DebugTestBase.StepLevel
260 return step(stepKind, StepLevel.LINE, stepFilter);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/AbstractInsnNode.class " package org.objectweb.asm ...
/external/mksh/src/
H A Dsh.h1381 #define LINE (4096 - ALLOC_OVERHEAD) macro
1383 #define LINE (16384 - ALLOC_OVERHEAD) macro
/external/r8/deps/
H A Dasm-tree-5.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/tree/ org/objectweb/asm/ ...

Completed in 857 milliseconds

12