HomeSort by relevance Sort by last modified time
    Searched refs:annotate (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGen/
annotations-global.c 8 static __attribute((annotate("sfoo_0"))) __attribute((annotate("sfoo_1"))) char sfoo;
9 __attribute((annotate("foo_0"))) __attribute((annotate("foo_1"))) char foo;
11 void __attribute((annotate("ann_a_0"))) __attribute((annotate("ann_a_1"))) __attribute((annotate("ann_a_2"))) __attribute((annotate("ann_a_3"))) a(char *a);
12 void __attribute((annotate("ann_a_0"))) __attribute((annotate("ann_a_1"))) a(char *a)
    [all...]
annotations-loc.c 7 int __attribute((annotate("foo"))) foo(void) { return 0; }
annotations-var.c 17 int foo(int v __attribute__((annotate("param_ann_2"))) __attribute__((annotate("param_ann_3"))));
18 int foo(int v __attribute__((annotate("param_ann_0"))) __attribute__((annotate("param_ann_1")))) {
33 int localvar __attribute__((annotate("localvar_ann_0"))) __attribute__((annotate("localvar_ann_1"))) = 3;
43 int undefvar __attribute__((annotate("undefvar_ann_0")));
2007-06-15-AnnotateAttribute.c 5 int X __attribute__((annotate("GlobalValAnnotation")));
8 int foo(int y) __attribute__((annotate("GlobalValAnnotation")))
11 int foo(int y __attribute__((annotate("LocalValAnnotation")))) {
12 int x __attribute__((annotate("LocalValAnnotation")));
18 static int a __attribute__((annotate("GlobalValAnnotation")));
annotations-field.c 8 int v __attribute__((annotate("v_ann_0"))) __attribute__((annotate("v_ann_1")));
  /external/clang/test/Index/
complete-with-annotations.cpp 4 int field __attribute((annotate("one"), annotate("two"), annotate("three")));
6 public __attribute__((annotate("some annotation"))):
8 int member2 __attribute__((annotate("another annotation")));
annotate-attribute.cpp 5 __attribute__((annotate("spiffy_method"))) void aMethod();
7 public __attribute__((annotate("works"))):
10 private __attribute__((annotate("investigations"))):
22 // CHECK-NEXT: attribute(annotate)=spiffy_method Extent=[5:18 - 5:43]
24 // CHECK-NEXT: attribute(annotate)=works Extent=[7:23 - 7:40]
26 // CHECK-NEXT: attribute(annotate)=works Extent=[7:23 - 7:40]
28 // CHECK-NEXT: attribute(annotate)=investigations Extent=[10:24 - 10:50]
30 // CHECK-NEXT: attribute(annotate)=investigations Extent=[10:24 - 10:50]
  /external/clang/test/Sema/
annotate.c 3 void __attribute__((annotate("foo"))) foo(float *a) {
4 __attribute__((annotate("bar"))) int x;
5 __attribute__((annotate(1))) int y; // expected-error {{argument to annotate attribute was not a string literal}}
6 __attribute__((annotate("bar", 1))) int z; // expected-error {{attribute takes one argument}}
  /dalvik/dexgen/src/com/android/dexgen/util/
AnnotatedOutput.java 49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
  /dalvik/dx/src/com/android/dx/util/
AnnotatedOutput.java 49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
  /external/dexmaker/src/dx/java/com/android/dx/util/
AnnotatedOutput.java 49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
  /external/clang/test/Parser/
access-spec-attrs.cpp 6 private __attribute__((annotate("foobar"))):
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
AnnotatedOutput.java 57 public void annotate(String msg); method in interface:AnnotatedOutput
70 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
74 * until the next call to {@link #annotate}.
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
HeaderItem.java 75 out.annotate(8, "magic: " + new CstUtf8(MAGIC).toQuoted());
76 out.annotate(4, "checksum");
77 out.annotate(20, "signature");
78 out.annotate(4, "file_size: " +
80 out.annotate(4, "header_size: " + Hex.u4(HEADER_SIZE));
81 out.annotate(4, "endian_tag: " + Hex.u4(ENDIAN_TAG));
82 out.annotate(4, "link_size: 0");
83 out.annotate(4, "link_off: 0");
84 out.annotate(4, "map_off: " + Hex.u4(mapOff));
116 out.annotate(4, "data_size: " + Hex.u4(dataSize))
    [all...]
MemberIdItem.java 72 out.annotate(0, indexString() + ' ' + cst.toHuman());
73 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
74 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
76 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
  /dalvik/dx/src/com/android/dx/dex/file/
HeaderItem.java 67 out.annotate(8, "magic: " + new CstString(magic).toQuoted());
68 out.annotate(4, "checksum");
69 out.annotate(20, "signature");
70 out.annotate(4, "file_size: " +
72 out.annotate(4, "header_size: " + Hex.u4(SizeOf.HEADER_ITEM));
73 out.annotate(4, "endian_tag: " + Hex.u4(DexFormat.ENDIAN_TAG));
74 out.annotate(4, "link_size: 0");
75 out.annotate(4, "link_off: 0");
76 out.annotate(4, "map_off: " + Hex.u4(mapOff));
108 out.annotate(4, "data_size: " + Hex.u4(dataSize))
    [all...]
MemberIdItem.java 70 out.annotate(0, indexString() + ' ' + cst.toHuman());
71 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
72 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
74 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
HeaderItem.java 67 out.annotate(8, "magic: " + new CstString(magic).toQuoted());
68 out.annotate(4, "checksum");
69 out.annotate(20, "signature");
70 out.annotate(4, "file_size: " +
72 out.annotate(4, "header_size: " + Hex.u4(SizeOf.HEADER_ITEM));
73 out.annotate(4, "endian_tag: " + Hex.u4(DexFormat.ENDIAN_TAG));
74 out.annotate(4, "link_size: 0");
75 out.annotate(4, "link_off: 0");
76 out.annotate(4, "map_off: " + Hex.u4(mapOff));
108 out.annotate(4, "data_size: " + Hex.u4(dataSize))
    [all...]
MemberIdItem.java 70 out.annotate(0, indexString() + ' ' + cst.toHuman());
71 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
72 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
74 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java 185 out.annotate("magic: " + Utf8Utils.escapeString(magicBuilder.toString()));
188 out.annotate("checksum");
191 out.annotate("signature");
194 out.annotate("file_size: 0x" + Integer.toHexString(dexFile.getFileSize()) + " (" + dexFile.getFileSize() +
198 out.annotate("header_size: 0x" + Integer.toHexString(HEADER_SIZE));
201 out.annotate("endian_tag: 0x" + Integer.toHexString(LITTLE_ENDIAN));
204 out.annotate("link_size: 0");
207 out.annotate("link_off: 0");
210 out.annotate("map_off: 0x" + Integer.toHexString(dexFile.MapItem.getOffset()));
213 out.annotate("string_ids_size: " + dexFile.StringIdsSection.getItems().size())
    [all...]
MapItem.java 87 out.annotate("map_size: 0x" + Integer.toHexString(sections.length + 2) + " (" +
92 out.annotate(0, "[" + index++ + "]");
98 out.annotate(0, "[" + index++ + "]");
104 out.annotate(0, "[" + index++ + "]");
112 out.annotate(2, "item_type: " + itemType);
113 out.annotate(2, "unused");
114 out.annotate(4, "section_size: 0x" + Integer.toHexString(sectionSize) + " (" + sectionSize + ")");
115 out.annotate(4, "section_off: 0x" + Integer.toHexString(sectionOffset));
Section.java 110 out.annotate(0, " ");
111 out.annotate(0, "-----------------------------");
112 out.annotate(0, this.ItemType.TypeName + " section");
113 out.annotate(0, "-----------------------------");
114 out.annotate(0, " ");
120 out.annotate(0, " ");
DebugInfoItem.java 368 out.annotate(0, parent.getParent().method.getMethodString());
369 out.annotate("line_start: 0x" + Integer.toHexString(lineStart) + " (" + lineStart + ")");
371 out.annotate("parameters_size: 0x" + Integer.toHexString(parameterNames.length) + " (" + parameterNames.length
378 out.annotate("[" + index++ +"] parameterName: ");
381 out.annotate("[" + index++ +"] parameterName: " + parameterName.getStringValue());
393 out.annotate("DBG_END_SEQUENCE");
399 out.annotate("DBG_ADVANCE_PC");
402 out.annotate("addr_diff: 0x" + Integer.toHexString(addressDiff) + " (" + addressDiff + ")");
409 out.annotate("DBG_ADVANCE_LINE");
412 out.annotate("line_diff: 0x" + Integer.toHexString(lineDiff) + " (" + lineDiff + ")")
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
ByteEncodedValue.java 58 out.annotate(1, "value_type=" + ValueType.VALUE_BYTE.name() + ",value_arg=0");
59 out.annotate(1, "value: 0x" + Integer.toHexString(value) + " (" + value + ")");
  /external/srec/srec/include/
utteranc.h 63 annotate; typedef in typeref:struct:__anon15491
102 annotate *utb_table; /* utb file header information */
241 int init_utb_file(file_utterance_info *utt, annotate **table);
242 int position_utb_file(file_utterance_info *utt, long position, annotate *table);
253 int read_tcp(char *filename, annotate **tag_base);
254 int read_lst(char *filename, annotate *tag_base, int ntags);
255 int read_utb_table(char *filename, annotate **tag_base);
256 void save_tcp(char *tcpnam, annotate *tag, int ntags);

Completed in 484 milliseconds

1 2 3 4 5 6 7 8