Home
last modified time | relevance | path

Searched refs:annotate (Results 1 – 25 of 145) sorted by relevance

123456

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DEncodedValue.java49 out.annotate(1, "valueArg = %d, valueType = 0x%x: byte", valueArg, valueType); in annotateEncodedValue()
51 out.annotate(1, "value = 0x%x", intValue); in annotateEncodedValue()
54 out.annotate(1, "valueArg = %d, valueType = 0x%x: short", valueArg, valueType); in annotateEncodedValue()
56 out.annotate(valueArg + 1, "value = 0x%x", intValue); in annotateEncodedValue()
59 out.annotate(1, "valueArg = %d, valueType = 0x%x: char", valueArg, valueType); in annotateEncodedValue()
61 out.annotate(valueArg+1, "value = 0x%x", intValue); in annotateEncodedValue()
64 out.annotate(1, "valueArg = %d, valueType = 0x%x: int", valueArg, valueType); in annotateEncodedValue()
66 out.annotate(valueArg+1, "value = 0x%x", intValue); in annotateEncodedValue()
69 out.annotate(1, "valueArg = %d, valueType = 0x%x: long", valueArg, valueType); in annotateEncodedValue()
71 out.annotate(valueArg+1, "value = 0x%x", longValue); in annotateEncodedValue()
[all …]
DHeaderItem.java174 out.annotate(8, "magic: %s", StringUtils.escapeString(magicBuilder.toString())); in makeAnnotator()
175 out.annotate(4, "checksum"); in makeAnnotator()
176 out.annotate(20, "signature"); in makeAnnotator()
177 out.annotate(4, "file_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
180 out.annotate(4, "header_size: %d", headerSize); in makeAnnotator()
183 out.annotate(4, "endian_tag: 0x%x (%s)", endianTag, getEndianText(endianTag)); in makeAnnotator()
185 out.annotate(4, "link_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
186 out.annotate(4, "link_offset: 0x%x", dexFile.readInt(out.getCursor())); in makeAnnotator()
188 out.annotate(4, "map_off: 0x%x", dexFile.readInt(out.getCursor())); in makeAnnotator()
190 out.annotate(4, "string_ids_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
[all …]
DAnnotationDirectoryItem.java60 out.annotate(4, "class_annotations_off = %s", in makeAnnotator()
64 out.annotate(4, "fields_size = %d", fieldsSize); in makeAnnotator()
67 out.annotate(4, "annotated_methods_size = %d", annotatedMethodsSize); in makeAnnotator()
70 out.annotate(4, "annotated_parameters_size = %d", annotatedParameterSize); in makeAnnotator()
73 out.annotate(0, "field_annotations:"); in makeAnnotator()
76 out.annotate(0, "field_annotation[%d]", i); in makeAnnotator()
79 … out.annotate(4, "%s", FieldIdItem.getReferenceAnnotation(dexFile, fieldIndex)); in makeAnnotator()
81 … out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset)); in makeAnnotator()
88 out.annotate(0, "method_annotations:"); in makeAnnotator()
91 out.annotate(0, "method_annotation[%d]", i); in makeAnnotator()
[all …]
DCodeItem.java92 out.annotate(2, "registers_size = %d", registers); in makeAnnotator()
95 out.annotate(2, "ins_size = %d", inSize); in makeAnnotator()
98 out.annotate(2, "outs_size = %d", outSize); in makeAnnotator()
101 out.annotate(2, "tries_size = %d", triesCount); in makeAnnotator()
104 out.annotate(4, "debug_info_off = 0x%x", debugInfoOffset); in makeAnnotator()
111 out.annotate(4, "insns_size = 0x%x", instructionSize); in makeAnnotator()
113 out.annotate(0, "instructions:"); in makeAnnotator()
157 out.annotate(0, "annotation error: %s", ex.getMessage()); in makeAnnotator()
168 out.annotate(2, "padding"); in makeAnnotator()
171 out.annotate(0, "try_items:"); in makeAnnotator()
[all …]
DClassDefItem.java72 … out.annotate(4, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex)); in makeAnnotator()
75 out.annotate(4, "access_flags = 0x%x: %s", accessFlags, in makeAnnotator()
79 out.annotate(4, "superclass_idx = %s", in makeAnnotator()
83 …out.annotate(4, "interfaces_off = %s", TypeListItem.getReferenceAnnotation(dexFile, interfacesOffs… in makeAnnotator()
86 … out.annotate(4, "source_file_idx = %s", StringIdItem.getOptionalReferenceAnnotation(dexFile, in makeAnnotator()
91 out.annotate(4, "annotations_off = annotations_directory_item[NO_OFFSET]"); in makeAnnotator()
93 … out.annotate(4, "annotations_off = annotations_directory_item[0x%x]", annotationsOffset); in makeAnnotator()
98 out.annotate(4, "class_data_off = class_data_item[NO_OFFSET]"); in makeAnnotator()
100 out.annotate(4, "class_data_off = class_data_item[0x%x]", classDataOffset); in makeAnnotator()
106 out.annotate(4, "static_values_off = encoded_array_item[NO_OFFSET]"); in makeAnnotator()
[all …]
DSectionAnnotator.java78 out.annotate(0, ""); in annotateSectionInner()
79 out.annotate(0, "-----------------------------"); in annotateSectionInner()
80 out.annotate(0, "%s section", itemName); in annotateSectionInner()
81 out.annotate(0, "-----------------------------"); in annotateSectionInner()
82 out.annotate(0, ""); in annotateSectionInner()
89 out.annotate(0, "[%d] %s: %s", i, itemName, itemIdentity); in annotateSectionInner()
91 out.annotate(0, "[%d] %s", i, itemName); in annotateSectionInner()
DClassDataItem.java77 out.annotate(0, "static_fields:"); in makeAnnotator()
80 out.annotate(0, "static_field[%d]", i); in makeAnnotator()
89 out.annotate(0, "instance_fields:"); in makeAnnotator()
93 out.annotate(0, "instance_field[%d]", i); in makeAnnotator()
102 out.annotate(0, "direct_methods:"); in makeAnnotator()
106 out.annotate(0, "direct_method[%d]", i); in makeAnnotator()
115 out.annotate(0, "virtual_methods:"); in makeAnnotator()
119 out.annotate(0, "virtual_method[%d]", i); in makeAnnotator()
DMapItem.java83 out.annotate(2, "type = 0x%x: %s", itemType, ItemType.getItemTypeName(itemType)); in makeAnnotator()
85 out.annotate(2, "unused"); in makeAnnotator()
88 out.annotate(4, "size = %d", size); in makeAnnotator()
91 out.annotate(4, "offset = 0x%x", offset); in makeAnnotator()
97 out.annotate(4, "size = %d", mapItemCount); in makeAnnotator()
/external/clang/test/CodeGen/
Dannotations-global.c8 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("a…
12 void __attribute((annotate("ann_a_0"))) __attribute((annotate("ann_a_1"))) a(char *a) { in a()
13 __attribute__((annotate("bar_0"))) __attribute__((annotate("bar_1"))) static char bar; in a()
Dannotations-var.c17 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")))) { in foo()
33 …int localvar __attribute__((annotate("localvar_ann_0"))) __attribute__((annotate("localvar_ann_1")… in local()
43 int undefvar __attribute__((annotate("undefvar_ann_0"))); in undef()
D2007-06-15-AnnotateAttribute.c5 int X __attribute__((annotate("GlobalValAnnotation")));
8 int foo(int y) __attribute__((annotate("GlobalValAnnotation")))
11 int foo(int y __attribute__((annotate("LocalValAnnotation")))) { in foo()
12 int x __attribute__((annotate("LocalValAnnotation"))); in foo()
18 static int a __attribute__((annotate("GlobalValAnnotation"))); in main()
/external/clang/test/Index/
Dannotate-macro-args.m2 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -include %S/annotat…
3 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -include %S/annota…
6 // RUN: c-index-test -write-pch %t.pch -x objective-c-header %S/annotate-macro-args.h -Xclang -deta…
7 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -include-pch %t.pch…
8 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -include-pch %t.pc…
Dcomplete-with-annotations.cpp4 int field __attribute((annotate("one"), annotate("two"), annotate("three")));
6 public __attribute__((annotate("some annotation"))):
8 int member2 __attribute__((annotate("another annotation")));
Dindex-attrs.m7 -(id)prop __attribute__((annotate("anno")));
8 -(void)setProp:(id)p __attribute__((annotate("anno")));
9 @property (assign) id prop __attribute__((annotate("anno")));
15 // CHECK: <attribute>: attribute(annotate)=anno
16 …K: <getter>: kind: objc-instance-method | name: prop | {{.*}} <attribute>: attribute(annotate)=anno
17 …setter>: kind: objc-instance-method | name: setProp: | {{.*}} <attribute>: attribute(annotate)=anno
Dannotate-comments-objc.m106 // CHECK-DAG: annotate-comments-objc.m:7:6: FunctionDecl=functionBeforeImports:{{.*}} BriefComment=…
112 // CHECK: annotate-comments-objc.m:23:50: ObjCPropertyDecl=property1_isdoxy1:{{.*}} property1_isdox…
113 // CHECK: annotate-comments-objc.m:24:50: ObjCPropertyDecl=property1_isdoxy2:{{.*}} property1_isdox…
114 // CHECK: annotate-comments-objc.m:25:50: ObjCPropertyDecl=property1_isdoxy3:{{.*}} property1_isdox…
115 // CHECK: annotate-comments-objc.m:26:50: ObjCPropertyDecl=property1_isdoxy4:{{.*}} property1_isdox…
116 // CHECK: annotate-comments-objc.m:29:9: ObjCInstanceMethodDecl=method1_isdoxy1:{{.*}} method1_isdo…
117 // CHECK: annotate-comments-objc.m:30:9: ObjCInstanceMethodDecl=method1_isdoxy2:{{.*}} method1_isdo…
118 // CHECK: annotate-comments-objc.m:31:9: ObjCInstanceMethodDecl=method1_isdoxy3:{{.*}} method1_isdo…
119 // CHECK: annotate-comments-objc.m:32:9: ObjCInstanceMethodDecl=method1_isdoxy4:{{.*}} method1_isdo…
120 // CHECK: annotate-comments-objc.m:43:22: EnumDecl=An_NS_ENUM_isdoxy1:{{.*}} An_NS_ENUM_isdoxy1 IS_…
[all …]
Dannotate-attribute.cpp5 __attribute__((annotate("spiffy_method"))) void aMethod();
7 public __attribute__((annotate("works"))):
10 private __attribute__((annotate("investigations"))):
Dannotate-comments-property-accessor.m16 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
23 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
32 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
33 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
42 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
52 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
53 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DHeaderItem.java67 out.annotate(8, "magic: " + new CstString(magic).toQuoted()); in writeTo()
68 out.annotate(4, "checksum"); in writeTo()
69 out.annotate(20, "signature"); in writeTo()
70 out.annotate(4, "file_size: " + in writeTo()
72 out.annotate(4, "header_size: " + Hex.u4(SizeOf.HEADER_ITEM)); in writeTo()
73 out.annotate(4, "endian_tag: " + Hex.u4(DexFormat.ENDIAN_TAG)); in writeTo()
74 out.annotate(4, "link_size: 0"); in writeTo()
75 out.annotate(4, "link_off: 0"); in writeTo()
76 out.annotate(4, "map_off: " + Hex.u4(mapOff)); in writeTo()
108 out.annotate(4, "data_size: " + Hex.u4(dataSize)); in writeTo()
[all …]
DCodeItem.java244 out.annotate(0, offsetString() + ' ' + ref.toHuman()); in writeTo0()
245 out.annotate(2, " registers_size: " + Hex.u2(regSz)); in writeTo0()
246 out.annotate(2, " ins_size: " + Hex.u2(insSz)); in writeTo0()
247 out.annotate(2, " outs_size: " + Hex.u2(outsSz)); in writeTo0()
248 out.annotate(2, " tries_size: " + Hex.u2(triesSz)); in writeTo0()
249 out.annotate(4, " debug_off: " + Hex.u4(debugOff)); in writeTo0()
250 out.annotate(4, " insns_size: " + Hex.u4(insnsSz)); in writeTo0()
255 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); in writeTo0()
271 out.annotate(2, " padding: 0"); in writeTo0()
285 out.annotate(0, " debug info"); in writeTo0()
DDebugInfoEncoder.java130 private void annotate(int length, String message) { in annotate() method in DebugInfoEncoder
136 annotateTo.annotate(shouldConsume ? length : 0, message); in annotate()
203 annotate(1, String.format("%04x: prologue end",address)); in convert0()
371 boolean annotate = (annotateTo != null) || (debugPrint != null); in emitHeader()
381 if (annotate) { in emitHeader()
382 annotate(output.getCursor() - mark, "line_start: " + line); in emitHeader()
408 if (annotate) { in emitHeader()
409 annotate(output.getCursor() - mark, in emitHeader()
451 if (annotate) { in emitHeader()
455 annotate(output.getCursor() - mark, in emitHeader()
[all …]
DClassDefItem.java187 out.annotate(0, indexString() + ' ' + thisClass.toHuman()); in writeTo()
188 out.annotate(4, " class_idx: " + Hex.u4(classIdx)); in writeTo()
189 out.annotate(4, " access_flags: " + in writeTo()
191 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) + in writeTo()
194 out.annotate(4, " interfaces_off: " + Hex.u4(interOff)); in writeTo()
199 out.annotate(0, " " + list.getType(i).toHuman()); in writeTo()
202 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) + in writeTo()
205 out.annotate(4, " annotations_off: " + Hex.u4(annoOff)); in writeTo()
206 out.annotate(4, " class_data_off: " + Hex.u4(dataOff)); in writeTo()
207 out.annotate(4, " static_values_off: " + in writeTo()
DAnnotationsDirectoryItem.java292 out.annotate(0, offsetString() + " annotations directory"); in writeTo0()
293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff)); in writeTo0()
294 out.annotate(4, " fields_size: " + in writeTo0()
296 out.annotate(4, " methods_size: " + in writeTo0()
298 out.annotate(4, " parameters_size: " + in writeTo0()
310 out.annotate(0, " fields:"); in writeTo0()
320 out.annotate(0, " methods:"); in writeTo0()
330 out.annotate(0, " parameters:"); in writeTo0()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-annotate.c276 struct perf_annotate annotate = { in cmd_annotate() local
293 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate()
295 OPT_BOOLEAN('f', "force", &annotate.force, "don't complain, do it"), in cmd_annotate()
300 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
301 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
302 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
307 OPT_BOOLEAN('l', "print-line", &annotate.print_line, in cmd_annotate()
309 OPT_BOOLEAN('P', "full-paths", &annotate.full_paths, in cmd_annotate()
311 OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing, in cmd_annotate()
313 OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"), in cmd_annotate()
[all …]
/external/srec/srec/include/
Dutteranc.h63 annotate; typedef
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);
/external/clang/test/Sema/
Dannotate.c3 void __attribute__((annotate("foo"))) foo(float *a) { in foo()
4 __attribute__((annotate("bar"))) int x; in foo()
5 __attribute__((annotate(1))) int y; // expected-error {{'annotate' attribute requires a string}} in foo()
6 …__attribute__((annotate("bar", 1))) int z; // expected-error {{'annotate' attribute takes one argu… in foo()

123456