Home
last modified time | relevance | path

Searched refs:ary (Results 1 – 25 of 50) sorted by relevance

12

/external/selinux/libselinux/src/
Dcompute_user.c16 char **ary; in security_compute_user_raw() local
54 ary = malloc((nel + 1) * sizeof(char *)); in security_compute_user_raw()
55 if (!ary) { in security_compute_user_raw()
62 ary[i] = strdup(ptr); in security_compute_user_raw()
63 if (!ary[i]) { in security_compute_user_raw()
64 freeconary(ary); in security_compute_user_raw()
70 ary[nel] = NULL; in security_compute_user_raw()
71 *con = ary; in security_compute_user_raw()
/external/clang/test/Parser/
Dtypeof.c13 …void ary[7] fff; // expected-error{{array has incomplete element type 'void'}} expected-error{{exp… in test() local
14 …typeof(void ary[7]) anIntError; // expected-error{{expected ')'}} expected-note {{to match this '(… in test()
Dbuiltin_classify_type.c11 static int ary[__builtin_classify_type(a)]; in main() local
/external/clang/test/Sema/
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 … in func() local
Darray-init.c9 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time consta… variable
/external/vboot_reference/futility/
Dcmd_dump_fmap.c171 static void sort_nodes(int num, struct node_s *ary[]) in sort_nodes() argument
179 if (ary[j]->start > ary[i]->start) { in sort_nodes()
180 tmp = ary[i]; in sort_nodes()
181 ary[i] = ary[j]; in sort_nodes()
182 ary[j] = tmp; in sort_nodes()
/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp18 int ary[a]; // expected-error {{size of array has non-integer type 'const std_example::A'}} variable
/external/opencv/
Dcvjni.cpp425 jobjectArray ary = env->NewObjectArray(rects->total, jcls, 0); in seqRectsToAndroidRects() local
426 if (ary == 0) { in seqRectsToAndroidRects()
448 env->SetObjectArrayElement(ary, i, jrect); in seqRectsToAndroidRects()
452 return ary; in seqRectsToAndroidRects()
/external/gmock/include/gmock/
Dgmock-generated-actions.h.pump51 // InvokeHelper<F> knows how to unpack an N-tuple and invoke an N-ary
94 // to invoke an n-ary callable, where R is its return type. If an
123 $var arity = [[$if i==2 [[binary]] $elif i==3 [[ternary]] $else [[$i-ary]]]]
149 // type of an n-ary function whose i-th (1-based) argument type is the
757 // (0-based) argument, which must be a k-ary callable, of the mock
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump51 // InvokeHelper<F> knows how to unpack an N-tuple and invoke an N-ary
94 // to invoke an n-ary callable, where R is its return type. If an
123 $var arity = [[$if i==2 [[binary]] $elif i==3 [[ternary]] $else [[$i-ary]]]]
149 // type of an n-ary function whose i-th (1-based) argument type is the
757 // (0-based) argument, which must be a k-ary callable, of the mock
/external/icu/icu4c/source/data/lang/
Dne.txt48 ary{"मोरोक्कोली अरबी"}
Dfa.txt60 ary{"عربی مراکشی"}
Dgu.txt58 ary{"મોરોક્કન અરબી"}
Dmk.txt50 ary{"марокански арапски"}
Dko.txt59 ary{"모로코 아랍어"}
Dzh_Hant.txt63 ary{"摩洛哥阿拉伯文"}
Dth.txt62 ary{"อาหรับโมร็อกโก"}
Dja.txt62 ary{"モロッコ・アラビア語"}
Dksh.txt33 ary{"Marokahnesch Arahbesch"}
Dms.txt46 ary{"Arab Maghribi"}
Dcy.txt50 ary{"Arabeg Moroco"}
Dbr.txt49 ary{"arabeg Maroko"}
Dlb.txt47 ary{"Marokkanescht Arabesch"}
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2127 const float arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); in sample_cube() local
2129 if (arx >= ary && arx >= arz) { in sample_cube()
2139 else if (ary >= arx && ary >= arz) { in sample_cube()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c2357 const GLfloat arx = FABSF(rx), ary = FABSF(ry), arz = FABSF(rz); in choose_cube_face() local
2361 if (arx >= ary && arx >= arz) { in choose_cube_face()
2375 else if (ary >= arx && ary >= arz) { in choose_cube_face()
2380 ma = ary; in choose_cube_face()
2386 ma = ary; in choose_cube_face()

12