Home
last modified time | relevance | path

Searched full:line (Results 1 – 25 of 11239) sorted by relevance

12345678910>>...450

/external/tinyxml2/resources/
Ddream.xml65 <LINE>Now, fair Hippolyta, our nuptial hour</LINE>
66 <LINE>Draws on apace; four happy days bring in</LINE>
67 <LINE>Another moon: but, O, methinks, how slow</LINE>
68 <LINE>This old moon wanes! she lingers my desires,</LINE>
69 <LINE>Like to a step-dame or a dowager</LINE>
70 <LINE>Long withering out a young man revenue.</LINE>
75 <LINE>Four days will quickly steep themselves in night;</LINE>
76 <LINE>Four nights will quickly dream away the time;</LINE>
77 <LINE>And then the moon, like to a silver bow</LINE>
78 <LINE>New-bent in heaven, shall behold the night</LINE>
[all …]
/external/elfutils/tests/
Drun-readelf-macros.sh51 #define SUCCESS 0, line 1 (indirect)
52 #define FAILURE 0, line 2 (indirect)
66 #define __STDC__ 1, line 0 (indirect)
67 #define __STDC_VERSION__ 201710L, line 0 (indirect)
68 #define __STDC_UTF_16__ 1, line 0 (indirect)
69 #define __STDC_UTF_32__ 1, line 0 (indirect)
70 #define __STDC_HOSTED__ 1, line 0 (indirect)
71 #define __GNUC__ 8, line 0 (indirect)
72 #define __GNUC_MINOR__ 2, line 0 (indirect)
73 #define __GNUC_PATCHLEVEL__ 1, line 0 (indirect)
[all …]
Drun-readelf-macro.sh84 #define __STDC__ 1, line 1 (indirect)
85 #define __STDC_HOSTED__ 1, line 1 (indirect)
86 #define __GNUC__ 4, line 1 (indirect)
87 #define __GNUC_MINOR__ 7, line 1 (indirect)
88 #define __GNUC_PATCHLEVEL__ 1, line 1 (indirect)
89 #define __VERSION__ "4.7.1 20120629 (Red Hat 4.7.1-1)", line 1 (indirect)
90 #define __GNUC_RH_RELEASE__ 1, line 1 (indirect)
91 #define __ATOMIC_RELAXED 0, line 1 (indirect)
92 #define __ATOMIC_SEQ_CST 5, line 1 (indirect)
93 #define __ATOMIC_ACQUIRE 2, line 1 (indirect)
[all …]
Drun-readelf-zdebug.sh44 tempfiles loc.out aranges.out ranges.out macro.out line.out frame.out
109 #define UINT64_MAX 18446744073709551615UL, line 1 (indirect)
117 #define __STDC__ 1, line 1 (indirect)
118 #define __STDC_HOSTED__ 1, line 1 (indirect)
119 #define __GNUC__ 4, line 1 (indirect)
120 #define __GNUC_MINOR__ 8, line 1 (indirect)
121 #define __GNUC_PATCHLEVEL__ 2, line 1 (indirect)
122 #define __VERSION__ "4.8.2 20140120 (Red Hat 4.8.2-15)", line 1 (indirect)
123 #define __GNUC_RH_RELEASE__ 15, line 1 (indirect)
124 #define __ATOMIC_RELAXED 0, line 1 (indirect)
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
Dcom_github_javaparser_ast_visitor_GenericVisitorAdapter.txt5 Line 80) n.getJavaDoc() != null ==> boolean
6 Line 82) R result = n.getJavaDoc().accept(this, arg) ==> R
7 Line 82) n.getJavaDoc().accept(this, arg) ==> R
8 Line 83) result != null ==> boolean
9 Line 84) result ==> R
10 Line 88) n.getAnnotations() != null ==> boolean
11 Line 89) final AnnotationExpr a ==> com.github.javaparser.ast.expr.AnnotationExpr
12 Line 89) n.getAnnotations() ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
13 Line 91) R result = a.accept(this, arg) ==> R
14 Line 91) a.accept(this, arg) ==> R
[all …]
Dcom_github_javaparser_ast_visitor_DumpVisitor.txt5 Line 93) true ==> boolean
6 Line 97) this.printComments = printComments ==> boolean
10 Line 102) 0 ==> int
11 Line 104) false ==> boolean
12 Line 106) new StringBuilder() ==> java.lang.StringBuilder
13 Line 109) level++ ==> int
14 Line 113) level-- ==> int
15 Line 117) int i = 0 ==> int
16 Line 117) 0 ==> int
17 Line 117) i < level ==> boolean
[all …]
Dcom_github_javaparser_ast_visitor_EqualsVisitor.txt5 Line 80) new EqualsVisitor() ==> com.github.javaparser.ast.visitor.EqualsVisitor
6 Line 83) SINGLETON.nodeEquals(n1, n2) ==> boolean
7 Line 95) !nodeEquals(n1.getComment(), n2.getComment()) ==> boolean
8 Line 96) false ==> boolean
9 Line 98) !nodesEquals(n1.getOrphanComments(), n2.getOrphanComments()) ==> boolean
10 Line 99) false ==> boolean
11 Line 101) true ==> boolean
12 Line 105) nodes1 == null ==> boolean
13 Line 106) nodes2 == null ==> boolean
14 Line 107) true ==> boolean
[all …]
Dcom_github_javaparser_ast_visitor_ModifierVisitorAdapter.txt5 Line 124) int i = list.size() - 1 ==> int
6 Line 124) list.size() - 1 ==> int
7 Line 124) i >= 0 ==> boolean
8 Line 124) i-- ==> int
9 Line 125) list.get(i) == null ==> boolean
10 Line 126) list.remove(i) ==> ?
11 Line 132) n.getJavaDoc() != null ==> boolean
12 Line 133) n.setJavaDoc((JavadocComment) n.getJavaDoc().accept(this, arg)) ==> void
13Line 135) final List<AnnotationExpr> annotations = n.getAnnotations() ==> java.util.List<com.githu…
14 Line 135) n.getAnnotations() ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
[all …]
Dcom_github_javaparser_ast_visitor_VoidVisitorAdapter.txt5 Line 82) visitComment(n.getComment(), arg) ==> void
6 Line 83) n.getJavaDoc() != null ==> boolean
7 Line 84) n.getJavaDoc().accept(this, arg) ==> void
8 Line 86) n.getAnnotations() != null ==> boolean
9 Line 87) final AnnotationExpr a ==> com.github.javaparser.ast.expr.AnnotationExpr
10 Line 87) n.getAnnotations() ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
11 Line 88) a.accept(this, arg) ==> void
12 Line 91) n.getMembers() != null ==> boolean
13 Line 92) final BodyDeclaration member ==> com.github.javaparser.ast.body.BodyDeclaration
14 Line 92) n.getMembers() ==> java.util.List<com.github.javaparser.ast.body.BodyDeclaration>
[all …]
Dcom_github_javaparser_JavaParser.txt4 Line 68) true ==> boolean
5 Line 70) false ==> boolean
6 Line 74) _doNotConsiderAnnotationsAsNodeStartForCodeAttribution ==> boolean
7Line 78) _doNotConsiderAnnotationsAsNodeStartForCodeAttribution = doNotConsiderAnnotationsAsNodeSt…
8 Line 83) _doNotAssignCommentsPreceedingEmptyLines ==> boolean
9Line 88) _doNotAssignCommentsPreceedingEmptyLines = doNotAssignCommentsPreceedingEmptyLines ==> bo…
10 Line 93) parse(in, encoding, true) ==> com.github.javaparser.ast.CompilationUnit
11 Line 111) String code = SourcesHelper.streamToString(in, encoding) ==> java.lang.String
12 Line 111) SourcesHelper.streamToString(in, encoding) ==> java.lang.String
13 Line 112) InputStream in1 = SourcesHelper.stringToStream(code, encoding) ==> java.io.InputStream
[all …]
Dcom_github_javaparser_ast_Node.txt5 Line 52) new LinkedList<Node>() ==> java.util.LinkedList<com.github.javaparser.ast.Node>
6Line 53) new LinkedList<Comment>() ==> java.util.LinkedList<com.github.javaparser.ast.comments.Com…
7 Line 66) this.beginLine = beginLine ==> int
8 Line 67) this.beginColumn = beginColumn ==> int
9 Line 68) this.endLine = endLine ==> int
10 Line 69) this.endColumn = endColumn ==> int
11 Line 105) beginColumn ==> int
12 Line 114) beginLine ==> int
13 Line 123) comment ==> com.github.javaparser.ast.comments.Comment
14 Line 132) data ==> java.lang.Object
[all …]
Dcom_github_javaparser_ast_body_MethodDeclaration.txt11 Line 60) false ==> boolean
12 Line 66) setModifiers(modifiers) ==> void
13 Line 67) setType(type) ==> void
14 Line 68) setName(name) ==> void
15 Line 72) setModifiers(modifiers) ==> void
16 Line 73) setType(type) ==> void
17 Line 74) setName(name) ==> void
18 Line 75) setParameters(parameters) ==> void
19 Line 81) annotations ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
20 Line 82) setModifiers(modifiers) ==> void
[all …]
Dcom_github_javaparser_ast_comments_CommentsParser.txt4 Line 41) 4 ==> int
5Line 44) InputStream in = new ByteArrayInputStream(source.getBytes(Charset.defaultCharset())) ==> …
6Line 44) new ByteArrayInputStream(source.getBytes(Charset.defaultCharset())) ==> java.io.ByteArray…
7Line 45) parse(in, Charset.defaultCharset().name()) ==> com.github.javaparser.ast.comments.Comment…
8 Line 49) boolean lastWasASlashR = false ==> boolean
9 Line 49) false ==> boolean
10Line 50) BufferedReader br = new BufferedReader(new InputStreamReader(in, charsetName)) ==> java.i…
11 Line 50) new BufferedReader(new InputStreamReader(in, charsetName)) ==> java.io.BufferedReader
12Line 51) CommentsCollection comments = new CommentsCollection() ==> com.github.javaparser.ast.comm…
13 Line 51) new CommentsCollection() ==> com.github.javaparser.ast.comments.CommentsCollection
[all …]
Dcom_github_javaparser_ast_body_ConstructorDeclaration.txt11 Line 60) setModifiers(modifiers) ==> void
12 Line 61) setName(name) ==> void
13 Line 66) annotations ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
14 Line 67) setModifiers(modifiers) ==> void
15 Line 68) setTypeParameters(typeParameters) ==> void
16 Line 69) setName(name) ==> void
17 Line 70) setParameters(parameters) ==> void
18 Line 71) setThrows(throws_) ==> void
19 Line 72) setBlock(block) ==> void
20 Line 78) beginLine ==> int
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_aalinetemp.h27 * 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) in NAME()
42 const GLfloat coverage = compute_coveragef(line, ix, iy); in NAME()
43 const GLuint i = line->span.end; in NAME()
50 line->span.end++; in NAME()
51 line->span.array->coverage[i] = coverage; in NAME()
52 line->span.array->x[i] = ix; in NAME()
53 line->span.array->y[i] = iy; in NAME()
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane); in NAME()
[all …]
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/
DJava1_2ValidatorTest.java26 "(line 1,col 1) Can have only one of 'public', 'protected', 'private'.", in topClass()
27 "(line 1,col 1) Can have only one of 'final', 'abstract'.", in topClass()
28 "(line 1,col 1) Can have only one of 'native', 'strictfp'.", in topClass()
29 "(line 1,col 1) 'transient' is not allowed here.", in topClass()
30 "(line 1,col 1) 'default' is not allowed here.", in topClass()
31 "(line 1,col 1) 'volatile' is not allowed here.", in topClass()
32 "(line 1,col 1) 'private' is not allowed here.", in topClass()
33 "(line 1,col 1) 'protected' is not allowed here.", in topClass()
34 "(line 1,col 1) 'synchronized' is not allowed here.", in topClass()
35 "(line 1,col 1) 'native' is not allowed here.", in topClass()
[all …]
DJava1_1ValidatorTest.java28 "(line 1,col 1) Can have only one of 'public', 'protected', 'private'.", in topClass()
29 "(line 1,col 1) Can have only one of 'final', 'abstract'.", in topClass()
30 "(line 1,col 1) 'transient' is not allowed here.", in topClass()
31 "(line 1,col 1) 'default' is not allowed here.", in topClass()
32 "(line 1,col 1) 'volatile' is not allowed here.", in topClass()
33 "(line 1,col 1) 'strictfp' is not allowed here.", in topClass()
34 "(line 1,col 1) 'private' is not allowed here.", in topClass()
35 "(line 1,col 1) 'protected' is not allowed here.", in topClass()
36 "(line 1,col 1) 'synchronized' is not allowed here.", in topClass()
37 "(line 1,col 1) 'native' is not allowed here.", in topClass()
[all …]
/external/python/cpython2/Lib/
Dmimify.py59 line = self.file.readline()
60 if not line:
61 return line
63 if line == self.boundary + '\n':
64 self.peek = line
66 if line == self.boundary + '--\n':
67 self.peek = line
69 return line
78 line = self.peek
81 line = self.file.readline()
[all …]
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt1 Misc.tests.cpp:<line number>: passed: with 1 message: 'yay'
2 Decomposition.tests.cpp:<line number>: passed: fptr == 0 for: 0 == 0
3 Decomposition.tests.cpp:<line number>: passed: fptr == 0l for: 0 == 0
4 Compilation.tests.cpp:<line number>: passed: y.v == 0 for: 0 == 0
5 Compilation.tests.cpp:<line number>: passed: 0 == y.v for: 0 == 0
6 Compilation.tests.cpp:<line number>: passed: t1 == t2 for: {?} == {?}
7 Compilation.tests.cpp:<line number>: passed: t1 != t2 for: {?} != {?}
8 Compilation.tests.cpp:<line number>: passed: t1 < t2 for: {?} < {?}
9 Compilation.tests.cpp:<line number>: passed: t1 > t2 for: {?} > {?}
10 Compilation.tests.cpp:<line number>: passed: t1 <= t2 for: {?} <= {?}
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_javaparsermodel_DefaultVisitorAdapter.txt1 Line 18) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName()
2 Line 18) node.getClass() ==> java.lang.Object.getClass()
3 Line 23) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName()
4 Line 23) node.getClass() ==> java.lang.Object.getClass()
5 Line 28) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName()
6 Line 28) node.getClass() ==> java.lang.Object.getClass()
7 Line 33) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName()
8 Line 33) node.getClass() ==> java.lang.Object.getClass()
9 Line 38) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName()
10 Line 38) node.getClass() ==> java.lang.Object.getClass()
[all …]
/external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
DTagBalancingHtmlStreamEventReceiver.html4 <FONT color="green">001</FONT> // Copyright (c) 2011, Mike Samuel<a name="line.1"></a>
5 <FONT color="green">002</FONT> // All rights reserved.<a name="line.2"></a>
6 <FONT color="green">003</FONT> //<a name="line.3"></a>
7 …FONT> // Redistribution and use in source and binary forms, with or without<a name="line.4"></a>
8 …FONT> // modification, are permitted provided that the following conditions<a name="line.5"></a>
9 <FONT color="green">006</FONT> // are met:<a name="line.6"></a>
10 <FONT color="green">007</FONT> //<a name="line.7"></a>
11 …08</FONT> // Redistributions of source code must retain the above copyright<a name="line.8"></a>
12 …009</FONT> // notice, this list of conditions and the following disclaimer.<a name="line.9"></a>
13 …FONT> // Redistributions in binary form must reproduce the above copyright<a name="line.10"></a>
[all …]
/external/llvm/test/MC/ARM/
Dv8_IT_manual.s4 @ CHECK-NOT: [[@LINE+2]]:1: warning
8 @ CHECK-NOT: [[@LINE+2]]:1: warning
11 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
14 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
18 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
22 @ CHECK-NOT: [[@LINE+2]]:1: warning
26 @ CHECK-NOT: [[@LINE+2]]:1: warning
30 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
34 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
38 @ CHECK-NOT: [[@LINE+2]]:1: warning
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dv8_IT_manual.s4 @ CHECK-NOT: :[[@LINE+2]]:1: warning
8 @ CHECK-NOT: :[[@LINE+2]]:1: warning
11 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
14 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
18 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
22 @ CHECK-NOT: :[[@LINE+2]]:1: warning
26 @ CHECK-NOT: :[[@LINE+2]]:1: warning
30 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
34 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
38 @ CHECK-NOT: :[[@LINE+2]]:1: warning
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/
Dcom_github_javaparser_ast_visitor_CloneVisitor.txt1Line 114) cloneNodes(_n.getPackage(), _arg) ==> com.github.javaparser.ast.visitor.CloneVisitor.clo…
2 Line 114) _n.getPackage() ==> com.github.javaparser.ast.CompilationUnit.getPackage()
3Line 115) visit(_n.getImports(), _arg) ==> com.github.javaparser.ast.visitor.CloneVisitor.visit(ja…
4 Line 115) _n.getImports() ==> com.github.javaparser.ast.CompilationUnit.getImports()
5Line 116) visit(_n.getTypes(), _arg) ==> com.github.javaparser.ast.visitor.CloneVisitor.visit(java…
6 Line 116) _n.getTypes() ==> com.github.javaparser.ast.CompilationUnit.getTypes()
7 Line 119) _n.getRange() ==> com.github.javaparser.ast.Node.getRange()
8Line 126) visit(_n.getAnnotations(), _arg) ==> com.github.javaparser.ast.visitor.CloneVisitor.visi…
9 Line 126) _n.getAnnotations() ==> com.github.javaparser.ast.PackageDeclaration.getAnnotations()
10Line 127) cloneNodes(_n.getName(), _arg) ==> com.github.javaparser.ast.visitor.CloneVisitor.cloneN…
[all …]
Dcom_github_javaparser_ast_visitor_EqualsVisitor.txt1Line 111) SINGLETON.nodeEquals(n1, n2) ==> com.github.javaparser.ast.visitor.EqualsVisitor.nodeEqu…
2Line 123) nodeEquals(n1.getComment(), n2.getComment()) ==> com.github.javaparser.ast.visitor.Equal…
3 Line 123) n1.getComment() ==> com.github.javaparser.ast.Node.getComment()
4 Line 123) n2.getComment() ==> com.github.javaparser.ast.Node.getComment()
5Line 126) nodesEquals(n1.getOrphanComments(), n2.getOrphanComments()) ==> com.github.javaparser.as…
6 Line 126) n1.getOrphanComments() ==> com.github.javaparser.ast.Node.getOrphanComments()
7 Line 126) n2.getOrphanComments() ==> com.github.javaparser.ast.Node.getOrphanComments()
8 Line 135) nodes1.size() ==> java.util.List.size()
9 Line 135) nodes2.size() ==> java.util.List.size()
10 Line 138) nodes1.size() ==> java.util.List.size()
[all …]

12345678910>>...450