Home
last modified time | relevance | path

Searched refs:effective (Results 1 – 25 of 114) sorted by relevance

12345

/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c198 m.data.v1.effective = 0x7FFFFFFFU; in capng_fill()
202 m.data.v3[0].effective = 0xFFFFFFFFU; in capng_fill()
205 m.data.v3[1].effective = 0xFFFFFFFFU; in capng_fill()
311 m.data.v3[0].effective = in load_data()
313 m.data.v3[1].effective = in load_data()
316 m.data.v3[0].effective = 0; in load_data()
317 m.data.v3[1].effective = 0; in load_data()
360 m.data.v3[idx].effective |= MASK(capability); in update_effective()
362 m.data.v3[idx].effective &= ~(MASK(capability)); in update_effective()
406 v1_update(action, capability, &m.data.v1.effective); in capng_update()
[all …]
/external/strace/
Dcapability.c61 uint32_t effective; member
128 print_cap_bits(data[0].effective, len > 1 ? data[1].effective : 0); in print_cap_data()
/external/libchrome/sandbox/linux/services/
Dcredentials.cc189 data[index].effective |= mask; in SetCapabilitiesOnCurrentThread()
218 if (data[i].effective || data[i].permitted || data[i].inheritable) { in HasAnyCapability()
237 return (data[index].effective | data[index].permitted | in HasCapability()
/external/libcap-ng/libcap-ng-0.7/
DChangeLog23 - Fix effective capabilities read from file descriptor
27 - In netcap and pscap use the effective uid
52 - Use bit mask on effective capabilities check in have_capabilities
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-load-store-vsx.ll4 ;; whether it is used as base or offset. If used as base, the effective
6 ;; an offset the content will be used in the effective address. We observed that
/external/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java471 boolean[] effective = new boolean[n]; in toStackMap2()
475 effective[0] = prev.incoming > 0; in toStackMap2()
477 int num = effective[0] ? 1 : 0; in toStackMap2()
480 if (effective[i] = isTarget(bb, blocks[i - 1])) { in toStackMap2()
492 if (effective[i]) in toStackMap2()
/external/libchrome/sandbox/linux/system_headers/
Dcapability.h37 uint32_t effective; member
/external/valgrind/memcheck/tests/linux/
Dcapget.c29 d.effective, in main()
Dcapget.stderr.exp3 effective 0
Dcapget.stderr.exp24 effective 0x........
/external/llvm/test/MC/Mips/
Dmodule-softfloat.s19 # An explicit .gnu_attribute must be checked against the effective
Dnooddspreg-error.s13 # An explicit .gnu_attribute must be checked against the effective
Dmodule-hardfloat.s25 # An explicit .gnu_attribute must be checked against the effective
/external/autotest/client/site_tests/security_EnableChromeTesting/
Dcontrol18 Set our effective user ID and make the EnableChromeTesting DBus call. The call
/external/kernel-headers/original/uapi/linux/
Dcapability.h46 __u32 effective; member
/external/libcap/libcap/include/uapi/linux/
Dcapability.h46 __u32 effective; member
/external/autotest/client/site_tests/security_BundledExtensions/
Dcontrol22 what their effective permissions are, etc. Then it compares those to a
/external/opencv3/doc/py_tutorials/py_imgproc/py_filtering/
Dpy_filtering.markdown92 zeros, they are calculated from kernel size. Gaussian blurring is highly effective in removing
108 element is replaced with this median value. This is highly effective against salt-and-pepper noise
124 **cv2.bilateralFilter()** is highly effective in noise removal while keeping edges sharp. But the
/external/llvm/test/MC/Mips/mips64r2/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r5/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r3/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/msa/
Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32r2/
Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective

12345