/external/libcap-ng/libcap-ng-0.7/src/ |
D | cap-ng.c | 198 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/python/cpython3/Lib/idlelib/ |
D | format.py | 270 raw, effective = get_line_indent(line, self.editwin.tabwidth) 271 effective = effective + self.editwin.indentwidth 272 lines[pos] = self.editwin._make_blanks(effective) + line[raw:] 282 raw, effective = get_line_indent(line, self.editwin.tabwidth) 283 effective = max(effective - self.editwin.indentwidth, 0) 284 lines[pos] = self.editwin._make_blanks(effective) + line[raw:] 328 raw, effective = get_line_indent(line, tabwidth) 329 ntabs, nspaces = divmod(effective, tabwidth)
|
/external/ltp/testcases/kernel/syscalls/capset/ |
D | capset02.c | 39 int effective; member 61 data->effective = tc->effective; in verify_capset() 91 data->effective = CAP1; in setup()
|
D | capset03.c | 41 data[0].effective = CAP1; in setup()
|
/external/ltp/lib/ |
D | tst_capability.c | 34 static void do_cap_req(uint32_t *permitted, uint32_t *effective, uint32_t mask, in do_cap_req() argument 40 if (!(*effective & mask)) { in do_cap_req() 42 *effective |= mask; in do_cap_req() 55 uint32_t *pE = &new[CAP_TO_INDEX(cap->id)].effective; in tst_cap_action()
|
/external/strace/ |
D | capability.c | 62 uint32_t effective; member 131 print_cap_bits(data[0].effective, len > 1 ? data[1].effective : 0); in print_cap_data()
|
/external/u-boot/disk/ |
D | part_iso.h | 57 unsigned char effective[17];/* effective date */ member 95 unsigned char effective[17];/* effective date */ member
|
/external/python/cpython2/Lib/idlelib/ |
D | EditorWindow.py | 1267 raw, effective = classifyws(prefix, self.tabwidth) 1270 self.reindent_to(effective + self.indentwidth) 1276 effective = len(prefix.expandtabs(self.tabwidth)) 1278 pad = ' ' * (n - effective % n) 1403 raw, effective = classifyws(line, self.tabwidth) 1404 effective = effective + self.indentwidth 1405 lines[pos] = self._make_blanks(effective) + line[raw:] 1414 raw, effective = classifyws(line, self.tabwidth) 1415 effective = max(effective - self.indentwidth, 0) 1416 lines[pos] = self._make_blanks(effective) + line[raw:] [all …]
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ChangeLog | 23 - 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/ |
D | fast-isel-load-store-vsx.ll | 4 ;; 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-load-store-vsx.ll | 4 ;; 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/ltp/include/ |
D | tst_capability.h | 29 uint32_t effective; member
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_emit.c | 170 unsigned effective = ins->mask; in mir_pack_mask_alu() local 180 effective >>= upper_shift; in mir_pack_mask_alu() 189 alu->mask = expand_writemask(effective, 2); in mir_pack_mask_alu() 191 alu->mask = expand_writemask(effective, 1); in mir_pack_mask_alu() 193 alu->mask = effective; in mir_pack_mask_alu()
|
/external/ltp/testcases/kernel/syscalls/capget/ |
D | capget01.c | 43 if (data[0].effective & 1 << CAP_NET_RAW) in verify_capget()
|
/external/curl/docs/cmdline-opts/ |
D | keepalive-time.d | 8 currently effective on operating systems offering the TCP_KEEPIDLE and
|
/external/llvm/test/MC/Mips/ |
D | module-softfloat.s | 19 # An explicit .gnu_attribute must be checked against the effective
|
D | nooddspreg-error.s | 13 # An explicit .gnu_attribute must be checked against the effective
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | module-softfloat.s | 19 # An explicit .gnu_attribute must be checked against the effective
|
D | nooddspreg-error.s | 13 # An explicit .gnu_attribute must be checked against the effective
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/virt/ |
D | module-virt.s | 21 # An explicit .gnu_attribute must be checked against the effective
|
D | module-novirt.s | 20 # An explicit .gnu_attribute must be checked against the effective
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ginv/ |
D | module-noginv.s | 20 # An explicit .gnu_attribute must be checked against the effective
|
D | module-ginv.s | 21 # An explicit .gnu_attribute must be checked against the effective
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/crc/ |
D | module-nocrc.s | 20 # An explicit .gnu_attribute must be checked against the effective
|
D | module-crc.s | 21 # An explicit .gnu_attribute must be checked against the effective
|