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

12 3 4 5 6 7 8 91011>>

  /external/elfutils/libdw/
dwarf_lineisa.c 1 /* Return ISA in line.
37 dwarf_lineisa (Dwarf_Line *line, unsigned int *isap)
39 if (line == NULL)
42 *isap = line->isa;
dwarf_lineop_index.c 1 /* Return line VLIW operation index.
37 dwarf_lineop_index (Dwarf_Line *line, unsigned int *idxp)
39 if (line == NULL)
42 *idxp = line->op_index;
dwarf_lineprologueend.c 38 dwarf_lineprologueend (Dwarf_Line *line, bool *flagp)
40 if (line == NULL)
43 *flagp = line->prologue_end;
dwarf_linesrc.c 1 /* Find line information for address.
38 dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length)
40 if (line == NULL)
43 if (line->file >= line->files->nfiles)
50 *mtime = line->files->info[line->file].mtime;
53 *length = line->files->info[line->file].length;
55 return line->files->info[line->file].name
    [all...]
  /external/v8/tools/clang/plugins/tests/
blacklisted_dirs.cpp 9 #line 1 "/src/chromium/src/myheader.h"
14 #line 123 "/src/chrome-breakpad/src/myheader.h"
19 #line 123 "/src/chrome-breakpad/src/breakpad/myheader.h"
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue4273b.c 6 extern void _compilerrt_abort_impl(const char *file, int line, const char *func);
8 void __my_abort(const char *file, int line, const char *func) {
9 _compilerrt_abort_impl(file, line, func);
  /prebuilts/go/linux-x86/misc/cgo/test/
issue4273b.c 6 extern void _compilerrt_abort_impl(const char *file, int line, const char *func);
8 void __my_abort(const char *file, int line, const char *func) {
9 _compilerrt_abort_impl(file, line, func);
  /prebuilts/go/darwin-x86/test/dwarf/
linedirectives.go 7 //line foo/bar.y:4
9 //line foo/bar.y:60
11 //line foo/bar.y:297
13 //line yacctab:1
15 //line yaccpar:1
17 //line foo/bar.y:82
19 //line foo/bar.y:90
21 //line foo/bar.y:92
23 //line foo/bar.y:100
25 //line foo/bar.y:10
    [all...]
  /prebuilts/go/linux-x86/test/dwarf/
linedirectives.go 7 //line foo/bar.y:4
9 //line foo/bar.y:60
11 //line foo/bar.y:297
13 //line yacctab:1
15 //line yaccpar:1
17 //line foo/bar.y:82
19 //line foo/bar.y:90
21 //line foo/bar.y:92
23 //line foo/bar.y:100
25 //line foo/bar.y:10
    [all...]
  /external/v8/tools/sanitizers/
sanitize_pcs.py 10 for line in sys.stdin:
11 print '0x%x' % (int(line.strip(), 16) + 4)
  /external/doclava/src/com/google/doclava/apicheck/
ApiParseException.java 21 public int line; field in class:ApiParseException
33 this.line = ((ApiParseException)cause).line;
37 public ApiParseException(String message, int line) {
39 this.line = line;
43 if (line > 0) {
44 return super.getMessage() + " line " + line;
  /external/valgrind/drd/tests/
run_openmp_test 30 while read line
32 if [ "${line%: no symbols}" != "${line}" ]; then
35 elif [ "${line% gomp_barrier_init}" != "${line}" ]; then
  /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
72 line: label
74 my $line = $_;
75 chomp($line);
80 if ($line =~ $ignore_sections{$tag}) {
83 next line;
    [all...]
  /external/valgrind/tests/
filter_xml_frames 18 my $has_source_info = 0; # <dir>, <file>, <line>
22 while (my $line = <>)
25 if ($line =~ /<frame>/) {
26 $frame = $line;
30 print $line;
36 $frame .= $line;
37 if ($line =~ /<\/frame>/) {
46 $has_source_info = 1 if ($line =~ /<(dir|file|line)>/);
47 $has_function_name = 1 if ($line =~ /<fn>/)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 27 * Antialiased line template.
32 * Function to render each fragment in the AA line.
37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy)
42 const GLfloat coverage = compute_coveragef(line, ix, iy);
43 const GLuint i = line->span.end;
50 line->span.end++;
51 line->span.array->coverage[i] = coverage;
52 line->span.array->x[i] = ix;
53 line->span.array->y[i] = iy;
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane)
106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) function
114 struct LineInfo line; local
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormatParseLocation.java 38 * <p>A location is the starting line number and starting column number.
50 * @param line the starting line number
54 static TextFormatParseLocation create(int line, int column) {
55 if (line == -1 && column == -1) {
58 if (line < 0 || column < 0) {
60 String.format("line and column values must be >= 0: line %d, column: %d", line, column));
62 return new TextFormatParseLocation(line, column)
65 private final int line; field in class:TextFormatParseLocation
    [all...]
  /frameworks/native/opengl/libs/tools/
glentrygen 26 while (my $line = <>) {
27 next if $line =~ /^\//;
28 next if $line =~ /^#/;
29 next if $line =~ /^\s*$/;
30 if ($line !~ /^GL_API(CALL)?\s+(.+)\s+GL_APIENTRY\s+([\w]+)\s*\(([^\)]+)\);/) {
  /external/toybox/toys/posix/
comm.c 28 static void writeline(const char *line, int col)
39 puts(line);
45 char *line[2]; local
52 line[i] = get_line(file[i]);
55 while (line[0] && line[1]) {
56 int order = strcmp(line[0], line[1]);
59 writeline(line[0], 2);
61 free(line[i])
    [all...]
  /external/clang/test/CodeGen/
compound-assign-overflow.c 16 #line 100
23 #line 200
32 #line 300
  /external/elfutils/libdwfl/
dwfl_linecu.c 1 /* Fetch the module containing a source line record returned by libdwfl.
34 dwfl_linecu (Dwfl_Line *line)
36 if (line == NULL)
39 struct dwfl_cu *cu = dwfl_linecu_inline (line);
  /external/libyuv/files/tools_libyuv/valgrind/memcheck/
PRESUBMIT.py 35 # - False: don't skip the next line.
36 # - 'skip_suppression_name': the next line is a suppression name, skip.
37 # - 'skip_param': the next line is a system call parameter error, skip.
41 for line, line_num in zip(f.NewContents(),
43 line = line.lstrip()
44 if line.startswith('#') or not line:
49 if 'insert_a_suppression_name_here' in line:
52 if suppressions.has_key(line)
    [all...]
  /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/webrtc/tools/valgrind-webrtc/memcheck/
PRESUBMIT.py 35 # - False: don't skip the next line.
36 # - 'skip_suppression_name': the next line is a suppression name, skip.
37 # - 'skip_param': the next line is a system call parameter error, skip.
41 for line, line_num in zip(f.NewContents(),
43 line = line.lstrip()
44 if line.startswith('#') or not line:
49 if 'insert_a_suppression_name_here' in line:
52 if suppressions.has_key(line)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
assert.c 36 void __assert (const char *function, const char *file, unsigned int line,
39 tf_printf("ASSERT: %s <%d> : %s\n", function, line, assertion);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemReader.java 28 String line = readLine(); local
30 while (line != null && !line.startsWith(BEGIN))
32 line = readLine();
35 if (line != null)
37 line = line.substring(BEGIN.length());
38 int index = line.indexOf('-');
39 String type = line.substring(0, index);
53 String line; local
    [all...]

Completed in 1383 milliseconds

12 3 4 5 6 7 8 91011>>