Home
last modified time | relevance | path

Searched refs:Description (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/mesa3d/src/gallium/targets/d3dadapter9/
H A Ddescription.c227 /* override VendorId, DeviceId and Description for unknown vendors */
243 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, sizeo in d3d_fill_cardname()
[all...]
H A Ddrm.c165 snprintf(drvid->Description, sizeof(drvid->Description), in read_descriptor()
179 snprintf(drvid->Description, sizeof(drvid->Description), in read_descriptor()
194 /* override Description field with Windows like names */ in read_descriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimer.h80 std::string Description; ///< Description of this time variable. member in llvm::Timer
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; global() member
186 std::string Description; global() member in llvm::TimerGroup
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A 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 (valid ISO-8601 though)")]
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
[all...]
H A DIssuesTest.cs70 Assert.AreEqual(new TestJsonName { Name = "test", Description = "test2", Guid = "test3" }, in JsonNameParseTest()
77 var message = new TestJsonName { Name = "test", Description = "test2", Guid = "test3" }; in JsonNameFormatTest()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A 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 (valid ISO-8601 though)")]
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
[all...]
H A DIssuesTest.cs71 Assert.AreEqual(new TestJsonName { Name = "test", Description = "test2", Guid = "test3" }, in JsonNameParseTest()
78 var message = new TestJsonName { Name = "test", Description = "test2", Guid = "test3" }; in JsonNameFormatTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTimer.h80 std::string Description; ///< Description of this time variable. member in llvm::Timer
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; member in llvm::TimerGroup
197 explicit TimerGroup(StringRef Name, StringRef Description);
[all...]
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A 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 des in run()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A 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, GroupNam in NamedRegionTimer()
233 TimerGroup(StringRef Name, StringRef Description) TimerGroup() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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
[all...]
H A DARMAttributeParser.cpp127 SW->printString("Description", ValueDesc); in PrintAttribute()
365 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 in ABI_align_preserved()
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDriver.cpp36 const char *Description; member
45 #define FUZZER_FLAG_INT(Name, Default, Description) int Name;
46 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name;
47 #define FUZZER_FLAG_STRING(Name, Description) const char *Name;
58 #define FUZZER_FLAG_INT(Name, Default, Description) \
59 {#Name, Description, Default, &Flags.Name, nullptr, nullptr},
60 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \
61 {#Name, Description, static_cast<int>(Default), \
63 #define FUZZER_FLAG_STRING(Name, Description) \
64 {#Name, Description,
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h62 /// Description of the encoding of one expression Op.
63 struct Description { struct
67 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA, in Description() function
78 Description Desc;
85 Description &getDescription() { return Desc; } in getDescription()
/third_party/libunwind/libunwind/doc/
H A Dunw_set_cache_size.tex17 \section{Description}
39 \begin{Description}
42 \end{Description}
15 \\Type{int} \\Func{unw\\_set\\_cache\\_size}(\\Type{unw\\_addr\\_space\\_t} \\Var{as}, \\Type{size\\_t} \\Var{size}, \\Type{int} \\Var{flag});\\\\ global() section
H A Dunw_apply_reg_state.tex19 \section{Description}
39 \begin{Description}
45 \end{Description}
17 \\Type{void~*}\\Var{reg\\_states\\_data});\\\\ global() section
H A Dunw_step.tex17 \section{Description}
36 \begin{Description}
49 \end{Description}
15 \\Type{int} \\Func{unw\\_step}(\\Type{unw\\_cursor\\_t~*}\\Var{cp});\\\\ global() section
H A Dunw_is_signal_frame.tex17 \section{Description}
46 \begin{Description}
49 \end{Description}
15 \\Type{int} \\Func{unw\\_is\\_signal\\_frame}(\\Type{unw\\_cursor\\_t~*}\\Var{cp});\\\\ global() section
H A Dunw_set_reg.tex17 \section{Description}
51 \begin{Description}
57 \end{Description}
15 \\Type{int} \\Func{unw\\_set\\_reg}(\\Type{unw\\_cursor\\_t~*}\\Var{cp}, \\Type{unw\\_regnum\\_t} \\Var{reg}, \\Type{unw\\_word\\_t} \\Var{val});\\\\ global() section
H A Dunw_get_fpreg.tex17 \section{Description}
50 \begin{Description}
54 \end{Description}
15 \\Type{int} \\Func{unw\\_get\\_fpreg}(\\Type{unw\\_cursor\\_t~*}\\Var{cp}, \\Type{unw\\_regnum\\_t} \\Var{reg}, \\Type{unw\\_fpreg\\_t~*}\\Var{valp});\\\\ global() section
H A Dunw_init_local.tex18 \section{Description}
58 \begin{Description}
66 \end{Description}
16 \\Type{int} \\Func{unw\\_init\\_local2}(\\Type{unw\\_cursor\\_t~*}\\Var{c}, \\Type{unw\\_context\\_t~*}\\Var{ctxt}, \\Type{int} \\Var{flag});\\\\ global() section
H A Dunw_get_reg.tex17 \section{Description}
51 \begin{Description}
55 \end{Description}
15 \\Type{int} \\Func{unw\\_get\\_reg}(\\Type{unw\\_cursor\\_t~*}\\Var{cp}, \\Type{unw\\_regnum\\_t} \\Var{reg}, \\Type{unw\\_word\\_t~*}\\Var{valp});\\\\ global() section
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h52 StringRef Description; // Description string. member in llvm::MachinePassRegistryNode
57 : Name(N), Description(D), Ctor(C) {} in MachinePassRegistryNode()
63 StringRef getDescription() const { return Description; } in getDescription()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_impl.h78 std::string Description() const { return zone_->Description(); } in Description() function in absl::time_internal::cctz::time_zone::Impl
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_dxgi.c51 WideCharToMultiByte(CP_ACP, 0, dxgi_desc.Description, ARRAYSIZE(dxgi_desc.Description), in dzn_enumerate_physical_devices_dxgi()

Completed in 16 milliseconds

12345