OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:annotate
(Results
1 - 25
of
505
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Index/
annotate-tokens-include.c
1
#include "
annotate
-tokens-include.h"
3
// RUN: c-index-test -test-
annotate
-tokens=%s:1:1:2:1 %s | FileCheck %s
4
// CHECK: Punctuation: "#" [1:1 - 1:2] inclusion directive=
annotate
-tokens-include.h
5
// CHECK: Identifier: "include" [1:2 - 1:9] inclusion directive=
annotate
-tokens-include.h
6
// CHECK: Literal: ""
annotate
-tokens-include.h"" [1:10 - 1:37] inclusion directive=
annotate
-tokens-include.h
index-attrs.m
7
-(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
// CHECK: <getter>: kind: objc-instance-method | name: prop | {{.*}} <attribute>: attribute(
annotate
)=anno
17
// CHECK: <setter>: kind: objc-instance-method | name: setProp: | {{.*}} <attribute>: attribute(
annotate
)=anno
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-comments-preprocessor.c
6
#include "
annotate
-comments-preprocessor.h" /* Aaa. */ /* Bbb. */
7
#include "
annotate
-comments-preprocessor.h" /* Aaa. */
8
#include "
annotate
-comments-preprocessor.h" /** Aaa. */
9
#include "
annotate
-comments-preprocessor.h" /**< Aaa. */
10
#include "
annotate
-comments-preprocessor.h" // Aaa.
11
#include "
annotate
-comments-preprocessor.h" /// Aaa.
12
#include "
annotate
-comments-preprocessor.h" ///< Aaa.
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]
annotate-deep-statements.cpp
1
// RUN: c-index-test -test-
annotate
-tokens=%s:1:1:1000:1 %s | FileCheck %s
4
// Check that we don't get stack overflow trying to
annotate
an extremely deep AST.
annotate-macro-args.m
2
// RUN: c-index-test -test-
annotate
-tokens=%S/
annotate
-macro-args.h:9:1:10:1 %s -include %S/
annotate
-macro-args.h | FileCheck -check-prefix=CHECK1 %s
3
// RUN: c-index-test -test-
annotate
-tokens=%S/
annotate
-macro-args.h:15:1:16:1 %s -include %S/
annotate
-macro-args.h | FileCheck -check-prefix=CHECK2 %s
6
// RUN: c-index-test -write-pch %t.pch -x objective-c-header %S/
annotate
-macro-args.h -Xclang -detailed-preprocessing-record
7
// RUN: c-index-test -test-
annotate
-tokens=%S/
annotate
-macro-args.h:9:1:10:1 %s -include-pch %t.pch | FileCheck -check-prefix=CHECK1 %s
8
// RUN: c-index-test -test-
annotate
-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -include-pch %t.pch | FileCheck -check-prefix=CHECK2 (…)
[
all
...]
annotate-comments.cpp
297
// CHECK:
annotate
-comments.cpp:16:6: FunctionDecl=isdoxy4:{{.*}} isdoxy4 IS_DOXYGEN_SINGLE
298
// CHECK:
annotate
-comments.cpp:20:6: FunctionDecl=isdoxy5:{{.*}} isdoxy5 IS_DOXYGEN_SINGLE
299
// CHECK:
annotate
-comments.cpp:25:6: FunctionDecl=isdoxy6:{{.*}} isdoxy6 IS_DOXYGEN_SINGLE
300
// CHECK:
annotate
-comments.cpp:31:6: FunctionDecl=isdoxy7:{{.*}} isdoxy7 IS_DOXYGEN_SINGLE
301
// CHECK:
annotate
-comments.cpp:34:6: FunctionDecl=isdoxy8:{{.*}} isdoxy8 IS_DOXYGEN_SINGLE
302
// CHECK:
annotate
-comments.cpp:37:6: FunctionDecl=isdoxy9:{{.*}} isdoxy9 IS_DOXYGEN_SINGLE
303
// CHECK:
annotate
-comments.cpp:41:6: FunctionDecl=isdoxy10:{{.*}} isdoxy10 IS_DOXYGEN_SINGLE
304
// CHECK:
annotate
-comments.cpp:53:6: FunctionDecl=isdoxy13:{{.*}} isdoxy13 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
305
// CHECK:
annotate
-comments.cpp:58:6: FunctionDecl=isdoxy14:{{.*}} isdoxy14 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
306
// 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.]
/external/clang/test/CodeGen/
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-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; }
/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 {{'
annotate
' attribute requires a string}}
6
__attribute__((
annotate
("bar", 1))) int z; // expected-error {{'
annotate
' attribute takes one argument}}
/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
...]
/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
...]
/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
...]
/external/clang/test/Parser/
access-spec-attrs.cpp
6
private __attribute__((
annotate
("foobar"))):
/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/valgrind/unittest/
wine.supp
19
# TODO(eugenis):
annotate
semaphores in Wine.
/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
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
const.h
7
* C code. Therefore we cannot
annotate
them always with
Completed in 192 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>