Searched defs:attachment (Results 1 - 25 of 177) sorted by relevance

12345678

/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
H A DText_Suite.py18 class attachment(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """attachment - Represents an inline text attachment. This class is used mainly for make commands. """
26 """file name - The path to the file for the attachment """
93 attachment._superclassnames = ['text']
94 attachment._privpropdict = {
98 attachment._privelemdict = {
175 'atts' : attachment,
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
H A DText_Suite.py18 class attachment(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """attachment - Represents an inline text attachment. This class is used mainly for make commands. """
26 """file name - The path to the file for the attachment """
93 attachment._superclassnames = ['text']
94 attachment._privpropdict = {
98 attachment._privelemdict = {
175 'atts' : attachment,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
H A DText_Suite.py18 class attachment(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """attachment - Represents an inline text attachment. This class is used mainly for make commands. """
26 """file name - The path to the file for the attachment """
93 attachment._superclassnames = ['text']
94 attachment._privpropdict = {
98 attachment._privelemdict = {
175 'atts' : attachment,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
H A DText_Suite.py18 class attachment(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """attachment - Represents an inline text attachment. This class is used mainly for make commands. """
26 """file name - The path to the file for the attachment """
93 attachment._superclassnames = ['text']
94 attachment._privpropdict = {
98 attachment._privelemdict = {
175 'atts' : attachment,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
H A DXInput2.h161 int attachment; member in struct:__anon2206
198 int attachment; member in struct:__anon2210
H A DXI2proto.h120 * For a MasterPointer or a MasterKeyboard, 'attachment' specifies the
122 * For a SlaveKeyboard or SlavePointer, 'attachment' specifies the master
124 * For a FloatingSlave, 'attachment' is undefined.
131 uint16_t attachment; /**< Current attachment or pairing.*/ member in struct:__anon2087
862 uint16_t attachment; /**< ID of master or paired device */ member in struct:__anon2138
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
H A DXInput2.h160 int attachment; member in struct:__anon4069
188 int attachment; member in struct:__anon4072
H A DXI2proto.h118 * For a MasterPointer or a MasterKeyboard, 'attachment' specifies the
120 * For a SlaveKeyboard or SlavePointer, 'attachment' specifies the master
122 * For a FloatingSlave, 'attachment' is undefined.
129 uint16_t attachment; /**< Current attachment or pairing.*/ member in struct:__anon3953
844 uint16_t attachment; /**< ID of master or paired device */ member in struct:__anon4002
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
H A Ddri_interface.h655 unsigned int attachment; member in struct:__DRIbufferRec
698 * \param attachments List of pairs of attachment ID and opaque format
700 * \param count Number of attachment / format pairs stored in
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation_types.h179 uint32_t attachment; member in struct:MT_PASS_ATTACHMENT_INFO
212 const uint32_t att = subpass->pColorAttachments[j].attachment;
H A Dcore_validation.cpp1699 /* Walk attachment list and outputs together */
1708 "FS writes to output location %d with no matching attachment", it_a->first.first)) {
2067 // Verify attachment reference compatibility according to spec
2077 if (VK_ATTACHMENT_UNUSED == pSecondary[index].attachment)
2080 if (VK_ATTACHMENT_UNUSED == pPrimary[index].attachment)
2083 if ((pPrimaryAttachments[pPrimary[index].attachment].format ==
2084 pSecondaryAttachments[pSecondary[index].attachment].format) &&
2085 (pPrimaryAttachments[pPrimary[index].attachment].samples ==
2086 pSecondaryAttachments[pSecondary[index].attachment].samples))
2127 // For each subpass, verify that corresponding color, input, resolve & depth/stencil attachment reference
7288 const VkClearAttachment *attachment = &pAttachments[attachment_idx]; local
8261 CheckPreserved(const layer_data *my_data, const VkRenderPassCreateInfo *pCreateInfo, const int index, const uint32_t attachment, const std::vector<DAGNode> &subpass_to_node, int depth, bool &skip_call) argument
8353 uint32_t attachment = i; local
8377 uint32_t attachment = subpass.pInputAttachments[j].attachment; local
8384 uint32_t attachment = subpass.pColorAttachments[j].attachment; local
8392 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; local
8412 const uint32_t &attachment = subpass.pInputAttachments[j].attachment; local
8417 const uint32_t &attachment = subpass.pColorAttachments[j].attachment; local
8422 const uint32_t &attachment = subpass.pDepthStencilAttachment->attachment; local
8440 ValidateLayoutVsAttachmentDescription(debug_report_data *report_data, const VkImageLayout first_layout, const uint32_t attachment, const VkAttachmentDescription &attachment_description) argument
8682 uint32_t attachment = subpass.pPreserveAttachments[j]; local
8691 uint32_t attachment; local
8716 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; local
8730 uint32_t attachment = subpass.pInputAttachments[j].attachment; local
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation_types.h179 uint32_t attachment; member in struct:MT_PASS_ATTACHMENT_INFO
212 const uint32_t att = subpass->pColorAttachments[j].attachment;
H A Dcore_validation.cpp1699 /* Walk attachment list and outputs together */
1708 "FS writes to output location %d with no matching attachment", it_a->first.first)) {
2067 // Verify attachment reference compatibility according to spec
2077 if (VK_ATTACHMENT_UNUSED == pSecondary[index].attachment)
2080 if (VK_ATTACHMENT_UNUSED == pPrimary[index].attachment)
2083 if ((pPrimaryAttachments[pPrimary[index].attachment].format ==
2084 pSecondaryAttachments[pSecondary[index].attachment].format) &&
2085 (pPrimaryAttachments[pPrimary[index].attachment].samples ==
2086 pSecondaryAttachments[pSecondary[index].attachment].samples))
2127 // For each subpass, verify that corresponding color, input, resolve & depth/stencil attachment reference
7288 const VkClearAttachment *attachment = &pAttachments[attachment_idx]; local
8261 CheckPreserved(const layer_data *my_data, const VkRenderPassCreateInfo *pCreateInfo, const int index, const uint32_t attachment, const std::vector<DAGNode> &subpass_to_node, int depth, bool &skip_call) argument
8353 uint32_t attachment = i; local
8377 uint32_t attachment = subpass.pInputAttachments[j].attachment; local
8384 uint32_t attachment = subpass.pColorAttachments[j].attachment; local
8392 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; local
8412 const uint32_t &attachment = subpass.pInputAttachments[j].attachment; local
8417 const uint32_t &attachment = subpass.pColorAttachments[j].attachment; local
8422 const uint32_t &attachment = subpass.pDepthStencilAttachment->attachment; local
8440 ValidateLayoutVsAttachmentDescription(debug_report_data *report_data, const VkImageLayout first_layout, const uint32_t attachment, const VkAttachmentDescription &attachment_description) argument
8682 uint32_t attachment = subpass.pPreserveAttachments[j]; local
8691 uint32_t attachment; local
8716 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; local
8730 uint32_t attachment = subpass.pInputAttachments[j].attachment; local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
H A Ddri_interface.h739 unsigned int attachment; member in struct:__DRIbufferRec
782 * \param attachments List of pairs of attachment ID and opaque format
784 * \param count Number of attachment / format pairs stored in
867 unsigned int attachment,
/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/
H A Djaxb-api-2.2.12-b140109.1041.jar ... bind/annotation/ javax/xml/bind/annotation/adapters/ javax/xml/bind/attachment/ javax/xml/bind/helpers/ javax/xml/bind/util/ javax/xml ...
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
H A Djetty-io-8.1.14.v20131031.jar ... .nio.channels.SocketChannel channel Throwable ex Object attachment public java.lang.String dump () public void dump ...
/prebuilts/devtools/tools/lib/
H A Djimfs-1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
H A Djimfs-1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
H A Djimfs-1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/
H A Daws-java-sdk-support-1.11.18.jarMETA-INF/ META-INF/MANIFEST.MF models/ com/ com/amazonaws/ com/amazonaws/services/ com/amazonaws/services/ ...
/prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
H A Dmemoryfilesystem-0.6.4.jarMETA-INF/MANIFEST.MF LICENSE META-INF/ META-INF/jandex.idx META-INF/ ...
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp1699 /* Walk attachment list and outputs together */
1708 "FS writes to output location %d with no matching attachment", it_a->first.first)) {
2067 // Verify attachment reference compatibility according to spec
2077 if (VK_ATTACHMENT_UNUSED == pSecondary[index].attachment)
2080 if (VK_ATTACHMENT_UNUSED == pPrimary[index].attachment)
2083 if ((pPrimaryAttachments[pPrimary[index].attachment].format ==
2084 pSecondaryAttachments[pSecondary[index].attachment].format) &&
2085 (pPrimaryAttachments[pPrimary[index].attachment].samples ==
2086 pSecondaryAttachments[pSecondary[index].attachment].samples))
2127 // For each subpass, verify that corresponding color, input, resolve & depth/stencil attachment reference
7288 const VkClearAttachment *attachment = &pAttachments[attachment_idx]; local
8261 CheckPreserved(const layer_data *my_data, const VkRenderPassCreateInfo *pCreateInfo, const int index, const uint32_t attachment, const std::vector<DAGNode> &subpass_to_node, int depth, bool &skip_call) argument
8353 uint32_t attachment = i; local
8377 uint32_t attachment = subpass.pInputAttachments[j].attachment; local
8384 uint32_t attachment = subpass.pColorAttachments[j].attachment; local
8392 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; local
8412 const uint32_t &attachment = subpass.pInputAttachments[j].attachment; local
8417 const uint32_t &attachment = subpass.pColorAttachments[j].attachment; local
8422 const uint32_t &attachment = subpass.pDepthStencilAttachment->attachment; local
8440 ValidateLayoutVsAttachmentDescription(debug_report_data *report_data, const VkImageLayout first_layout, const uint32_t attachment, const VkAttachmentDescription &attachment_description) argument
8682 uint32_t attachment = subpass.pPreserveAttachments[j]; local
8691 uint32_t attachment; local
8716 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; local
8730 uint32_t attachment = subpass.pInputAttachments[j].attachment; local
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp1699 /* Walk attachment list and outputs together */
1708 "FS writes to output location %d with no matching attachment", it_a->first.first)) {
2067 // Verify attachment reference compatibility according to spec
2077 if (VK_ATTACHMENT_UNUSED == pSecondary[index].attachment)
2080 if (VK_ATTACHMENT_UNUSED == pPrimary[index].attachment)
2083 if ((pPrimaryAttachments[pPrimary[index].attachment].format ==
2084 pSecondaryAttachments[pSecondary[index].attachment].format) &&
2085 (pPrimaryAttachments[pPrimary[index].attachment].samples ==
2086 pSecondaryAttachments[pSecondary[index].attachment].samples))
2127 // For each subpass, verify that corresponding color, input, resolve & depth/stencil attachment reference
7288 const VkClearAttachment *attachment = &pAttachments[attachment_idx]; local
8261 CheckPreserved(const layer_data *my_data, const VkRenderPassCreateInfo *pCreateInfo, const int index, const uint32_t attachment, const std::vector<DAGNode> &subpass_to_node, int depth, bool &skip_call) argument
8353 uint32_t attachment = i; local
8377 uint32_t attachment = subpass.pInputAttachments[j].attachment; local
8384 uint32_t attachment = subpass.pColorAttachments[j].attachment; local
8392 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; local
8412 const uint32_t &attachment = subpass.pInputAttachments[j].attachment; local
8417 const uint32_t &attachment = subpass.pColorAttachments[j].attachment; local
8422 const uint32_t &attachment = subpass.pDepthStencilAttachment->attachment; local
8440 ValidateLayoutVsAttachmentDescription(debug_report_data *report_data, const VkImageLayout first_layout, const uint32_t attachment, const VkAttachmentDescription &attachment_description) argument
8682 uint32_t attachment = subpass.pPreserveAttachments[j]; local
8691 uint32_t attachment; local
8716 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; local
8730 uint32_t attachment = subpass.pInputAttachments[j].attachment; local
[all...]
/prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
H A Dmaven-assembly-plugin-2.2-beta-5.jarMETA-INF/ META-INF/MANIFEST.MF assemblies/ META-INF/maven/ META-INF/plexus/ org/ ...
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
H A Djetty-websocket-8.1.14.v20131031.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jetty/ org/eclipse/jetty/websocket/ ...

Completed in 7368 milliseconds

12345678