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

<<111213141516

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 41 import android.text.Layout.Alignment;
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /external/clang/include/clang/AST/
DeclBase.h 74 /// (and its subclasses) in its Decl::operator new(). Proper alignment
79 /// \brief Alignment guaranteed when allocating Decl and any subtypes.
80 enum { DeclObjAlignment = llvm::AlignOf<uint64_t>::Alignment };
497 /// getMaxAlignment - return the maximum alignment specified by attributes
    [all...]
TypeLoc.h 101 /// \brief Returns the alignment of type source info data block for
216 // TODO: is this alignment already sufficient?
283 /// \brief Returns the alignment of the type source info data block that is
491 LocalDataAlignment = llvm::AlignOf<TypeSpecLocInfo>::Alignment };
965 "not enough alignment for tail-allocated data");
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 231 static_assert(llvm::AlignOf<ContentCache>::Alignment >= 8,
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 65 /// Build a wrapper struct that has 8-byte alignment. All heap allocations
66 /// should provide this much alignment at least, but this makes it clear we
67 /// specifically rely on this amount of alignment.
81 static_assert(AlignOf<AlignedMap>::Alignment >= (1 << NumLowBitsAvailable),
    [all...]
ValueTracking.cpp 345 // interesting case of alignment computation.
    [all...]
  /external/llvm/lib/IR/
Type.cpp 365 AlignOf<FunctionType>::Alignment);
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 86 Sec.Header.Characteristics |= (Log2_32(Sec.Alignment) + 1) << 20;
  /external/v8/src/x87/
codegen-x87.cc 68 enum Alignment { MOVE_ALIGNED, MOVE_UNALIGNED };
  /frameworks/base/core/java/android/widget/
Switch.java 897 Layout.Alignment.ALIGN_NORMAL, 1.f, 0, true);
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 663 case Fragment::Alignment: {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 865 Layout.Alignment.ALIGN_NORMAL, 1.f, 0, true);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 552 UCHAR Alignment;
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/freetype/src/raster/
ftraster.c 322 } Alignment, *PAlignment;
387 ( ( sizeof ( TProfile ) + sizeof ( Alignment ) - 1 ) / sizeof ( Long ) )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c 324 } Alignment, *PAlignment;
389 ( ( sizeof ( TProfile ) + sizeof ( Alignment ) - 1 ) / sizeof ( Long ) )
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 324 } Alignment, *PAlignment;
389 ( ( sizeof ( TProfile ) + sizeof ( Alignment ) - 1 ) / sizeof ( Long ) )
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 50 llvm::AlignOf<DERIVED##Decl>::Alignment, \
51 "Alignment sufficient after objects prepended to " #DERIVED);
81 // Ensure required alignment of the resulting object by adding extra
    [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 689 unsigned Alignment = GV->getAlignment();
691 if (Alignment == 0 && Ty->isSized())
692 Alignment = DL.getABITypeAlignment(Ty);
694 if (Alignment >= Size)
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 304 case Fragment::Alignment: {
1218 unsigned int alignment = pFrom.getSection().align(); local
    [all...]
  /art/compiler/
image_writer.cc 599 size_t offset_delta = RoundUp(object_size, kObjectAlignment); // 64-bit alignment
1756 size_t alignment = ArtMethod::Alignment(target_ptr_size_); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 471 ULONGLONG Alignment;
501 ULONGLONG Alignment;
518 ULONGLONG Alignment;
14688 ULONG alignment; local
    [all...]

Completed in 4075 milliseconds

<<111213141516