/packages/apps/TV/src/com/android/tv/tuner/cc/ |
CaptionWindowLayout.java | 23 import android.text.Layout.Alignment; 338 mSubtitleView.setTextAlignment(Alignment.ALIGN_NORMAL); 344 // Since all TV sets use left text alignment instead of center text alignment 366 mSubtitleView.setTextAlignment(Alignment.ALIGN_NORMAL); 377 mSubtitleView.setTextAlignment(Alignment.ALIGN_CENTER); 384 mSubtitleView.setTextAlignment(Alignment.ALIGN_OPPOSITE); 413 mSubtitleView.setTextAlignment(Alignment.ALIGN_CENTER);
|
/art/runtime/mirror/ |
dex_cache.cc | 55 static_assert(ArenaAllocator::kAlignment == 8, "Expecting arena alignment of 8."); 56 DCHECK(layout.Alignment() == 8u || layout.Alignment() == 16u); 58 raw_arrays = (layout.Alignment() == 16u)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
FdfClass.py | 96 self.Alignment = None
159 self.Alignment = None
299 self.Alignment = None
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
EfiSection.py | 54 # @retval tuple (Generated file name list, section alignment)
97 return FileList, self.Alignment
100 Align = self.Alignment
229 #Get PE Section alignment when align is set to AUTO
230 if self.Alignment == 'Auto' and (SectionType == 'PE32' or SectionType == 'TE'):
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/ |
IfrOpCodeCreation.c | 579 IN UINT8 Alignment,
594 Alignment - Alignment of the banner
610 Banner.Alignment = Alignment;
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Acpi10.h | 188 UINT8 Alignment;
209 UINT16 Alignment;
221 UINT32 Alignment;
|
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 143 /// Alignment - The known alignment of the first store. 144 unsigned Alignment; 230 unsigned Alignment, Instruction *Inst); 241 unsigned Alignment, Instruction *Inst) { 255 R.Alignment = Alignment; 277 I->Alignment = Alignment; 446 // Determine alignment [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
BinaryObject.h | 292 /// emitAlignment - Pad the data to the specified alignment. 293 void emitAlignment(unsigned Alignment, uint8_t fill = 0) { 294 if (Alignment <= 1) return; 295 unsigned PadSize = -Data.size() & (Alignment-1);
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86JITInfo.cpp | 440 const unsigned Alignment = 8; 446 const unsigned Alignment = 4; 451 return JCE.allocIndirectGV(GV, Buffer, sizeof(Buffer), Alignment);
|
/frameworks/base/core/java/com/android/internal/widget/ |
SubtitleView.java | 30 import android.text.Layout.Alignment; 61 private Alignment mAlignment; 207 public void setAlignment(Alignment textAlignment) {
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyScene.java | 83 label.setAlignment(LabelWidget.Alignment.CENTER); 91 label.setAlignment(LabelWidget.Alignment.CENTER); 101 label.setAlignment(LabelWidget.Alignment.CENTER);
|
/cts/tests/tests/text/src/android/text/method/cts/ |
SingleLineTransformationMethodTest.java | 84 Layout.Alignment.ALIGN_NORMAL);
|
/cts/tests/tests/text/src/android/text/style/cts/ |
IconMarginSpanTest.java | 70 Layout layout = new StaticLayout("cts test.", p, 200, Layout.Alignment.ALIGN_NORMAL,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/ |
LegacyBiosPlatform.h | 96 OUT UINTN *Alignment,
115 Alignment - Address alignment for allocation.
117 is alignment.
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/ |
VirtioDevice.h | 213 Write the queue alignment field in the Virtio Header.
215 The queue to which the alignment applies is selected by the Queue Select
223 @param[in] Alignment The alignment boundary of the Used Ring in bytes.
234 IN UINT32 Alignment
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioMmioDeviceLib/ |
VirtioMmioDevice.h | 130 UINT32 Alignment
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/ |
VirtioPciDevice.h | 107 UINT32 Alignment
|
/external/clang/lib/AST/ |
ExternalASTSource.cpp | 67 const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment,
|
/external/clang/lib/Sema/ |
TypeLocBuilder.h | 42 enum { BufferMaxAlignment = llvm::AlignOf<void*>::Alignment };
|
/external/compiler-rt/lib/ubsan/ |
ubsan_handlers.h | 23 uptr Alignment;
|
/external/libchrome/base/ |
lazy_instance_unittest.cc | 148 template <size_t alignment> 153 base::AlignedMemory<alignment, alignment> data_; 161 TEST(LazyInstanceTest, Alignment) { 164 // Create some static instances with increasing sizes and alignment 166 // ensure proper alignment of the static data.
|
/external/llvm/include/llvm/CodeGen/ |
BasicTTIImpl.h | 109 unsigned Alignment, bool *Fast) const { 111 return getTLI()->allowsMisalignedMemoryAccesses(M, AddressSpace, Alignment, Fast); 525 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 559 unsigned Alignment, 572 Opcode, VecTy, Alignment, AddressSpace); 686 unsigned Alignment = cast<ConstantInt>(Args[2])->getZExtValue(); 691 Alignment); 696 unsigned Alignment = cast<ConstantInt>(Args[1])->getZExtValue(); 700 Alignment); [all...] |
/external/llvm/include/llvm/MC/ |
MCContext.h | 600 /// // Default alignment (8) 602 /// // Specific alignment 611 /// \param Alignment The alignment of the allocated memory (if the underlying 615 size_t Alignment = 8) LLVM_NOEXCEPT { 616 return C.allocate(Bytes, Alignment); 634 /// // Default alignment (8) 636 /// // Specific alignment 645 /// \param Alignment The alignment of the allocated memory (if the underlyin [all...] |
/external/llvm/lib/CodeGen/MIRParser/ |
MIRParser.cpp | 289 if (YamlMF.Alignment) 290 MF.setAlignment(YamlMF.Alignment); 491 MFI.setObjectAlignment(ObjectIdx, Object.Alignment); 518 ObjectIdx = MFI.CreateVariableSizedObject(Object.Alignment, Alloca); 521 Object.Size, Object.Alignment, 625 unsigned Alignment = 626 YamlConstant.Alignment 627 ? YamlConstant.Alignment 629 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypesGeneric.cpp | 165 unsigned Alignment = DAG.getDataLayout().getPrefTypeAlignment( 167 SDValue StackPtr = DAG.CreateStackTemporary(InVT, Alignment); 189 false, false, MinAlign(Alignment, IncrementSize)); 265 unsigned Alignment = LD->getAlignment(); 274 isVolatile, isNonTemporal, isInvariant, Alignment, 284 MinAlign(Alignment, IncrementSize), AAInfo); 480 unsigned Alignment = St->getAlignment(); 495 isVolatile, isNonTemporal, Alignment, AAInfo); 502 MinAlign(Alignment, IncrementSize), AAInfo);
|