/external/selinux/libselinux/src/ |
D | compute_user.c | 16 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/ |
D | typeof.c | 13 …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()
|
D | builtin_classify_type.c | 11 static int ary[__builtin_classify_type(a)]; in main() local
|
/external/clang/test/Sema/ |
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 … in func() local
|
D | array-init.c | 9 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time consta… variable
|
/external/vboot_reference/futility/ |
D | cmd_dump_fmap.c | 171 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/ |
D | p5-0x.cpp | 18 int ary[a]; // expected-error {{size of array has non-integer type 'const std_example::A'}} variable
|
/external/opencv/ |
D | cvjni.cpp | 425 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/ |
D | gmock-generated-actions.h.pump | 51 // 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/ |
D | gmock-generated-actions.h.pump | 51 // 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/ |
D | ne.txt | 48 ary{"मोरोक्कोली अरबी"}
|
D | fa.txt | 60 ary{"عربی مراکشی"}
|
D | gu.txt | 58 ary{"મોરોક્કન અરબી"}
|
D | mk.txt | 50 ary{"марокански арапски"}
|
D | ko.txt | 59 ary{"모로코 아랍어"}
|
D | zh_Hant.txt | 63 ary{"摩洛哥阿拉伯文"}
|
D | th.txt | 62 ary{"อาหรับโมร็อกโก"}
|
D | ja.txt | 62 ary{"モロッコ・アラビア語"}
|
D | ksh.txt | 33 ary{"Marokahnesch Arahbesch"}
|
D | ms.txt | 46 ary{"Arab Maghribi"}
|
D | cy.txt | 50 ary{"Arabeg Moroco"}
|
D | br.txt | 49 ary{"arabeg Maroko"}
|
D | lb.txt | 47 ary{"Marokkanescht Arabesch"}
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 2127 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/ |
D | s_texfilter.c | 2357 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()
|