HomeSort by relevance Sort by last modified time
    Searched defs:av (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /external/ltp/testcases/kernel/syscalls/creat/
creat07.c 41 char *av[] = {TEST_APP, NULL}; local
42 (void)execve(TEST_APP, av, tst_ipc_envp);
  /external/strace/tests/
qual_signal.c 69 main(int ac, const char **av)
78 test_sig(atoi(av[i]), av[i + 1]); local
  /external/strace/tests-m32/
qual_signal.c 69 main(int ac, const char **av)
78 test_sig(atoi(av[i]), av[i + 1]); local
  /external/strace/tests-mx32/
qual_signal.c 69 main(int ac, const char **av)
78 test_sig(atoi(av[i]), av[i + 1]); local
  /external/ltp/tools/top-LTP/proc/
whattime.c 28 static double av[3]; variable
82 loadavg(&av[0], &av[1], &av[2]);
85 av[0], av[1], av[2]);
  /external/syslinux/gpxe/src/include/gpxe/
ib_pathrec.h 24 * @v av Address vector, or NULL on error
28 struct ib_address_vector *av );
36 struct ib_address_vector av; member in struct:ib_path
68 ib_create_path ( struct ib_device *ibdev, struct ib_address_vector *av,
74 struct ib_address_vector *av );
ib_mi.h 33 * @v av Source address vector
39 struct ib_address_vector *av );
57 * @v av Source address vector (or NULL on error)
66 struct ib_address_vector *av );
78 struct ib_address_vector av; member in struct:ib_mad_transaction
122 union ib_mad *mad, struct ib_address_vector *av );
125 union ib_mad *mad, struct ib_address_vector *av,
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Direction.c 46 AKFLOAT av; /* Size of vector */ local
48 av = AKFS_SQRT((avec->u.x)*(avec->u.x) + (avec->u.y)*(avec->u.y) + (avec->u.z)*(avec->u.z));
50 *pitch = AKFS_ASIN(-(avec->u.y) / av);
51 *roll = AKFS_ASIN((avec->u.x) / av);
  /external/e2fsprogs/lib/support/
