HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 26 - 50 of 12217) 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...]
  /frameworks/support/leanback/
generatef.py 34 for line in file:
35 line = line.replace('IS_FRAMEWORK_FRAGMENT = false', 'IS_FRAMEWORK_FRAGMENT = true'); variable
37 line = line.replace('{}SupportFragment'.format(w2), '{}Fragment'.format(w2)) variable
38 line = line.replace('androidx.fragment.app.FragmentActivity', 'android.app.Activity') variable
39 line = line.replace('androidx.fragment.app.Fragment', 'android.app.Fragment') variable
40 line = line.replace('activity.getSupportFragmentManager()', 'activity.getFragmentManager()' variable
41 line = line.replace('FragmentActivity activity', 'Activity activity') variable
42 line = line.replace('(FragmentActivity', '(Activity') variable
44 line = re.sub(r'([^\\.])getContext\\(\\)', r'\\1FragmentUtil.getContext({}Fragment.this)'.format(w), line); variable
61 line = line.replace('androidx.fragment.app.Fragment', 'android.app.Fragment') variable
62 line = line.replace('VideoSupportFragment', 'VideoFragment') variable
63 line = line.replace('PlaybackSupportFragment', 'PlaybackFragment') variable
79 line = line.replace('VideoSupportFragment', 'VideoFragment') variable
80 line = line.replace('PlaybackSupportFragment', 'PlaybackFragment') variable
81 line = line.replace('androidx.fragment.app.Fragment', 'android.app.Fragment') variable
97 line = line.replace('VideoSupportFragment', 'VideoFragment') variable
98 line = line.replace('DetailsSupportFragment', 'DetailsFragment') variable
99 line = line.replace('RowsSupportFragment', 'RowsFragment') variable
100 line = line.replace('androidx.fragment.app.Fragment', 'android.app.Fragment') variable
101 line = line.replace('mFragment.getContext()', 'FragmentUtil.getContext(mFragment)') variable
    [all...]
  /frameworks/support/leanback/src/androidTest/
generatev4.py 40 for line in file:
42 line = line.replace('{}SupportFragment'.format(w), '{}Fragment'.format(w)) variable
43 line = line.replace('androidx.fragment.app.FragmentActivity', 'android.app.Activity') variable
44 line = line.replace('androidx.fragment.app.Fragment', 'android.app.Fragment') variable
45 line = line.replace('FragmentActivity getActivity()', 'Activity getActivity()') variable
46 outfile.write(line)
65 line = line.replace('{}SupportFragment'.format(w), '{}Fragment'.format(w)) variable
67 line = line.replace('{}SupportFragmentTestBase'.format(w), '{}FragmentTestBase'.format(w)) variable
68 line = line.replace('{}SupportFragmentTestActivity'.format(w), '{}FragmentTestActivity'.format(w)) variable
69 line = line.replace('{}TestSupportFragment'.format(w), '{}TestFragment'.format(w)) variable
70 line = line.replace('androidx.fragment.app.FragmentActivity', 'android.app.Activity') variable
71 line = line.replace('androidx.fragment.app.Fragment', 'android.app.Fragment') variable
91 line = line.replace('{}SupportFragment'.format(w), '{}Fragment'.format(w)) variable
93 line = line.replace('SingleSupportFragmentTestBase', 'SingleFragmentTestBase') variable
94 line = line.replace('SingleSupportFragmentTestActivity', 'SingleFragmentTestActivity') variable
95 line = line.replace('{}SupportFragmentTestBase'.format(w), '{}FragmentTestBase'.format(w)) variable
96 line = line.replace('{}SupportFragmentTest'.format(w), '{}FragmentTest'.format(w)) variable
97 line = line.replace('{}SupportFragmentTestActivity'.format(w), '{}FragmentTestActivity'.format(w)) variable
98 line = line.replace('{}TestSupportFragment'.format(w), '{}TestFragment'.format(w)) variable
99 line = line.replace('androidx.fragment.app.FragmentActivity', 'android.app.Activity') variable
100 line = line.replace('androidx.fragment.app.Fragment', 'android.app.Fragment') variable
101 line = line.replace('extends FragmentActivity', 'extends Activity') variable
102 line = line.replace('Activity.this.getSupportFragmentManager', 'Activity.this.getFragmentManager') variable
103 line = line.replace('tivity.getSupportFragmentManager', 'tivity.getFragmentManager') variable
119 line = line.replace('{}TestSupportFragment'.format(w), '{}TestFragment'.format(w)) variable
120 line = line.replace('{}SupportFragmentTestActivity'.format(w), '{}FragmentTestActivity'.format(w)) variable
121 line = line.replace('androidx.fragment.app.FragmentActivity', 'android.app.Activity') variable
122 line = line.replace('androidx.fragment.app.Fragment', 'android.app.Fragment') variable
123 line = line.replace('extends FragmentActivity', 'extends Activity') variable
124 line = line.replace('getSupportFragmentManager', 'getFragmentManager') variable
137 line = line.replace('IntEffect', 'FloatEffect') variable
138 line = line.replace('IntParallax', 'FloatParallax') variable
139 line = line.replace('IntProperty', 'FloatProperty') variable
140 line = line.replace('intValue()', 'floatValue()') variable
141 line = line.replace('int screenMax', 'float screenMax') variable
142 line = line.replace('assertEquals((int)', 'assertFloatEquals((float)') variable
143 line = line.replace('(int)', '(float)') variable
144 line = line.replace('int[', 'float[') variable
145 line = line.replace('Integer', 'Float'); variable
157 line = line.replace('ParallaxIntTest', 'ParallaxFloatTest') variable
158 line = line.replace('IntParallax', 'FloatParallax') variable
159 line = line.replace('IntProperty', 'FloatProperty') variable
160 line = line.replace('verifyIntProperties', 'verifyFloatProperties') variable
161 line = line.replace('intValue()', 'floatValue()') variable
162 line = line.replace('int screenMax', 'float screenMax') variable
163 line = line.replace('assertEquals((int)', 'assertFloatEquals((float)') variable
164 line = line.replace('(int)', '(float)') variable
    [all...]
  /external/v8/tools/sanitizers/
sanitize_pcs.py 10 for line in sys.stdin:
11 print '0x%x' % (int(line.strip(), 16) + 4)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/
fake-llvm-symbolizer 22 while read line; do
23 # line has form:
26 set -- $line
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/
fake-llvm-symbolizer 22 while read line; do
23 # line has form:
26 set -- $line
  /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/v8/tools/clang/scripts/
extract_edits.py 50 for line in sys.stdin:
51 line = line.rstrip("\n\r")
52 if line == '==== BEGIN EDITS ====':
55 if line == '==== END EDITS ====':
58 if inside_marker_lines and line not in unique_lines:
59 unique_lines.add(line)
60 print 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
  /tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
ApiParseException.java 24 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/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
78 line: label
80 my $line = $_;
81 chomp($line);
86 if ($line =~ $ignore_sections{$tag}) {
92 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...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
LineNumberNode.java 36 * A node that represents a line number declaration.
43 * A line number. This number refers to the source file from which the class
46 public int line; field in class:LineNumberNode
49 * The first instruction corresponding to this line number.
56 * @param line a line number. This number refers to the source file from
58 * @param start the first instruction corresponding to this line number.
60 public LineNumberNode(final int line, final Label start) {
61 this.line = line;
    [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/javaparser/javaparser-core/src/main/java/com/github/javaparser/
Position.java 32 public final int line; field in class:Position
40 public Position(int line, int column) {
41 if (line < Node.ABSOLUTE_END_LINE) {
42 throw new IllegalArgumentException("Can't position at line " + line);
47 this.line = line;
54 public static Position pos(int line, int column) {
55 return new Position(line, column);
59 return new Position(this.line, column)
    [all...]

Completed in 593 milliseconds

12 3 4 5 6 7 8 91011>>