Searched refs:line (Results 201 - 225 of 3283) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dantlr.stg36 location(file, line, column) ::= "<file>:<line>:<column>:"
H A Dgnu.stg36 location(file, line, column) ::= "<file>:<line>:"
H A Dvs2005.stg36 location(file, line, column) ::= "<file>(<line>,<column>)"
/external/autotest/client/site_tests/security_RuntimeExecStack/
H A Dsecurity_RuntimeExecStack.py27 A tuple containing the error code and a string (usually a single line)
36 for line in maps:
37 line = line.strip()
38 contents += line + '\n'
40 if '[stack' not in line:
44 perms = line.split(' ', 2)[1]
48 return 1, line
52 return 2, line
/external/autotest/client/tests/aiostress/
H A Daiostress.py44 for line in report:
45 if 'threads' in line:
46 if 'files' in line:
47 if 'contexts' in line:
51 for line in report:
52 line = line.split(')')[0]
53 key, value = line.split('(')
/external/autotest/tko/
H A Dmachine_load6 for line in open('machines', 'r').readlines():
7 (machine, group) = line.rstrip().split()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DPEMUtil.java46 // make sure we parse to end of line.
69 String line;
72 while ((line = readLine(in)) != null)
74 if (line.startsWith(_header1) || line.startsWith(_header2))
80 while ((line = readLine(in)) != null)
82 if (line.startsWith(_footer1) || line.startsWith(_footer2))
87 pemBuf.append(line);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPEMUtil.java60 String line;
63 while ((line = readLine(in)) != null)
65 if (line.startsWith(_header1) || line.startsWith(_header2))
71 while ((line = readLine(in)) != null)
73 if (line.startsWith(_footer1) || line.startsWith(_footer2))
78 pemBuf.append(line);
/external/clang/test/Lexer/
H A Dgnu-flags.c5 // RUN: -Wgnu-imaginary-constant -Wgnu-binary-literal -Wgnu-zero-line-directive
8 // RUN: -Wno-gnu-imaginary-constant -Wno-gnu-binary-literal -Wno-gnu-zero-line-directive
13 // %clang_cc1 -fsyntax-only -verify %s -DLINE0 -Wgnu-zero-line-directive
48 // This case is handled differently because lit has a bug whereby #line 0 is reported to be on line 4294967295
51 #line 0 // expected-warning {{#line directive with zero argument is a GNU extension}}
53 #line 0
56 // WARNING: Do not add more tests after the #line 0 line! Ad
[all...]
/external/clang/test/Preprocessor/
H A Ddisabled-cond-diags2.c24 #line -2
/external/deqp/framework/delibs/decpp/
H A DdeDefs.cpp32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line) argument
38 msg << " at " << file << ":" << line; local
/external/guava/guava/src/com/google/common/io/
H A DLineBuffer.java22 * Package-protected abstract class that implements the line reading
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.
63 line
118 handleLine(String line, String end) argument
[all...]
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DRulesFileParser.java45 String line;
46 while ((line = br.readLine()) != null) {
47 line = stripComment(line);
48 if (line.isEmpty())
50 String[] parts = line.split("\\s+");
78 private static void error(int line, String[] parts) { argument
79 throw new IllegalArgumentException("Error on line " + line + ": " + Arrays.asList(parts));
/external/libvorbis/vq/
H A Dmake_residue_books.pl21 while($line=<F>){
23 print "#### $line";
24 if($line=~m/^GO/){
30 if($line=~m/\S+/ && !($line=~m/^\#/) ){
31 my $command=$line;
40 if($line=~m/^>(\S+)\s+(\S*)/){
48 if($line=~m/^h(.*)/){
79 if($line=~m/^:(.*)/){
/external/llvm/utils/abtest/
H A Dmark_armfns.py19 for line in inp:
21 if ".align" in line:
23 if ".code" in line:
25 if ".globl" in line:
27 m = re.search(r'.thumb_func\s+(\w+)', line)
34 if line == "\n" and begin != INVALID:
44 for line in inp:
54 out.write(line)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A Dgentests.pl42 my ($line) = $_;
43 $line =~ s/%%MYSIG%%/$signal/;
44 $line =~ s/%%MYSIG2%%/$prev/;
45 print OUT $line;
/external/ltp/testcases/realtime/scripts/
H A Dparser.py41 for line in self.__log_file.read().split("\n"):
42 yield line
/external/pdfium/skia/ext/
H A Dgoogle_logging.cc15 int line,
22 fprintf(stderr, "%s:%d ", file, line);
14 SkDebugf_FileLine(const char* file, int line, bool fatal, const char* format, ...) argument
/external/skia/src/sksl/
H A DSkSLPosition.h16 * Represents a position in the source code. Both line and column are one-based. Column is currently
24 Position(int line, int column) argument
25 : fLine(line)
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
H A DTrivialMatcherTest.java25 package org.slf4j.migrator.line;
27 import org.slf4j.migrator.line.LineConverter;
/external/toolchain-utils/mem_tests/
H A Dutils.py7 def compute_total_diff(line, base_time):
9 Computes the difference in time the line was recorded from the base time.
11 An example of a line is:
16 line- the line that contains the time the record was taken
19 date = line.strip().split(':')[2].split('/')
/external/valgrind/VEX/unused/
H A Darena.h41 const char *file, int line);
43 long nbytes, const char *file, int line);
/external/valgrind/drd/tests/
H A Dfp_race_xml.stderr.exp9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
48 <line>...</line>
[all...]
/external/webrtc/webrtc/modules/video_coding/test/
H A DplotTimingTest.m8 line = fgetl(fid);
14 while ischar(line)
15 if length(line) == 0
16 line = fgetl(fid);
19 lineOrig = line;
20 line = line(72:end);
22 if strncmp(line, testName, length(testName))
25 line = fgetl(fid);
28 [p, count] = sscanf(line, 'Fram
[all...]
/external/autotest/client/site_tests/security_NetworkListeners/
H A Dsecurity_NetworkListeners.py49 lines = [line.strip() for line in f.readlines()]
50 return set([line for line in lines
51 if line and not line.startswith('#')])
67 for line in lsof_lines:
68 fields = line.split()
78 for line in lsof_lines:
79 fields = line
[all...]

Completed in 805 milliseconds

1234567891011>>