Searched defs:ary (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Parser/
H A Dbuiltin_classify_type.c11 static int ary[__builtin_classify_type(a)]; local
/external/clang/test/Sema/
H A Dincomplete-decl.c15 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 Darray-init.c9 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time constant}} variable
/external/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp18 int ary[a]; // expected-error {{size of array has non-integer type 'const std_example::A'}} member in namespace:std_example
/external/opencv/
H A Dcvjni.cpp425 jobjectArray ary = env->NewObjectArray(rects->total, jcls, 0); local
426 if (ary == 0) {
448 env->SetObjectArrayElement(ary, i, jrect);
452 return ary;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2127 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/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfilter.c2357 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/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2127 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 Ds_texfilter.c2357 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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2146 milliseconds