HomeSort by relevance Sort by last modified time
    Searched refs:Alignment (Results 126 - 150 of 398) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 26 import android.text.Layout.Alignment;
36 private Layout.Alignment mAlign;
50 mAlign = Alignment.ALIGN_CENTER;
285 Alignment align, float spacingmult, float spacingadd) {
StaticLayoutLineBreakingTest.java 25 import android.text.Layout.Alignment;
38 private static final Alignment ALIGN = Alignment.ALIGN_LEFT;
  /cts/tests/tests/text/src/android/text/style/cts/
IconMarginSpanTest.java 59 Layout layout = new StaticLayout("cts test.", p, 200, Layout.Alignment.ALIGN_NORMAL,
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 53 /// with the specified alignment (0 indicates default alignment).
130 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
134 AI.setIndirectAlign(Alignment);
141 static ABIArgInfo getIndirectInReg(CharUnits Alignment, bool ByVal = true,
143 auto AI = getIndirect(Alignment, ByVal, Realign);
  /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/MC/
MCContext.h 542 /// // Default alignment (8)
544 /// // Specific alignment
553 /// \param Alignment The alignment of the allocated memory (if the underlying
557 size_t Alignment = 8) LLVM_NOEXCEPT {
558 return C.allocate(Bytes, Alignment);
576 /// // Default alignment (8)
578 /// // Specific alignment
587 /// \param Alignment The alignment of the allocated memory (if the underlyin
    [all...]
MCAssembler.h 289 /// Alignment - The alignment to ensure, in bytes.
290 unsigned Alignment;
303 /// MaxBytesToEmit - The maximum number of bytes to emit; if the alignment
308 MCAlignFragment(unsigned Alignment, int64_t Value, unsigned ValueSize,
310 : MCFragment(FT_Align, false, 0, Sec), Alignment(Alignment),
317 unsigned getAlignment() const { return Alignment; }
605 /// \brief The bundle alignment size currently set in the assembler.
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 284 if (YamlMF.Alignment)
285 MF.setAlignment(YamlMF.Alignment);
458 MFI.setObjectAlignment(ObjectIdx, Object.Alignment);
485 ObjectIdx = MFI.CreateVariableSizedObject(Object.Alignment, Alloca);
488 Object.Size, Object.Alignment,
597 unsigned Alignment =
598 YamlConstant.Alignment
599 ? YamlConstant.Alignment
601 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);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 38 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
42 ClientMM->allocateCodeSection(Size, Alignment, SectionID,
48 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
51 uint8_t *Addr = ClientMM->allocateDataSection(Size, Alignment, SectionID,
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 749 int Alignment;
774 AliasSetTracker &ast, LoopInfo &li, DebugLoc dl, int alignment,
778 LI(li), DL(dl), Alignment(alignment), AATags(AATags) {}
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) {
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 127 LVM_UINT16 Alignment; /* Byte alignment */
  /frameworks/base/core/java/com/android/internal/widget/
ImageFloatingTextView.java 65 Layout.Alignment alignment, boolean shouldEllipsize,
70 .setAlignment(alignment)
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 50 while (frag != NULL && frag->getKind() == Fragment::Alignment) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
allocatorstest.cpp 65 TEST(Allocator, Alignment) {
  /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);
DenseStorage.h 36 * Static array. If the MatrixOrArrayOptions require auto-alignment, the array will be automatically aligned:
40 int Alignment = (MatrixOrArrayOptions&DontAlign) ? 0
96 template <typename T, int MatrixOrArrayOptions, int Alignment>
97 struct plain_array<T, 0, MatrixOrArrayOptions, Alignment>
  /external/llvm/test/MC/MachO/ARM/
darwin-Thumb-reloc.s 48 @ CHECK: Alignment: 2
69 @ CHECK: Alignment: 2
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 271 // Get the alignment operand for a NEON VLD or VST instruction.
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 22 * - C must have the same alignment as A
256 Alignment = PacketSize>1 ? Aligned : 0
258 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector;
259 typedef Map<const Matrix<Scalar,Dynamic,1>, Alignment > ConstMapVector;
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 297 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
302 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
310 unsigned Alignment,

Completed in 749 milliseconds

1 2 3 4 56 7 8 91011>>