HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 176 - 200 of 10362) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
assert.c 34 @param[in] line The line number the assert is located on.
45 IN int line,
50 printf("Assertion failed: (%s), file %s, line %d.\n",
51 failedexpr, file, line);
53 printf("Assertion failed: (%s), file %s, function %s, line %d.\n",
54 failedexpr, file, func, line);
  /external/clang/test/Frontend/
verify.c 8 // expected-error@7 1 {{missing or invalid line number}}
11 // expected-error@10 {{missing or invalid line number}}
14 // expected-error@13 {{missing or invalid line number}}
29 #line 90
32 #line 60
35 // expected-error@+2 {{file not found}} check that multi-line handled correctly: \
43 #line -2 // expected-error {{line_error}}
52 // CHECK2-NEXT: Line 41: define_error
53 // CHECK2-NEXT: Line 43: line_error
55 // CHECK2-NEXT: Line 43: #line directive requires a positive integer argumen
    [all...]
  /external/elfutils/libdwfl/
dwfl_line_comp_dir.c 1 /* Get information from a source line record returned by libdwfl.
33 dwfl_line_comp_dir (Dwfl_Line *line)
35 if (line == NULL)
38 struct dwfl_cu *cu = dwfl_linecu (line);
dwfl_module_getsrc_file.c 34 dwfl_dwarf_line_file (const Dwarf_Line *line)
36 return line->files->info[line->file].name;
40 dwfl_line (const Dwfl_Line *line)
42 return &dwfl_linecu (line)->die.cu->lines->info[line->idx];
46 dwfl_line_file (const Dwfl_Line *line)
48 return dwfl_dwarf_line_file (dwfl_line (line));
79 /* Search through all the line number records for a matching
80 file and line/column number. If any of the numbers is zero
86 Dwarf_Line *line = &cu->die.cu->lines->info[cnt]; local
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/debugging/
MockitoDebuggerImpl.java 27 out += line("********************************");
28 out += line("*** Mockito interactions log ***");
29 out += line("********************************");
31 out += line(i.toString());
32 out += line(" invoked: " + i.getLocation());
34 out += line(" stubbed: " + i.stubInfo().stubbedAt().toString());
42 out += line("********************************");
43 out += line("*** Unused stubs ***");
44 out += line("********************************");
47 out += line(i.toString())
53 private String line(String text) { method in class:MockitoDebuggerImpl
    [all...]
  /external/mesa3d/scons/
source_list.py 7 line continuation
58 def _parse_definition(self, line):
59 """Parse a variable definition line."""
60 op_pos = line.find('=')
66 if line[op_pos - 1] in [':', '+', '?']:
72 op = line[op_pos:op_end]
73 sym = line[:op_pos].strip()
74 val = self._expand_value(line[op_end:].lstrip())
84 def _parse_line(self, line):
85 """Parse a source list line.""
    [all...]
  /external/icu/icu4c/source/test/depstest/
dependencies.py 65 def _RemoveComment(line):
68 index = line.find("#") # Remove trailing comment.
69 if index >= 0: line = line[:index]
70 return line.rstrip() # Remove trailing newlines etc.
74 line = _RemoveComment(f.next())
75 if line: return line
81 line = _ReadLine(deps_file)
82 if not line: continu
    [all...]
  /external/valgrind/memcheck/tests/
threadname_xml.stderr.exp 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
43 <line>...</line>
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 16 line-by-line syntax: strip comments (as long as "#" is your
18 escaping the newline (ie. backslash at end of line), strip
23 report physical line number, even if the logical line in question
25 implementing line-at-a-time lookahead.
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
47 each line before returning it
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 16 line-by-line syntax: strip comments (as long as "#" is your
18 escaping the newline (ie. backslash at end of line), strip
23 report physical line number, even if the logical line in question
25 implementing line-at-a-time lookahead.
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
47 each line before returning i
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 16 line-by-line syntax: strip comments (as long as "#" is your
18 escaping the newline (ie. backslash at end of line), strip
23 report physical line number, even if the logical line in question
25 implementing line-at-a-time lookahead.
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
47 each line before returning i
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 16 line-by-line syntax: strip comments (as long as "#" is your
18 escaping the newline (ie. backslash at end of line), strip
23 report physical line number, even if the logical line in question
25 implementing line-at-a-time lookahead.
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
47 each line before returning i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 16 line-by-line syntax: strip comments (as long as "#" is your
18 escaping the newline (ie. backslash at end of line), strip
23 report physical line number, even if the logical line in question
25 implementing line-at-a-time lookahead.
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
47 each line before returning i
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
Instruction.java 20 private final int line; field in class:Instruction
29 * New instruction at the given line.
31 * @param line
32 * source line this instruction belongs to
34 public Instruction(final int line) {
35 this.line = line;
73 * Returns the source line this instruction belongs to.
75 * @return corresponding source line
78 return line;
    [all...]
  /external/jline/src/src/test/java/jline/example/
PasswordReader.java 26 String line = null; local
28 line = reader.readLine("enter password> ", mask);
29 System.out.println("Got password: " + line);
30 } while(line != null && line.length() > 0);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Token.java 9 private int line; field in class:Token
24 return this.line;
27 public void setLine(@SuppressWarnings("hiding") int line)
29 this.line = line;
  /external/openssh/
mdoc2man.awk 39 line=""
54 line=line "\n"
55 line=line str
82 if(length(line)&&!(match(line," $")||prenl))
104 sub(" $","",line)
107 sub(" $","",line)
135 if(!nospace&&length(line)&&!(match(line," $")||prenl)
    [all...]
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
RuleSetFactory.java 27 import org.slf4j.migrator.line.EmptyRuleSet;
28 import org.slf4j.migrator.line.JCLRuleSet;
29 import org.slf4j.migrator.line.JULRuleSet;
30 import org.slf4j.migrator.line.Log4jRuleSet;
31 import org.slf4j.migrator.line.RuleSet;
  /external/autotest/tko/parsers/
version_1_unittest.py 18 line = version_1.status_line(0, 'START', '----', 'test',
20 self.assertEquals(line.type, 'START')
21 self.assertEquals(line.status, None)
26 line = version_1.status_line(0, 'INFO', '----', '----',
28 self.assertEquals(line.type, 'INFO')
29 self.assertEquals(line.status, None)
35 line = version_1.status_line(0, stat, '----', 'test',
37 self.assertEquals(line.type, 'STATUS')
38 self.assertEquals(line.status, stat)
44 line = version_1.status_line(0, 'END ' + stat, '----'
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 15 private int line; field in class:Lexer
61 int start_line = this.line;
88 this.line++;
93 this.line++;
149 accept_line = this.line;
166 this.line = accept_line;
181 this.line = accept_line;
195 this.line = accept_line;
209 this.line = accept_line;
223 this.line = accept_line
    [all...]
  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 47 AString line; local
49 appendIndent(&line, indent);
54 line.append(tmp);
58 line.append(' ');
61 line.append(" ");
64 line.append(tmp);
68 line.append(' ');
76 line.append((char)data[offset + i]);
78 line.append('.');
83 appendTo->append(line);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
mksysnum_netbsd.pl 22 my $line = '';
24 if($line =~ /^(.*)\\$/) {
26 $line = $1;
28 $line .= $_;
30 # New line
31 $line = $_;
33 next if $line =~ /\\$/;
34 if($line =~ /^([0-9]+)\s+((STD)|(NOERR))\s+(RUMP\s+)?({\s+\S+\s*\*?\s*\|(\S+)\|(\S*)\|(\w+).*\s+})(\s+(\S+))?$/) {
  /prebuilts/go/linux-x86/src/syscall/
mksysnum_netbsd.pl 22 my $line = '';
24 if($line =~ /^(.*)\\$/) {
26 $line = $1;
28 $line .= $_;
30 # New line
31 $line = $_;
33 next if $line =~ /\\$/;
34 if($line =~ /^([0-9]+)\s+((STD)|(NOERR))\s+(RUMP\s+)?({\s+\S+\s*\*?\s*\|(\S+)\|(\S*)\|(\w+).*\s+})(\s+(\S+))?$/) {
  /system/netd/server/
DumpWriter.cpp 51 void DumpWriter::println(const std::string& line) {
52 if (!line.empty()) {
56 write(mFd, line.c_str(), line.size());
62 std::string line; local
65 StringAppendV(&line, fmt, ap);
67 println(line);
  /system/tools/aidl/tests/java_app/src/android/aidl/tests/
TestLogger.java 37 public void log(String line) {
38 Log.i(TAG, line);
39 mLogFile.println(line);
42 public void logAndThrow(String line) throws TestFailException {
43 Log.e(TAG, line);
44 mLogFile.println(line);
45 throw new TestFailException(line);

Completed in 559 milliseconds

1 2 3 4 5 6 78 91011>>