Searched defs:layout (Results 51 - 75 of 250) sorted by relevance

12345678910

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DScriptTagModuleWriter.java9 package com.ibm.icu.dev.tool.layout;
H A DThaiStateTable.java13 package com.ibm.icu.dev.tool.layout;
H A DCanonicalCharacterData.java10 package com.ibm.icu.dev.tool.layout;
H A DClassTable.java13 package com.ibm.icu.dev.tool.layout;
H A DDecompTable.java10 package com.ibm.icu.dev.tool.layout;
H A DLigatureTree.java13 package com.ibm.icu.dev.tool.layout;
H A DLookup.java13 package com.ibm.icu.dev.tool.layout;
H A DModuleWriter.java14 package com.ibm.icu.dev.tool.layout;
28 private static final String BUILDER_FILE_PATH="src/com/ibm/icu/dev/tool/layout/";
H A DOpenTypeTableWriter.java13 package com.ibm.icu.dev.tool.layout;
H A DThaiCharacterClasses.java13 package com.ibm.icu.dev.tool.layout;
/external/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h29 /// Compute the layout of a table that contains all the sequences, possibly by
55 // Entries in the final table, or 0 before layout was called.
67 /// This must be called before layout().
69 assert(Entries == 0 && "Cannot call add() after layout()");
87 assert(Entries && "Call layout() before size()");
91 /// layout - Computes the final table layout.
92 void layout() { function in class:llvm::SequenceToOffsetTable
93 assert(Entries == 0 && "Can only call layout() once");
105 assert(Entries && "Call layout() befor
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.h73 struct radv_descriptor_set_layout *layout; member in struct:radv_pipeline_layout::__anon14556
/external/mesa3d/src/mesa/program/
H A Dprog_parameter_layout.c26 * \brief Helper functions to layout storage for program parameters
119 struct gl_program_parameter_list *layout; local
123 layout =
136 copy_indirect_accessed_array(state->prog->Parameters, layout,
141 _mesa_free_parameter_list(layout);
190 _mesa_add_unnamed_constant(layout, v, p->Size, & swizzle);
199 _mesa_add_state_reference(layout, p->StateIndexes);
211 layout->StateFlags = state->prog->Parameters->StateFlags;
213 state->prog->Parameters = layout;
/external/skia/src/gpu/vk/
H A DGrVkDescriptorSetManager.h40 VkDescriptorSetLayout layout() const { return fPoolManager.fDescLayout; } function in class:GrVkDescriptorSetManager
H A DGrVkRenderPass.cpp20 VkImageLayout layout) {
24 switch (layout) {
38 SkFAIL("Unexpected attachment layout");
41 attachment->initialLayout = layout;
42 attachment->finalLayout = layout;
85 colorRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
95 colorRef.layout = VK_IMAGE_LAYOUT_UNDEFINED;
108 stencilRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
114 stencilRef.layout = VK_IMAGE_LAYOUT_UNDEFINED;
18 setup_vk_attachment_description(VkAttachmentDescription* attachment, const AttachmentDesc& desc, VkImageLayout layout) argument
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DAppender.java97 public void setLayout(Layout layout); argument
100 * Returns this appenders layout.
116 * requires a layout. If this method returns <code>true</code>,
117 * meaning that layout is required, then the configurator will
118 * configure an layout using the configuration information at its
120 * a layout is not required, then layout configuration will be
121 * skipped even if there is available layout configuration
125 * implementation admits a layout but can also work without it, then
/external/ImageMagick/coders/
H A Dpango.c150 *layout;
270 Configure layout.
272 layout=pango_layout_new(context);
275 pango_layout_set_auto_dir(layout,1);
280 pango_layout_set_ellipsize(layout,PANGO_ELLIPSIZE_END);
282 pango_layout_set_ellipsize(layout,PANGO_ELLIPSIZE_MIDDLE);
284 pango_layout_set_ellipsize(layout,PANGO_ELLIPSIZE_NONE);
286 pango_layout_set_ellipsize(layout,PANGO_ELLIPSIZE_START);
290 pango_layout_set_justify(layout,1);
293 pango_layout_set_single_paragraph_mode(layout,
148 *layout; local
[all...]
/external/clang/test/CodeGen/
H A Dblockstret.c55 const char *layout; // conditional on BLOCK_HAS_OBJC member in struct:block_descriptor_big
61 const char *layout; // conditional on BLOCK_HAS_OBJC member in struct:block_descriptor_small
73 struct block_layout_abi *layout = (struct block_layout_abi *)block; local
74 if ((layout->flags & BLOCK_HAS_OBJC_TYPE) != BLOCK_HAS_OBJC_TYPE) return 0;
75 if (layout->flags & BLOCK_HAS_COPY_DISPOSE)
76 return layout->descriptor->signature;
78 return ((struct block_descriptor_small *)layout->descriptor)->signature;
82 struct block_layout_abi *layout = (struct block_layout_abi *)block; local
84 return (layout->flags & want) == want;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferComputeInstance.cpp159 VkDescriptorSetLayout layout,
176 &layout
193 VkDescriptorSetLayout layout,
217 &layout
157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) argument
192 createDescriptorSet(VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer viewA, deUint32 offsetA, VkBuffer viewB, deUint32 offsetB, VkBuffer resBuf, vkt::Context& context) argument
/external/mesa3d/src/intel/vulkan/
H A Danv_nir_apply_dynamic_offsets.c29 const struct anv_pipeline_layout *layout,
62 set_layout = layout->set[set].layout;
69 uint32_t index = layout->set[set].dynamic_offset_start +
141 const struct anv_pipeline_layout *layout = pipeline->layout; local
142 if (!layout || !layout->stage[shader->stage].has_dynamic_offsets)
155 apply_dynamic_offsets_block(block, &builder, pipeline->layout,
28 apply_dynamic_offsets_block(nir_block *block, nir_builder *b, const struct anv_pipeline_layout *layout, bool add_bounds_checks, uint32_t indices_start) argument
/external/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp66 const AttribLayout& layout = attrib_layout(type); local
70 layout.fCount,
71 layout.fType,
72 layout.fNormalized,
77 SkASSERT(!layout.fNormalized);
79 layout.fCount,
80 layout.fType,
/external/skia/src/sksl/ir/
H A DSkSLModifiers.h43 Modifiers(Layout& layout, int flags) argument
44 : fLayout(layout)
/external/vboot_reference/firmware/lib/
H A Dregion-kernel.c98 uint32_t image_num, ScreenLayout *layout,
120 ret = VbRegionReadGbb(cparams, layout_offset, sizeof(*layout), layout);
124 if (!layout->images[image_num].image_info_offset)
128 layout->images[image_num].image_info_offset;
96 VbGbbReadImage(VbCommonParams *cparams, uint32_t localization, uint32_t screen_index, uint32_t image_num, ScreenLayout *layout, ImageInfo *image_info, char **image_datap, uint32_t *image_data_sizep) argument
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DLayoutManager.java258 widget.layout(displayDims);
263 public void layout(final DisplayDimensions dims) { method in class:LayoutManager
/external/deqp/framework/opengl/
H A DgluVarType.cpp184 const char* getFormatLayoutName (FormatLayout layout) argument
203 return de::getSizedArrayElement<FORMATLAYOUT_LAST>(s_names, layout);
260 : layout (layout_)
271 return layout == other.layout &&
287 : layout (Layout())
295 std::ostream& operator<< (std::ostream& str, const Layout& layout) argument
299 if (layout.location != -1)
300 layoutDeclarationList.push_back("location=" + de::toString(layout.location));
302 if (layout
[all...]

Completed in 568 milliseconds

12345678910