Home
last modified time | relevance | path

Searched defs:attachments (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/bpftool/docs/
Dbpftool-perf.rst14 SYNOPSIS
24 PERF COMMANDS
30 DESCRIPTION
45 OPTIONS
49 EXAMPLES
Dbpftool-net.rst14 SYNOPSIS
24 NET COMMANDS
35 DESCRIPTION
84 OPTIONS
88 EXAMPLES
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMeasureMapInternal.java54 private final Map<String, AttachmentValue> attachments; field in MeasureMapInternal
57 ArrayList<Measurement> measurements, Map<String, AttachmentValue> attachments) { in MeasureMapInternal()
113 private final Map<String, AttachmentValue> attachments = new HashMap<String, AttachmentValue>(); field in MeasureMapInternal.Builder
DMutableAggregation.java53 abstract void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp); in add()
89 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add()
158 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add()
206 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add()
291 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add()
468 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add()
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/data/
DExemplarTest.java66 Map<String, AttachmentValue> attachments = Collections.singletonMap(null, ATTACHMENT_VALUE); in testExemplar_PreventNullAttachmentKey() local
74 Map<String, AttachmentValue> attachments = Collections.singletonMap("key", null); in testExemplar_PreventNullAttachmentValue() local
/external/toolchain-utils/cros_utils/
Demail_sender.py157 attachments=None, argument
192 attachments, argument
240 attachments, argument
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp110 …arityInstance::GranularityInstance(Context &context, const std::vector<AttachmentInfo> &attachment… in GranularityInstance()
429 const std::vector<AttachmentInfo> &attachments, in GranularityCase()
537 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
545 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
555 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
573 std::vector<AttachmentInfo> attachments = {AttachmentInfo(format, i0, i1, 1)}; in createGranularityQueryTests() local
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp56 vector<uint32_t> attachments; in getDefaultFBDiscardAttachments() local
72 vector<uint32_t> attachments; in getFBODiscardAttachments() local
154 vector<uint32_t> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
226 vector<uint32_t> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
322 vector<uint32_t> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
378 vector<uint32_t> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
488 vector<uint32_t> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
606 vector<uint32_t> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
748 vector<uint32_t> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
886 vector<uint32_t> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
[all …]
/external/swiftshader/src/Device/
DPixelProcessor.cpp74 …ader *fragmentShader, const sw::SpirvShader *vertexShader, const vk::Attachments &attachments, boo… in update() argument
192 const vk::Attachments &attachments, in routine()
/external/angle/src/libANGLE/renderer/null/
DFramebufferNULL.cpp27 const GLenum *attachments) in discard()
34 const GLenum *attachments) in invalidate()
41 const GLenum *attachments, in invalidateSub()
/external/python/cpython3/Lib/test/test_email/
Dtest_message.py451 def message_as_get_body(self, body_parts, attachments, parts, msg): argument
483 def message_as_iter_attachment(self, body_parts, attachments, parts, msg): argument
489 def message_as_iter_parts(self, body_parts, attachments, parts, msg): argument
712 def message_as_clear(self, body_parts, attachments, parts, msg): argument
720 def message_as_clear_content(self, body_parts, attachments, parts, msg): argument
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp128 const GLenum *attachments) in invalidate()
135 const GLenum *attachments) in discard()
142 const GLenum *attachments, in invalidateBase()
234 const GLenum *attachments, in invalidateSub()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp37 const GLenum *attachments) in discard()
45 const GLenum *attachments) in invalidate()
53 const GLenum *attachments, in invalidateSub()
/external/swiftshader/src/Vulkan/
DVkFramebuffer.hpp43 ImageView **attachments = nullptr; member in vk::Framebuffer
/external/swiftshader/tests/VulkanWrapper/
DFramebuffer.cpp20 std::vector<vk::ImageView> attachments(multisample ? 2 : 1); in Framebuffer() local
/external/googleapis/google/cloud/support/v2/
Dattachment_service.proto76 repeated Attachment attachments = 1; field
/external/google-cloud-java/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/proto/google/cloud/support/v2/
Dattachment_service.proto76 repeated Attachment attachments = 1; field
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/data/
DExemplar.java75 double value, Timestamp timestamp, Map<String, AttachmentValue> attachments) { in create()
/external/mesa3d/src/vulkan/runtime/
Dvk_framebuffer.h43 VkImageView attachments[]; member
/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp46 const vk::Attachments &attachments; member in sw::PixelRoutine
/external/golang-protobuf/internal/testprotos/news/
Dnews.proto27 repeated google.protobuf.Any attachments = 6; field
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/export/
DDistributionTest.java197 Map<String, AttachmentValue> attachments = Collections.singletonMap(null, VALUE); in createExemplar_PreventNullAttachmentKey() local
205 Map<String, AttachmentValue> attachments = Collections.singletonMap("key", null); in createExemplar_PreventNullAttachmentValue() local
/external/cronet/tot/ipc/
Dipc_message_attachment_set.cc21 const std::vector<scoped_refptr<MessageAttachment>>& attachments, in count_attachments_of_type()
/external/cronet/stable/ipc/
Dipc_message_attachment_set.cc21 const std::vector<scoped_refptr<MessageAttachment>>& attachments, in count_attachments_of_type()
/external/libchrome/ipc/
Dipc_message_attachment_set.cc21 const std::vector<scoped_refptr<MessageAttachment>>& attachments, in count_attachments_of_type()

12345678910