Home
last modified time | relevance | path

Searched refs:Detail (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimeProfiler.h42 void timeTraceProfilerBegin(StringRef Name, StringRef Detail);
44 llvm::function_ref<std::string()> Detail);
65 TimeTraceScope(StringRef Name, StringRef Detail) { in TimeTraceScope()
67 timeTraceProfilerBegin(Name, Detail); in TimeTraceScope()
69 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { in TimeTraceScope()
71 timeTraceProfilerBegin(Name, Detail); in TimeTraceScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimeProfiler.cpp39 const std::string Detail; member
43 Detail(std::move(Dt)) {} in Entry()
66 void begin(std::string Name, llvm::function_ref<std::string()> Detail) { in begin()
68 Detail()); in begin()
126 if (!E.Detail.empty()) { in Write()
127 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); }); in Write()
210 void timeTraceProfilerBegin(StringRef Name, StringRef Detail) { in timeTraceProfilerBegin() argument
212 TimeTraceProfilerInstance->begin(Name, [&]() { return Detail; }); in timeTraceProfilerBegin()
216 llvm::function_ref<std::string()> Detail) { in timeTraceProfilerBegin() argument
218 TimeTraceProfilerInstance->begin(Name, Detail); in timeTraceProfilerBegin()
/third_party/boost/boost/histogram/axis/
Dmetadata_base.hpp25 template <class Metadata, bool Detail>
83 template <class Metadata, class Detail = detail::replace_default<Metadata, std::string>>
85 metadata_base<Detail, (std::is_empty<Detail>::value && std::is_final<Detail>::value)>;
/third_party/grpc/src/csharp/Grpc.Core.Api/
DStatus.cs57 Detail = detail; in Status()
69 public string Detail { get; } property
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs139 int maxBytes = MarshalUtils.GetMaxByteCountUTF8(status.Detail); in StartSendStatusFromServer()
145 maxBytes = MarshalUtils.GetByteCountUTF8(status.Detail); in StartSendStatusFromServer()
156 int statusBytes = MarshalUtils.GetBytesUTF8(status.Detail, ptr, maxBytes); in StartSendStatusFromServer()
168 … int statusBytes = MarshalUtils.GetBytesUTF8(status.Detail, ptr, maxBytes); in StartSendStatusFromServer()
225 … Native.grpcsharp_call_cancel_with_status(this, status.StatusCode, status.Detail).CheckOk(); in CancelWithStatus()
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DCustomErrorDetailsTest.cs81 Assert.AreEqual(debugInfo.Detail, ExceptionDetail); in ErrorDetailsFromCallObject()
98 Assert.AreEqual(debugInfo.Detail, ExceptionDetail); in ErrorDetailsFromRpcException()
121 debugInfo.Detail = e.Message; in UnaryCall()
DEchoMessages.cs121 public string Detail { property in Grpc.Testing.DebugInfo
142 if (Detail != other.Detail) return false; in Equals()
150 if (Detail.Length != 0) hash ^= Detail.GetHashCode(); in GetHashCode()
168 if (Detail.Length != 0) { in WriteTo()
170 output.WriteString(Detail); in WriteTo()
182 if (Detail.Length != 0) { in IBufferMessage.InternalWriteTo()
184 output.WriteString(Detail); in IBufferMessage.InternalWriteTo()
196 if (Detail.Length != 0) { in CalculateSize()
197 size += 1 + pb::CodedOutputStream.ComputeStringSize(Detail); in CalculateSize()
211 if (other.Detail.Length != 0) { in MergeFrom()
[all …]
DInteropClient.cs545 Assert.AreEqual(echoStatus.Message, e.Status.Detail); in RunStatusCodeAndMessageAsync()
565 Assert.AreEqual(echoStatus.Message, e.Status.Detail); in RunStatusCodeAndMessageAsync()
593 Assert.AreEqual(echoStatus.Message, e.Status.Detail); in RunSpecialStatusMessageAsync()
DMetadataCredentialsTest.cs241 StringAssert.Contains(authInterceptorExceptionMessage, ex.Status.Detail); in MetadataCredentials_InterceptorThrows()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DAsyncCallStateTest.cs39 Assert.AreEqual("oops", status.Detail); in Stateless()
73 Assert.AreEqual("oops", status.Detail); in WithState()
/third_party/boost/libs/convert/doc/
Dconverters_detail.qbk7 [section:converters_detail Converters in Detail]
/third_party/boost/libs/detail/doc/
Ddetail.qbk1 [article Detail
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-ping.md27 Ping error: {*Detail about error}
/third_party/boost/libs/phoenix/doc/inside/
Dactions.qbk12 As you know from the [link phoenix.inside.actor Actors in Detail] section,
41 As mentioned in [link phoenix.inside.actor Actors in Detail] actions are
Dactor.qbk10 [section:actor Actors in Detail]
/third_party/mesa3d/docs/gallium/
Dglossary.rst22 Level of Detail. Also spelled "LoD." The value that determines when the
/third_party/boost/libs/local_function/doc/
Dgetting_started.qbk21 In most of the examples presented in this documentation, the Boost.Detail/LightweightTest (=boost/d…
25 Using Boost.Detail/LightweightTest allows to add the examples to the library regression tests so to…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp287 MachineBasicBlock *LandMBB, bool Detail = false);
1148 MachineBasicBlock *FalseMBB, MachineBasicBlock *LandMBB, bool Detail) { in showImproveSimpleJumpintoIf() argument
1151 if (Detail) { in showImproveSimpleJumpintoIf()
1160 if (Detail) { in showImproveSimpleJumpintoIf()
1169 if (Detail) { in showImproveSimpleJumpintoIf()
1178 if (Detail) { in showImproveSimpleJumpintoIf()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture_lod.txt138 Level of Detail Clamping
231 LINEAR magnification filter. Detail filters (described in
/third_party/openGLES/extensions/SGIS/
DSGIS_texture_lod.txt138 Level of Detail Clamping
231 LINEAR magnification filter. Detail filters (described in
/third_party/node/deps/npm/node_modules/libnpmorg/
DREADME.md55 Detail](https://github.com/npm/registry/blob/master/docs/orgs/memberships.md#membership-detail)
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3319 Detail string `json:"detail,omitempty"` member
3616 Detail string `json:"detail,omitempty"` member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3319 Detail string `json:"detail,omitempty"` member
3616 Detail string `json:"detail,omitempty"` member
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3319 Detail string `json:"detail,omitempty"` member
3616 Detail string `json:"detail,omitempty"` member
/third_party/openGLES/extensions/SGIX/
DSGIX_texture_lod_bias.txt100 Level of Detail Bias

1234