Home
last modified time | relevance | path

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

12345678

/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.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 = max(effective - self.indentwidth, 0)
1351 lines[pos] = self._make_blanks(effective) + line[raw:]
[all …]
/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/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java471 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/
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/valgrind/memcheck/tests/linux/
Dcapget.c29 d.effective, in main()
Dcapget.stderr.exp3 effective 0
Dcapget.stderr.exp24 effective 0x........
/external/tensorflow/tensorflow/docs_src/mobile/
Dmobile_intro.md93 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/
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/libcap/libcap/include/uapi/linux/
Dcapability.h46 __u32 effective; member
/external/kernel-headers/original/uapi/linux/
Dcapability.h45 __u32 effective; member
/external/llvm/test/MC/Mips/mips32/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StridedSlice.pbtxt103 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/
Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32r5/
Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32r3/
Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r5/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r2/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective

12345678