Home
last modified time | relevance | path

Searched +full:- +full:- +full:comment +full:- +full:id (Results 1 – 25 of 1130) sorted by relevance

12345678910>>...46

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/comment/
DParserWithCommentEnabledTest.java7 * http://www.apache.org/licenses/LICENSE-2.0
14 package org.yaml.snakeyaml.comment;
23 import org.yaml.snakeyaml.events.Event.ID;
45 private void assertEventListEquals(List<ID> expectedEventIdList, Parser parser) { in assertEventListEquals()
46 for (ID expectedEventId : expectedEventIdList) { in assertEventListEquals()
73 List<ID> expectedEventIdList = Arrays.asList(ID.StreamStart, ID.StreamEnd); in testEmpty()
81 String data = "# Comment"; in testParseWithOnlyComment()
82 List<ID> expectedEventIdList = Arrays.asList(// in testParseWithOnlyComment()
83 ID.StreamStart, // in testParseWithOnlyComment()
84 ID.Comment, // in testParseWithOnlyComment()
[all …]
DSerializerWithCommentEnabledTest.java7 * http://www.apache.org/licenses/LICENSE-2.0
14 package org.yaml.snakeyaml.comment;
29 import org.yaml.snakeyaml.events.Event.ID;
52 private void assertEventListEquals(List<ID> expectedEventIdList, List<Event> actualEvents) { in assertEventListEquals()
54 for (ID expectedEventId : expectedEventIdList) { in assertEventListEquals()
100 List<ID> expectedEventIdList = Arrays.asList(ID.StreamStart, ID.StreamEnd); in testEmpty()
111 String data = "# Comment"; in testParseWithOnlyComment()
113 List<ID> expectedEventIdList = Arrays.asList(// in testParseWithOnlyComment()
114 ID.StreamStart, // in testParseWithOnlyComment()
115 ID.DocumentStart, // in testParseWithOnlyComment()
[all …]
DProblematicYamlTest.java7 * http://www.apache.org/licenses/LICENSE-2.0
14 package org.yaml.snakeyaml.comment;
30 import org.yaml.snakeyaml.events.Event.ID;
57 private void assertEventListEquals(List<ID> expectedEventIdList, in assertEventListEquals()
60 for (ID expectedEventId : expectedEventIdList) { in assertEventListEquals()
68 + (event.getEventId() == ID.Comment ? " " + ((CommentEvent) event).getCommentType() in assertEventListEquals()
71 if (event.getEventId() == ID.Comment) { in assertEventListEquals()
82 + (event.getEventId() == ID.Comment ? " " + ((CommentEvent) event).getCommentType() in printEventList()
92 " # Comment 1\n" + // s.b BLOCK, classified as INLINE in testParseProblematicYaml1()
94 " # Comment 2\n" + // in testParseProblematicYaml1()
[all …]
DScannerWithCommentEnabledTest.java7 * http://www.apache.org/licenses/LICENSE-2.0
14 package org.yaml.snakeyaml.comment;
33 import org.yaml.snakeyaml.tokens.Token.ID;
37 private void assertTokensEqual(List<ID> expected, Scanner sut) { in assertTokensEqual()
47 case Comment: in printToken()
59 private void assertTokenEquals(Iterator<ID> expectedIdIterator, in assertTokenEquals()
63 ID expectedValue = expectedIdIterator.next(); in assertTokenEquals()
65 if (expectedScalarValueIterator != null && token.getTokenId() == ID.Scalar) { in assertTokenEquals()
70 private void assertTokensEqual(List<ID> expectedList, List<String> expectedScalarValueList, in assertTokensEqual()
72 Iterator<ID> expectedIterator = expectedList.iterator(); in assertTokensEqual()
[all …]
/external/angle/third_party/spirv-headers/src/include/spirv/
Dspir-v.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
4 Copyright (c) 2015-2024 The Khronos Group Inc.
24 -->
25 <!--
26 This file, spir-v.xml, is the SPIR-V Tool ID, opcode and enumerant registry.
29 include/spirv/spir-v.xml in the master branch at
30 https://github.com/KhronosGroup/SPIRV-Headers
31 -->
33 <!-- SECTION: SPIR-V Tool ID Definitions -->
[all …]
/external/deqp-deps/SPIRV-Headers/include/spirv/
Dspir-v.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
4 Copyright (c) 2015-2024 The Khronos Group Inc.
24 -->
25 <!--
26 This file, spir-v.xml, is the SPIR-V Tool ID, opcode and enumerant registry.
29 include/spirv/spir-v.xml in the master branch at
30 https://github.com/KhronosGroup/SPIRV-Headers
31 -->
33 <!-- SECTION: SPIR-V Tool ID Definitions -->
[all …]
/external/mesa3d/src/compiler/spirv/
Dspir-v.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
4 Copyright (c) 2015-2024 The Khronos Group Inc.
24 -->
25 <!--
26 This file, spir-v.xml, is the SPIR-V Tool ID, opcode and enumerant registry.
29 include/spirv/spir-v.xml in the master branch at
30 https://github.com/KhronosGroup/SPIRV-Headers
31 -->
33 <!-- SECTION: SPIR-V Tool ID Definitions -->
[all …]
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/
Dspir-v.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
4 Copyright (c) 2015-2024 The Khronos Group Inc.
24 -->
25 <!--
26 This file, spir-v.xml, is the SPIR-V Tool ID, opcode and enumerant registry.
29 include/spirv/spir-v.xml in the master branch at
30 https://github.com/KhronosGroup/SPIRV-Headers
31 -->
33 <!-- SECTION: SPIR-V Tool ID Definitions -->
[all …]
/external/shaderc/spirv-headers/include/spirv/
Dspir-v.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
24 -->
25 <!--
26 This file, spir-v.xml, is the SPIR-V Tool ID and Opcode registry. The
29 http://www.khronos.org/registry/spir-v/
30 -->
32 <!-- SECTION: SPIR-V Tool ID Definitions -->
34 <!-- A SPIR-V Generator Magic Number is a 32 bit word: The high order 16
35 bits are a tool ID, which should be unique across all SPIR-V
[all …]
/external/python/google-api-python-client/docs/dyn/
Dblogger_v3.comments.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dyoutube_v3.comments.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dyoutube_v3.commentThreads.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dyoutube_v3.youtube.v3.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddrive_v3.comments.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddrive_v2.comments.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dblogger_v2.comments.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dblogger_v3.posts.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddrive_v2.replies.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/apache-xml/test/java/src/org/apache/qetest/
DConsoleLogger.java10 * http://www.apache.org/licenses/LICENSE-2.0
19 * $Id$
37 * Logger that prints human-readable output to System.out.
44 * and likely will be using some file-based output for results
51 * @version $Id$
56 //-----------------------------------------------------
57 //-------- Class members --------
58 //-----------------------------------------------------
60 /** Our output stream - currently hard-coded to System.out. */
66 /** If we should indent sub-results or not. */
[all …]
/external/apache-xml/test/android_src/org/apache/test/android/
DTestLogger.java8 * http://www.apache.org/licenses/LICENSE-2.0
68 public void testFileInit(String name, String comment) { in testFileInit() argument
69 logMsg(INFOMSG, "testFileInit: " + name + " - comment: " + comment); in testFileInit()
74 logMsg(INFOMSG, "testFileClose" + msg + " - result: " + result); in testFileClose()
78 public void testCaseInit(String comment) { in testCaseInit() argument
79 logMsg(INFOMSG, comment); in testCaseInit()
84 logMsg(CRITICALMSG, "testCaseClose" + msg + " - result: " + result); in testCaseClose()
90 case ERRORMSG, FAILSONLY -> System.logE(msg); in logMsg()
91 case CRITICALMSG, WARNINGMSG -> System.logW(msg); in logMsg()
92 default -> System.logI(msg); in logMsg()
[all …]
/external/flatbuffers/tests/prototest/
Dtest_id.golden.fbs5 /// Enum doc comment.
9 /// Enum 2nd value doc comment misaligned.
25 a:int (id: 0);
28 /// 2nd table doc comment with
31 c:int = 16 (id: 12);
32 d:long (id: 1);
33 p:uint (id: 21);
34 e:ulong (id: 2);
35 /// doc comment for f.
36 f:int = -1 (id: 3);
[all …]
Dtest_suffix_id.golden.fbs5 /// Enum doc comment.
9 /// Enum 2nd value doc comment misaligned.
25 a:int (id: 0);
28 /// 2nd table doc comment with
31 c:int = 16 (id: 12);
32 d:long (id: 1);
33 p:uint (id: 21);
34 e:ulong (id: 2);
35 /// doc comment for f.
36 f:int = -1 (id: 3);
[all …]
Dtest_include_id.golden.fbs7 /// Enum doc comment.
11 /// Enum 2nd value doc comment misaligned.
26 /// 2nd table doc comment with
29 c:int = 16 (id: 12);
30 d:long (id: 1);
31 p:uint (id: 21);
32 e:ulong (id: 2);
33 /// doc comment for f.
34 f:int = -1 (id: 3);
35 g:long (id: 4);
[all …]
Dtest_union_suffix_id.golden.fbs5 /// Enum doc comment.
9 /// Enum 2nd value doc comment misaligned.
25 /// doc comment for s.
27 /// doc comment for t on 2
35 a:int (id: 0);
38 /// 2nd table doc comment with
41 c:int = 16 (id: 13);
42 d:long (id: 2);
43 p:uint (id: 22);
44 e:ulong (id: 3);
[all …]
Dtest_union_id.golden.fbs5 /// Enum doc comment.
9 /// Enum 2nd value doc comment misaligned.
25 /// doc comment for s.
27 /// doc comment for t on 2
35 a:int (id: 0);
38 /// 2nd table doc comment with
41 c:int = 16 (id: 13);
42 d:long (id: 2);
43 p:uint (id: 22);
44 e:ulong (id: 3);
[all …]

12345678910>>...46