HomeSort by relevance Sort by last modified time
    Searched full:line (Results 601 - 625 of 19614) sorted by null

<<21222324252627282930>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TSlash.java 15 public TSlash(int line, int pos)
18 setLine(line);
TStar.java 15 public TStar(int line, int pos)
18 setLine(line);
TString.java 15 public TString(String text, int line, int pos)
18 setLine(line);
TUvar.java 15 public TUvar(int line, int pos)
18 setLine(line);
TVar.java 15 public TVar(int line, int pos)
18 setLine(line);
TWith.java 15 public TWith(int line, int pos)
18 setLine(line);
TWord.java 15 public TWord(String text, int line, int pos)
18 setLine(line);
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 23 indicator = has_leading_whitespace(line);
25 preserve_formatting(line);
46 line = fileobj.readline()
47 if not line:
50 if line.lstrip() == line:
51 text += line
55 output += line
  /external/markdown/MarkdownTest/Tests_2004/
Hard-wrapped paragraphs with list-like lines.text-out 9 <p>In Markdown 1.0.0 and earlier. Version 8. This line turns into a
10 list item. Because a hard-wrapped line in the middle of a paragraph
Hard-wrapped paragraphs with list-like lines.text-res 9 <p>In Markdown 1.0.0 and earlier. Version 8. This line turns into a
10 list item. Because a hard-wrapped line in the middle of a paragraph
  /external/markdown/tests/misc/
tabs-in-lists.html 1 <p>First a list with a tabbed line</p>
10 <p>Just a blank line:</p>
  /external/mockito/src/org/mockito/internal/util/
StringJoiner.java 16 for (Object line : linesToBreak) {
17 out.append(line.toString()).append("\n");
  /external/skia/src/svg/
SkSVGLine.cpp 20 DEFINE_SVG_INFO(Line)
23 parser._startElement("line");
  /external/skia/src/utils/win/
SkHRESULT.cpp 12 void SkTraceHR(const char* file, unsigned long line,
15 SkDEBUGF(("%s(%lu) : error 0x%x: ", file, line, hr));
  /external/valgrind/main/drd/tests/
filter_annotate_barrier_xml 17 if ($0 == " <line>...</line>") {
  /external/valgrind/unittest/output_tests/
fun_hist_test.cc 3 extern "C" { // TODO: make this line empty when ignore vs. mangling is fixed.
29 } // TODO: make this line empty when ignore vs. mangling is fixed.
  /frameworks/av/libvideoeditor/osal/src/
M4PSW_DebugTrace.c 38 * void M4OSA_DebugTrace(M4OSA_Int32 line, char* file, M4OSA_Int32 level,
43 * @param line (IN): the line number in the source file
52 M4OSAL_TRACE_EXPORT_TYPE void M4OSA_DebugTrace(M4OSA_Int32 line,
70 printf("Error: %li, on %s: %s Line %lu in: %s\n",err,cond,msg,line,file);
75 M4OSAL_TRACE_EXPORT_TYPE M4OSA_Void M4OSA_DEBUG_traceFunction(M4OSA_UInt32 line,
82 M4OSA_DebugTrace(line, fileName, level, stringCondition, message, returnedError);
  /frameworks/base/libs/usb/tests/AccessoryChat/
README.txt 6 accessorychat - A C command-line program that communicates with AccessoryChat.
9 command line program, which will work if run as root on an
  /frameworks/base/tools/aidl/
options.h 15 // This struct is the parsed version of the command line options
31 // takes the inputs from the command line and fills in the Options struct
  /ndk/sources/host-tools/make-3.81/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.h 45 /* Parses a line from the ADB log output.
49 * line - ADB log output line to parse. The line must be zero-terminated, and
52 * 0 If the line has been part of the crash dump.
53 * 1 If the line has not been part of the crash dump.
54 * -1 If there was an error when parsing the line.
57 int ParseLine(NdkCrashParser* parser, const char* line);
  /ndk/sources/host-tools/sed-4.2.1/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_slip.h 26 #define SIOCSLEASE (SIOCDEVPRIVATE+4) /* Set "leased" line type */
27 #define SIOCGLEASE (SIOCDEVPRIVATE+5) /* Get line type */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_slip.h 26 #define SIOCSLEASE (SIOCDEVPRIVATE+4) /* Set "leased" line type */
27 #define SIOCGLEASE (SIOCDEVPRIVATE+5) /* Get line type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_slip.h 26 #define SIOCSLEASE (SIOCDEVPRIVATE+4) /* Set "leased" line type */
27 #define SIOCGLEASE (SIOCDEVPRIVATE+5) /* Get line type */

Completed in 2114 milliseconds

<<21222324252627282930>>