/external/clang/test/CXX/temp/temp.param/ |
H A D | p1.cpp | 12 X0<int> x0; // expected-error{{too few template arguments for class template 'X0'}} variable
|
/external/clang/test/Sema/ |
H A D | invalid-cast.cpp | 9 int foo(X<int[1]> x0) { argument 10 return x0.array[17];
|
H A D | array-size.c | 4 int x0[1073741824]; // expected-error{{array is too large}} local
|
/external/valgrind/main/memcheck/tests/darwin/ |
H A D | scalar_nocancel.c | 13 // uninitialised, but we know px[0] is 0x0 15 long x0 = px[0]; local 52 SY(__NR_sem_wait_nocancel, x0); FAIL;
|
H A D | scalar.c | 13 // uninitialised, but we know px[0] is 0x0 15 long x0 = px[0]; local 31 SY(__NR_read+(int)x0, x0, x0, x0+1); FAILx(EFAULT); 34 SY(__NR_write, x0, x0, x0+1); FAIL; 35 //res = write(x0, x [all...] |
/external/valgrind/main/memcheck/tests/x86-linux/ |
H A D | scalar_exit_group.c | 5 // uninitialised, but we know px[0] is 0x0 7 long x0 = px[0]; local 14 SY(__NR_exit_group, x0);
|
H A D | scalar.c | 29 // uninitialised, but we know px[0] is 0x0 31 long x0 = px[0]; local 51 SY(__NR_read+x0, x0, x0, x0+1); FAILx(EFAULT); 55 SY(__NR_write, x0, x0, x0+1); FAIL; 59 SY(__NR_open, x0, x [all...] |
/external/clang/test/ASTMerge/Inputs/ |
H A D | var1.c | 1 int *x0; variable
|
H A D | var2.c | 1 int *x0; variable
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
H A D | p1.cpp | 31 X0<int> x0; (void)x0; local
|
/external/clang/test/PCH/ |
H A D | functions.c | 8 int f0(int x0, int y0, ...) { return x0 + y0; } argument
|
H A D | pr4489.c | 27 void x0(void) function
|
/external/clang/test/SemaTemplate/ |
H A D | unused-variables.cpp | 11 X0 x0; local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
H A D | u_rect.h | 35 int x0, x1; member in struct:u_rect 45 return (!(a->x1 < b->x0 || 46 b->x1 < a->x0 || 59 if (b->x0 < a->x0) b->x0 = a->x0; 74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
|
/external/chromium_org/third_party/opus/src/celt/tests/ |
H A D | test_unit_rotation.c | 55 opus_val16 x0[MAX_SIZE]; local 58 x1[i] = x0[i] = rand()%32767-16384; 62 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]); 63 ener += x0[i]*(double)x0[i]; 70 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]); 71 ener += x0[i]*(double)x0[ [all...] |
/external/chromium_org/third_party/skia/samplecode/ |
H A D | SampleLCD.cpp | 43 SkScalar x0 = SkIntToScalar(10); local 52 canvas->drawText(text, len, x0, y, paint);
|
/external/clang/test/Frontend/ |
H A D | backend-diagnostic.c | 27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, argument 29 __asm__("hello world": : "r" (x0),"r" (x1),"r" (x2),"r" (x3), // expected-error + {{inline assembly requires more registers than available}}
|
/external/libopus/celt/tests/ |
H A D | test_unit_rotation.c | 55 opus_val16 x0[MAX_SIZE]; local 58 x1[i] = x0[i] = rand()%32767-16384; 62 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]); 63 ener += x0[i]*(double)x0[i]; 70 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]); 71 ener += x0[i]*(double)x0[ [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_rect.h | 35 int x0, x1; member in struct:u_rect 45 return (!(a->x1 < b->x0 || 46 b->x1 < a->x0 || 59 if (b->x0 < a->x0) b->x0 = a->x0; 74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
|
/external/skia/samplecode/ |
H A D | SampleLCD.cpp | 43 SkScalar x0 = SkIntToScalar(10); local 52 canvas->drawText(text, len, x0, y, paint);
|
/external/glide/third_party/disklrucache/ |
H A D | disklrucache-2.0.2.jar | ... 1) com.jakewharton.disklrucache.DiskLruCache$Editor x0
java.io.OutputStream x1
com.jakewharton. ... |
/external/ceres-solver/include/ceres/ |
H A D | numeric_diff_functor.h | 144 bool operator()(const double* x0, double* residuals) const { argument 145 return functor_(x0, residuals); 148 bool operator()(const double* x0, argument 151 return functor_(x0, x1, residuals); 154 bool operator()(const double* x0, argument 158 return functor_(x0, x1, x2, residuals); 161 bool operator()(const double* x0, argument 166 return functor_(x0, x1, x2, x3, residuals); 169 bool operator()(const double* x0, argument 175 return functor_(x0, x 178 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, double* residuals) const argument 188 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, double* residuals) const argument 199 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, double* residuals) const argument 211 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, double* residuals) const argument 224 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, const double* x9, double* residuals) const argument 239 operator ()(const T* x0, T* residuals) const argument 244 operator ()(const T* x0, const T* x1, T* residuals) const argument 251 operator ()(const T* x0, const T* x1, const T* x2, T* residuals) const argument 259 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, T* residuals) const argument 268 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, T* residuals) const argument 278 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, T* residuals) const argument 289 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* residuals) const argument 301 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument 314 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* residuals) const argument 328 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* residuals) const argument [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
H A D | nv30_transfer.h | 14 unsigned x0; member in struct:nv30_rect
|
/external/clang/test/CXX/temp/temp.spec/ |
H A D | no-body.cpp | 25 template<typename T> struct x0 { }; // expected-note {{explicitly specialized declaration is here}} struct 40 template<> struct x0<int> { }; // expected-error {{class template specialization of 'x0' must occur at global scope}} struct in namespace:exp_spec
|
/external/mesa3d/src/gallium/drivers/nv30/ |
H A D | nv30_transfer.h | 14 unsigned x0; member in struct:nv30_rect
|