OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Align
(Results
176 - 200
of
407
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
323
Value *loadShadow(Value *ShadowAddr, uint64_t Size, uint64_t
Align
,
325
void storeShadow(Value *Addr, uint64_t Size, uint64_t
Align
, Value *Shadow,
[
all
...]
/external/clang/lib/AST/
TypeLoc.cpp
81
unsigned
Align
= getLocalAlignmentForType(TyLoc.getType());
82
MaxAlign = std::max(
Align
, MaxAlign);
83
Total = llvm::RoundUpToAlignment(Total,
Align
);
/external/gptfdisk/
gptcl.cc
242
Align
(&temp);
289
Align
(&low);
305
Align
(&startSector);
/external/llvm/lib/CodeGen/
StackSlotColoring.cpp
265
unsigned
Align
= OrigAlignments[FI];
266
if (!Share ||
Align
> MFI->getObjectAlignment(Color))
267
MFI->setObjectAlignment(Color,
Align
);
/external/netperf/src/
netlib.h
702
/* Define a macro to
align
a buffer with an offset from a power of 2
709
#define ALIGN_BUFFER(BufPtr,
Align
, Offset) \
711
(ULONG_PTR) (
Align
) -1) & \
712
~((ULONG_PTR) (
Align
) - 1)) + (ULONG_PTR)(Offset)
/packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java
27
import android.graphics.Paint.
Align
;
330
mMonthNumPaint.setTextAlign(
Align
.CENTER);
438
p.setTextAlign(
Align
.CENTER);
/art/tools/ahat/src/
HtmlDoc.java
92
//
Align
the last header to the left so it's easier to see if the last
94
ps.format("<th
align
=\"left\">%s</th>", columns[columns.length - 1].heading.html());
116
//
Align
the last column header to the left so it can still be seen if
118
ps.format("<th
align
=\"left\" rowspan=\"2\">%s</th>",
145
if (mCurrentTableColumns[i].
align
== Column.
Align
.RIGHT) {
146
ps.print("
align
=\"right\"");
160
ps.format("<tr><th
align
=\"left\">%s:</th><td>%s</td></tr>", key.html(), value.html());
/developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/
DialView.java
82
mTextPaint.setTextAlign(Paint.
Align
.CENTER);
/developers/samples/android/ui/accessibility/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/
DialView.java
82
mTextPaint.setTextAlign(Paint.
Align
.CENTER);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorFilters.java
85
mPaint.setTextAlign(Paint.
Align
.CENTER);
Regions.java
43
mPaint.setTextAlign(Paint.
Align
.CENTER);
/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DialView.java
82
mTextPaint.setTextAlign(Paint.
Align
.CENTER);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
SegmentFormatter.java
66
getLabelPaint().setTextAlign(Paint.
Align
.CENTER);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S
40
#
Align
stack frame.
46
shr $4, %rsp # clear 4 lsb,
align
to 16
120
#
Align
stack frame.
126
shr $4, %rsp # clear 4 lsb,
align
to 16
266
//
align
stack frame
322
//
align
stack frame
/external/google-breakpad/src/common/
test_assembler.h
408
Section &
Align
(size_t alignment, uint8_t pad_byte = 0);
/external/libchrome/base/trace_event/
trace_event_memory_overhead.cc
60
const size_t capacity = bits::
Align
(str.capacity(), 16);
/external/llvm/tools/dsymutil/
MachOUtils.cpp
82
//
Align
segments to match dsymutil-classic alignment
280
unsigned
Align
= Sec->getAlignment();
281
if (
Align
> 1) {
282
VMAddr = RoundUpToAlignment(VMAddr,
Align
);
283
FileOffset = RoundUpToAlignment(FileOffset,
Align
);
/external/v8/src/
bignum.cc
156
Align
(other);
198
Align
(other);
478
Align
(other);
676
void Bignum::
Align
(const Bignum& other) {
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
483
unsigned
Align
= 0, int Offs = 0, bool isT=false,
486
unsigned
Align
= 0, int Offset = 0,
488
return getConstantPool(C, VT,
Align
, Offset, true, TargetFlags);
491
unsigned
Align
= 0, int Offs = 0, bool isT=false,
494
EVT VT, unsigned
Align
= 0,
496
return getConstantPool(C, VT,
Align
, Offset, true, TargetFlags);
711
SDValue Size, unsigned
Align
, bool isVol, bool AlwaysInline,
716
SDValue Size, unsigned
Align
, bool isVol, bool isTailCall,
721
SDValue Size, unsigned
Align
, bool isVol, bool isTailCall,
762
SDValue SV, unsigned
Align
);
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
497
unsigned
align
; // alignment
member in struct:llvm::TargetLoweringBase::IntrinsicInfo
502
IntrinsicInfo() : opc(0), ptrVal(nullptr), offset(0), size(0),
align
(1),
[
all
...]
/external/clang/include/clang/Lex/
PreprocessingRecord.h
370
void *Allocate(unsigned Size, unsigned
Align
= 8) {
371
return BumpAlloc.Allocate(Size,
Align
);
/external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp
58
AlignConstantIslands("mips-
align
-constant-islands", cl::Hidden, cl::init(true),
59
cl::desc("
Align
constant islands in code"));
567
unsigned
Align
= CPs[i].getAlignment();
568
assert(isPowerOf2_32(
Align
) && "Invalid alignment");
571
assert((Size %
Align
) == 0 && "CP Entry not multiple of 4 bytes!");
574
unsigned LogAlign = Log2_32(
Align
);
592
<< Size << ",
align
= " <<
Align
<<'\n');
641
unsigned
Align
= MCP->getConstants()[CPI].getAlignment();
642
assert(isPowerOf2_32(
Align
) && "Invalid CPE alignment")
[
all
...]
/frameworks/base/graphics/java/android/graphics/
Paint.java
97
static final
Align
[] sAlignArray = {
98
Align
.LEFT,
Align
.CENTER,
Align
.RIGHT
420
*
Align
specifies how drawText aligns its text relative to the
423
public enum
Align
{
437
private
Align
(int nativeInt) {
[
all
...]
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java
27
import android.graphics.Paint.
Align
;
371
mPaint.setTextAlign(
Align
.CENTER);
/packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java
27
import android.graphics.Paint.
Align
;
371
mPaint.setTextAlign(
Align
.CENTER);
Completed in 1101 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>