Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/external/bpftool/docs/
H A Dbpftool-perf.rst14 SYNOPSIS
24 PERF COMMANDS
30 DESCRIPTION
45 OPTIONS
49 EXAMPLES
H A Dbpftool-net.rst14 SYNOPSIS
24 NET COMMANDS
35 DESCRIPTION
84 OPTIONS
88 EXAMPLES
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A 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 …]
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
H A 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()
H A 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
H A DMutableViewData.java100 Map<String, AttachmentValue> attachments); in record()
157 Map<String, AttachmentValue> attachments) { in record()
273 Map<String, AttachmentValue> attachments) { in record()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A 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
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DInCallPagerAdapter.java31 @Nullable private MultimediaData attachments; field in InCallPagerAdapter
36 @Nullable MultimediaData attachments, in InCallPagerAdapter()
72 public void setAttachments(@Nullable MultimediaData attachments) { in setAttachments()
/aosp_15_r20/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
710 def message_as_clear(self, body_parts, attachments, parts, msg): argument
718 def message_as_clear_content(self, body_parts, attachments, parts, msg): argument
/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Demail_sender.py157 attachments=None, argument
192 attachments, argument
240 attachments, argument
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A 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()
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp27 const GLenum *attachments) in discard()
34 const GLenum *attachments) in invalidate()
41 const GLenum *attachments, in invalidateSub()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp37 const GLenum *attachments) in discard()
45 const GLenum *attachments) in invalidate()
53 const GLenum *attachments, in invalidateSub()
/aosp_15_r20/external/opencensus-java/api/src/test/java/io/opencensus/metrics/data/
H A 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
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/anno/io/opencensus/metrics/data/
DAutoValue_Exemplar.java14 private final Map<String, AttachmentValue> attachments; field in AutoValue_Exemplar
19 Map<String, AttachmentValue> attachments) { in AutoValue_Exemplar()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Drender_pass.rs1663 let attachments: SmallVec<[ClearAttachment; 3]> = attachments.into_iter().collect(); in clear_attachments() localVariable
1895 let attachments = render_pass_state.attachments.as_ref().unwrap(); in record_subpass_attachments_resolve() localVariable
2012 let attachments = render_pass_state.attachments.as_ref().unwrap(); in record_subpass_attachments_store() localVariable
2134 let attachments = render_pass_state.attachments.as_ref().unwrap(); in record_subpass_attachments_load() localVariable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp760 RenderPass(const vector<Attachment> &attachments, const vector<Subpass> &subpasses, in RenderPass()
887 const vector<Attachment> &attachments = renderPass.getAttachments(); in logRenderPassInfo() local
1346 vector<AttachmentDesc> attachments; in createRenderPass() local
1413 const UVec2 &size, const vector<VkImageView> &attachments) in createFramebuffer()
5191 …d initializeAttachmentIsLazy(vector<bool> &attachmentIsLazy, const vector<Attachment> &attachments, in initializeAttachmentIsLazy()
5386 const vector<Attachment> &attachments, const vector<bool> &isLazy, in initializeImageClearValues()
5400 const vector<Attachment> &attachments, bool useFormatCompCount, in initializeRenderPassClearValues()
5604 const vector<Attachment> &attachments) in checkTextureFormatSupport()
6292 vector<Attachment> attachments; in addAttachmentTests() local
6460 vector<Attachment> attachments; in addAttachmentWriteMaskTests() local
[all …]
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
DAttachmentChooserFragmentTest.java87 private void loadWith(final List<MessagePartData> attachments) { in loadWith()
136 final List<MessagePartData> attachments = TestDataFactory.getTestDraftAttachments(); in testUnselect() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java164 public void bindAttachments(final Iterable<MessagePartData> attachments, in bindAttachments()
209 private void determineLayout(final Iterable<MessagePartData> attachments, final int count) { in determineLayout()
227 private void buildViews(final Iterable<MessagePartData> attachments, in buildViews()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DTracePerfTest.cpp355 const GLenum *attachments) in InvalidateFramebufferProc()
362 const GLenum *attachments, in InvalidateSubFramebufferProc()
384 const GLenum *attachments) in DiscardFramebufferEXTProc()
2713 const GLenum *attachments) in ConvertDefaultFramebufferEnums()
2727 const GLenum *attachments) in onReplayInvalidateFramebuffer()
2743 const GLenum *attachments, in onReplayInvalidateSubFramebuffer()
2792 const GLenum *attachments) in onReplayDiscardFramebufferEXT()
/aosp_15_r20/external/swiftshader/src/Device/
H A DPixelProcessor.cpp74 …ader *fragmentShader, const sw::SpirvShader *vertexShader, const vk::Attachments &attachments, boo… in update() argument
192 const vk::Attachments &attachments, in routine()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h119 struct vk_subpass_attachment *attachments; member
291 struct vk_render_pass_attachment *attachments; member
385 VkRenderingAttachmentInfo attachments[]; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dframebuffer.rs59 attachments: Vec<Arc<dyn ImageViewAbstract>>, field
374 pub fn attachments(&self) -> &[Arc<dyn ImageViewAbstract>] { in attachments() method
446 pub attachments: Vec<Arc<dyn ImageViewAbstract>>, field
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DFramebufferWgpu.cpp89 const GLenum *attachments) in discard()
96 const GLenum *attachments) in invalidate()
103 const GLenum *attachments, in invalidateSub()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationService.java180 final List<MessagePartData> attachments = message.getAttachments(); in getViewAt() local
411 final List<MessagePartData> attachments = message.getAttachments(); in updateViewContent() local

12345678910>>...15