HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 101 - 125 of 12217) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/dwarf/dwarf.dir/
z6.go 2 //line x6.go:4
z7.go 2 //line x7.go:4
z8.go 2 //line x8.go:4
z9.go 2 //line x9.go:4
  /external/clang/utils/analyzer/
SumTimerInfo.py 35 for line in f:
36 if ("Miscellaneous Ungrouped Timers" in line) :
38 if (("Analyzer Total Time" in line) and (Mode == 1)) :
39 s = line.split()
44 if ((("warning generated." in line) or ("warnings generated" in line)) and Mode == 1) :
45 s = line.split()
47 if (("The # of functions analysed (as top level)" in line) and (Mode == 1)) :
48 s = line.split()
50 if (("The % of reachable basic blocks" in line) and (Mode == 1))
    [all...]
  /external/skia/tests/
PathOpsDLineTest.cpp 24 const SkDLine& line = tests[index]; local
25 SkASSERT(ValidLine(line));
27 SkPoint pts[2] = {line[0].asSkPoint(), line[1].asSkPoint()};
29 REPORTER_ASSERT(reporter, line[0] == line2[0] && line[1] == line2[1]);
30 SkDPoint mid = line.ptAtT(.5);
31 REPORTER_ASSERT(reporter, approximately_equal((line[0].fX + line[1].fX) / 2, mid.fX));
32 REPORTER_ASSERT(reporter, approximately_equal((line[0].fY + line[1].fY) / 2, mid.fY))
    [all...]
  /external/skqp/tests/
PathOpsDLineTest.cpp 24 const SkDLine& line = tests[index]; local
25 SkASSERT(ValidLine(line));
27 SkPoint pts[2] = {line[0].asSkPoint(), line[1].asSkPoint()};
29 REPORTER_ASSERT(reporter, line[0] == line2[0] && line[1] == line2[1]);
30 SkDPoint mid = line.ptAtT(.5);
31 REPORTER_ASSERT(reporter, approximately_equal((line[0].fX + line[1].fX) / 2, mid.fX));
32 REPORTER_ASSERT(reporter, approximately_equal((line[0].fY + line[1].fY) / 2, mid.fY))
    [all...]
  /bionic/libc/bionic/
assert.cpp 35 void __assert(const char* file, int line, const char* failed_expression) {
36 async_safe_fatal("%s:%d: assertion \"%s\" failed", file, line, failed_expression);
39 void __assert2(const char* file, int line, const char* function, const char* failed_expression) {
40 async_safe_fatal("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression);
  /build/make/core/
filter_symbols.sh 15 $NM -g -fp $1 | while read -a line
17 type=${line[1]}
20 echo "$PREFIX${line[0]}$SUFFIX # ${line[1]}"
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestInput.java 34 public int line; // line number in the script field in class:gUnitTestInput
36 public gUnitTestInput(String input, boolean isFile, int line) {
39 this.line = line;
  /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/clang/test/CodeGen/
debug-info-line.c 1 // RUN: %clang_cc1 -w -debug-info-kind=line-tables-only -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - | FileCheck %s
5 #line 100
11 // CHECK: [[DBG_F1]] = !DILocation(line: 100,
  /external/clang/test/CodeGenCXX/
debug-info-line-if.cpp 6 #line 100
14 // should be attributed to the loop header line.
20 #line 200
30 #line 300
40 #line 400
51 // CHECK-DAG: [[DBG1]] = !DILocation(line: 100, scope: !{{.*}})
52 // CHECK-DAG: [[DBG2]] = !DILocation(line: 200, scope: !{{.*}})
53 // CHECK-DAG: [[DBG3]] = !DILocation(line: 300, scope: !{{.*}})
54 // CHECK-DAG: [[DBG4]] = !DILocation(line: 401, scope: !{{.*}})
57 // CHECK-DAG: [[LDBG1]] = !DILocation(line: 100, scope: !{{.*}}
    [all...]
  /external/elfutils/libdwfl/
dwfl_dwarf_line.c 1 /* Get information from a source line record returned by libdwfl.
33 dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias)
35 if (line == NULL)
38 struct dwfl_cu *cu = dwfl_linecu (line);
39 const Dwarf_Line *info = &cu->die.cu->lines->info[line->idx];
  /external/iproute2/include/iptables/
internal.h 11 extern int line;
  /external/iptables/include/iptables/
internal.h 11 extern int line;
  /external/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
8 # .long 1 this line is commented out
  /external/python/cpython3/Lib/test/subprocessdata/
qcat.py 6 for line in sys.stdin:
7 sys.stdout.write(line)
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
8 # .long 1 this line is commented out
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
directive_line.s 4 .line
5 .line 1
  /frameworks/wilhelm/src/
assert.cpp 24 void __assert(const char *file, int line, const char *failedexpr)
26 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d", failedexpr, file, line);
30 void __assert2(const char *file, int line, const char *func, const char *failedexpr)
32 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"",
33 failedexpr, file, line, func);
  /hardware/ril/reference-ril/
misc.c 20 /** returns 1 if line starts with prefix, 0 if it does not */
21 int strStartsWith(const char *line, const char *prefix)
23 for ( ; *line != '\0' && *prefix != '\0' ; line++, prefix++) {
24 if (*line != *prefix) {
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpDirParser.java 40 * Takes one line from a directory listing and returns an FtpDirEntry instance
43 * @param line a <code>String</code>, a line sent by the FTP server as a
48 public FtpDirEntry parseLine(String line);
  /external/mockito/src/main/java/org/mockito/internal/configuration/plugins/
PluginFileReader.java 14 for(String line: IOUtil.readLines(input)) {
15 String stripped = stripCommentAndWhitespace(line);
23 private static String stripCommentAndWhitespace(String line) {
24 int hash = line.indexOf('#');
26 line = line.substring(0, hash);
28 return line.trim();
  /frameworks/support/lifecycle/compiler/
reset_results.py 35 for line in lines:
36 file.write(line)
45 for line in content:
46 if (state == 0 and line.startswith(expected)):
48 filename = line[line.rfind("/") + 1 : len(line) - 2]
51 if state == 1 and line.startswith("Actual Source:"):
56 fileLines.append(line)
58 if state == 2 and line.rstrip() == "}"
    [all...]

Completed in 492 milliseconds

1 2 3 45 6 7 8 91011>>