OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGNMENT
(Results
26 - 50
of
65
) sorted by null
1
2
3
/dalvik/dx/src/com/android/dx/dex/file/
EncodedArrayItem.java
27
/** the required
alignment
for instances of this class */
28
private static final int
ALIGNMENT
= 1;
49
super(
ALIGNMENT
, -1);
TypeListItem.java
30
/**
alignment
requirement */
31
private static final int
ALIGNMENT
= 4;
48
super(
ALIGNMENT
, (list.size() * ELEMENT_SIZE) + HEADER_SIZE);
MapItem.java
28
/** file
alignment
of this class, in bytes */
29
private static final int
ALIGNMENT
= 4;
126
super(
ALIGNMENT
, WRITE_SIZE);
162
super(
ALIGNMENT
, WRITE_SIZE);
AnnotationSetItem.java
28
/** the required
alignment
for instances of this class */
29
private static final int
ALIGNMENT
= 4;
50
super(
ALIGNMENT
, writeSize(annotations));
AnnotationItem.java
44
/** the required
alignment
for instances of this class */
45
private static final int
ALIGNMENT
= 1;
105
super(
ALIGNMENT
, -1);
DebugInfoItem.java
30
/** the required
alignment
for instances of this class */
31
private static final int
ALIGNMENT
= 1;
45
super (
ALIGNMENT
, -1);
AnnotationsDirectoryItem.java
34
/** the required
alignment
for instances of this class */
35
private static final int
ALIGNMENT
= 4;
59
super(
ALIGNMENT
, -1);
CodeItem.java
45
/** file
alignment
of this class, in bytes */
46
private static final int
ALIGNMENT
= 4;
87
super(
ALIGNMENT
, -1);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedArrayItem.java
27
/** the required
alignment
for instances of this class */
28
private static final int
ALIGNMENT
= 1;
49
super(
ALIGNMENT
, -1);
TypeListItem.java
30
/**
alignment
requirement */
31
private static final int
ALIGNMENT
= 4;
48
super(
ALIGNMENT
, (list.size() * ELEMENT_SIZE) + HEADER_SIZE);
MapItem.java
28
/** file
alignment
of this class, in bytes */
29
private static final int
ALIGNMENT
= 4;
126
super(
ALIGNMENT
, WRITE_SIZE);
162
super(
ALIGNMENT
, WRITE_SIZE);
AnnotationSetItem.java
28
/** the required
alignment
for instances of this class */
29
private static final int
ALIGNMENT
= 4;
50
super(
ALIGNMENT
, writeSize(annotations));
AnnotationItem.java
44
/** the required
alignment
for instances of this class */
45
private static final int
ALIGNMENT
= 1;
105
super(
ALIGNMENT
, -1);
DebugInfoItem.java
30
/** the required
alignment
for instances of this class */
31
private static final int
ALIGNMENT
= 1;
45
super (
ALIGNMENT
, -1);
AnnotationsDirectoryItem.java
34
/** the required
alignment
for instances of this class */
35
private static final int
ALIGNMENT
= 4;
59
super(
ALIGNMENT
, -1);
CodeItem.java
45
/** file
alignment
of this class, in bytes */
46
private static final int
ALIGNMENT
= 4;
87
super(
ALIGNMENT
, -1);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedArrayItem.java
36
/** the required
alignment
for instances of this class */
37
private static final int
ALIGNMENT
= 1;
58
super(
ALIGNMENT
, -1);
TypeListItem.java
30
/**
alignment
requirement */
31
private static final int
ALIGNMENT
= 4;
48
super(
ALIGNMENT
, (list.size() * ELEMENT_SIZE) + HEADER_SIZE);
MapItem.java
28
/** file
alignment
of this class, in bytes */
29
private static final int
ALIGNMENT
= 4;
126
super(
ALIGNMENT
, WRITE_SIZE);
162
super(
ALIGNMENT
, WRITE_SIZE);
AnnotationSetItem.java
28
/** the required
alignment
for instances of this class */
29
private static final int
ALIGNMENT
= 4;
50
super(
ALIGNMENT
, writeSize(annotations));
AnnotationItem.java
46
/** the required
alignment
for instances of this class */
47
private static final int
ALIGNMENT
= 1;
107
super(
ALIGNMENT
, -1);
DebugInfoItem.java
32
/** the required
alignment
for instances of this class */
33
private static final int
ALIGNMENT
= 1;
47
super (
ALIGNMENT
, -1);
AnnotationsDirectoryItem.java
34
/** the required
alignment
for instances of this class */
35
private static final int
ALIGNMENT
= 4;
59
super(
ALIGNMENT
, -1);
CodeItem.java
45
/** file
alignment
of this class, in bytes */
46
private static final int
ALIGNMENT
= 4;
87
super(
ALIGNMENT
, -1);
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h
435
/* `bool' has size and
alignment
`1', on almost all platforms. */
758
/* Default value for the
alignment
(in bits) a C conformant malloc has to
780
/* By default, the vtable entries are void pointers, the so the
alignment
781
is the same as pointer
alignment
. The value of this macro specifies
782
the
alignment
of the vtable entry in bits. It should be defined only
783
when special
alignment
is necessary. */
789
zero. If these entries must be padded (say, to preserve the
alignment
1046
/* Assume that trampolines need function
alignment
. */
1076
/* Biggest
alignment
supported by the object file format of this machine. */
1111
/* MAX_STACK_ALIGNMENT is the maximum stack
alignment
guaranteed b
[
all
...]
Completed in 1339 milliseconds
1
2
3