/external/libjpeg-turbo/simd/powerpc/ |
jdsample-altivec.c | 328 __vector unsigned char in, inl, inh; local 339 inh = vec_mergel(in, in); 342 vec_st(inh, 16, outptr); 347 inh = vec_mergel(in, in); 350 vec_st(inh, 48, outptr); 366 __vector unsigned char in, inl, inh; local 379 inh = vec_mergel(in, in); 384 vec_st(inh, 16, outptr0); 385 vec_st(inh, 16, outptr1); 390 inh = vec_mergel(in, in) [all...] |
/external/libcap/progs/ |
quicktest.sh | 117 pass_capsh --secbits=47 --inh=cap_setuid,cap_setgid --drop=cap_setuid \ 138 ./capsh --uid=500 --inh=none --print -- ./hack.sh
|
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
test_execve.c | 207 bool eff, bool perm, bool inh, bool ambient) 210 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"), 215 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) 217 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient);
|
/external/jdiff/src/jdiff/ |
APIComparator.java | 581 int inh = changedInheritance(oldMethod.inheritedFrom_, newMethod.inheritedFrom_); local 582 if (inh != 0) 584 if (inh == 1) { 587 } else if (inh == 2) { 589 } else if (inh == 3) { 710 int inh = changedInheritance(oldField.inheritedFrom_, newField.inheritedFrom_); local [all...] |
/external/guava/guava/lib/ |
jdiff.jar | |
/external/guice/lib/build/jdiff/ |
jdiff.jar | |
/external/pcre/dist2/ |
RunGrepTest | 136 (cd $srcdir; $valgrind $vjs $pcre2grep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep [all...] |
RunGrepTest.bat | 114 (pushd %srcdir% & %pcre2grep% -inh PATTERN ./testdata/grepinput ./testdata/grepinputx & popd) >>testtrygrep
[all...] |
/external/vulkan-validation-layers/tests/ |
layer_validation_tests.cpp | [all...] |