/external/clang/test/Parser/ |
builtin_classify_type.c | 11 static int ary[__builtin_classify_type(a)]; local
|
/external/clang/test/Sema/ |
incomplete-decl.c | 15 int ary[]; // expected-warning {{tentative array definition assumed to have one element}} variable 19 int ary[]; // expected-error{{definition of variable with array type needs an explicit size or an initializer}} local
|
array-init.c | 9 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time constant}} variable
|
/external/selinux/libselinux/src/ |
compute_user.c | 16 char **ary; local 54 ary = malloc((nel + 1) * sizeof(char *)); 55 if (!ary) { 62 ary[i] = strdup(ptr); 63 if (!ary[i]) { 64 freeconary(ary); 70 ary[nel] = NULL; 71 *con = ary;
|
/external/clang/test/CXX/expr/expr.const/ |
p5-0x.cpp | 18 int ary[a]; // expected-error {{size of array has non-integer type 'const std_example::A'}} member in namespace:std_example
|
/external/opencv/ |
cvjni.cpp | 425 jobjectArray ary = env->NewObjectArray(rects->total, jcls, 0);
local 426 if (ary == 0) {
448 env->SetObjectArrayElement(ary, i, jrect);
452 return ary;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 2127 const float arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 2357 const GLfloat arx = FABSF(rx), ary = FABSF(ry), arz = FABSF(rz); local [all...] |
/prebuilts/sdk/tools/ |
jack-jacoco-reporter.jar | |
/external/robolectric/v3/runtime/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-5.1.1_r9-robolectric-1.jar | |