HomeSort by relevance Sort by last modified time
    Searched defs:Alignment (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/views/
view_model_utils.h 18 enum Alignment {
32 Alignment alignment,
  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 77 unsigned Alignment =
87 // Hexagon_TODO: Get the alignment of the contained type here.
88 Alignment = 8;
91 unsigned Offset3 = State.AllocateStack(Size, Alignment);
132 unsigned Alignment =
137 unsigned Offset3 = State.AllocateStack(Size, Alignment);
  /external/chromium_org/ui/views/controls/menu/
menu_2.h 32 // The alignment is reversed by menu if text direction is right to left.
33 enum Alignment {
48 // RunContextMenuAt is the same, but the alignment is the default for a
50 void RunMenuAt(const gfx::Point& point, Alignment alignment);
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 89 // Check for the alignment of the type.
90 Pos = LineStr.find("Alignment:");
92 // Skip past the "Alignment:" prefix.
93 LineStr = LineStr.substr(Pos + strlen("Alignment:"));
95 unsigned long long Alignment = 0;
96 (void)LineStr.getAsInteger(10, Alignment);
97 CurrentLayout.Align = Alignment;
101 // Check for the size/alignment of the type.
117 // Parse alignment.
118 unsigned long long Alignment = 0
    [all...]
  /external/clang/test/CodeGenCXX/
alloca-align.cpp 5 unsigned Alignment;
  /external/llvm/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 33 size_t Alignment; // Alignment of the variable (power of 2).
46 size_t FrameAlignment; // Alignment for the entire frame.
  /external/llvm/tools/lli/
RemoteMemoryManager.h 34 : MB(mb), Alignment(a), IsCode(code) {}
37 unsigned Alignment;
69 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
73 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
106 unsigned Alignment) override;
109 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) override;
110 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) override;
RemoteTargetExternal.cpp 31 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment,
34 ", align: " << Alignment << "\n");
35 if (!SendAllocateSpace(Alignment, Size)) {
119 bool RemoteTargetExternal::SendAllocateSpace(uint32_t Alignment, uint32_t Size) {
125 AppendWrite((const void *)&Alignment, 4);
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.h 23 enum Alignment {
34 // Alignment of the message center relative to the center of the screen.
35 Alignment message_center_alignment;
37 // Alignment of the taskbar relative to the center of the screen.
38 Alignment taskbar_alignment;
  /external/chromium_org/ui/base/models/
table_model.h 93 // TableColumn specifies the title, alignment and size of a particular column.
95 enum Alignment {
100 TableColumn(int id, Alignment alignment, int width, float percent);
108 // Alignment for the content.
109 Alignment alignment; member in struct:ui::TableColumn
  /external/chromium_org/ui/views/controls/
image_view.h 31 enum Alignment {
66 // Set / Get the horizontal alignment.
67 void SetHorizontalAlignment(Alignment ha);
68 Alignment GetHorizontalAlignment() const;
70 // Set / Get the vertical alignment.
71 void SetVerticalAlignment(Alignment va);
72 Alignment GetVerticalAlignment() const;
100 // Compute the image origin given the desired size and the receiver alignment
113 // Horizontal alignment.
114 Alignment horiz_alignment_
    [all...]
  /external/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp 20 // We sort the stack variables by alignment (largest first) to minimize
21 // unnecessary large gaps due to alignment.
29 return a.Alignment > b.Alignment;
32 // We also force minimal alignment for all vars to kMinAlignment so that vars
33 // with e.g. alignment 1 and alignment 16 do not get reordered by CompareVars.
42 // The resulting frame size is a multiple of Alignment.
43 static size_t VarAndRedzoneSize(size_t Size, size_t Alignment) {
51 return RoundUpTo(Res, Alignment);
    [all...]
  /external/llvm/unittests/Support/
AllocatorTest.cpp 126 void *Allocate(size_t Size, size_t /*Alignment*/) {
127 // Allocate space for the alignment, the slab, and a void* that goes right
129 size_t Alignment = 4096;
130 void *MemBase = malloc(Size + Alignment - 1 + sizeof(void*));
133 void *Slab = alignPtr((char *)MemBase + sizeof(void *), Alignment);
151 // Allocate a large-ish block with a really large alignment so that the
152 // allocator will think that it has space, but after it does the alignment it
160 // Now the big chunk with a big alignment.
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 30 Alignment,
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 23 uptr Alignment;
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 75 unsigned Alignment) = 0;
150 /// alignment (saturated to BufferEnd of course).
151 void emitAlignment(unsigned Alignment) {
152 if (Alignment == 0) Alignment = 1;
154 Alignment);
160 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) {
161 if (Alignment == 0) Alignment = 1;
163 Alignment);
    [all...]
MachineConstantPool.h 56 unsigned Alignment) = 0;
83 /// The required alignment for this entry. The top bit is set when Val is
85 unsigned Alignment;
88 : Alignment(A) {
92 : Alignment(A) {
94 Alignment |= 1U << (sizeof(unsigned)*CHAR_BIT-1);
101 return (int)Alignment < 0;
105 return Alignment & ~(1 << (sizeof(unsigned)*CHAR_BIT-1));
136 unsigned PoolAlignment; ///< The alignment for the pool.
148 /// getConstantPoolAlignment - Return the alignment required b
    [all...]
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 53 /// Records the required size and alignment for a call stub in bytes.
56 size_t Alignment;
58 /// Returns the maximum size and alignment for a call stub on this target.
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 107 uint32_t Alignment;
109 rc = ReadBytes(&Alignment, 4);
116 RT->allocateSpace(AllocSize, Alignment, Addr);
  /external/chromium_org/ui/views/layout/
grid_layout.h 40 // When adding a Column you give it the default alignment for all views
43 // a horizontal and vertical alignment of leading regardless of that defined
50 // pixels. Only Views with an Alignment of FILL are given extra space, others
73 enum Alignment {
137 // Adds a view using the default alignment from the column. The added
143 // Adds a view using the default alignment from the column.
148 // Adds a view with the specified alignment and spans.
151 void AddView(View* view, int col_span, int row_span, Alignment h_align,
152 Alignment v_align);
154 // Adds a view with the specified alignment and spans. I
    [all...]
  /external/clang/include/clang/AST/
RecordLayout.h 66 // Alignment - Alignment of record in characters.
67 CharUnits Alignment;
69 /// RequiredAlignment - The required alignment of the object. In the MS-ABI
85 /// NonVirtualAlignment - The non-virtual alignment (in chars) of an object,
86 /// which is the alignment of the object without virtual bases.
138 ASTRecordLayout(const ASTContext &Ctx, CharUnits size, CharUnits alignment,
146 CharUnits size, CharUnits alignment,
170 /// getAlignment - Get the record alignment in characters.
171 CharUnits getAlignment() const { return Alignment; }
    [all...]
  /external/eigen/Eigen/src/Core/
StableNorm.h 162 Alignment = (int(Flags)&DirectAccessBit) || (int(Flags)&AlignedBit) ? 1 : 0
169 internal::stable_norm_kernel(this->segment(bi,(min)(blockSize, n - bi)).template forceAlignedAccessIf<Alignment>(), ssq, scale, invScale);
  /external/llvm/include/llvm/Object/
COFFYAML.h 51 unsigned Alignment;
  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 45 private static abstract class Alignment {
51 protected Alignment(String name, int gravity) {
57 private static final Alignment[] HORIZONTAL_ALIGNMENTS = {
58 new Alignment("LEFT", Gravity.LEFT) {
64 new Alignment("CENTER", Gravity.CENTER_HORIZONTAL) {
70 new Alignment("RIGHT", Gravity.RIGHT) {
76 new Alignment("FILL", Gravity.FILL_HORIZONTAL) {
84 private static final Alignment[] VERTICAL_ALIGNMENTS = {
85 new Alignment("TOP", Gravity.TOP) {
91 new Alignment("CENTER", Gravity.CENTER_VERTICAL)
238 Alignment alignment = HORIZONTAL_ALIGNMENTS[j]; local
249 Alignment alignment = VERTICAL_ALIGNMENTS[i]; local
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 33 CharUnits alignment = Context.getDeclAlign(&D); local
35 LValue lv = CGF.MakeAddrLValue(DeclPtr, type, alignment);
153 unsigned Alignment = getContext().getDeclAlign(&D).getQuantity();
155 EmitStoreOfScalar(RV.getScalarVal(), DeclPtr, false, Alignment, T);

Completed in 272 milliseconds

1 2 3 4 5 6