Home
last modified time | relevance | path

Searched refs:capable (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/external/bcc/tools/
Dcapable_example.txt1 Demonstrations of capable, the Linux eBPF/bcc version.
4 capable traces calls to the kernel cap_capable() function, which does security
7 # ./capable.py
47 It is possible to include a kernel stack trace to the capable events by passing
50 # ./capable.py -K
71 # ./capable.py -h
72 usage: capable.py [-h] [-v] [-p PID] [-K] [-U]
84 ./capable # trace capability checks
85 ./capable -v # verbose: include non-audit checks
86 ./capable -p 181 # only trace PID 181
[all …]
/external/tcpdump/tests/
Dmptcp-fclose.out3 …in 14600, options [mss 1460,sackOK,TS val 38230 ecr 0,nop,wscale 6,mptcp capable csum {0x9b59be3d6…
4 … options [mss 1460,sackOK,TS val 4294943148 ecr 38230,nop,wscale 6,mptcp capable csum {0xd005b1ab3…
5 … [.], ack 1, win 229, options [nop,nop,TS val 38230 ecr 4294943148,mptcp capable csum {0x9b59be3d6…
Drsvp_uni-oobr-3.out5 …RSVPv1 Hello Message (20), Flags: [Refresh reduction capable], length: 65527, ttl: 15, checksum: 0…
10 …RSVPv1 Hello Message (20), Flags: [Refresh reduction capable], length: 65527, ttl: 15, checksum: 0…
Drsvp_uni-oobr-1.out3 …RSVPv1 Hello Message (20), Flags: [Refresh reduction capable], length: 65527, ttl: 15, checksum: 0…
Drsvp_uni-oobr-2.out3 …RSVPv1 Hello Message (20), Flags: [Refresh reduction capable], length: 65527, ttl: 15, checksum: 0…
Drsvp_fast_reroute-oobr.out3 …RSVPv1 Path Message (1), Flags: [Refresh reduction capable], length: 41218, ttl: 227, checksum: 0x…
/external/deqp/doc/testspecs/GLES2/
Dfunctional.negative_api.txt25 + Negative tests for all API functions capable of producing errors
39 Negative API test set goes through all GL commands that are capable of
48 Not all commands, such as glFinish() or glIsBuffer(), are capable of
/external/llvm-project/openmp/docs/
DSupportAndFAQ.rst52 Q: How to build an OpenMP offload capable compiler?
55 To build an *effective* OpenMP offload capable compiler we recommend a two
56 stage build. The first stage Clang does not require to be offload capable but
59 to create a second Clang compiler that is offload capable as well as the
/external/libfuse/lib/
Dfuse_lowlevel.c2003 se->conn.capable = 0; in do_init()
2027 se->conn.capable |= FUSE_CAP_ASYNC_READ; in do_init()
2029 se->conn.capable |= FUSE_CAP_POSIX_LOCKS; in do_init()
2031 se->conn.capable |= FUSE_CAP_ATOMIC_O_TRUNC; in do_init()
2033 se->conn.capable |= FUSE_CAP_EXPORT_SUPPORT; in do_init()
2035 se->conn.capable |= FUSE_CAP_DONT_MASK; in do_init()
2037 se->conn.capable |= FUSE_CAP_FLOCK_LOCKS; in do_init()
2039 se->conn.capable |= FUSE_CAP_AUTO_INVAL_DATA; in do_init()
2041 se->conn.capable |= FUSE_CAP_READDIRPLUS; in do_init()
2043 se->conn.capable |= FUSE_CAP_READDIRPLUS_AUTO; in do_init()
[all …]
/external/llvm/test/Transforms/InstCombine/
DREADME.txt3 for features that the this pass should be capable of performing.
/external/llvm-project/llvm/test/Transforms/InstCombine/
DREADME.txt3 for features that the this pass should be capable of performing.
/external/llvm/test/CodeGen/AArch64/
Dregress-bitcast-formals.ll4 ; actually capable of that (the test was omitted from LowerFormalArguments).
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dregress-bitcast-formals.ll4 ; actually capable of that (the test was omitted from LowerFormalArguments).
/external/toybox/toys/other/
DREADME5 Most of them are necessary to provide a development environment capable of
/external/autotest/docs/
Dfaft-pd.md33 PD FAFT requires hardware to emulate the PD port partner, e.g. a PD-capable
67 * If DUT is dualrole capable, hard resets are done with the DUT in each power
74 * If DUT is dualrole capable, soft resets are done with the DUT in each power
/external/llvm-project/compiler-rt/test/interception/
DCMakeLists.txt4 # Unit tests. There are currently no unit tests capable to running on Apple or
/external/autotest/client/site_tests/network_WiFiHECaps/
Dcontrol.11ax_supported13 it is capable of receiving and transmitting High Efficiency (HE) PPDUs).
/external/fastrpc/
DMETADATA7 "capable SoCs."
/external/okio/
DMETADATA5 "of OkHttp, the capable HTTP client included in Android. It's "
/external/kernel-headers/original/uapi/linux/
Deventpoll.h85 if ((epev->events & EPOLLWAKEUP) && !capable(CAP_BLOCK_SUSPEND)) in ep_take_care_of_epollwakeup()
/external/llvm-project/openmp/runtime/src/i18n/
Den_US.txt291 AffCapableUseCpuinfo "%1$s: Affinity capable, using cpuinfo file"
292 AffUseGlobCpuid "%1$s: Affinity capable, using global cpuid info"
293 AffCapableUseFlat "%1$s: Affinity capable, using default \"flat\" topology"
294 AffNotCapableUseLocCpuid "%1$s: Affinity not capable, using local cpuid info"
295 AffNotCapableUseCpuinfo "%1$s: Affinity not capable, using cpuinfo file"
296 AffFlatTopology "%1$s: Affinity not capable, assuming \"flat\" topology"
365 AffUseGlobCpuidL11 "%1$s: Affinity capable, using global cpuid leaf 11 info"
366 AffNotCapableUseLocCpuidL11 "%1$s: Affinity not capable, using local cpuid leaf 11 info"
380 AffNotCapableUsePthread "%1$s: Affinity not capable, using pthread info"
381 AffUsePthread "%1$s: Affinity capable, using pthread info"
[all …]
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
DZeroStep.ll7 ; Test that SCEV is capable of figuring out value of 'IV' that actually does not change.
/external/llvm-project/llvm/test/MC/COFF/
Dsecrel32-undef.s5 # resulted in an error. That was a mistake. The linker is fully capable of
/external/autotest/server/site_tests/platform_USBHIDWake/
Dcontrol12 DOC = '''This test checks to see whether a USB HID Device is capable of waking
/external/clang/test/Modules/
Ddependency-dump-dependent-module.m20 // We should make Win32/Path.inc capable of long pathnames with '\\?\'.

12345678910>>...15