/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TimeProfiler.h | 42 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/ |
D | TimeProfiler.cpp | 39 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/ |
D | metadata_base.hpp | 25 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/ |
D | Status.cs | 57 Detail = detail; in Status() 69 public string Detail { get; } property
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | CallSafeHandle.cs | 139 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/ |
D | CustomErrorDetailsTest.cs | 81 Assert.AreEqual(debugInfo.Detail, ExceptionDetail); in ErrorDetailsFromCallObject() 98 Assert.AreEqual(debugInfo.Detail, ExceptionDetail); in ErrorDetailsFromRpcException() 121 debugInfo.Detail = e.Message; in UnaryCall()
|
D | EchoMessages.cs | 121 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 …]
|
D | InteropClient.cs | 545 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()
|
D | MetadataCredentialsTest.cs | 241 StringAssert.Contains(authInterceptorExceptionMessage, ex.Status.Detail); in MetadataCredentials_InterceptorThrows()
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | AsyncCallStateTest.cs | 39 Assert.AreEqual("oops", status.Detail); in Stateless() 73 Assert.AreEqual("oops", status.Detail); in WithState()
|
/third_party/boost/libs/convert/doc/ |
D | converters_detail.qbk | 7 [section:converters_detail Converters in Detail]
|
/third_party/boost/libs/detail/doc/ |
D | detail.qbk | 1 [article Detail
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-ping.md | 27 Ping error: {*Detail about error}
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | actions.qbk | 12 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
|
D | actor.qbk | 10 [section:actor Actors in Detail]
|
/third_party/mesa3d/docs/gallium/ |
D | glossary.rst | 22 Level of Detail. Also spelled "LoD." The value that determines when the
|
/third_party/boost/libs/local_function/doc/ |
D | getting_started.qbk | 21 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/ |
D | AMDILCFGStructurizer.cpp | 287 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/ |
D | SGIS_texture_lod.txt | 138 Level of Detail Clamping 231 LINEAR magnification filter. Detail filters (described in
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_texture_lod.txt | 138 Level of Detail Clamping 231 LINEAR magnification filter. Detail filters (described in
|
/third_party/node/deps/npm/node_modules/libnpmorg/ |
D | README.md | 55 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/ |
D | tsprotocol.go | 3319 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/ |
D | tsprotocol.go | 3319 Detail string `json:"detail,omitempty"` member 3616 Detail string `json:"detail,omitempty"` member
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 3319 Detail string `json:"detail,omitempty"` member 3616 Detail string `json:"detail,omitempty"` member
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_texture_lod_bias.txt | 100 Level of Detail Bias
|