/external/clang/test/Parser/ |
H A D | builtin_classify_type.c | 11 static int ary[__builtin_classify_type(a)]; local
|
/external/clang/test/Sema/ |
H A D | 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
|
H A D | 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/ |
H A D | 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/ |
H A D | 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/vboot_reference/futility/ |
H A D | cmd_dump_fmap.c | 171 static void sort_nodes(int num, struct node_s *ary[]) argument 179 if (ary[j]->start > ary[i]->start) { 180 tmp = ary[i]; 181 ary[i] = ary[j]; 182 ary[j] = tmp;
|
/external/opencv/ |
H A D | 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/ |
H A D | sp_tex_sample.c | 2127 const float arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); local 2129 if (arx >= ary && arx >= arz) { 2139 else if (ary >= arx && ary >= arz) {
|
/external/mesa3d/src/mesa/swrast/ |
H A D | s_texfilter.c | 2357 const GLfloat arx = FABSF(rx), ary = FABSF(ry), arz = FABSF(rz); local 2361 if (arx >= ary && arx >= arz) { 2375 else if (ary >= arx && ary >= arz) { 2380 ma = ary; 2386 ma = ary;
|
/external/robolectric/v3/runtime/ |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |