Home
last modified time | relevance | path

Searched refs:Mark (Results 1 – 25 of 858) sorted by relevance

12345678910>>...35

/external/elfutils/po/
DChangeLog1 2022-10-02 Mark Wielaard <mark@klomp.org>
5 2022-08-05 Mark Wielaard <mark@klomp.org>
12 2022-04-25 Mark Wielaard <mark@klomp.org>
16 2021-11-10 Mark Wielaard <mark@klomp.org>
24 2021-05-22 Mark Wielaard <mark@klomp.org>
28 2021-05-10 Mark Wielaard <mark@klomp.org>
45 2021-02-05 Mark Wielaard <mark@klomp.org>
64 2020-10-31 Mark Wielaard <mark@klomp.org>
68 2020-09-08 Mark Wielaard <mark@klomp.org>
72 2020-06-11 Mark Wielaard <mark@klomp.org>
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/docs/Status/
DFormatPaper.csv3 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::duration<Rep, Period>``",,Mark de W…
4 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::sys_time<Duration>``",,Mark de Weve…
11 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::day``",,Mark de Wever,|Complete|, C…
12 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month``",,Mark de Wever,|Complete|,…
13 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::year``",,Mark de Wever,|Complete|, …
14 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday``",,Mark de Wever,|Complete…
15 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday_indexed``",,Mark de Wever,|…
16 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday_last``",,Mark de Wever,|Com…
17 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_day``",,Mark de Wever,|Comple…
18 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_day_last``",,Mark de Wever,|C…
[all …]
DFormatIssues.csv2 `P0645 <https://wg21.link/P0645>`_,"Text Formatting","C++20",Mark de Wever,|Complete|,Clang 14
3 `P1652 <https://wg21.link/P1652>`_,"Printf corner cases in std::format","C++20",Mark de Wever,|Comp…
4 …Extended locale-specific presentation specifiers for std::format","C++20",Mark de Wever,|Complete|…
5 …h and precision in std::format (Implements the unicode support.)","C++20",Mark de Wever,|Complete|…
6 `P2216 <https://wg21.link/P2216>`_,"std::format improvements","C++20",Mark de Wever,|Complete|,Clan…
7 …Add support for ``std::generator``-like types to ``std::format``","C++20",Mark de Wever,|Complete|…
9 "`P2286R8 <https://wg21.link/P2286R8>`__","Formatting Ranges","C++23","Mark de Wever","|Complete|",…
10 "`P2508R1 <https://wg21.link/P2508R1>`__","Exposing ``std::basic-format-string``","C++23","Mark de …
11 "`P2585R0 <https://wg21.link/P2585R0>`__","Improving default container formatting","C++23","Mark de…
13 "`P2713R1 <https://wg21.link/P2713R1>`__","Escaping improvements in ``std::format``","C++23","Mark
[all …]
/external/elfutils/config/
DChangeLog1 2022-10-02 Mark Wielaard <mark@klomp.org>
8 2022-10-20 Mark Wielaard <mark@klomp.org>
12 2022-10-27 Mark Wielaard <mark@klomp.org>
16 2022-10-27 Mark Wielaard <mark@klomp.org>
35 2022-05-03 Mark Wielaard <mark@klomp.org>
39 2022-04-25 Mark Wielaard <mark@klomp.org>
50 2022-04-07 Mark Wielaard <mark@klomp.org>
55 2021-11-10 Mark Wielaard <mark@klomp.org>
75 2021-05-10 Mark Wielaard <mark@klomp.org>
83 2021-05-10 Mark Wielaard <mark@klomp.org>
[all …]
/external/elfutils/
DChangeLog1 2022-11-02 Mark Wielaard <mark@klomp.org>
10 2022-10-20 Mark Wielaard <mark@klomp.org>
14 2022-10-22 Mark Wielaard <mark@klomp.org>
36 2022-07-13 Mark Wielaard <mark@klomp.org>
40 2022-06-02 Mark Wielaard <mark@klomp.org>
45 2022-05-02 Mark Wielaard <mark@klomp.org>
50 2022-04-25 Mark Wielaard <mark@klomp.org>
60 2022-04-24 Mark Wielaard <mark@klomp.org>
64 2021-03-20 Mark Wielaard <mark@klomp.org>
69 2021-03-14 Mark Wielaard <mark@klomp.org>
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/
DDirectiveTokenTest.java23 import org.yaml.snakeyaml.error.Mark;
29 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testGetArguments()
35 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testInvalidList()
47 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testTag()
56 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testList()
65 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testGetTokenId()
DTagTokenTest.java20 import org.yaml.snakeyaml.error.Mark;
27 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testGetArguments()
33 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testNoMarks()
50 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testNoTag()
59 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testGetTokenId()
DAliasTokenTest.java20 import org.yaml.snakeyaml.error.Mark;
26 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testEquals()
32 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testGetArguments()
38 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testGetTokenId()
DBlockEndTokenTest.java20 import org.yaml.snakeyaml.error.Mark;
26 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testGetArguments()
32 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testGetTokenId()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
DMarkedYAMLException.java22 private Mark contextMark;
24 private Mark problemMark;
27 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException()
28 Mark problemMark, String note) { in MarkedYAMLException()
32 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException()
33 Mark problemMark, String note, Throwable cause) { in MarkedYAMLException()
42 …protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark) { in MarkedYAMLException()
46 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException()
47 Mark problemMark, Throwable cause) { in MarkedYAMLException()
90 public Mark getContextMark() { in getContextMark()
[all …]
/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java114 static class Mark implements Comparable<Mark> {
122 Mark(int p) {
132 public int compareTo(Mark obj) {
183 Map<Integer,Mark> marks = makeMarks(ci, begin, end, et);
191 private Mark makeMark(Map<Integer,Mark> table, int pos) {
198 private Mark makeMark(Map<Integer,Mark> table, int pos, BasicBlock[] jump,
200 Mark m = makeMark0(table, pos, false, false);
205 private Mark makeMark0(Map<Integer,Mark> table, int pos,
208 Mark m = table.get(p);
210 m = new Mark(pos);
[all …]
/external/libconfig/
DChangeLog4 2021-06-19 Mark Lindner <markl@avalon>
12 2021-04-28 Mark Lindner <markl@avalon>
16 2021-04-22 Mark Lindner <markl@avalon>
20 2021-01-09 Mark Lindner <markl@avalon>
24 2020-11-12 Mark Lindner <markl@avalon>
28 2020-10-03 Mark Lindner <markl@avalon>
32 2020-07-02 Mark Lindner <markl@avalon>
37 2019-12-18 Mark Lindner <markl@avalon>
43 2019-12-17 Mark Lindner <markl@avalon>
51 2019-12-14 Mark Lindner <markl@avalon>
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/error/
DMarkTest.java23 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testGet_snippet()
25 mark = new Mark("test1", 9, 0, 0, "The first*line.\nThe last line.", 9); in testGet_snippet()
30 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testToString()
38 Mark mark = new Mark("test1", 17, 29, 213, "*The first line.\nThe last line.", 0); in testPosition()
DMarkedYAMLExceptionTest.java23 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); in testToString1()
31 Mark mark = new Mark("search", 0, 0, 0, "*The first line.\nThe last line.", 0); in testToString2()
46 Mark mark = new Mark("search", 0, 0, 0, "*The first line.\nThe last line.", 0); in testToString4()
53 Mark mark = new Mark("search", 0, 0, 0, "*The first line.\nThe last line.", 0); in testGetters()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
DEvent.java18 import org.yaml.snakeyaml.error.Mark;
29 private final Mark startMark;
30 private final Mark endMark;
32 public Event(Mark startMark, Mark endMark) { in Event()
41 public Mark getStartMark() { in getStartMark()
45 public Mark getEndMark() { in getEndMark()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DScannerImpl.java28 import org.yaml.snakeyaml.error.Mark;
550 Mark mark = reader.getMark(); in unwindIndent()
576 Mark mark = reader.getMark(); in fetchStreamStart()
593 Mark mark = reader.getMark(); in fetchStreamEnd()
651 Mark startMark = reader.getMark(); in fetchDocumentIndicator()
653 Mark endMark = reader.getMark(); in fetchDocumentIndicator()
694 Mark startMark = reader.getMark(); in fetchFlowCollectionStart()
696 Mark endMark = reader.getMark(); in fetchFlowCollectionStart()
735 Mark startMark = reader.getMark(); in fetchFlowCollectionEnd()
737 Mark endMark = reader.getMark(); in fetchFlowCollectionEnd()
[all …]
DScannerException.java18 import org.yaml.snakeyaml.error.Mark;
45 public ScannerException(String context, Mark contextMark, String problem, Mark problemMark, in ScannerException()
63 public ScannerException(String context, Mark contextMark, String problem, Mark problemMark) { in ScannerException()
/external/elfutils/libelf/
DChangeLog1 2022-10-28 Mark Wielaard <mark@klomp.org>
40 2022-08-28 Mark Wielaard <mark@klomp.org>
49 2022-04-24 Mark Wielaard <mark@klomp.org>
53 2022-04-01 Mark Wielaard <mark@klomp.org>
60 2022-03-29 Mark Wielaard <mark@klomp.org>
65 2022-03-24 Mark Wielaard <mark@klomp.org>
69 2022-03-22 Mark Wielaard <mark@klomp.org>
74 2022-03-20 Mark Wielaard <mark@klomp.org>
81 2022-03-18 Mark Wielaard <mark@klomp.org>
87 2022-03-17 Mark Wielaard <mark@klomp.org>
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DToken.java18 import org.yaml.snakeyaml.error.Mark;
26 private final Mark startMark;
27 private final Mark endMark;
29 public Token(Mark startMark, Mark endMark) { in Token()
41 public Mark getStartMark() { in getStartMark()
45 public Mark getEndMark() { in getEndMark()
/external/skia/src/gpu/
DBufferWriter.h23 struct Mark { struct
25 Mark() : Mark(nullptr) {} in Mark() argument
26 Mark(void* ptr, size_t offset = 0)
31 bool operator< (const Mark& o) const { return fMark < o.fMark; }
32 bool operator<=(const Mark& o) const { return fMark <= o.fMark; }
33 bool operator==(const Mark& o) const { return fMark == o.fMark; }
34 bool operator!=(const Mark& o) const { return fMark != o.fMark; }
35 bool operator>=(const Mark& o) const { return fMark >= o.fMark; }
36 bool operator> (const Mark& o) const { return fMark > o.fMark; }
38 ptrdiff_t operator-(const Mark& o) const { return fMark - o.fMark; }
[all …]
/external/elfutils/src/
DChangeLog5 2022-10-19 Mark Wielaard <mark@klomp.org>
15 2022-08-28 Mark Wielaard <mark@klomp.org>
30 2022-08-01 Mark Wielaard <mark@klomp.org>
48 2022-05-09 Mark Wielaard <mark@klomp.org>
53 2022-05-10 Mark Wielaard <mark@klomp.org>
58 2022-04-24 Mark Wielaard <mark@klomp.org>
62 2022-04-19 Mark Wielaard <mark@klomp.org>
72 2022-03-27 Mark Wielaard <mark@klomp.org>
86 2022-03-24 Mark Wielaard <mark@klomp.org>
90 2022-03-11 Mark Wielaard <mark@klomp.org>
[all …]
/external/elfutils/libdwelf/
DChangeLog11 2022-03-24 Mark Wielaard <mark@klomp.org>
35 2020-06-04 Mark Wielaard <mark@klomp.org>
40 2019-08-12 Mark Wielaard <mark@klomp.org>
44 Mark old and new version.
46 2019-06-28 Mark Wielaard <mark@klomp.org>
52 2018-10-21 Mark Wielaard <mark@klomp.org>
58 2018-10-18 Mark Wielaard <mark@klomp.org>
68 2016-07-08 Mark Wielaard <mjw@redhat.com>
82 2015-10-28 Mark Wielaard <mjw@redhat.com>
94 2014-11-14 Mark Wielaard <mjw@redhat.com>
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DNode.java18 import org.yaml.snakeyaml.error.Mark;
35 private Mark startMark;
36 protected Mark endMark;
45 public Node(Tag tag, Mark startMark, Mark endMark) { in Node()
66 public Mark getEndMark() { in getEndMark()
78 public Mark getStartMark() { in getStartMark()
/external/elfutils/tests/
DChangeLog24 2022-10-27 Mark Wielaard <mark@klomp.org>
35 2022-10-16 Mark Wielaard <mark@klomp.org>
39 2022-10-16 Mark Wielaard <mark@klomp.org>
57 2022-08-26 Mark Wielaard <mark@klomp.org>
80 2022-08-01 Mark Wielaard <mark@klomp.org>
90 2022-06-01 Mark Wielaard <mark@klomp.org>
101 2022-06-02 Mark Wielaard <mark@klomp.org>
106 2022-04-24 Mark Wielaard <mark@klomp.org>
110 2022-04-23 Mark Wielaard <mark@klomp.org>
121 2022-04-14 Mark Wielaard <mark@klomp.org>
[all …]
/external/elfutils/libdw/
DChangeLog8 2022-10-19 Mark Wielaard <mark@klomp.org>
34 2022-07-13 Mark Wielaard <mark@klomp.org>
39 2022-05-09 Mark Wielaard <mark@klomp.org>
43 2022-04-16 Mark Wielaard <mark@klomp.org>
47 2022-04-13 Mark Wielaard <mark@klomp.org>
71 2021-11-08 Mark Wielaard <mark@klomp.org>
91 2021-10-18 Mark Wielaard <mark@klomp.org>
96 2021-10-06 Mark Wielaard <mark@klomp.org>
102 2021-09-08 Mark Wielaard <mark@klomp.org>
120 2021-05-01 Mark Wielaard <mark@klomp.org>
[all …]

12345678910>>...35