Home
last modified time | relevance | path

Searched refs:ffe (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/tests/
Dioctl_evdev.c56 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str) in print_ffe_common() argument
60 type_str, ffe->id, ffe->direction); in print_ffe_common()
64 ffe->trigger.button, ffe->trigger.interval, in print_ffe_common()
65 ffe->replay.length, ffe->replay.delay); in print_ffe_common()
199 struct ff_effect *const ffe = tail_alloc(sizeof(*ffe)); in main() local
200 fill_memory(ffe, sizeof(*ffe)); in main()
202 ffe->type = FF_CONSTANT; in main()
203 ioctl(-1, EVIOCSFF, ffe); in main()
204 print_ffe_common(ffe, "FF_CONSTANT"); in main()
207 printf(", constant={level=%hd", ffe->u.constant.level); in main()
[all …]
/external/strace/tests-m32/
Dioctl_evdev.c56 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str) in print_ffe_common() argument
60 type_str, ffe->id, ffe->direction); in print_ffe_common()
64 ffe->trigger.button, ffe->trigger.interval, in print_ffe_common()
65 ffe->replay.length, ffe->replay.delay); in print_ffe_common()
199 struct ff_effect *const ffe = tail_alloc(sizeof(*ffe)); in main() local
200 fill_memory(ffe, sizeof(*ffe)); in main()
202 ffe->type = FF_CONSTANT; in main()
203 ioctl(-1, EVIOCSFF, ffe); in main()
204 print_ffe_common(ffe, "FF_CONSTANT"); in main()
207 printf(", constant={level=%hd", ffe->u.constant.level); in main()
[all …]
/external/strace/tests-mx32/
Dioctl_evdev.c56 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str) in print_ffe_common() argument
60 type_str, ffe->id, ffe->direction); in print_ffe_common()
64 ffe->trigger.button, ffe->trigger.interval, in print_ffe_common()
65 ffe->replay.length, ffe->replay.delay); in print_ffe_common()
199 struct ff_effect *const ffe = tail_alloc(sizeof(*ffe)); in main() local
200 fill_memory(ffe, sizeof(*ffe)); in main()
202 ffe->type = FF_CONSTANT; in main()
203 ioctl(-1, EVIOCSFF, ffe); in main()
204 print_ffe_common(ffe, "FF_CONSTANT"); in main()
207 printf(", constant={level=%hd", ffe->u.constant.level); in main()
[all …]
/external/tcpdump/tests/
Ddccp_partial_csum_v6_longer.out1 IP6 (hlim 64, next-header DCCP (33) payload length: 32) 3ffe::1.55024 > 3ffe::2.5001: DCCP (CCVal 0…
2 IP6 (hlim 64, next-header DCCP (33) payload length: 48) 3ffe::2.5001 > 3ffe::1.55024: DCCP (CCVal 0…
3 IP6 (hlim 64, next-header DCCP (33) payload length: 36) 3ffe::1.55024 > 3ffe::2.5001: DCCP (CCVal 0…
4 IP6 (hlim 64, next-header DCCP (33) payload length: 164) 3ffe::1.55024 > 3ffe::2.5001: DCCP (CCVal …
5 IP6 (hlim 64, next-header DCCP (33) payload length: 32) 3ffe::2.5001 > 3ffe::1.55024: DCCP (CCVal 0…
6 IP6 (hlim 64, next-header DCCP (33) payload length: 160) 3ffe::1.55024 > 3ffe::2.5001: DCCP (CCVal …
7 IP6 (hlim 64, next-header DCCP (33) payload length: 32) 3ffe::1.55024 > 3ffe::2.5001: DCCP (CCVal 0…
8 IP6 (hlim 64, next-header DCCP (33) payload length: 32) 3ffe::2.5001 > 3ffe::1.55024: DCCP (CCVal 0…
9 IP6 (hlim 64, next-header DCCP (33) payload length: 40) 3ffe::2.5001 > 3ffe::1.55024: DCCP (CCVal 0…
Ddccp_partial_csum_v6_simple.out1 IP6 (hlim 64, next-header DCCP (33) payload length: 32) 3ffe::1.52921 > 3ffe::2.5001: DCCP (CCVal 0…
2 IP6 (hlim 64, next-header DCCP (33) payload length: 48) 3ffe::2.5001 > 3ffe::1.52921: DCCP (CCVal 0…
3 IP6 (hlim 64, next-header DCCP (33) payload length: 36) 3ffe::1.52921 > 3ffe::2.5001: DCCP (CCVal 0…
4 IP6 (hlim 64, next-header DCCP (33) payload length: 48) 3ffe::1.52921 > 3ffe::2.5001: DCCP (CCVal 0…
5 IP6 (hlim 64, next-header DCCP (33) payload length: 32) 3ffe::2.5001 > 3ffe::1.52921: DCCP (CCVal 0…
6 IP6 (hlim 64, next-header DCCP (33) payload length: 32) 3ffe::1.52921 > 3ffe::2.5001: DCCP (CCVal 0…
7 IP6 (hlim 64, next-header DCCP (33) payload length: 40) 3ffe::2.5001 > 3ffe::1.52921: DCCP (CCVal 0…
/external/strace/
Devdev.c83 struct_ff_effect ffe; in ff_effect_ioctl() local
85 if (umove_or_printaddr(tcp, arg, &ffe)) in ff_effect_ioctl()
89 printxval(evdev_ff_types, ffe.type, "FF_???"); in ff_effect_ioctl()
92 ffe.id, in ff_effect_ioctl()
93 ffe.direction); in ff_effect_ioctl()
104 ffe.trigger.button, in ff_effect_ioctl()
105 ffe.trigger.interval, in ff_effect_ioctl()
106 ffe.replay.length, in ff_effect_ioctl()
107 ffe.replay.delay); in ff_effect_ioctl()
109 switch (ffe.type) { in ff_effect_ioctl()
[all …]
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit30 remote 3ffe:ffff::1 inherit anonymous
36 remote 3ffe:ffff::1 [8000] inherit 3ffe:ffff::1
Dpsk.txt.sample5 3ffe:501:410:ffff:200:86ff:fe05:80fa mekmitasdigoat
6 3ffe:501:410:ffff:210:4bff:fea2:8baa mekmitasdigoat
Dpsk.txt.in16 3ffe:501:410:ffff:200:86ff:fe05:80fa mekmitasdigoat
17 3ffe:501:410:ffff:210:4bff:fea2:8baa mekmitasdigoat
/external/iputils/doc/
Dtracepath.sgml91 root@mops:~ # tracepath6 3ffe:2400:0:109::2
95 2: 3ffe:2400:0:109::2 463.514ms reached
/external/v8/tools/profviz/
Dprofviz.css53 background-color: #ffe;
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp519 for (unsigned ffi = 0, ffe = Functions.size(); ffi != ffe; ++ffi) { in DisassembleInputMachO() local
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex421 RTAP> sender 3ffe:2400::1/FL0xA1234 <Tspec>
426 RTAP> reserve ff 3ffe:2400::1/FL0xA1234 <Flowspec>
Dip-cref.tex767 inet6 3ffe:2400:0:1:2a0:ccff:fe66:1878/64 scope global dynamic
1795 3ffe:2400::220:afff:fef4:c5d1 via 3ffe:2400::220:afff:fef4:c5d1 \
1798 3ffe:2400::280:adff:feb7:8034 via 3ffe:2400::280:adff:feb7:8034 \
1801 3ffe:2400::280:c8ff:fe59:5bcc via 3ffe:2400::280:c8ff:fe59:5bcc \
1804 3ffe:2400:0:1:2a0:ccff:fe66:1878 via 3ffe:2400:0:1:2a0:ccff:fe66:1878 \
1807 3ffe:2400:0:1:a00:20ff:fe71:fb30 via 3ffe:2400:0:1:a00:20ff:fe71:fb30 \
/external/arm-neon-tests/
Dref-rvct-neon-nofp16.txt652 VSHR_N:5:result_uint16x4 [] = { 1ffe, 1ffe, 1ffe, 1ffe, }
663 VSHR_N:16:result_uint16x8 [] = { 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, }
5763 VRSHR_N:5:result_uint16x4 [] = { 1ffe, 1ffe, 1ffe, 1ffe, }
5774 VRSHR_N:16:result_uint16x8 [] = { 1ffe, 1ffe, 1ffe, 1ffe, 1fff, 1fff, 1fff, 1fff, }
Dref-rvct-neon.txt702 VSHR_N:5:result_uint16x4 [] = { 1ffe, 1ffe, 1ffe, 1ffe, }
714 VSHR_N:17:result_uint16x8 [] = { 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, }
6187 VRSHR_N:5:result_uint16x4 [] = { 1ffe, 1ffe, 1ffe, 1ffe, }
6199 VRSHR_N:17:result_uint16x8 [] = { 1ffe, 1ffe, 1ffe, 1ffe, 1fff, 1fff, 1fff, 1fff, }
Dref-rvct-all.txt702 VSHR_N:5:result_uint16x4 [] = { 1ffe, 1ffe, 1ffe, 1ffe, }
714 VSHR_N:17:result_uint16x8 [] = { 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, 1ffe, }
6187 VRSHR_N:5:result_uint16x4 [] = { 1ffe, 1ffe, 1ffe, 1ffe, }
6199 VRSHR_N:17:result_uint16x8 [] = { 1ffe, 1ffe, 1ffe, 1ffe, 1fff, 1fff, 1fff, 1fff, }
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym3137 9ffe 3 686 43
5686 STACK CFI 2ffe .cfa: $rsp 16 +
5956 STACK CFI 8ffe .cfa: $rsp 48 +
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym541 13ffe 2 1019 6
3695 17ffe 8 87 8
4233 18ffe 6 212 126
8417 20ffe 2 59 17
10525 FUNC 24ffe 1a 0 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::append
10526 24ffe 2 529 136
12523 28ffe 8 486 85
27113 41ffe 2 1115 89
28371 43ffe 6 529 4
29826 45ffe 2 129 23
[all …]
/external/openssh/
Dsshd_config.0643 …M-bM-^@M-^\192.0.2.0/24M-bM-^@M-^] or M-bM-^@M-^\3ffe:ffff::/32M-bM-^@M-^]. Note that the mask le…
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_funcs.sym2641 1ffe 3 101 2798
Domap_stretched.sym2521 5ffe b 268 1800
Ddump_syms_regtest64.sym3669 9ffe 4 317 9904
/external/elfutils/tests/
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym2316 7ffe 4 85 7

12