Home
last modified time | relevance | path

Searched refs:Description (Results 1 – 25 of 2865) sorted by relevance

12345678910>>...115

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h80 std::string Description; ///< Description of this time variable. variable
88 explicit Timer(StringRef Name, StringRef Description) { in Timer() argument
89 init(Name, Description); in Timer()
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) { in Timer() argument
92 init(Name, Description, tg); in Timer()
105 void init(StringRef Name, StringRef Description);
106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
109 const std::string &getDescription() const { return Description; } in getDescription()
161 explicit NamedRegionTimer(StringRef Name, StringRef Description,
174 std::string Description; member
[all …]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DJsonParserTest.cs648 [TestCase("2015-10-09 14:46:23.123456789Z", Description = "No T between date and time")]
649 [TestCase("2015/10/09T14:46:23.123456789Z", Description = "Wrong date separators")]
650 [TestCase("2015-10-09T14.46.23.123456789Z", Description = "Wrong time separators")]
651 …[TestCase("2015-10-09T14:46:23,123456789Z", Description = "Wrong fractional second separators (val…
652 [TestCase(" 2015-10-09T14:46:23.123456789Z", Description = "Whitespace at start")]
653 [TestCase("2015-10-09T14:46:23.123456789Z ", Description = "Whitespace at end")]
654 [TestCase("2015-10-09T14:46:23.1234567890", Description = "Too many digits")]
655 [TestCase("2015-10-09T14:46:23.123456789", Description = "No offset")]
656 [TestCase("2015-13-09T14:46:23.123456789Z", Description = "Invalid month")]
657 [TestCase("2015-10-32T14:46:23.123456789Z", Description = "Invalid day")]
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DTimer.cpp97 void Timer::init(StringRef Name, StringRef Description) { in init() argument
98 init(Name, Description, *getDefaultTimerGroup()); in init()
101 void Timer::init(StringRef Name, StringRef Description, TimerGroup &tg) { in init() argument
104 this->Description.assign(Description.begin(), Description.end()); in init()
198 Timer &get(StringRef Name, StringRef Description, StringRef GroupName, in get() argument
209 T.init(Name, Description, *GroupEntry.first); in get()
218 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef Description, in NamedRegionTimer() argument
222 : &NamedGroupedTimers->get(Name, Description, GroupName, in NamedRegionTimer()
233 TimerGroup::TimerGroup(StringRef Name, StringRef Description) in TimerGroup() argument
235 Description(Description.begin(), Description.end()) { in TimerGroup()
[all …]
/third_party/boost/libs/geometry/doc/index/generated/
Dpredicates.qbk6 [[Function][Description]]
23 [heading Description]
32 [[Parameter] [Description]]
38 [[Type][Name][Description]]
55 [heading Description]
64 [[Parameter] [Description]]
70 [[Type][Name][Description]]
87 [heading Description]
96 [[Parameter] [Description]]
102 [[Type][Name][Description]]
[all …]
Dindexable.qbk9 [heading Description]
26 [[Parameter] [Description]]
32 [[Type] [Description]]
38 [[Modifier][Function][Description]]
57 [[Type][Name][Description]]
78 [[Type][Name][Description]]
Dequal_to.qbk9 [heading Description]
26 [[Parameter] [Description]]
32 [[Type] [Description]]
38 [[Modifier][Function][Description]]
56 [[Type][Name][Description]]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs650 [TestCase("2015-10-09 14:46:23.123456789Z", Description = "No T between date and time")]
651 [TestCase("2015/10/09T14:46:23.123456789Z", Description = "Wrong date separators")]
652 [TestCase("2015-10-09T14.46.23.123456789Z", Description = "Wrong time separators")]
653 …[TestCase("2015-10-09T14:46:23,123456789Z", Description = "Wrong fractional second separators (val…
654 [TestCase(" 2015-10-09T14:46:23.123456789Z", Description = "Whitespace at start")]
655 [TestCase("2015-10-09T14:46:23.123456789Z ", Description = "Whitespace at end")]
656 [TestCase("2015-10-09T14:46:23.1234567890", Description = "Too many digits")]
657 [TestCase("2015-10-09T14:46:23.123456789", Description = "No offset")]
658 [TestCase("2015-13-09T14:46:23.123456789Z", Description = "Invalid month")]
659 [TestCase("2015-10-32T14:46:23.123456789Z", Description = "Invalid day")]
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimer.h80 std::string Description; ///< Description of this time variable. variable
109 const std::string &getDescription() const { return Description; } in getDescription()
161 explicit NamedRegionTimer(StringRef Name, StringRef Description,
174 std::string Description; member
179 const std::string &Description) in PrintRecord()
180 : Time(Time), Name(Name), Description(Description) {} in PrintRecord()
187 std::string Description; variable
197 explicit TimerGroup(StringRef Name, StringRef Description);
199 explicit TimerGroup(StringRef Name, StringRef Description,
206 Description.assign(NewDescription.begin(), NewDescription.end()); in setName()
/third_party/parse5/packages/parse5/docs/tree-adapter/
Dinterface.md56 | Param | Type | Description |
74 | Param | Type | Description |
92 | Param | Type | Description |
131 | Param | Type | Description |
150 | Param | Type | Description |
167 | Param | Type | Description |
184 | Param | Type | Description |
201 | Param | Type | Description |
218 | Param | Type | Description |
235 | Param | Type | Description |
[all …]
/third_party/flutter/engine/flutter/runtime/
Dservice_protocol.h34 struct Description { struct
38 Description() {} in Description() argument
40 Description(int64_t p_isolate_port, std::string p_isolate_name) in Description() function
54 virtual Description GetServiceProtocolDescription() const = 0;
68 void AddHandler(Handler* handler, Handler::Description description);
73 Handler::Description description);
78 std::map<Handler*, fml::AtomicObject<Handler::Description>> handlers_;
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java19 import org.junit.runner.Description;
31 private Description[] mTests;
32 private Description mDescription;
38 private static void Fail(Description desc, RunNotifier notifier, String failure) { in Fail()
57 mTests = new Description[totalCount]; in SkQPRunner()
62 mTests[index++] = Description.createTestDescription(SkQPRunner.class, in SkQPRunner()
67 mTests[index++] = Description.createTestDescription(SkQPRunner.class, in SkQPRunner()
76 mDescription = Description.createSuiteDescription(SkQP.class); in updateDescription()
97 public Description getDescription() { in getDescription()
107 Description desc = mTests[testIndex]; in run()
[all …]
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java19 import org.junit.runner.Description;
31 private Description[] mTests;
32 private Description mDescription;
38 private static void Fail(Description desc, RunNotifier notifier, String failure) { in Fail()
57 mTests = new Description[totalCount]; in SkQPRunner()
62 mTests[index++] = Description.createTestDescription(SkQPRunner.class, in SkQPRunner()
67 mTests[index++] = Description.createTestDescription(SkQPRunner.class, in SkQPRunner()
76 mDescription = Description.createSuiteDescription(SkQP.class); in updateDescription()
97 public Description getDescription() { in getDescription()
107 Description desc = mTests[testIndex]; in run()
[all …]
/third_party/flutter/
DREADME.OpenSource9 …"Description": "Flutter makes it easy and fast to build beautiful mobile apps. Flutter is Google''…
18 … "Description": "Skia is a complete 2D graphic library for drawing Text, Geometries, and Images."
27 …"Description": "The goal of ANGLE is to allow users of multiple operating systems to seamlessly ru…
36 …"Description": "Dawn is an implementation of the WebGPU standard exposed through a C/C++ interface…
45 …"Description": "PKM file format (ETC1 data) support Local Modifications: Created LICENSE file for …
54 …"Description": "FreeType is a freely available software library to render fonts. It is written in …
63 …"Description": "HarfBuzz is a text shaping engine. It primarily supports OpenType, but also Apple …
72 …"Description": "ICU is a mature, widely used set of portable C/C++ and Java libraries for Unicode …
81 …"Description": "ImGui is a bloat-free graphical user interface library for C++. It outputs optimiz…
90 …"Description": "libjpeg-turbo includes two APIs that can be used to compress and decompress JPEG i…
[all …]
/third_party/e2fsprogs/
DSHLIBS2 Description: Common error code library
9 Description: Generic Subsystem library (Simple tty UI)
16 Description: The ext2fs (raw interface) library
23 Description: The e2p (ext2fs's programmers) library
30 Description: DCE Universally Unique ID (UUID) library
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimer.cpp102 Description.assign(TimerDescription.begin(), TimerDescription.end()); in init()
198 Timer &get(StringRef Name, StringRef Description, StringRef GroupName, in get() argument
209 T.init(Name, Description, *GroupEntry.first); in get()
218 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef Description, in NamedRegionTimer() argument
222 : &NamedGroupedTimers->get(Name, Description, GroupName, in NamedRegionTimer()
233 TimerGroup::TimerGroup(StringRef Name, StringRef Description) in TimerGroup() argument
235 Description(Description.begin(), Description.end()) { in TimerGroup()
245 TimerGroup::TimerGroup(StringRef Name, StringRef Description, in TimerGroup() argument
247 : TimerGroup(Name, Description) { in TimerGroup()
273 TimersToPrint.emplace_back(T.Time, T.Name, T.Description); in removeTimer()
[all …]
/third_party/boost/libs/geometry/doc/generated/
Darithmetic.qbk21 [heading Description]
31 [[Type] [Concept] [Name] [Description] ]
62 [[Type] [Concept] [Name] [Description] ]
86 [heading Description]
96 [[Type] [Concept] [Name] [Description] ]
127 [[Type] [Concept] [Name] [Description] ]
151 [heading Description]
161 [[Type] [Concept] [Name] [Description] ]
182 [heading Description]
192 [[Type] [Concept] [Name] [Description] ]
[all …]
Dregister.qbk21 [heading Description]
31 [[Name] [Description] ]
54 [heading Description]
64 [[Name] [Description] ]
89 [heading Description]
98 [[Name] [Description] ]
120 [heading Description]
129 [[Name] [Description] ]
149 [heading Description]
158 [[Name] [Description] ]
[all …]
/third_party/python/Lib/test/test_email/data/
Dmsg_39.txt15 Content-Description: patch1
23 Content-Description: patch2
37 Content-Description: patch3
45 Content-Description: patch4
59 Content-Description: patch5
67 Content-Description: patch6
Dmsg_38.txt15 Content-Description: very tricky
41 Content-Description: patch2
55 Content-Description: patch3
63 Content-Description: patch4
77 Content-Description: patch5
85 Content-Description: patch6
/third_party/boost/libs/fusion/doc/
Dalgorithm.qbk66 [heading Description]
75 [[Parameter][Requirement][Description]]
105 [heading Description]
114 [[Parameter][Requirement][Description]]
148 [heading Description]
159 [[Parameter] [Requirement] [Description]]
184 [heading Description]
195 [[Parameter] [Requirement] [Description]]
236 [heading Description]
282 [[Parameter][Requirement][Description]]
[all …]
Diterator.qbk30 [heading Description]
110 [heading Description]
172 [heading Description]
220 [heading Description]
274 [heading Description]
284 [[Parameter] [Requirement] [Description]]
312 [heading Description]
322 [[Parameter] [Requirement] [Description]]
349 [heading Description]
359 [[Parameter] [Requirement] [Description]]
[all …]
/third_party/boost/libs/beast/doc/qbk/
Dreference.qbk17 [table [[Name][Description]]
36 [table [[Name][Description]]
111 [heading Description]
198 [table [[Type][Description]]
234 [heading Description]
249 [heading Description]
297 [heading Description]
300 [table [[Name][Description]]
335 [heading Description]
347 [heading Description]
[all …]
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/
Dapple.qbk7 [heading Description]
23 [[Parameter] [Default] [Description]]
29 [[Function] [Description] [Parameters] ]
42 [[Function] [Description] [Parameters] [Returns] ]
/third_party/gstreamer/
DREADME.OpenSource8 …"Description": "The core around which all other modules revolve. Base functionality and libraries,…
16 … "Description": "A collection of plug-ins you'd want to have right next to you on the battlefield."
24 …"Description": "A well-groomed and well-maintained collection of GStreamer plug-ins and elements, …
32 …"Description": "No perfectly groomed moustache or any amount of fine clothing is going to cover up…
40 …"Description": "This module contains a GStreamer plugin for FFmpeg, as well as an internal copy of…
/third_party/e2fsprogs/debian/
Dcontrol16 Description: ext2 / ext3 / ext4 file system driver for FUSE
28 Description: save the output of a command in a log file
40 Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
57 Description: ext2/ext3/ext4 file system utilities - translations
71 Description: transitional package to libcom-err2
84 Description: common error description library
97 Description: common error description library - headers and static libraries
112 Description: command-line interface parsing library
125 Description: command-line interface parsing library - headers and static libraries
140 Description: stripped-down versions of e2fsprogs, for debian-installer
[all …]

12345678910>>...115