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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CharStreamState.as 32 * line, etc...) so that we can rewind the state after scanning ahead.
40 /** What line number is the scanner at before processing buffer[p]? */
41 public var line:int; variable
43 /** What char position 0..n-1 in line is scanner before processing buffer[p]? */
  /external/lldb/test/functionalities/command_script/import/
main.c 4 printf("Hello world.\n"); // Set break point at this line.
9 char line[100]; local
10 while (fgets(line, sizeof(line), stdin)) { // Waiting to be attached...
11 printf("input line=>%s\n", line);
  /external/lldb/test/python_api/hello_world/
main.c 4 printf("Hello world.\n"); // Set break point at this line.
9 char line[100]; local
10 while (fgets(line, sizeof(line), stdin)) { // Waiting to be attached...
11 printf("input line=>%s\n", line);
  /external/valgrind/helgrind/tests/
filter_xml 6 # The script works line-by-line and is generally unaware of XML structure
13 # TOOL_FILES or in the list of files given on the command line
15 # a line <frame>...</frame> will be inserted.
23 # A list of files specific to the tool at hand. Line numbers in
71 line: label
73 my $line = $_;
74 chomp($line);
79 if ($line =~ $ignore_sections{$tag}) {
82 next line;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCharStreamState.h 37 NSInteger line; variable
42 @property (getter=getLine,setter=setLine:) NSInteger line; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCharStreamState.h 37 NSInteger line; variable
42 @property (getter=getLine,setter=setLine:) NSInteger line; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCharStreamState.h 37 NSInteger line; variable
42 @property (getter=getLine,setter=setLine:) NSInteger line; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCharStreamState.h 37 NSUInteger line; variable
42 @property (assign) NSUInteger line; variable
ANTLRStringStreamState.h 36 NSUInteger line; variable
55 @property (assign) NSUInteger line; variable
  /external/lldb/test/python_api/process/io/
main.c 5 char line[100]; local
7 while (fgets(line, sizeof(line), stdin)) { // Reading from stdin...
8 fprintf(stderr, "input line=>%d\n", count++);
  /frameworks/base/tools/aapt/
SourcePos.h 13 int line; member in class:SourcePos
  /external/compiler-rt/test/msan/
getline.cc 22 char *line = 0; local
24 int n = getline(&line, &len, fp);
26 assert(strcmp(line, "abcde\n") == 0);
28 n = getline(&line, &len, fp);
30 assert(strcmp(line, "12345\n") == 0);
32 free(line);
  /external/deqp/framework/delibs/decpp/
deDefs.cpp 32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line)
38 msg << " at " << file << ":" << line; local
  /external/elfutils/src/libdw/
dwarf_decl_line.c 1 /* Get line number of beginning of given function.
53 Dwarf_Word line; local
57 &line);
60 if (line > INT_MAX)
66 *linep = line;
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
PackageTest.java 25 package org.slf4j.migrator.line;
  /external/guava/guava/src/com/google/common/io/
LineBuffer.java 22 * Package-protected abstract class that implements the line reading
23 * algorithm used by {@link LineReader}. Line separators are per {@link
24 * java.io.BufferedReader}: line feed, carriage return, or carriage
34 /** Holds partial line contents. */
35 private StringBuilder line = new StringBuilder(); field in class:LineBuffer
36 /** Whether a line ending with a CR is pending processing. */
40 * Process additional characters from the stream. When a line separator
41 * is found the contents of the line and the line separator itself
53 // Last call to add ended with a CR; we can handle the line now
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CharStreamState.cs 43 /// need to record the state of the input stream (char index, line,
51 /// <summary>What line number is the scanner at before processing buffer[p]? </summary>
52 internal int line; field in class:Antlr.Runtime.CharStreamState
54 /// <summary>What char position 0..n-1 in line is scanner before processing buffer[p]? </summary>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CharStreamState.cs 39 * line, etc...) so that we can rewind the state after scanning ahead.
50 /** <summary>What line number is the scanner at before processing buffer[p]?</summary> */
51 public int line; field in class:Antlr.Runtime.CharStreamState
53 /** <summary>What char position 0..n-1 in line is scanner before processing buffer[p]?</summary> */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CharStreamState.java 32 * line, etc...) so that we can rewind the state after scanning ahead.
40 /** What line number is the scanner at before processing buffer[p]? */
41 int line; field in class:CharStreamState
43 /** What char position 0..n-1 in line is scanner before processing buffer[p]? */
  /external/deqp/execserver/
xsDefs.cpp 31 static std::string formatError (const char* message, const char* expr, const char* file, int line)
37 msg << " at " << file << ":" << line; local
41 Error::Error (const char* message, const char* expr, const char* file, int line)
42 : std::runtime_error(formatError(message, expr, file, line))
  /external/deqp/executor/
xeDefs.cpp 31 static std::string formatError (const char* message, const char* expr, const char* file, int line)
37 msg << " at " << file << ":" << line; local
41 Error::Error (const char* message, const char* expr, const char* file, int line)
42 : std::runtime_error(formatError(message, expr, file, line))
  /external/google-breakpad/src/client/linux/minidump_writer/
line_reader_unittest.cc 62 const char *line; local
64 ASSERT_FALSE(reader.GetNextLine(&line, &len));
72 const char *line; local
74 ASSERT_TRUE(reader.GetNextLine(&line, &len));
76 ASSERT_EQ('a', line[0]);
77 ASSERT_EQ('\0', line[1]);
80 ASSERT_FALSE(reader.GetNextLine(&line, &len));
88 const char *line; local
90 ASSERT_TRUE(reader.GetNextLine(&line, &len));
92 ASSERT_EQ('a', line[0])
104 const char *line; local
126 const char *line; local
150 const char *line; local
166 const char *line; local
    [all...]
  /external/icu/icu4c/source/common/unicode/
parseerr.h 34 * <p>The line, offset, and context fields are optional; parsing
59 * The line on which the error occured. If the parser uses this
60 * field, it sets it to the line number of the source text line on
62 * parse does not support line numbers, the value will be <= 0.
65 int32_t line; member in struct:UParseError
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
  /external/llvm/tools/llvm-c-test/
helpers.c 22 char line[MAX_LINE_LEN]; local
25 while (fgets(line, sizeof(line), stdin)) {
28 if (line[0] == ';' || line[0] == '\n')
32 tokbuf[c] = strtok(c ? NULL : line, " \n");
  /external/selinux/libsepol/cil/test/unit/
test_cil_fqn.c 39 char *line[] = {"(", "category", "c0", ")", local
50 gen_test_tree(&tree, line);
62 char *line[] = {"(", "class", "file", "inherits", "file", local
66 gen_test_tree(&tree, line);

Completed in 1394 milliseconds

1 2 3 4 5 6 7 8 91011>>