Searched refs:effective (Results 1 - 25 of 44) sorted by relevance

12

/external/valgrind/memcheck/tests/linux/
H A Dcapget.c26 "effective %#x\n"
29 d.effective,
H A Dcapget.stderr.exp3 effective 0
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c198 m.data.v1.effective = 0x7FFFFFFFU;
202 m.data.v3[0].effective = 0xFFFFFFFFU;
205 m.data.v3[1].effective = 0xFFFFFFFFU;
311 m.data.v3[0].effective =
313 m.data.v3[1].effective =
316 m.data.v3[0].effective = 0;
317 m.data.v3[1].effective = 0;
360 m.data.v3[idx].effective |= MASK(capability);
362 m.data.v3[idx].effective &= ~(MASK(capability));
406 v1_update(action, capability, &m.data.v1.effective);
[all...]
/external/strace/
H A Dcapability.c62 uint32_t effective; member in struct:user_cap_data_struct
130 tprints("{effective=");
131 print_cap_bits(data[0].effective, len > 1 ? data[1].effective : 0);
/external/curl/docs/cmdline-opts/
H A Dkeepalive-time.d8 currently effective on operating systems offering the TCP_KEEPIDLE and
/external/llvm/test/MC/Mips/
H A Dmodule-softfloat.s19 # An explicit .gnu_attribute must be checked against the effective
H A Dnooddspreg-error.s13 # An explicit .gnu_attribute must be checked against the effective
H A Dmodule-hardfloat.s25 # An explicit .gnu_attribute must be checked against the effective
H A Dmips_abi_flags_xx_set.s47 # An explicit .gnu_attribute must be checked against the effective
H A Dnooddspreg-cmdarg.s41 # An explicit .gnu_attribute must be checked against the effective
H A Dnooddspreg.s43 # An explicit .gnu_attribute must be checked against the effective
/external/libcap/libcap/include/uapi/linux/
H A Dcapability.h46 __u32 effective; member in struct:__user_cap_data_struct
118 /* Overrides the following restrictions that the effective user ID
120 bits on that file; that the effective group ID (or one of the
127 /* Overrides the restriction that the real or effective user ID of a
128 process sending a signal must match the real or effective user ID
/external/llvm/test/MC/Mips/mips32/
H A Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32r2/
H A Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32r3/
H A Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32r5/
H A Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64/
H A Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r2/
H A Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r3/
H A Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r5/
H A Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/msa/
H A Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/kernel-headers/original/uapi/linux/
H A Dcapability.h45 __u32 effective; member in struct:__user_cap_data_struct
133 /* Overrides the following restrictions that the effective user ID
135 bits on that file; that the effective group ID (or one of the
142 /* Overrides the restriction that the real or effective user ID of a
143 process sending a signal must match the real or effective user ID
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DMapMaker.java471 boolean[] effective = new boolean[n];
475 effective[0] = prev.incoming > 0;
477 int num = effective[0] ? 1 : 0;
480 if (effective[i] = isTarget(bb, blocks[i - 1])) {
492 if (effective[i])
/external/python/cpython2/Lib/idlelib/
H A 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
[all...]
/external/python/cpython3/Lib/idlelib/
H A Deditor.py1202 raw, effective = classifyws(prefix, self.tabwidth)
1205 self.reindent_to(effective + self.indentwidth)
1211 effective = len(prefix.expandtabs(self.tabwidth))
1213 pad = ' ' * (n - effective % n)
1338 raw, effective = classifyws(line, self.tabwidth)
1339 effective = effective + self.indentwidth
1340 lines[pos] = self._make_blanks(effective) + line[raw:]
1349 raw, effective = classifyws(line, self.tabwidth)
1350 effective
[all...]

Completed in 834 milliseconds

12