/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/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/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/python/cpython3/Lib/idlelib/ |
D | editor.py | 1287 raw, effective = classifyws(prefix, self.tabwidth) 1290 self.reindent_to(effective + self.indentwidth) 1296 effective = len(prefix.expandtabs(self.tabwidth)) 1298 pad = ' ' * (n - effective % n) 1422 raw, effective = classifyws(line, self.tabwidth) 1423 effective = effective + self.indentwidth 1424 lines[pos] = self._make_blanks(effective) + line[raw:] 1433 raw, effective = classifyws(line, self.tabwidth) 1434 effective = max(effective - self.indentwidth, 0) 1435 lines[pos] = self._make_blanks(effective) + line[raw:] [all …]
|
/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/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/tensorflow/tensorflow/contrib/receptive_field/ |
D | README.md | 14 convnet model | receptive field | effective stride | effective padding 38 which will return the receptive field, effective stride and effective padding
|
/external/tensorflow/tensorflow/lite/g3doc/models/segmentation/ |
D | overview.md | 26 … objects at multiple scales with filters at multiple sampling rates and effective fields-of-views.… 28 …<li>DeepLabv3+: We extend DeepLabv3 to include a simple yet effective decoder module to refine the…
|
/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
|
D | module-hardfloat.s | 25 # 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
|
D | module-hardfloat.s | 25 # 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/crc/ |
D | module-crc.s | 21 # An explicit .gnu_attribute must be checked against the effective
|
D | module-nocrc.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/libcap/libcap/include/uapi/linux/ |
D | capability.h | 46 __u32 effective; member
|
/external/kernel-headers/original/uapi/linux/ |
D | capability.h | 45 __u32 effective; member
|