/external/clang/test/SemaObjC/ |
D | interface-tu-variable.m | 3 @interface XX interface 12 @interface XX(CAT) interface in CAT 17 @interface XX() interface in char
|
D | va-method-1.m | 7 @interface XX : NSObject @end interface 9 @implementation XX implementation
|
D | class-method-self.m | 4 @interface XX interface 6 - (void)addObserver:(XX*)o; // expected-note 2{{passing argument to parameter 'o' here}} argument
|
D | message.m | 49 @interface XX : NSObject interface 52 @implementation XX implementation 63 @implementation XX (Private) implementation in Private
|
D | protocol-typecheck.m | 9 @interface XX interface
|
D | protocols.m | 49 @protocol XX; protocol
|
D | super.m | 46 @interface XX interface
|
D | method-lookup-2.m | 46 @interface XX : NSObject interface
|
/external/clang/test/Rewriter/ |
D | va-method.m | 6 @interface XX : NSObject @end interface 8 @implementation XX implementation
|
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/ |
D | 8x8c8x1-dq-packedA-aarch64-neon.S | 24 #define XX %% macro 26 #define XX ; macro
|
D | 8x8c1x4-dq-packedA-aarch64-neon.S | 24 #define XX %% macro 26 #define XX ; macro
|
/external/clang/test/Preprocessor/ |
D | include-directive1.c | 4 #define XX macro
|
D | macro_paste_bad.c | 29 #define XX BL ## ARG macro
|
/external/clang/test/CodeGenCXX/ |
D | 2005-01-03-StaticInitializers.cpp | 9 int XX = (int)(long)&(((struct S*)0)->A[1]); variable
|
/external/clang/test/CodeGen/ |
D | 2002-02-18-StaticData.c | 6 float XX = 12.0f; variable
|
D | 2004-03-09-LargeArrayInitializers.c | 6 const int XX[1000] = { 0, 0 }; in test() local
|
D | 2006-03-03-MissingInitializer.c | 3 struct X { int *XX; int Y;}; member
|
/external/libopus/silk/fixed/ |
D | regularize_correlations_FIX.c | 36 …opus_int32 *XX, /* I/O Correlation matric… in silk_regularize_correlations_FIX()
|
D | corrMatrix_FIX.c | 80 …opus_int32 *XX, /* O Pointer to X'*X co… in silk_corrMatrix_FIX()
|
/external/libopus/silk/float/ |
D | regularize_correlations_FLP.c | 36 …silk_float *XX, /* I/O Correlation matrices … in silk_regularize_correlations_FLP()
|
D | corrMatrix_FLP.c | 64 …silk_float *XX, /* O X'*X correlation matri… in silk_corrMatrix_FLP()
|
/external/sdv/vsomeip/third_party/boost/phoenix/test/bll_compatibility/ |
D | extending_rt_traits.cpp | 116 class XX {}; class 122 YY operator*(XX&, YY&) { return YY(); } in operator *() argument 123 ZZ operator*(const XX&, const YY&) { return ZZ(); } in operator *() 124 XX operator*(volatile XX&, volatile YY&) { return XX(); } in operator *() 125 VV operator*(const volatile XX&, const volatile YY&) { return VV(); } in operator *()
|
/external/freetype/src/tools/ |
D | test_bbox.c | 26 #define XX(x) ((FT_Pos)(x*XSCALE)) macro
|
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | loctest.h | 192 XX = 6, enumerator
|
/external/clang/test/Parser/ |
D | declarators.c | 9 int f4(*XX)(void); /* expected-error {{cannot return}} expected-warning {{type specifier missing, d… variable
|