/external/clang/test/ASTMerge/Inputs/ |
D | category1.m | 19 @interface I2 interface 23 @interface I2 () interface in int 28 @interface I2 (Cat3) interface in Cat3 31 @implementation I2 (Cat3) implementation in Cat3 35 @interface I2 (Cat4) interface in Cat4 38 @implementation I2 (Cat4) implementation in Cat4 42 @interface I2 (Cat6) interface in Cat6 45 @implementation I2 (Cat6) implementation in Cat6
|
D | category2.m | 21 @interface I2 interface 25 @interface I2 () interface in float 30 @interface I2 (Cat3) interface in Cat3 33 @implementation I2 (Cat3) implementation in Cat3 37 @interface I2 (Cat5) interface in Cat5 40 @implementation I2 (Cat5) implementation in Cat5 44 @interface I2 (Cat6) interface in Cat6 47 @implementation I2 (Cat6) implementation in Cat6
|
/external/clang/test/Index/ |
D | complete-categories.m | 5 @interface I2 @end interface 12 @interface I2 (Cat2) @end interface in Cat2 13 @interface I2 (Cat3) @end interface in Cat3 14 @interface I2 (Cat2) @end interface in Cat2
|
D | complete-properties.m | 14 @interface I2 : I1 interface 19 @implementation I2 implementation
|
D | preamble-reparse-with-BOM.m | 2 @interface I2 interface
|
/external/clang/test/SemaObjCXX/ |
D | objc-extern-c.mm | 10 @interface I2 interface 12 @interface I2(C) // expected-note {{previous}} interface in C 23 @interface I2(C) // expected-warning {{duplicate}} interface in C
|
D | message.mm | 19 @interface I2 { interface 34 @implementation I2 implementation
|
/external/clang/test/PCH/ |
D | chain-categories2.m | 16 @interface I2 interface 39 @interface I2() interface in readwrite 53 @implementation I2 implementation
|
/external/clang/test/SemaObjC/ |
D | protocol-lookup-2.m | 48 @interface I2 : NSObject interface 52 @interface I2() <ProtC> interface in ProtC 55 @implementation I2 implementation
|
D | incomplete-implementation.m | 17 @interface I2 interface 21 @implementation I2 implementation 24 @implementation I2(CAT) implementation in CAT
|
D | warn-forward-class-attr-deprecated.m | 10 @interface I2 interface 16 @implementation I2 implementation
|
D | arc-unavailable-for-weakref.m | 83 @interface I2 : Super interface 86 @implementation I2 // expected-note {{when implemented by class I2}} implementation
|
D | property-12.m | 43 @interface I2 <P2> @end interface 44 @implementation I2 implementation
|
D | arc-property-decl-attrs.m | 114 @interface I2<P> interface 117 @interface I2() interface in readwrite 121 @implementation I2 implementation
|
/external/clang/test/SemaCXX/ |
D | ms-interface.cpp | 25 __interface I2 { variable 44 __interface I4 : I1, I2 { variable
|
/external/webp/src/dsp/ |
D | mips_macro.h | 42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \ argument 53 I0, I1, I2, I3, I4, I5, I6, I7) \ argument 85 I0, I1, I2, I3) \ argument 98 I0, I1, I2, I3, I4, I5, I6, I7) \ argument 125 I0, I1, I2, I3) \ argument 142 I0, I1, I2, I3) \ argument 161 I0, I1, I2, I3, I4, I5, I6, I7, \ argument
|
/external/clang/test/CodeGenObjC/ |
D | forward-decl-param.m | 14 @interface I2 interface 17 @implementation I2 implementation
|
D | class-type.m | 21 @interface I2 : I0 interface 24 @implementation I2 implementation
|
/external/clang/test/Parser/ |
D | attributes.mm | 15 EXP @interface I2 @end interface 19 EXP @implementation I2 @end; // expected-error {{prefix attribute must be followed by an interface … implementation
|
/external/clang/test/ARCMT/ |
D | GC-no-arc-runtime.m | 32 @interface I2 interface 36 @implementation I2 implementation
|
D | GC-no-finalize-removal.m | 29 @interface I2 interface 33 @implementation I2 implementation
|
D | GC.m | 29 @interface I2 interface 33 @implementation I2 implementation
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IdenticalExprChecker.cpp | 139 while (const IfStmt *I2 = dyn_cast_or_null<IfStmt>(Else)) { in VisitIfStmt() local 333 Expr::const_child_iterator I2 = Expr2->child_begin(); in isIdenticalStmt() local 438 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt() local 469 llvm::APInt I2 = IntLit2->getValue(); in isIdenticalStmt() local
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 290 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() 295 static int compareValues(const APSInt &I1, const APSInt &I2) { in compareValues()
|
/external/opencv3/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/ |
D | gpu-basics-similarity.cpp | 69 Mat I2 = imread(argv[2]); in main() local 173 double getPSNR(const Mat& I1, const Mat& I2) in getPSNR() 196 double getPSNR_CUDA_optimized(const Mat& I1, const Mat& I2, BufferPSNR& b) in getPSNR_CUDA_optimized() 221 double getPSNR_CUDA(const Mat& I1, const Mat& I2) in getPSNR_CUDA() 255 Mat I1, I2; in getMSSIM() local
|