/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 | 1202 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 = max(effective - self.indentwidth, 0) 1351 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/javassist/src/main/javassist/bytecode/stackmap/ |
D | MapMaker.java | 471 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/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/valgrind/memcheck/tests/linux/ |
D | capget.c | 29 d.effective, in main()
|
D | capget.stderr.exp | 3 effective 0
|
D | capget.stderr.exp2 | 4 effective 0x........
|
/external/tensorflow/tensorflow/docs_src/mobile/ |
D | mobile_intro.md | 93 TensorFlow is an effective way of deploying them. 97 Google Translate’s live camera view is a great example of how effective 123 very effective at this sort of task, and you can find descriptions of a lot of 186 3. Pick an effective model for the problem 217 will only be effective at the task you teach it. It’s also worth investing in 229 ### Pick an effective model 231 The next step is to pick an effective model to use. You might be able to avoid
|
/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/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
|
/external/llvm/test/MC/Mips/mips32/ |
D | abiflags.s | 35 # An explicit .gnu_attribute must be checked against the effective
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_StridedSlice.pbtxt | 103 given `begin` with an implicit effective value of `0` if `stride > 0` and 106 `(3,)` tensor `foo[:]`, the effective `begin` and `end` are `0` and `3`. Do 107 not assume this is equivalent to `foo[0:-1]` which has an effective `begin`
|
/external/llvm/test/MC/Mips/mips32r2/ |
D | abiflags.s | 36 # An explicit .gnu_attribute must be checked against the effective
|
/external/llvm/test/MC/Mips/mips32r5/ |
D | abiflags.s | 36 # An explicit .gnu_attribute must be checked against the effective
|
/external/llvm/test/MC/Mips/mips32r3/ |
D | abiflags.s | 36 # An explicit .gnu_attribute must be checked against the effective
|
/external/llvm/test/MC/Mips/mips64r5/ |
D | abiflags.s | 35 # An explicit .gnu_attribute must be checked against the effective
|
/external/llvm/test/MC/Mips/mips64/ |
D | abiflags.s | 35 # An explicit .gnu_attribute must be checked against the effective
|
/external/llvm/test/MC/Mips/mips64r2/ |
D | abiflags.s | 35 # An explicit .gnu_attribute must be checked against the effective
|