Home
last modified time | relevance | path

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

12345678910>>...104

/third_party/mesa3d/src/gallium/targets/d3dadapter9/
Ddescription.c243 snprintf(drvid->Description, sizeof(drvid->Description), "%s", fallback_name); in d3d_match_vendor_id()
280 if (strstr(drvid->Description, cards_intel[i].mesaname)) { in d3d_fill_cardname()
281 snprintf(drvid->Description, sizeof(drvid->Description), in d3d_fill_cardname()
288 snprintf(drvid->Description, sizeof(drvid->Description), in d3d_fill_cardname()
293 if (strstr(drvid->Description, cards_vmware[i].mesaname)) { in d3d_fill_cardname()
294 snprintf(drvid->Description, sizeof(drvid->Description), in d3d_fill_cardname()
301 snprintf(drvid->Description, sizeof(drvid->Description), in d3d_fill_cardname()
306 if (strstr(drvid->Description, cards_amd[i].mesaname)) { in d3d_fill_cardname()
307 snprintf(drvid->Description, sizeof(drvid->Description), in d3d_fill_cardname()
314 snprintf(drvid->Description, sizeof(drvid->Description), in d3d_fill_cardname()
[all …]
/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/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/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/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 …]
DARMAttributeParser.cpp365 std::string Description; in ABI_align_needed() local
367 Description = std::string(Strings[Value]); in ABI_align_needed()
369 Description = std::string("8-byte alignment, ") + utostr(1ULL << Value) in ABI_align_needed()
372 Description = "Invalid"; in ABI_align_needed()
374 PrintAttribute(Tag, Value, Description); in ABI_align_needed()
386 std::string Description; in ABI_align_preserved() local
388 Description = std::string(Strings[Value]); in ABI_align_preserved()
390 Description = std::string("8-byte stack alignment, ") + in ABI_align_preserved()
393 Description = "Invalid"; in ABI_align_preserved()
395 PrintAttribute(Tag, Value, Description); in ABI_align_preserved()
/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/json/tests/thirdparty/Fuzzer/
DFuzzerDriver.cpp36 const char *Description; member
45 #define FUZZER_FLAG_INT(Name, Default, Description) int Name; argument
46 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name; argument
47 #define FUZZER_FLAG_STRING(Name, Description) const char *Name; argument
58 #define FUZZER_FLAG_INT(Name, Default, Description) \ argument
59 {#Name, Description, Default, &Flags.Name, nullptr, nullptr},
60 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \ argument
61 {#Name, Description, static_cast<int>(Default), \
63 #define FUZZER_FLAG_STRING(Name, Description) \ argument
64 {#Name, Description, 0, nullptr, &Flags.Name, nullptr},
[all …]
/third_party/selinux/
DREADME.OpenSource9 …"Description": "This module is the policy compiler which uses libsepol to generate the binary poli…
18 …"Description": "This module is the runtime SELinux library that provides interfaces to SELinux-awa…
27 "Description": "This module is the binary policy manipulation library."
36 "Description": "This module is a compiler which builds a kernel binary policy with cil files."
/third_party/openGLES/extensions/EXT/
DEXT_debug_label.txt219 Get Value Type Get Cmnd Value Description Sec
226 Get Value Type Get Cmnd Value Description Sec
233 Get Value Type Get Cmnd Value Description Sec
240 Get Value Type Get Cmnd Value Description Sec
247 Get Value Type Get Cmnd Value Description Sec
254 Get Value Type Get Cmnd Value Description Sec
261 Get Value Type Get Cmnd Value Description Sec
268 Get Value Type Get Cmnd Value Description Sec
275 Get Value Type Get Cmnd Value Description Sec
281 Get Value Type Get Cmnd Value Description Sec
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_debug_label.txt219 Get Value Type Get Cmnd Value Description Sec
226 Get Value Type Get Cmnd Value Description Sec
233 Get Value Type Get Cmnd Value Description Sec
240 Get Value Type Get Cmnd Value Description Sec
247 Get Value Type Get Cmnd Value Description Sec
254 Get Value Type Get Cmnd Value Description Sec
261 Get Value Type Get Cmnd Value Description Sec
268 Get Value Type Get Cmnd Value Description Sec
275 Get Value Type Get Cmnd Value Description Sec
281 Get Value Type Get Cmnd Value Description Sec
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h63 struct Description { struct
67 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA, argument
78 Description Desc; argument
85 Description &getDescription() { return Desc; } in getDescription()
/third_party/musl/
DREADME.OpenSource9 "Description" : "musl is an MIT-licensed implementation of the standard C library"
18 …"Description" : "The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-l…
27 …"Description" : "NetBSD is a free, fast, secure, and highly portable Unix-like Open Sour…
/third_party/googletest/docs/reference/
Dmatchers.md6 | Macro | Description |
29 Matcher | Description
36 | Matcher | Description |
67 | Matcher | Description |
82 | Matcher | Description |
93 | Matcher | Description |
119 | Matcher | Description |
164 | Matcher | Description |
198 | Matcher | Description |
205 | Matcher | Description |
[all …]
/third_party/brotli/
Dbackport-Revert-Add-runtime-linker-path-to-pkg-config-files.patch20 Description: Brotli common dictionary library
31 Description: Brotli decoder library
43 Description: Brotli encoder library
/third_party/libunwind/libunwind/doc/
Dunw_set_cache_size.tex17 \section{Description} section
39 \begin{Description}
42 \end{Description}
Dunw_apply_reg_state.tex19 \section{Description} section
39 \begin{Description}
45 \end{Description}
/third_party/pulseaudio/doc/
Dmessaging_api.txt21 [{"name":"Handler name","description":"Description"} ...]
39 Description: Set if card profile selection should be sticky instead of being automated
45 Description: Get if card profile selection should be sticky instead of being automated
/third_party/pulseaudio/sonic/debian/
Dcontrol14 Description: Simple utility to speed up or slow down speech
24 Description: Simple library to speed up or slow down speech
37 Description: Header file for linking to libsonic
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h52 StringRef Description; // Description string. variable
57 : Name(N), Description(D), Ctor(C) {} in MachinePassRegistryNode()
63 StringRef getDescription() const { return Description; } in getDescription()
/third_party/lame/debian/
Dcontrol17 Description: open source MP3 encoder
30 Description: shared libraries for MP3 encoding
43 Description: development files for lame

12345678910>>...104