/external/strace/tests/ |
D | ioctl_evdev.c | 56 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/ |
D | ioctl_evdev.c | 56 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/ |
D | ioctl_evdev.c | 56 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/ |
D | dccp_partial_csum_v6_longer.out | 1 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…
|
D | dccp_partial_csum_v6_simple.out | 1 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/ |
D | evdev.c | 83 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/ |
D | racoon.conf.sample-inherit | 30 remote 3ffe:ffff::1 inherit anonymous 36 remote 3ffe:ffff::1 [8000] inherit 3ffe:ffff::1
|
D | psk.txt.sample | 5 3ffe:501:410:ffff:200:86ff:fe05:80fa mekmitasdigoat 6 3ffe:501:410:ffff:210:4bff:fea2:8baa mekmitasdigoat
|
D | psk.txt.in | 16 3ffe:501:410:ffff:200:86ff:fe05:80fa mekmitasdigoat 17 3ffe:501:410:ffff:210:4bff:fea2:8baa mekmitasdigoat
|
/external/iputils/doc/ |
D | tracepath.sgml | 91 root@mops:~ # tracepath6 3ffe:2400:0:109::2 95 2: 3ffe:2400:0:109::2 463.514ms reached
|
/external/v8/tools/profviz/ |
D | profviz.css | 53 background-color: #ffe;
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MachODump.cpp | 519 for (unsigned ffi = 0, ffe = Functions.size(); ffi != ffe; ++ffi) { in DisassembleInputMachO() local
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 421 RTAP> sender 3ffe:2400::1/FL0xA1234 <Tspec> 426 RTAP> reserve ff 3ffe:2400::1/FL0xA1234 <Flowspec>
|
D | ip-cref.tex | 767 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/ |
D | ref-rvct-neon-nofp16.txt | 652 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, }
|
D | ref-rvct-neon.txt | 702 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, }
|
D | ref-rvct-all.txt | 702 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/ |
D | overflow.sym | 3137 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/ |
D | breakpad_unittests.sym | 541 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/ |
D | sshd_config.0 | 643 …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/ |
D | omap_reorder_funcs.sym | 2641 1ffe 3 101 2798
|
D | omap_stretched.sym | 2521 5ffe b 268 1800
|
D | dump_syms_regtest64.sym | 3669 9ffe 4 317 9904
|
/external/elfutils/tests/ |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 2316 7ffe 4 85 7
|