HomeSort by relevance Sort by last modified time
    Searched refs:LINE (Results 201 - 225 of 379) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/pdfium/core/fpdfdoc/
cpdf_annot.cpp 241 if (sSubtype == "Line")
242 return CPDF_Annot::Subtype::LINE;
300 if (nSubtype == CPDF_Annot::Subtype::LINE)
301 return "Line";
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
log.py 15 __all__ = ["LogReader", "ENTER", "EXIT", "LINE"]
20 LINE = WHAT_LINENO
41 # (file name, line number of function def, function name)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
SingleStepThroughReflectionTest.java 98 setRequestCommand.setNextValueAsInt(StepSize.LINE);
EventWithExceptionTest.java 422 JDWPConstants.StepSize.LINE, singleStepDepth);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
FinallyTest.java 64 * line number of a last instruction of finally block and hence lead to
200 if (AbstractInsnNode.LINE == i.getType()) {
201 lineNumber = ((LineNumberNode) i).line;
204 final String line = source.getLine(lineNumber); local
205 if (line.indexOf('$') < 0) {
207 "No tag at line " + lineNumber);
209 final String tag = line.substring(
210 line.indexOf('$') + "$line-".length(),
211 line.lastIndexOf('$'))
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/html/
HTMLFormatter.java 144 addMissedTotalColumns(t, "Lines", CounterEntity.LINE);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 112 CASE(LINE);
  /external/python/cpython2/Lib/hotshot/
log.py 15 __all__ = ["LogReader", "ENTER", "EXIT", "LINE"]
20 LINE = WHAT_LINENO
41 # (file name, line number of function def, function name)
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
log.py 15 __all__ = ["LogReader", "ENTER", "EXIT", "LINE"]
20 LINE = WHAT_LINENO
41 # (file name, line number of function def, function name)
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
log.py 15 __all__ = ["LogReader", "ENTER", "EXIT", "LINE"]
20 LINE = WHAT_LINENO
41 # (file name, line number of function def, function name)
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover_test.go 45 // replace the word LINE with the line number < testdata/test.go > testdata/test_line.go
59 for i, line := range lines {
60 lines[i] = bytes.Replace(line, []byte("LINE"), []byte(fmt.Sprint(i+1)), -1)
  /prebuilts/go/linux-x86/src/cmd/cover/
cover_test.go 45 // replace the word LINE with the line number < testdata/test.go > testdata/test_line.go
59 for i, line := range lines {
60 lines[i] = bytes.Replace(line, []byte("LINE"), []byte(fmt.Sprint(i+1)), -1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
log.py 15 __all__ = ["LogReader", "ENTER", "EXIT", "LINE"]
20 LINE = WHAT_LINENO
41 # (file name, line number of function def, function name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
log.py 15 __all__ = ["LogReader", "ENTER", "EXIT", "LINE"]
20 LINE = WHAT_LINENO
41 # (file name, line number of function def, function name)
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-lex.l 115 * in a line, but does not otherwise).
128 /* After the first non-space token in a line, we won't
203 /* When we lex a multi-line comment, we replace it (as
206 * count correct line numbers. To avoid this problem we keep
208 * multi-line comment, and we emit a NEWLINE token for each at
258 /* Single-line comments */
262 /* Multi-line comments */
278 * line, then it introduces a directive, switch to the <HASH> start
316 <HASH>line{HSPACE}+ {
318 RETURN_TOKEN (LINE);
    [all...]
  /external/oj-libjdwp/src/share/back/
stepControl.c 117 /* If the method is native or obsolete, don't even ask for the line table */
133 jint line = -1; local
138 /* any preface before first line is assigned to first line */
144 line = lines[i-1].line_number;
147 return line;
217 if (step->granularity == JDWP_STEP_SIZE(LINE) ) {
219 LOG_STEP(("initState(): Begin line step"));
229 /* Clear out previous line table only if we changed methods */
465 && ( step->granularity != JDWP_STEP_SIZE(LINE)
629 jint line = -1; local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 388 #define ES3_ONLY(TOKEN, LINE, REASON) { \
390 context->error(LINE, REASON " supported in GLSL ES 3.00 only ", TOKEN); \
704 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 107 * Shape is a line
109 public static final int LINE = 2;
117 @IntDef({RECTANGLE, OVAL, LINE, RING})
423 * @param shape The desired shape for this drawable: {@link #LINE},
436 * Returns the type of shape used by this drawable, one of {@link #LINE},
711 final boolean useLayer = haveStroke && haveFill && st.mShape != LINE &&
791 case LINE: {
    [all...]
  /external/libvncserver/webclients/novnc/include/
keysym.js 243 XK_underscore = 0x005f, /* U+005F LOW LINE */
273 XK_bar = 0x007c, /* U+007C VERTICAL LINE */
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 176 ALU2(LINE)
brw_fs_builder.h 473 ALU2(LINE)
brw_vec4_builder.h 419 ALU2(LINE)
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff.h 300 /* Line number handling. */
306 #define obj_emit_lineno(WHERE, LINE, FILE_START) abort ()
  /external/mksh/src/
edit.c 121 * read an edited command line
163 /* redraw line in Emacs mode */
187 * Handle the commenting/uncommenting of a line.
193 * moved to the start of the line after (un)commenting.
977 static int x_col; /* current column on line */
1213 * minimum required space to work with on a line - if the prompt
1214 * leaves less space than this on a line, the prompt is truncated
1240 xend = buf + LINE;
1256 int off = source->line - x_nextcmd;
    [all...]

Completed in 1185 milliseconds

1 2 3 4 5 6 7 891011>>