/external/tinyxml2/resources/ |
D | dream.xml | 65 <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/ |
D | run-readelf-macros.sh | 51 #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 …]
|
D | run-readelf-macro.sh | 84 #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 …]
|
D | run-readelf-zdebug.sh | 44 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/test_sourcecode/javaparser_src/expected_output/ |
D | com_github_javaparser_ast_visitor_GenericVisitorAdapter.txt | 5 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 …]
|
D | com_github_javaparser_ast_visitor_DumpVisitor.txt | 5 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 …]
|
D | com_github_javaparser_ast_visitor_EqualsVisitor.txt | 5 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 …]
|
D | com_github_javaparser_ast_visitor_ModifierVisitorAdapter.txt | 5 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 13 …Line 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 …]
|
D | com_github_javaparser_ast_visitor_VoidVisitorAdapter.txt | 5 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 …]
|
D | com_github_javaparser_JavaParser.txt | 4 Line 68) true ==> boolean 5 Line 70) false ==> boolean 6 Line 74) _doNotConsiderAnnotationsAsNodeStartForCodeAttribution ==> boolean 7 …Line 78) _doNotConsiderAnnotationsAsNodeStartForCodeAttribution = doNotConsiderAnnotationsAsNodeSt… 8 Line 83) _doNotAssignCommentsPreceedingEmptyLines ==> boolean 9 …Line 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 …]
|
D | com_github_javaparser_ast_Node.txt | 5 Line 52) new LinkedList<Node>() ==> java.util.LinkedList<com.github.javaparser.ast.Node> 6 …Line 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 …]
|
D | com_github_javaparser_ast_body_MethodDeclaration.txt | 11 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 …]
|
D | com_github_javaparser_ast_comments_CommentsParser.txt | 4 Line 41) 4 ==> int 5 …Line 44) InputStream in = new ByteArrayInputStream(source.getBytes(Charset.defaultCharset())) ==> … 6 …Line 44) new ByteArrayInputStream(source.getBytes(Charset.defaultCharset())) ==> java.io.ByteArray… 7 …Line 45) parse(in, Charset.defaultCharset().name()) ==> com.github.javaparser.ast.comments.Comment… 8 Line 49) boolean lastWasASlashR = false ==> boolean 9 Line 49) false ==> boolean 10 …Line 50) BufferedReader br = new BufferedReader(new InputStreamReader(in, charsetName)) ==> java.i… 11 Line 50) new BufferedReader(new InputStreamReader(in, charsetName)) ==> java.io.BufferedReader 12 …Line 51) CommentsCollection comments = new CommentsCollection() ==> com.github.javaparser.ast.comm… 13 Line 51) new CommentsCollection() ==> com.github.javaparser.ast.comments.CommentsCollection [all …]
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-special-member-functions.cpp | 14 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <{{.*}}:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 struct Trivi… 20 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 26 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 32 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+2]]:1> line:[[@LINE-1]]:8 st… 37 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 43 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 49 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 55 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 61 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 67 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+6]]:1> line:[[@LINE-1]]:8 st… [all …]
|
D | ast-dump-record-definition-data.cpp | 22 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 28 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 34 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+2]]:1> line:[[@LINE-1]]:8 st… 39 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 45 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 51 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+4]]:1> line:[[@LINE-1]]:8 st… 58 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 64 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… 70 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+2]]:1> line:[[@LINE-1]]:8 st… 75 …// CHECK: CXXRecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+3]]:1> line:[[@LINE-1]]:8 st… [all …]
|
D | ast-dump-records.c | 15 // CHECK: RecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, col:8> col:8 struct B 18 …/ CHECK: RecordDecl 0x{{[^ ]*}} prev 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+20]]:1> line:[[… 20 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:7> col:7 a 'int' 22 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:7> col:7 b 'int' 25 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:11> col:7 d 'int' 29 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:9> col:3 'int' 33 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:11> col:7 e 'int' 37 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:13> col:13 f 'struct B *' 41 …// CHECK: RecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:1, line:[[@LINE+36]]:1> line:[[@LINE-1]]:8 stru… 43 …// CHECK-NEXT: RecordDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, line:[[@LINE+3]]:3> line:[[@LINE-1]]:3 … [all …]
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 1 #line 1 "example_c_file.c" 4 #line 1 "D:\eli\cpp_stuff\libc_include/stdio.h" 6 #line 19 "D:\eli\cpp_stuff\libc_include/stdio.h" 9 #line 25 "D:\eli\cpp_stuff\libc_include/stdio.h" 14 #line 1 "D:\eli\cpp_stuff\libc_include/_ansi.h" 18 #line 11 "D:\eli\cpp_stuff\libc_include/_ansi.h" 23 #line 1 "D:\eli\cpp_stuff\libc_include/newlib.h" 25 #line 3 "D:\eli\cpp_stuff\libc_include/newlib.h" 26 #line 16 "D:\eli\cpp_stuff\libc_include/_ansi.h" 27 #line 1 "D:\eli\cpp_stuff\libc_include/sys/config.h" [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | 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) 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-core-testing/src/test/java/com/github/javaparser/ast/validator/ |
D | Java1_2ValidatorTest.java | 25 "(line 1,col 1) Can have only one of 'public', 'protected', 'private'.", in topClass() 26 "(line 1,col 1) Can have only one of 'final', 'abstract'.", in topClass() 27 "(line 1,col 1) Can have only one of 'native', 'strictfp'.", in topClass() 28 "(line 1,col 1) 'transient' is not allowed here.", in topClass() 29 "(line 1,col 1) 'default' is not allowed here.", in topClass() 30 "(line 1,col 1) 'volatile' is not allowed here.", in topClass() 31 "(line 1,col 1) 'private' is not allowed here.", in topClass() 32 "(line 1,col 1) 'protected' is not allowed here.", in topClass() 33 "(line 1,col 1) 'synchronized' is not allowed here.", in topClass() 34 "(line 1,col 1) 'native' is not allowed here.", in topClass() [all …]
|
D | Java1_1ValidatorTest.java | 28 "(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/ |
D | mimify.py | 59 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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/ |
D | com_github_javaparser_symbolsolver_javaparsermodel_DefaultVisitorAdapter.txt | 1 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/python/cryptography/tests/ |
D | utils.py | 55 for line in vector_data: 56 line = line.strip() 59 if not line or line.startswith("#") or (line.startswith("[") and 60 line.endswith("]")): 63 if line.strip() == "FAIL": 68 name, value = [c.strip() for c in line.split("=")] 90 for line in vector_data: 91 line = line.strip() 94 if not line or line.startswith("#"): 97 if line.startswith("K"): [all …]
|
/external/llvm-project/clang/test/CoverageMapping/ |
D | switch.cpp | 4 void foo(int i) { // CHECK-NEXT: File 0, [[@LINE]]:17 -> [[@LINE+8]]:2 = #0 in foo() 5 switch(i) { // CHECK-NEXT: Gap,File 0, [[@LINE]]:13 -> [[@LINE+4]]:10 = 0 in foo() 6 case 1: // CHECK-NEXT: File 0, [[@LINE]]:3 -> [[@LINE+1]]:11 = #2 in foo() 8 case 2: // CHECK-NEXT: File 0, [[@LINE]]:3 -> [[@LINE+1]]:10 = #3 in foo() 9 break; // CHECK-NEXT: Gap,File 0, [[@LINE]]:10 -> [[@LINE+2]]:3 = #1 in foo() 11 int x = 0; // CHECK-NEXT: File 0, [[@LINE]]:3 -> [[@LINE+1]]:2 = #1 in foo() 17 void bar(int i) { // CHECK-NEXT: File 0, [[@LINE]]:17 -> [[@LINE+20]]:2 = #0 in bar() 19 ; // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE]]:6 = 0 in bar() 21 switch (i) { // CHECK-NEXT: File 0, [[@LINE]]:3 -> [[@LINE+16]]:2 = #1 in bar() 24 switch (i) // CHECK-NEXT: File 0, [[@LINE]]:3 -> [[@LINE+13]]:2 = #2 in bar() [all …]
|
/external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/ |
D | TagBalancingHtmlStreamEventReceiver.html | 4 <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 …]
|