OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cc5
(Results
1 - 25
of
78
) sorted by null
1
2
3
4
/external/clang/test/Index/
complete-declarators.m
60
// RUN: c-index-test -code-completion-at=%s:23:10 %s | FileCheck -check-prefix=CHECK-
CC5
%s
61
// CHECK-
CC5
: NotImplemented:{TypedText _Bool} (50)
62
// CHECK-
CC5
: NotImplemented:{TypedText _Complex} (50)
63
// CHECK-
CC5
: NotImplemented:{TypedText _Imaginary} (50)
64
// CHECK-
CC5
: ObjCInterfaceDecl:{TypedText A} (50)
65
// CHECK-
CC5
: NotImplemented:{TypedText char} (50)
66
// CHECK-
CC5
: TypedefDecl:{TypedText Class} (50)
67
// CHECK-
CC5
: NotImplemented:{TypedText const} (50)
68
// CHECK-
CC5
: NotImplemented:{TypedText double} (50)
69
// CHECK-
CC5
: NotImplemented:{TypedText enum} (50
[
all
...]
complete-optional-params.cpp
64
// RUN: c-index-test -code-completion-at=%s:13:9 %s | FileCheck -check-prefix=CHECK-
CC5
%s
65
// CHECK-
CC5
: OverloadCandidate:{Text S}{LeftParen (}{Optional {CurrentParameter int a}{Optional {Comma , }{Placeholder int}}}{RightParen )} (1)
66
// CHECK-
CC5
: OverloadCandidate:{Text S}{LeftParen (}{CurrentParameter const S &}{RightParen )} (1)
67
// CHECK-
CC5
: Completion contexts:
68
// CHECK-
CC5
-NEXT: Any type
69
// CHECK-
CC5
-NEXT: Any value
70
// CHECK-
CC5
-NEXT: Enum tag
71
// CHECK-
CC5
-NEXT: Union tag
72
// CHECK-
CC5
-NEXT: Struct tag
73
// CHECK-
CC5
-NEXT: Class nam
[
all
...]
complete-constructor-params.cpp
71
// RUN: c-index-test -code-completion-at=%s:13:12 %s | FileCheck -check-prefix=CHECK-
CC5
%s
72
// CHECK-
CC5
: OverloadCandidate:{Text S}{LeftParen (}{CurrentParameter const S<int> &}{RightParen )} (1)
73
// CHECK-
CC5
: OverloadCandidate:{Text S}{LeftParen (}{CurrentParameter int}{Comma , }{Placeholder U}{Comma , }{Placeholder U}{RightParen )} (1)
74
// CHECK-
CC5
: Completion contexts:
75
// CHECK-
CC5
-NEXT: Any type
76
// CHECK-
CC5
-NEXT: Any value
77
// CHECK-
CC5
-NEXT: Enum tag
78
// CHECK-
CC5
-NEXT: Union tag
79
// CHECK-
CC5
-NEXT: Struct tag
80
// CHECK-
CC5
-NEXT: Class nam
[
all
...]
complete-preprocessor.m
63
// RUN: c-index-test -code-completion-at=%s:14:5 %s | FileCheck -check-prefix=CHECK-
CC5
%s
64
// CHECK-
CC5
: NotImplemented:{TypedText const} (50)
65
// CHECK-
CC5
: NotImplemented:{TypedText double} (50)
66
// CHECK-
CC5
: NotImplemented:{TypedText enum} (50)
67
// CHECK-
CC5
: NotImplemented:{TypedText extern} (40)
68
// CHECK-
CC5
: NotImplemented:{TypedText float} (50)
69
// CHECK-
CC5
: macro definition:{TypedText FOO}{LeftParen (}{Placeholder a}{Comma , }{Placeholder b}{RightParen )} (70)
70
// CHECK-
CC5
: TypedefDecl:{TypedText id} (50)
71
// CHECK-
CC5
: NotImplemented:{TypedText inline} (40)
72
// CHECK-
CC5
: NotImplemented:{TypedText int} (50
[
all
...]
complete-categories.m
36
// RUN: c-index-test -code-completion-at=%s:20:20 %s | FileCheck -check-prefix=CHECK-
CC5
%s
37
// CHECK-
CC5
: ObjCCategoryDecl:{TypedText Cat1}
38
// CHECK-
CC5
-NEXT: ObjCCategoryDecl:{TypedText Cat2}
39
// CHECK-
CC5
-NEXT: ObjCCategoryDecl:{TypedText Cat3}
complete-interfaces.m
41
// RUN: c-index-test -code-completion-at=%s:19:17 %s | FileCheck -check-prefix=CHECK-
CC5
%s
42
// CHECK-
CC5
: ObjCInterfaceDecl:{TypedText Int1}
43
// CHECK-
CC5
-NEXT: ObjCInterfaceDecl:{TypedText Int3}
44
// CHECK-
CC5
-NEXT: ObjCInterfaceDecl:{TypedText Int4}
complete-at-directives.m
37
// RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:3:1 %s | FileCheck -check-prefix=CHECK-
CC5
%s
38
// CHECK-
CC5
: {TypedText @end}
39
// CHECK-
CC5
: {TypedText @optional}
40
// CHECK-
CC5
: {TypedText @property}
41
// CHECK-
CC5
: {TypedText @required}
complete-properties.m
79
// RUN: c-index-test -code-completion-at=%s:29:13 %s | FileCheck -check-prefix=CHECK-
CC5
%s
80
// CHECK-
CC5
: ObjCPropertyDecl:{ResultType int}{TypedText Prop0} (35)
81
// CHECK-
CC5
-NEXT: ObjCPropertyDecl:{ResultType int}{TypedText Prop1} (35)
82
// CHECK-
CC5
-NEXT: ObjCPropertyDecl:{ResultType float}{TypedText Prop2} (35)
83
// CHECK-
CC5
-NEXT: ObjCPropertyDecl:{ResultType id}{TypedText Prop3} (35)
84
// CHECK-
CC5
-NEXT: ObjCPropertyDecl:{ResultType id}{TypedText Prop4} (35)
complete-blocks.m
64
// RUN: c-index-test -code-completion-at=%s:25:15 %s | FileCheck -check-prefix=CHECK-
CC5
%s
65
// CHECK-
CC5
: TypedefDecl:{TypedText block_t} (50)
66
// CHECK-
CC5
: TypedefDecl:{TypedText Class} (50)
67
// CHECK-
CC5
-NOT: test_A
68
// CHECK-
CC5
: {TypedText union} (50)
complete-exprs.cpp
80
// RUN: c-index-test -code-completion-at=%s:43:14 %s | FileCheck -check-prefix=CHECK-
CC5
%s
81
// CHECK-
CC5
: FieldDecl:{ResultType int}{TypedText member} (8)
82
// CHECK-
CC5
: ParmDecl:{ResultType int}{TypedText param} (8)
83
// CHECK-
CC5
: StructDecl:{TypedText X} (50)
84
// CHECK-
CC5
: VarDecl:{ResultType int}{TypedText x} (12)
complete-at-exprstmt.m
52
// RUN: c-index-test -code-completion-at=%s:19:17 %s | FileCheck -check-prefix=CHECK-
CC5
%s
53
// CHECK-
CC5
: NotImplemented:{Informative add:}{TypedText to:} (40)
54
// CHECK-
CC5
: NotImplemented:{Informative add:}{TypedText to:plus:} (40)
complete-lambdas.mm
44
// RUN: c-index-test -code-completion-at=%s:19:8 -x objective-c++ -std=c++11 %s | FileCheck -check-prefix=CHECK-
CC5
%s
45
// CHECK-
CC5
: NotImplemented:{ResultType SEL}{TypedText _cmd} (34)
46
// CHECK-
CC5
-NEXT: NotImplemented:{ResultType B *}{TypedText self} (34)
complete-functor-call.cpp
80
// RUN: c-index-test -code-completion-at=%s:18:10 %s | FileCheck -check-prefix=CHECK-
CC5
%s
81
// CHECK-
CC5
: OverloadCandidate:{ResultType void}{Text operator()}{LeftParen (}{Placeholder void *}{Comma , }{Placeholder S<void *>}{Comma , }{CurrentParameter S<void *>}{RightParen )} (1)
82
// CHECK-
CC5
: Completion contexts:
83
// CHECK-
CC5
-NEXT: Any type
84
// CHECK-
CC5
-NEXT: Any value
85
// CHECK-
CC5
-NEXT: Enum tag
86
// CHECK-
CC5
-NEXT: Union tag
87
// CHECK-
CC5
-NEXT: Struct tag
88
// CHECK-
CC5
-NEXT: Class name
89
// CHECK-
CC5
-NEXT: Nested name specifie
[
all
...]
complete-documentation-properties.m
68
// RUN: env CINDEXTEST_COMPLETION_BRIEF_COMMENTS=1 c-index-test -code-completion-at=%s:51:9 %s | FileCheck -check-prefix=CHECK-
CC5
%s
69
// CHECK-
CC5
: {TypedText setThisRecord:}{Placeholder (id)}{{.*}}(brief comment: This is Record)
complete-documentation-templates.cpp
131
// RUN: env CINDEXTEST_COMPLETION_BRIEF_COMMENTS=1 c-index-test -code-completion-at=%s:102:20 %s | FileCheck -check-prefix=CHECK-
CC5
%s
132
// CHECK-
CC5
: CXXMethod:{ResultType void}{TypedText T101}{{.*}}(brief comment: This is T101.)
133
// CHECK-
CC5
: VarDecl:{ResultType int}{TypedText T102}{{.*}}(brief comment: This is T102.)
complete-parameterized-classes.m
64
// RUN: c-index-test -code-completion-at=%s:33:8 %s | FileCheck -check-prefix=CHECK-
CC5
%s
65
// CHECK-
CC5
: ObjCIvarDecl:{ResultType __kindof NSObject *}{TypedText myVar} (35)
complete-method-decls.m
135
// RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:33:8 %s | FileCheck -check-prefix=CHECK-
CC5
%s
136
// CHECK-
CC5
: ObjCInstanceMethodDecl:{TypedText getInt}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (42)
137
// CHECK-
CC5
: ObjCInstanceMethodDecl:{TypedText getSecondValue}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (40)
138
// CHECK-
CC5
-NOT: {TypedText getSelf}{HorizontalSpace }{LeftBrace {}{VerticalSpace
139
// CHECK-
CC5
: ObjCInstanceMethodDecl:{TypedText setValue}{TypedText :}{LeftParen (}{Text int}{RightParen )}{Text x}{HorizontalSpace }{LeftBrace {}{VerticalSpace
complete-call.cpp
147
// RUN: c-index-test -code-completion-at=%s:50:11 %s | FileCheck -check-prefix=CHECK-
CC5
%s
148
// CHECK-
CC5
: OverloadCandidate:{ResultType void}{Text foo_3}{LeftParen (}{Placeholder void *}{Comma , }{CurrentParameter void *}{RightParen )} (1)
149
// CHECK-
CC5
: Completion contexts:
150
// CHECK-
CC5
-NEXT: Any type
151
// CHECK-
CC5
-NEXT: Any value
152
// CHECK-
CC5
-NEXT: Enum tag
153
// CHECK-
CC5
-NEXT: Union tag
154
// CHECK-
CC5
-NEXT: Struct tag
155
// CHECK-
CC5
-NEXT: Class name
156
// CHECK-
CC5
-NEXT: Nested name specifie
[
all
...]
/external/e2fsprogs/lib/uuid/
tst_uuid.c
178
failed += test_uuid("84949
cc5
-4701-4a84-895b-354c584a981b", 1);
179
failed += test_uuid("84949
CC5
-4701-4A84-895B-354C584A981B", 1);
180
failed += test_uuid("84949
cc5
-4701-4a84-895b-354c584a981bc", 0);
181
failed += test_uuid("84949
cc5
-4701-4a84-895b-354c584a981", 0);
184
failed += test_uuid("84949
cc5
-470104a84-895b-354c584a981b", 0);
185
failed += test_uuid("84949
cc5
-4701-4a840895b-354c584a981b", 0);
186
failed += test_uuid("84949
cc5
-4701-4a84-895b0354c584a981b", 0);
188
failed += test_uuid("84949
cc5
-4701-4a84-895b-354c584a981g", 0);
/external/v8/test/mjsunit/
uri.js
41
var
cc5
= 0x07FF;
variable
42
var s5 = String.fromCharCode(
cc5
);
71
assertEquals(
cc5
, decodeURI(encodeURI(s5)).charCodeAt(0));
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c
148
cc->
cc5
.logicop_func = intel_translate_logic_op(ctx->Color.LogicOp);
180
cc->
cc5
.ia_dest_blend_factor = brw_translate_blend_factor(dstA);
181
cc->
cc5
.ia_src_blend_factor = brw_translate_blend_factor(srcA);
182
cc->
cc5
.ia_blend_function = brw_translate_blend_equation(eqA);
200
cc->
cc5
.dither_enable = 1;
214
cc->
cc5
.statistics_enable = 1;
/external/valgrind/none/tests/s390x/
dfp-1.stdout.exp
19
220780000000000000000194 + 220740000000000000000005 = 220740000000000000000
cc5
cc = 2
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mtxattr.h
9
#define TLBATTR_TRANS_REQUIRED 17093
CC5
-9BD2-11cf-AA4F-304BF89C0001
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
scc.d
22
[ ]+1c:[ ]+3
cc5
[ ]+sgt[ ]+\$?r12
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
relocs.d
8
1030 00003
cc5
1210e9de ffff09e5 ecff0000 ..<.............
9
1040 00003
cc5
eeef49dd dfff09e5 d2ef0000 ..<...I.........
10
1050 00003
cc5
2c20b9de 0f0009e5 e90788dc ..<., ..........
Completed in 1156 milliseconds
1
2
3
4