/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 | method-lookup-2.m | 46 @interface XX : NSObject interface
|
D | super.m | 46 @interface XX interface
|
/external/clang/test/Rewriter/ |
D | va-method.m | 6 @interface XX : NSObject @end interface 8 @implementation XX implementation
|
/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 | 2004-03-09-LargeArrayInitializers.c | 6 const int XX[1000] = { 0, 0 }; in test() local
|
D | 2002-02-18-StaticData.c | 6 float XX = 12.0f; variable
|
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 | 63 …silk_float *XX /* O X'*X correlation matri… in silk_corrMatrix_FLP()
|
/external/chromium_org/third_party/opus/src/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/chromium_org/third_party/opus/src/silk/float/ |
D | regularize_correlations_FLP.c | 36 …silk_float *XX, /* I/O Correlation matrices … in silk_regularize_correlations_FLP()
|
D | corrMatrix_FLP.c | 63 …silk_float *XX /* O X'*X correlation matri… in silk_corrMatrix_FLP()
|
/external/valgrind/main/helgrind/tests/ |
D | tc04_free_lock.c | 10 pthread_mutex_t lock; int morestuff[2000]; } XX; typedef
|
/external/valgrind/main/memcheck/tests/ |
D | varinfo4.c | 36 typedef struct { short c1; char* c2[3]; } XX; typedef
|