HomeSort by relevance Sort by last modified time
    Searched defs:alignment (Results 51 - 71 of 71) sorted by null

1 23

  /external/clang/lib/CodeGen/
CGExpr.cpp 65 // FIXME: Should we prefer the preferred type alignment here?
74 // FIXME: Should we prefer the preferred type alignment here?
431 unsigned Alignment =
435 /*Volatile=*/false, Alignment, E->getType());
742 unsigned Alignment, QualType Ty,
747 if (Alignment)
748 Load->setAlignment(Alignment);
785 bool Volatile, unsigned Alignment,
791 if (Alignment)
792 Store->setAlignment(Alignment);
1894 unsigned alignment = getContext().getDeclAlign(field).getQuantity(); local
    [all...]
  /external/kernel-headers/original/linux/
msm_vidc_dec.h 224 uint32_t alignment; member in struct:vdec_allocatorproperty
msm_vidc_enc.h 462 unsigned long alignment; member in struct:venc_allocatorproperty
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 565 unsigned alignment = LN->getAlignment(); local
575 if (InVT.getSizeInBits() == 128 && (alignment%16) == 0)
588 if ((alignment%16) == 0) {
672 // When the size is not greater than alignment we get all data with just
674 if (alignment >= InVT.getSizeInBits()/8) {
689 // When alignment is less than the size, we might need (known only at
773 unsigned alignment = SN->getAlignment(); local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 369 ETextAlign alignment = style()->textAlign(); local
370 if (!endsWithSoftBreak && alignment == JUSTIFY)
371 alignment = TAAUTO;
373 return alignment;
    [all...]
RenderBlock.cpp 5822 CaretAlignment alignment = alignLeft; local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 135 | Alignment of int
1150 val alignment : llvalue -> int var
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 101 * A child's ability to stretch is inferred from the alignment properties of
104 * If alignment was defined along a given axis then the component
105 * is taken as <em>flexible</em> in that direction. If no alignment was set,
132 * use {@link #CENTER} alignment (or {@link LayoutParams#setGravity(int) gravity}).
174 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment
183 * children that belong to a row group that uses {@link #TOP} alignment will
199 * belong to a row group that uses {@link #TOP} alignment.
428 * Returns the alignment mode.
430 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
444 * Sets the alignment mode to be used for all of the alignments between th
2079 Alignment alignment = gridLayout.getAlignment(spec.alignment, axis.horizontal); local
2211 final Alignment alignment; field in class:Spec
    [all...]
TextView.java 364 // The alignment to pass to Layout, or null if not resolved.
365 private Layout.Alignment mLayoutAlignment;
6124 Layout.Alignment alignment; local
6202 Layout.Alignment alignment = getLayoutAlignment(); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
rtl.h 140 /* ALIGN and SIZE are the alignment and size of the MEM itself,
142 stricter alignment; OFFSET is the offset of the MEM within that object. */
149 unsigned int align; /* Alignment of MEM in bits. */
212 /* The alignment of the first object, measured in bits. */ local
213 unsigned int alignment;
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 1007 milliseconds

1 23