argv_parse.c 144 char **av, **cpp; local
150 ret = argv_parse(buf, &ac, &av);
156 for (cpp = av; *cpp; cpp++) {
157 if (cpp != av)
162 argv_free(av);
  /external/ltp/testcases/kernel/syscalls/execve/
execve05.c 60 char *av[6]; variable
69 int main(int ac, char **av)
77 tst_parse_opts(ac, av, NULL, NULL);
88 prog = av[0];
89 iterations = atoi(av[1]);
90 fname1 = av[2];
91 fname2 = av[3];
92 count = atoi(av[4]);
106 av[0] = fname1;
107 av[1] = iter
    [all...]
  /external/selinux/libselinux/src/
checkAccess.c 40 access_vector_t av; local
67 av = string_to_av_perm(sclass, perm);
68 if (av == 0) {
77 return avc_has_perm (scon_id, tcon_id, sclass, av, NULL, aux);
  /external/webrtc/webrtc/base/
array_view_unittest.cc 185 ArrayView<std::vector<std::vector<std::vector<std::string>>>> av; local
186 EXPECT_FALSE(av.begin());
187 EXPECT_FALSE(av.cbegin());
188 EXPECT_FALSE(av.end());
189 EXPECT_FALSE(av.cend());
190 for (auto& e : av) {
198 ArrayView<char> av(arr);
199 EXPECT_EQ('A', *av.begin());
200 EXPECT_EQ('A', *av.cbegin());
201 EXPECT_EQ('\0', *(av.end() - 1))
    [all...]
  /external/ipsec-tools/src/racoon/
security.c 222 access_vector_t av; local
253 av = ASSOCIATION__POLMATCH;
254 rtn = avc_has_perm(slsid, rangesid, tclass, av, NULL, &avd);
  /external/skia/samplecode/
SampleAnimator.cpp 161 SkAnimatorView* av = new SkAnimatorView; local
162 // av->decodeFile("/skimages/test.xml");
164 av->setURIBase("/skia/trunk/animations/");
165 av->decodeFile("/skia/trunk/animations/checkbox.xml");
167 av->setURIBase("/");
168 av->decodeFile("/testanim.txt");
170 return av;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 30 Allocation av; field in class:YuvTest
42 if (av != null) {
43 av.destroy();
79 av = Allocation.createTyped(mRS, tuv);
83 av.copyFrom(bv);
121 script.invoke_makeRef(ay, au, av, aref);
163 script.invoke_makeRef(ay, au, av, aref);
216 script.invoke_makeRef(ay, au, av, aref);
268 script.invoke_makeRef_f4(ay, au, av, aref);
314 script.invoke_makeRef_f4(ay, au, av, aref)
    [all...]
  /external/Microsoft-GSL/tests/
span_tests.cpp 633 span<int, 5> av = arr; local
634 CHECK(av.first<2>().length() == 2);
635 CHECK(av.first(2).length() == 2);
639 span<int, 5> av = arr; local
640 CHECK(av.first<0>().length() == 0);
641 CHECK(av.first(0).length() == 0);
645 span<int, 5> av = arr; local
646 CHECK(av.first<5>().length() == 5);
647 CHECK(av.first(5).length() == 5);
651 span<int, 5> av = arr local
660 span<int> av; local
671 span<int, 5> av = arr; local
677 span<int, 5> av = arr; local
683 span<int, 5> av = arr; local
689 span<int, 5> av = arr; local
697 span<int> av; local
708 span<int, 5> av = arr; local
715 span<int, 5> av = arr; local
721 span<int, 5> av = arr; local
729 span<int, 5> av = arr; local
737 span<int> av; local
744 span<int> av; local
750 span<int> av = arr; local
761 span<int, 5> av = arr; local
    [all...]
strided_span_tests.cpp 42 auto av = as_multi_span(a); local
43 auto sub = av.section({15, 0, 0}, gsl::index<3>{2, 2, 2});
52 const multi_span<int, 5, 10> av = as_multi_span(multi_span<int>{data}, dim<5>(), dim<10>()); local
54 strided_span<int, 2> av_section_1 = av.section({ 1, 2 }, { 3, 4 });
186 const multi_span<int, 2> av(arr, 2);
187 multi_span<const int, 2> av2{ av };
320 multi_span<int> av(arr);
325 CHECK_THROW(av.section(0, 0)[0], fail_fast);
326 CHECK_THROW(av.section(1, 0)[0], fail_fast);
327 CHECK_THROW(av.section(1, 1)[1], fail_fast)
609 auto av = as_multi_span(arr, 8); local
656 multi_span<int, 3, 4, 2> av = arr; local
673 auto av = as_multi_span(as_multi_span(arr, 24), dim<3>(), dim<4>(), dim<2>()); local
678 auto av = as_multi_span(as_multi_span(arr, 24), dim(3), dim<4>(), dim<2>()); local
683 auto av = as_multi_span(as_multi_span(arr, 24), dim<3>(), dim(4), dim<2>()); local
688 auto av = as_multi_span(as_multi_span(arr, 24), dim<3>(), dim<4>(), dim(2)); local
707 auto av = as_multi_span(as_bytes(as_multi_span(arr, 4)), dim(d1), dim(d2)); local
    [all...]
  /external/libedit/examples/
tc1.c 185 const char **av; local
206 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
242 (void) fprintf(stderr, "`%s'\n", av[i]);
245 co, av[i], av[i] + co);
249 if (strcmp(av[0], "history") == 0) {
261 if (strcmp(av[1], "clear") == 0)
268 if (strcmp(av[1], "load") == 0)
269 history(hist, &ev, H_LOAD, av[2]);
270 else if (strcmp(av[1], "save") == 0
    [all...]
wtc1.c 159 const wchar_t **av; local
182 ncontinuation = tok_wline(tok, li, &ac, &av, &cc, &co);
204 (void)fwprintf(stderr, L"`%ls'\n", av[i]);
207 co, av[i], av[i] + co);
211 if (wcscmp (av[0], L"history") == 0) {
221 if (wcscmp(av[1], L"clear") == 0)
227 if (wcscmp(av[1], L"load") == 0)
229 my_wcstombs(av[2]));
230 else if (wcscmp(av[1], L"save") == 0
    [all...]
  /external/skia/tests/
SkNxTest.cpp 174 auto av = Sk4px::DupAlpha(a), local
178 int correct = (av * bv).div255()[0];
182 int fast = av.approxMulDiv255(bv)[0];
  /toolchain/binutils/binutils-2.25/bfd/
elf-hppa.h 1164 unsigned long av, bv; local
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 38 Allocation av; field in class:RSYuvTest
69 av = Allocation.createTyped(mRS, tuv);
73 av.copyFrom(bv);
  /external/libvorbis/vq/
vqgen.c 84 float av=*((float *)a); local
86 return (av<bv)-(av>bv);
  /external/webp/src/enc/
delta_palettization_enc.c 298 const int32_t av = (actual_value >> i) & 0xff; local
300 distance += Square(pv - av);
  /frameworks/base/core/java/android/net/nsd/
DnsSdTxtRecord.java 270 String av = "{" + a; local
273 av += "=" + val + "}";
275 av += "}";
277 result = av;
279 result = result + ", " + av;

Completed in 2916 milliseconds

1 2 3 4 5 6 7 8 9