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
1244
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/tsan/rtl/
tsan.syms.extra
12
Annotate
*
/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.
/external/clang/test/Parser/
access-spec-attrs.cpp
6
private __attribute__((
annotate
("foobar"))):
8
private __attribute__((
annotate
())): // expected-error {{'
annotate
' attribute takes one argument}}
/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")));
/bionic/libc/include/android/
versioning.h
20
#define __INTRODUCED_IN(api_level) __attribute__((
annotate
("introduced_in=" #api_level)))
21
#define __INTRODUCED_IN_FUTURE __attribute__((
annotate
("introduced_in_future")))
22
#define __DEPRECATED_IN(api_level) __attribute__((
annotate
("deprecated_in=" #api_level)))
23
#define __REMOVED_IN(api_level) __attribute__((
annotate
("obsoleted_in=" #api_level)))
24
#define __INTRODUCED_IN_32(api_level) __attribute__((
annotate
("introduced_in_32=" #api_level)))
25
#define __INTRODUCED_IN_64(api_level) __attribute__((
annotate
("introduced_in_64=" #api_level)))
26
#define __INTRODUCED_IN_ARM(api_level) __attribute__((
annotate
("introduced_in_arm=" #api_level)))
27
#define __INTRODUCED_IN_X86(api_level) __attribute__((
annotate
("introduced_in_x86=" #api_level)))
28
#define __INTRODUCED_IN_MIPS(api_level) __attribute__((
annotate
("introduced_in_mips=" #api_level)))
30
#define __VERSIONER_NO_GUARD __attribute__((
annotate
("versioner_no_guard"))
[
all
...]
/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}}
/external/selinux/gui/
org.selinux.config.policy
19
<
annotate
key="org.freedesktop.policykit.exec.path">/usr/share/system-config-selinux/system-config-selinux.py</
annotate
>
20
<
annotate
key="org.freedesktop.policykit.exec.allow_gui">true</
annotate
>
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/
libclang_rt.tsan_cxx-aarch64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-mips64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-x86_64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-x86_64.a.syms
2
Annotate
*;
/prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/
libclang_rt.tsan_cxx-aarch64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-mips64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-x86_64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-x86_64.a.syms
2
Annotate
*;
/prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/lib/linux/
libclang_rt.tsan_cxx-aarch64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-mips64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-x86_64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-x86_64.a.syms
2
Annotate
*;
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/lib/linux/
libclang_rt.tsan_cxx-aarch64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-mips64-android.a.syms
2
Annotate
*;
libclang_rt.tsan_cxx-x86_64-android.a.syms
2
Annotate
*;
Completed in 384 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>