OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnnotationSetItem
(Results
1 - 7
of
7
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java
27
public final class
AnnotationSetItem
extends OffsettedItem {
49
public
AnnotationSetItem
(Annotations annotations) {
97
AnnotationSetItem
otherSet = (
AnnotationSetItem
) other;
/dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java
27
public final class
AnnotationSetItem
extends OffsettedItem {
49
public
AnnotationSetItem
(Annotations annotations) {
97
AnnotationSetItem
otherSet = (
AnnotationSetItem
) other;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetItem.java
27
public final class
AnnotationSetItem
extends OffsettedItem {
49
public
AnnotationSetItem
(Annotations annotations) {
97
AnnotationSetItem
otherSet = (
AnnotationSetItem
) other;
/external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationSetItem.java
38
public class
AnnotationSetItem
extends Item<
AnnotationSetItem
> {
44
* Creates a new uninitialized <code>
AnnotationSetItem
</code>
47
protected
AnnotationSetItem
(DexFile dexFile) {
52
* Creates a new <code>
AnnotationSetItem
</code> for the given annotations
54
* @param annotations The annotations for this <code>
AnnotationSetItem
</code>
56
private
AnnotationSetItem
(DexFile dexFile, AnnotationItem[] annotations) {
62
* Returns an <code>
AnnotationSetItem
</code> for the given annotations, and that has been interned into the given
65
* @param annotations The annotations for this <code>
AnnotationSetItem
</code>
66
* @return an <code>
AnnotationSetItem
</code> for the given annotation
[
all
...]
/cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java
95
static class
AnnotationSetItem
{
103
AnnotationSetItem
[] annotationSetItems;
109
AnnotationSetItem
[] annotationSetItems;
/art/runtime/
dex_file.h
322
struct
AnnotationSetItem
{
327
DISALLOW_COPY_AND_ASSIGN(
AnnotationSetItem
);
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 545 milliseconds