/external/clang/test/Index/ |
annotate-comments.cpp | 298 // CHECK: annotate-comments.cpp:16:6: FunctionDecl=isdoxy4:{{.*}} isdoxy4 IS_DOXYGEN_SINGLE 299 // CHECK: annotate-comments.cpp:20:6: FunctionDecl=isdoxy5:{{.*}} isdoxy5 IS_DOXYGEN_SINGLE 300 // CHECK: annotate-comments.cpp:25:6: FunctionDecl=isdoxy6:{{.*}} isdoxy6 IS_DOXYGEN_SINGLE 301 // CHECK: annotate-comments.cpp:31:6: FunctionDecl=isdoxy7:{{.*}} isdoxy7 IS_DOXYGEN_SINGLE 302 // CHECK: annotate-comments.cpp:34:6: FunctionDecl=isdoxy8:{{.*}} isdoxy8 IS_DOXYGEN_SINGLE 303 // CHECK: annotate-comments.cpp:37:6: FunctionDecl=isdoxy9:{{.*}} isdoxy9 IS_DOXYGEN_SINGLE 304 // CHECK: annotate-comments.cpp:41:6: FunctionDecl=isdoxy10:{{.*}} isdoxy10 IS_DOXYGEN_SINGLE 305 // CHECK: annotate-comments.cpp:53:6: FunctionDecl=isdoxy13:{{.*}} isdoxy13 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END 306 // CHECK: annotate-comments.cpp:58:6: FunctionDecl=isdoxy14:{{.*}} isdoxy14 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END 307 // CHECK: annotate-comments.cpp:63:6: FunctionDecl=isdoxy15:{{.*}} isdoxy15 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_EN [all...] |
annotate-comments-property-accessor.m | 16 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-1]]" column="51"><Name>MyProperty</Name><USR>c:objc(cs)AppDelegate(py)MyProperty</USR><Declaration>- (int)ReadonlyGetter;</Declaration><Abstract><Para> This is ReadonlyProperty</Para></Abstract></Function>] 22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-1]]" column="15"><Name>GeneralProperty</Name><USR>c:objc(cs)AppDelegate(py)GeneralProperty</USR><Declaration>- (int)GeneralProperty;</Declaration><Abstract><Para> This is GeneralProperty</Para></Abstract></Function>] 23 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-2]]" column="15"><Name>GeneralProperty</Name><USR>c:objc(cs)AppDelegate(py)GeneralProperty</USR><Declaration>- (void)setGeneralProperty:(int)GeneralProperty;</Declaration><Abstract><Para> This is GeneralProperty</Para></Abstract></Function>] 32 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-4]]" column="32"><Name>PropertyInPrimaryClass</Name><USR>c:objc(cs)AppDelegate(py)PropertyInPrimaryClass</USR><Declaration>- (id)PropertyInPrimaryClass;</Declaration><Abstract><Para> This is PropertyInPrimaryClass</Para></Abstract></Function>] 33 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-5]]" column="32"><Name>PropertyInPrimaryClass</Name><USR>c:objc(cs)AppDelegate(py)PropertyInPrimaryClass</USR><Declaration>- (void)setPropertyInPrimaryClass:(id)PropertyInPrimaryClass;</Declaration><Abstract><Para> This is PropertyInPrimaryClass</Para></Abstract></Function>] 42 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-6]]" column="1"><Name>PropertyInClassExtension</Name><USR>c:objc(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (id)GetterInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>] 52 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-4]]" column="54"><Name>PropertyInClassExtension</Name><USR>c:objc(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (id)GetterInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>] 53 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-5]]" column="54"><Name>PropertyInClassExtension</Name><USR>c:objc(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (void)setPropertyInClassExtension:(id)PropertyInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>]
|
annotate-comments-unterminated.c | 4 // CHECK: annotate-comments-unterminated.c:9:5: VarDecl=x:{{.*}} RawComment=[/** Aaa. */]{{.*}} BriefComment=[Aaa.] 5 // CHECK: annotate-comments-unterminated.c:11:5: VarDecl=y:{{.*}} RawComment=[/**< Bbb. */]{{.*}} BriefComment=[Bbb.]
|
annotate-comments-typedef.m | 20 // CHECK: TypedefDecl=MyEnum:[[@LINE-1]]:3 (Definition) FullCommentAsHTML=[<p class="para-brief"> Documentation for MyEnum </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="3"><Name><anonymous></Name><USR>c:@EA@MyEnum</USR><Declaration>typedef enum MyEnum MyEnum</Declaration><Abstract><Para> Documentation for MyEnum </Para></Abstract></Typedef>] 30 // CHECK: EnumDecl=E:[[@LINE-6]]:6 (Definition) {{.*}} BriefComment=[Documentation for E] FullCommentAsHTML=[<p class="para-brief"> Documentation for E </p>] FullCommentAsXML=[<Enum file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-6]]" column="6"><Name>E</Name><USR>c:@E@E</USR><Declaration>enum E{{( : int)?}} {}</Declaration><Abstract><Para> Documentation for E </Para></Abstract></Enum>] 31 // CHECK: TypedefDecl=E_T:[[@LINE-2]]:16 (Definition) FullCommentAsHTML=[<p class="para-brief"> Documentation for E </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="16"><Name>E</Name><USR>c:@E@E</USR><Declaration>typedef enum E E_T</Declaration><Abstract><Para> Documentation for E </Para></Abstract></Typedef>] 38 // CHECK: TypedefDecl=Foo:[[@LINE-1]]:11 (Definition) FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="11"><Name><anonymous></Name><USR>c:@SA@Foo</USR><Declaration>typedef struct Foo Foo</Declaration><Abstract><Para> Comment about Foo </Para></Abstract></Typedef>] 39 // CHECK: StructDecl=:[[@LINE-4]]:9 (Definition) {{.*}} BriefComment=[Comment about Foo] FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentAsXML=[<Class file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-4]]" column="9"><Name><anonymous></Name><USR>c:@SA@Foo</USR><Declaration>struct {}</Declaration><Abstract><Para> Comment about Foo </Para></Abstract></Class>] 48 // CHECK: TypedefDecl=Foo1T:[[@LINE-2]]:21 (Definition) {{.*}} FullCommentAsHTML=[<p class="para-brief"> About Foo1T </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="21"><Name>Foo1T</Name><USR>c:annotate-comments-typedef.m@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration><Abstract><Para> About Foo1T </Para></Abstract></Typedef>]
|
annotate-comments-objc.m | 107 // CHECK-DAG: annotate-comments-objc.m:7:6: FunctionDecl=functionBeforeImports:{{.*}} BriefComment=[Comment for 'functionBeforeImports'.] 113 // CHECK: annotate-comments-objc.m:23:50: ObjCPropertyDecl=property1_isdoxy1:{{.*}} property1_isdoxy1 IS_DOXYGEN_SINGLE 114 // CHECK: annotate-comments-objc.m:24:50: ObjCPropertyDecl=property1_isdoxy2:{{.*}} property1_isdoxy2 IS_DOXYGEN_SINGLE 115 // CHECK: annotate-comments-objc.m:25:50: ObjCPropertyDecl=property1_isdoxy3:{{.*}} property1_isdoxy3 IS_DOXYGEN_SINGLE 116 // CHECK: annotate-comments-objc.m:26:50: ObjCPropertyDecl=property1_isdoxy4:{{.*}} property1_isdoxy4 IS_DOXYGEN_SINGLE 117 // CHECK: annotate-comments-objc.m:29:9: ObjCInstanceMethodDecl=method1_isdoxy1:{{.*}} method1_isdoxy1 IS_DOXYGEN_SINGLE 118 // CHECK: annotate-comments-objc.m:30:9: ObjCInstanceMethodDecl=method1_isdoxy2:{{.*}} method1_isdoxy2 IS_DOXYGEN_SINGLE 119 // CHECK: annotate-comments-objc.m:31:9: ObjCInstanceMethodDecl=method1_isdoxy3:{{.*}} method1_isdoxy3 IS_DOXYGEN_SINGLE 120 // CHECK: annotate-comments-objc.m:32:9: ObjCInstanceMethodDecl=method1_isdoxy4:{{.*}} method1_isdoxy4 IS_DOXYGEN_SINGLE 121 // CHECK: annotate-comments-objc.m:43:22: EnumDecl=An_NS_ENUM_isdoxy1:{{.*}} An_NS_ENUM_isdoxy1 IS_DOXYGEN_SINGL [all...] |
/external/ImageMagick/PerlMagick/t/ttf/ |
read.t | 36 # 3) Test drawing text using annotate 39 print("Draw text using annotate ...\n"); 42 q!../reference/ttf/annotate.miff!, 43 'Annotate',
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
WillClose.java | 10 * Used to annotate a method parameter to indicate that this method will close
|
WillCloseWhenClosed.java | 10 * Used to annotate a constructor/factory parameter to indicate that returned
|
WillNotClose.java | 10 * Used to annotate a method parameter to indicate that this method will not
|
Signed.java | 10 /** Used to annotate a value of unknown sign */
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
AnnotationDirectoryItem.java | 60 out.annotate(4, "class_annotations_off = %s", 64 out.annotate(4, "fields_size = %d", fieldsSize); 67 out.annotate(4, "annotated_methods_size = %d", annotatedMethodsSize); 70 out.annotate(4, "annotated_parameters_size = %d", annotatedParameterSize); 73 out.annotate(0, "field_annotations:"); 76 out.annotate(0, "field_annotation[%d]", i); 79 out.annotate(4, "%s", FieldIdItem.getReferenceAnnotation(dexFile, fieldIndex)); 81 out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset)); 88 out.annotate(0, "method_annotations:"); 91 out.annotate(0, "method_annotation[%d]", i) [all...] |
HeaderItem.java | 173 out.annotate(8, "magic: %s", StringUtils.escapeString(magicBuilder.toString())); 174 out.annotate(4, "checksum"); 175 out.annotate(20, "signature"); 176 out.annotate(4, "file_size: %d", dexFile.readInt(out.getCursor())); 179 out.annotate(4, "header_size: %d", headerSize); 182 out.annotate(4, "endian_tag: 0x%x (%s)", endianTag, getEndianText(endianTag)); 184 out.annotate(4, "link_size: %d", dexFile.readInt(out.getCursor())); 185 out.annotate(4, "link_offset: 0x%x", dexFile.readInt(out.getCursor())); 187 out.annotate(4, "map_off: 0x%x", dexFile.readInt(out.getCursor())); 189 out.annotate(4, "string_ids_size: %d", dexFile.readInt(out.getCursor())) [all...] |
SectionAnnotator.java | 67 * @param out The AnnotatedBytes object to annotate to 78 out.annotate(0, ""); 79 out.annotate(0, "-----------------------------"); 80 out.annotate(0, "%s section", itemName); 81 out.annotate(0, "-----------------------------"); 82 out.annotate(0, ""); 89 out.annotate(0, "[%d] %s: %s", i, itemName, itemIdentity); 91 out.annotate(0, "[%d] %s", i, itemName);
|
ClassDefItem.java | 72 out.annotate(4, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex)); 75 out.annotate(4, "access_flags = 0x%x: %s", accessFlags, 79 out.annotate(4, "superclass_idx = %s", 83 out.annotate(4, "interfaces_off = %s", TypeListItem.getReferenceAnnotation(dexFile, interfacesOffset)); 86 out.annotate(4, "source_file_idx = %s", StringIdItem.getOptionalReferenceAnnotation(dexFile, 91 out.annotate(4, "annotations_off = annotations_directory_item[NO_OFFSET]"); 93 out.annotate(4, "annotations_off = annotations_directory_item[0x%x]", annotationsOffset); 98 out.annotate(4, "class_data_off = class_data_item[NO_OFFSET]"); 100 out.annotate(4, "class_data_off = class_data_item[0x%x]", classDataOffset); 106 out.annotate(4, "static_values_off = encoded_array_item[NO_OFFSET]") [all...] |
/art/tools/ahat/src/main/com/android/ahat/ |
Summarizer.java | 43 // Annotate new objects as new. 48 // Annotate deleted objects as deleted. 53 // Annotate unreachable objects as such. 60 // Annotate roots as roots. 74 // Annotate Strings with their values. 81 // Annotate Reference with its referent 92 // Annotate DexCache with its location. 101 // Annotate bitmaps with a thumbnail.
|
/external/clang/test/CodeGen/ |
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")));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
dircache.py | 5 The annotate() routine appends slashes to directories."""
12 __all__ = ["listdir", "opendir", "annotate", "reset"]
37 def annotate(head, list):
function
|
/external/python/cpython2/Lib/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 12 __all__ = ["listdir", "opendir", "annotate", "reset"] 37 def annotate(head, list): function
|
/external/skia/include/core/ |
SkAnnotation.h | 19 * Annotate the canvas by associating the specified URL with the 30 * Annotate the canvas by associating a name with the specified point. 40 * Annotate the canvas by making the specified rectangle link to a named
|
/external/skqp/include/core/ |
SkAnnotation.h | 19 * Annotate the canvas by associating the specified URL with the 30 * Annotate the canvas by associating a name with the specified point. 40 * Annotate the canvas by making the specified rectangle link to a named
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 12 __all__ = ["listdir", "opendir", "annotate", "reset"] 37 def annotate(head, list): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 12 __all__ = ["listdir", "opendir", "annotate", "reset"] 37 def annotate(head, list): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 12 __all__ = ["listdir", "opendir", "annotate", "reset"] 37 def annotate(head, list): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 12 __all__ = ["listdir", "opendir", "annotate", "reset"] 37 def annotate(head, list): function
|