Home
last modified time | relevance | path

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

12345678910

/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.c62 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/
DEditorWindow.py1267 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/
Deditor.py1287 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/
Dpart_iso.h57 unsigned char effective[17];/* effective date */ member
95 unsigned char effective[17];/* effective date */ member
/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/swiftshader/third_party/llvm-7.0/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/tensorflow/tensorflow/contrib/receptive_field/
DREADME.md14 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/
Doverview.md26 … 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/
Dkeepalive-time.d8 currently effective on operating systems offering the TCP_KEEPIDLE and
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/virt/
Dmodule-virt.s21 # An explicit .gnu_attribute must be checked against the effective
Dmodule-novirt.s20 # An explicit .gnu_attribute must be checked against the effective
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/crc/
Dmodule-crc.s21 # An explicit .gnu_attribute must be checked against the effective
Dmodule-nocrc.s20 # An explicit .gnu_attribute must be checked against the effective
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ginv/
Dmodule-noginv.s20 # An explicit .gnu_attribute must be checked against the effective
Dmodule-ginv.s21 # An explicit .gnu_attribute must be checked against the effective
/external/libcap/libcap/include/uapi/linux/
Dcapability.h46 __u32 effective; member
/external/kernel-headers/original/uapi/linux/
Dcapability.h45 __u32 effective; member

12345678910