OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attribute_length
(Results
1 - 17
of
17
) sorted by null
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
Attribute_info.java
32
* u4
attribute_length
;
33
* u1 info[
attribute_length
];
40
* string representing the name of the attribute. The value of the
attribute_length
43
* and
attribute_length
items.
110
final long
attribute_length
= bytes.readU4 ();
local
117
return new CodeAttribute_info (constants, attribute_name_index,
attribute_length
, bytes);
121
return new ConstantValueAttribute_info (attribute_name_index,
attribute_length
, bytes);
125
return new ExceptionsAttribute_info (attribute_name_index,
attribute_length
, bytes);
129
return new InnerClassesAttribute_info (attribute_name_index,
attribute_length
, bytes);
133
return new SyntheticAttribute_info (attribute_name_index,
attribute_length
);
[
all
...]
SyntheticAttribute_info.java
26
* u4
attribute_length
;
34
* The value of the
attribute_length
item is zero.
64
return "SyntheticValueAttribute_info: [attribute_name_index = " + m_name_index + ",
attribute_length
= " + m_attribute_length + ']';
89
SyntheticAttribute_info (final int attribute_name_index, final long
attribute_length
)
91
super (attribute_name_index,
attribute_length
);
BridgeAttribute_info.java
47
return "BridgeAttribute_info: [attribute_name_index = " + m_name_index + ",
attribute_length
= " + m_attribute_length + ']';
72
BridgeAttribute_info (final int attribute_name_index, final long
attribute_length
)
74
super (attribute_name_index,
attribute_length
);
ConstantValueAttribute_info.java
34
* u4
attribute_length
;
92
return "ConstantValueAttribute_info: [attribute_name_index = " + m_name_index + ",
attribute_length
= " + m_attribute_length + ']';
120
ConstantValueAttribute_info (final int attribute_name_index, final long
attribute_length
,
124
super (attribute_name_index,
attribute_length
);
ExceptionsAttribute_info.java
27
* u4
attribute_length
;
79
return "ExceptionsAttribute_info: [attribute_name_index = " + m_name_index + ",
attribute_length
= " + m_attribute_length + ']';
112
ExceptionsAttribute_info (final int attribute_name_index, final long
attribute_length
,
116
super (attribute_name_index,
attribute_length
);
LineNumberTableAttribute_info.java
33
* u4
attribute_length
;
113
final StringBuffer s = new StringBuffer ("LineNumberTableAttribute_info: [attribute_name_index = " + m_name_index + ",
attribute_length
= " + length () + "]\n");
164
LineNumberTableAttribute_info (final int attribute_name_index, final long
attribute_length
,
168
super (attribute_name_index,
attribute_length
);
GenericAttribute_info.java
56
return "generic attribute_info: [attribute_name_index = " + m_name_index + ",
attribute_length
= " + m_attribute_length + ']';
88
GenericAttribute_info (final int attribute_name_index, final long
attribute_length
,
92
super (attribute_name_index,
attribute_length
);
InnerClassesAttribute_info.java
86
final StringBuffer s = new StringBuffer ("InnerClassesAttribute_info: [attribute_name_index = " + m_name_index + ",
attribute_length
= " + length () + "]\n");
141
InnerClassesAttribute_info (final int attribute_name_index, final long
attribute_length
,
145
super (attribute_name_index,
attribute_length
);
SourceFileAttribute_info.java
57
return "SourceFileAttribute_info: [attribute_name_index = " + m_name_index + ",
attribute_length
= " + m_attribute_length + ']';
84
SourceFileAttribute_info (final int attribute_name_index, final long
attribute_length
,
88
super (attribute_name_index,
attribute_length
);
CodeAttribute_info.java
32
* u4
attribute_length
;
147
s.append ("CodeAttribute_info: [attribute_name_index = " + m_name_index + ",
attribute_length
= " + m_attribute_length + "]" + eol);
208
final int attribute_name_index, final long
attribute_length
,
212
super (attribute_name_index,
attribute_length
);
/external/javassist/src/main/javassist/bytecode/
AnnotationDefaultAttribute.java
77
* <code>
attribute_length
</code>.
ParameterAnnotationsAttribute.java
65
* <code>
attribute_length
</code>.
CodeAttribute.java
158
* The returned value is <code>
attribute_length
+ 6</code>.
167
out.writeInt(length() - 6); //
attribute_length
AttributeInfo.java
139
* The returned value is <code>
attribute_length
+ 6</code>.
ClassFileWriter.java
389
output.writeBlank(12); //
attribute_length
, maxStack, maxLocals, code_lenth
501
// Code
attribute_length
AnnotationsAttribute.java
122
* <code>
attribute_length
</code>.
/external/mtpd/
l2tp.c
83
#define
ATTRIBUTE_LENGTH
(flag) (0x03FF & (flag))
244
int length =
ATTRIBUTE_LENGTH
(flag);
Completed in 379 milliseconds