HomeSort by relevance Sort by last modified time
    Searched full:cc5 (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/test/Index/
complete-declarators.m 59 // RUN: c-index-test -code-completion-at=%s:23:10 %s | FileCheck -check-prefix=CHECK-CC5 %s
60 // CHECK-CC5: NotImplemented:{TypedText _Bool} (50)
61 // CHECK-CC5: NotImplemented:{TypedText _Complex} (50)
62 // CHECK-CC5: NotImplemented:{TypedText _Imaginary} (50)
63 // CHECK-CC5: ObjCInterfaceDecl:{TypedText A} (50)
64 // CHECK-CC5: NotImplemented:{TypedText char} (50)
65 // CHECK-CC5: TypedefDecl:{TypedText Class} (50)
66 // CHECK-CC5: NotImplemented:{TypedText const} (50)
67 // CHECK-CC5: NotImplemented:{TypedText double} (50)
68 // CHECK-CC5: NotImplemented:{TypedText enum} (50
    [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-blocks.m 56 // RUN: c-index-test -code-completion-at=%s:25:15 %s | FileCheck -check-prefix=CHECK-CC5 %s
57 // CHECK-CC5: TypedefDecl:{TypedText block_t} (50)
58 // CHECK-CC5: TypedefDecl:{TypedText Class} (50)
59 // CHECK-CC5-NOT: test_A
60 // CHECK-CC5: {TypedText union} (50)
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-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-documentation-properties.m 67 // RUN: env CINDEXTEST_COMPLETION_BRIEF_COMMENTS=1 c-index-test -code-completion-at=%s:51:9 %s | FileCheck -check-prefix=CC5 %s
68 // 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=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-method-decls.m 100 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:33:8 %s | FileCheck -check-prefix=CHECK-CC5 %s
101 // CHECK-CC5: ObjCInstanceMethodDecl:{TypedText getInt}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (42)
102 // CHECK-CC5: ObjCInstanceMethodDecl:{TypedText getSecondValue}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (40)
103 // CHECK-CC5-NOT: {TypedText getSelf}{HorizontalSpace }{LeftBrace {}{VerticalSpace
104 // CHECK-CC5: ObjCInstanceMethodDecl:{TypedText setValue}{TypedText :}{LeftParen (}{Text int}{RightParen )}{Text x}{HorizontalSpace }{LeftBrace {}{VerticalSpace
complete-objc-message.m 219 // RUN: c-index-test -code-completion-at=%s:74:9 %s | FileCheck -check-prefix=CHECK-CC5 %s
220 // CHECK-CC5: ObjCInstanceMethodDecl:{ResultType int}{TypedText MyInstMethod:}{Placeholder (id)}{HorizontalSpace }{TypedText second:}{Placeholder (id)}
221 // CHECK-CC5: ObjCInstanceMethodDecl:{ResultType int}{TypedText MySubInstMethod}
  /external/e2fsprogs/lib/uuid/
tst_uuid.c 163 failed += test_uuid("84949cc5-4701-4a84-895b-354c584a981b", 1);
164 failed += test_uuid("84949CC5-4701-4A84-895B-354C584A981B", 1);
165 failed += test_uuid("84949cc5-4701-4a84-895b-354c584a981bc", 0);
166 failed += test_uuid("84949cc5-4701-4a84-895b-354c584a981", 0);
169 failed += test_uuid("84949cc5-470104a84-895b-354c584a981b", 0);
170 failed += test_uuid("84949cc5-4701-4a840895b-354c584a981b", 0);
171 failed += test_uuid("84949cc5-4701-4a84-895b0354c584a981b", 0);
173 failed += test_uuid("84949cc5-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/icu4c/data/sprep/
rfc3530cs.txt 156 0CC5; ; UNASSIGNED
rfc3530mixp.txt 157 0CC5; ; UNASSIGNED
rfc4011.txt 156 0CC5; ; UNASSIGNED
rfc4505.txt 156 0CC5; ; UNASSIGNED
rfc3920res.txt 157 0CC5; ; UNASSIGNED
rfc4013.txt 157 0CC5; ; UNASSIGNED
rfc4518.txt 156 0CC5; ; UNASSIGNED
  /external/icu4c/test/testdata/
nfs4_cs_prep_cs.txt 148 0CC5; ; UNASSIGNED
nfs4_mixed_prep_p.txt 148 0CC5; ; UNASSIGNED

Completed in 1302 milliseconds

1 2