/external/adhd/scripts/audio_thread_log_viewer/ |
D | log.test | 3 Output dev: bdw-rt5677: :1,0 8 496098.524565708 DEV_SLEEP_TIME dev:8 wake:000496098.545892346 11 496098.545994178 ODEV_NO_STREAMS dev:8 hw_level:992 write:1056 12 496098.546000808 SET_DEV_WAKE dev:8 hw_level:2048 sleep:1024 13 496098.546001355 DEV_SLEEP_TIME dev:8 wake:000496098.567328258 16 496098.567615773 ODEV_NO_STREAMS dev:8 hw_level:1040 write:1008 17 496098.567622518 SET_DEV_WAKE dev:8 hw_level:2048 sleep:1024 18 496098.567623059 DEV_SLEEP_TIME dev:8 wake:000496098.588949912 21 496098.589240896 ODEV_NO_STREAMS dev:8 hw_level:992 write:1056 22 496098.589247582 SET_DEV_WAKE dev:8 hw_level:2048 sleep:1024 [all …]
|
/external/rootdev/ |
D | rootdev_test.sh | 83 out=$("${ROOTDEV}" --block $WORKDIR 2>/dev/null) 91 local dev=$2 93 mkdir -p $dev 96 echo "10:0" > $block/sda/dev 97 echo "10:1" > $block/sda/sda1/dev 98 echo "10:2" > $block/sda/sda2/dev 99 mknod $dev/sda1 b 10 1 100 mknod $dev/sda2 b 10 2 101 mknod $dev/sda b 10 0 106 local dev=$WORKDIR/dev [all …]
|
/external/libiio/src/ |
D | device.c | 66 char * iio_device_get_xml(const struct iio_device *dev, size_t *length) in iio_device_get_xml() argument 69 + strlen(dev->id) + (dev->name ? strlen(dev->name) : 0); in iio_device_get_xml() 74 attrs_len = malloc(dev->nb_attrs * sizeof(*attrs_len)); in iio_device_get_xml() 78 attrs = malloc(dev->nb_attrs * sizeof(*attrs)); in iio_device_get_xml() 82 for (i = 0; i < dev->nb_attrs; i++) { in iio_device_get_xml() 83 char *xml = get_attr_xml(dev->attrs[i], &attrs_len[i], IIO_ATTR_TYPE_DEVICE); in iio_device_get_xml() 90 channels_len = malloc(dev->nb_channels * sizeof(*channels_len)); in iio_device_get_xml() 94 channels = malloc(dev->nb_channels * sizeof(*channels)); in iio_device_get_xml() 98 for (j = 0; j < dev->nb_channels; j++) { in iio_device_get_xml() 99 char *xml = iio_channel_get_xml(dev->channels[j], in iio_device_get_xml() [all …]
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | vxlan.sh | 19 ip link set dev $swp1 up 20 ip link set dev $swp2 up 27 ip link set dev $swp2 down 28 ip link set dev $swp1 down 33 ip link set dev $swp1 master br0 35 ip link set dev vxlan0 master br0 38 ip link set dev $swp1 nomaster 40 ip link set dev $swp1 master br0 46 ip link set dev $swp1 master br0 48 ip link set dev vxlan0 master br0 &> /dev/null [all …]
|
D | rtnetlink.sh | 43 ip link set dev $swp1 up 44 ip link set dev $swp2 up 51 ip link set dev $swp2 down 52 ip link set dev $swp1 down 64 ip addr flush dev $swp1 65 ip addr flush dev $swp2 68 ip addr add dev $swp1 192.0.2.1/28 71 ip link set dev $swp1 addr 00:11:22:33:44:55 76 ip addr add dev $swp2 192.0.2.2/28 &>/dev/null 78 ip addr add dev $swp2 192.0.2.2/28 2>&1 >/dev/null \ [all …]
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_tunnel.sh | 12 # | tnl dev | | | tnl dev | (overlay network) 27 # tunnel dev <type>11, ex: gre11, IPv4: 10.1.1.200 (overlay) 32 # tunnel dev <type>00, ex: gre00, IPv4: 10.1.1.100 (overlay) 40 # 1) Route lookup shows 10.1.1.100/24 belongs to tnl dev, fwd to tnl dev. 46 # 6) Forward the packet to the overlay tnl dev 59 ip netns exec at_ns0 ip addr add 172.16.1.100/24 dev veth0 60 ip netns exec at_ns0 ip link set dev veth0 up 61 ip link set dev veth1 up mtu 1500 62 ip addr add dev veth1 172.16.1.200/24 69 ip link add dev $DEV_NS type $TYPE seq key 2 \ [all …]
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_dev_attr.c | 16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_manufacturer() argument 21 len = dev->manufacturer ? os_strlen(dev->manufacturer) : 0; in wps_build_manufacturer() 35 wpabuf_put_data(msg, dev->manufacturer, len); in wps_build_manufacturer() 40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_name() argument 45 len = dev->model_name ? os_strlen(dev->model_name) : 0; in wps_build_model_name() 59 wpabuf_put_data(msg, dev->model_name, len); in wps_build_model_name() 64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_number() argument 69 len = dev->model_number ? os_strlen(dev->model_number) : 0; in wps_build_model_number() 83 wpabuf_put_data(msg, dev->model_number, len); in wps_build_model_number() 88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_serial_number() argument [all …]
|
/external/libdrm/amdgpu/ |
D | amdgpu_gpu_info.c | 33 drm_public int amdgpu_query_info(amdgpu_device_handle dev, unsigned info_id, in amdgpu_query_info() argument 43 return drmCommandWrite(dev->fd, DRM_AMDGPU_INFO, &request, in amdgpu_query_info() 47 drm_public int amdgpu_query_crtc_from_id(amdgpu_device_handle dev, unsigned id, in amdgpu_query_crtc_from_id() argument 58 return drmCommandWrite(dev->fd, DRM_AMDGPU_INFO, &request, in amdgpu_query_crtc_from_id() 62 drm_public int amdgpu_read_mm_registers(amdgpu_device_handle dev, in amdgpu_read_mm_registers() argument 77 return drmCommandWrite(dev->fd, DRM_AMDGPU_INFO, &request, in amdgpu_read_mm_registers() 81 drm_public int amdgpu_query_hw_ip_count(amdgpu_device_handle dev, in amdgpu_query_hw_ip_count() argument 93 return drmCommandWrite(dev->fd, DRM_AMDGPU_INFO, &request, in amdgpu_query_hw_ip_count() 97 drm_public int amdgpu_query_hw_ip_info(amdgpu_device_handle dev, unsigned type, in amdgpu_query_hw_ip_info() argument 110 return drmCommandWrite(dev->fd, DRM_AMDGPU_INFO, &request, in amdgpu_query_hw_ip_info() [all …]
|
D | amdgpu_device.c | 96 static void amdgpu_device_free_internal(amdgpu_device_handle dev) in amdgpu_device_free_internal() argument 101 while (*node != dev && (*node)->next) in amdgpu_device_free_internal() 106 close(dev->fd); in amdgpu_device_free_internal() 107 if ((dev->flink_fd >= 0) && (dev->fd != dev->flink_fd)) in amdgpu_device_free_internal() 108 close(dev->flink_fd); in amdgpu_device_free_internal() 110 amdgpu_vamgr_deinit(&dev->vamgr_32); in amdgpu_device_free_internal() 111 amdgpu_vamgr_deinit(&dev->vamgr); in amdgpu_device_free_internal() 112 amdgpu_vamgr_deinit(&dev->vamgr_high_32); in amdgpu_device_free_internal() 113 amdgpu_vamgr_deinit(&dev->vamgr_high); in amdgpu_device_free_internal() 114 handle_table_fini(&dev->bo_handles); in amdgpu_device_free_internal() [all …]
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | matchall.json | 10 "$IP link add dev $DUMMY type dummy || /bin/true", 11 "$TC qdisc add dev $DUMMY ingress" 13 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ip matchall act… 15 "verifyCmd": "$TC filter get dev $DUMMY parent ffff: handle 1 prio 1 protocol ip matchall", 19 "$TC qdisc del dev $DUMMY ingress", 20 "$IP link del dev $DUMMY type dummy" 31 "$IP link add dev $DUMMY type dummy || /bin/true", 32 "$TC qdisc add dev $DUMMY root handle 1: prio" 34 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ip matchall action… 36 "verifyCmd": "$TC filter get dev $DUMMY parent 1: handle 1 prio 1 protocol ip matchall", [all …]
|
D | fw.json | 13 "$TC qdisc add dev $DEV1 ingress" 15 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 65535 fw action ok", 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65535 protocol all fw", 21 "$TC qdisc del dev $DEV1 ingress" 35 "$TC qdisc add dev $DEV1 ingress" 37 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 65536 fw action ok", 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65536 protocol all fw", 43 "$TC qdisc del dev $DEV1 ingress" 162 "$TC qdisc add dev $DEV1 ingress" 164 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 fw action ok", [all …]
|
/external/oss-fuzz/projects/libreoffice/ |
D | Dockerfile | 28 ADD https://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-201… 29 … https://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip \ 30 https://dev-www.libreoffice.org/src/Amiri-0.111.zip \ 31 https://dev-www.libreoffice.org/src/ReemKufi-0.7.zip \ 32 …https://dev-www.libreoffice.org/src/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.0… 33 …https://dev-www.libreoffice.org/src/907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.0… 34 …https://dev-www.libreoffice.org/src/134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.t… 35 https://dev-www.libreoffice.org/src/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip \ 36 https://dev-www.libreoffice.org/src/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip \ 37 …https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.g… [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | rtnetlink.sh | 39 ip link del dev "$devdummy" 45 dev="$1" 48 ip netconf show dev "$dev" > /dev/null 52 ip -$f netconf show dev "$dev" > /dev/null 57 echo "FAIL: ip netconf show $dev" 73 ip link set dev "$devdummy" master "$devbr" 81 ip addr add dev "$vlandev" 10.200.7.23/30 83 ip -6 addr add dev "$vlandev" dead:42::1234/64 85 ip -d link > /dev/null 87 ip r s t all > /dev/null [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | router_multipath.sh | 11 ip link set dev $h1 master vrf-h1 13 ip link set dev vrf-h1 up 14 ip link set dev $h1 up 16 ip address add 192.0.2.2/24 dev $h1 17 ip address add 2001:db8:1::2/64 dev $h1 28 ip address del 2001:db8:1::2/64 dev $h1 29 ip address del 192.0.2.2/24 dev $h1 31 ip link set dev $h1 down 38 ip link set dev $h2 master vrf-h2 40 ip link set dev vrf-h2 up [all …]
|
D | router_mpath_nh.sh | 11 ip link set dev $h1 master vrf-h1 13 ip link set dev vrf-h1 up 14 ip link set dev $h1 up 16 ip address add 192.0.2.2/24 dev $h1 17 ip address add 2001:db8:1::2/64 dev $h1 28 ip address del 2001:db8:1::2/64 dev $h1 29 ip address del 192.0.2.2/24 dev $h1 31 ip link set dev $h1 down 38 ip link set dev $h2 master vrf-h2 40 ip link set dev vrf-h2 up [all …]
|
D | tc_flower.sh | 26 tc qdisc add dev $h2 clsact 31 tc qdisc del dev $h2 clsact 41 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \ 43 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \ 49 tc_check_packets "dev $h2 ingress" 101 1 52 tc_check_packets "dev $h2 ingress" 102 1 55 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower 56 tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower 67 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \ 69 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \ [all …]
|
/external/adhd/cras/src/server/ |
D | cras_bt_io.c | 58 struct cras_iodev *dev, in add_profile_dev() argument 68 n->base.dev = bt_iodev; in add_profile_dev() 72 n->base.stable_id = dev->info.stable_id; in add_profile_dev() 76 strcpy(n->base.name, dev->info.name); in add_profile_dev() 77 n->profile_dev = dev; in add_profile_dev() 138 struct cras_iodev *dev = active_profile_dev(iodev); in open_dev() local 141 /* Force to use HFP if opening input dev. */ in open_dev() 151 if (dev && dev->open_dev) { in open_dev() 152 rc = dev->open_dev(dev); in open_dev() 167 struct cras_iodev *dev = active_profile_dev(iodev); in update_supported_formats() local [all …]
|
D | cras_iodev_list.c | 36 * dev - The device. 40 struct cras_iodev *dev; member 102 struct cras_iodev *dev; in find_dev() local 104 DL_FOREACH (devs[CRAS_STREAM_OUTPUT].iodevs, dev) in find_dev() 105 if (dev->info.idx == dev_index) in find_dev() 106 return dev; in find_dev() 108 DL_FOREACH (devs[CRAS_STREAM_INPUT].iodevs, dev) in find_dev() 109 if (dev->info.idx == dev_index) in find_dev() 110 return dev; in find_dev() 124 static int add_dev_to_list(struct cras_iodev *dev) in add_dev_to_list() argument [all …]
|
/external/vboot_reference/tests/ |
D | run_cgpt_tests.sh | 25 "$@" 2>/dev/null 37 DEV=fake_dev.bin 38 rm -f ${DEV} 39 dd if=/dev/zero of=${DEV} conv=notrunc bs=512 count=${NUM_SECTORS} 2>/dev/null 79 $CGPT create $MTD ${DEV} 82 -l "${DATA_LABEL}" ${DEV} 84 -l "${KERN_LABEL}" ${DEV} 86 -l "${ROOTFS_LABEL}" ${DEV} 88 -l "${ESP_LABEL}" ${DEV} 90 -l "${FUTURE_LABEL}" ${DEV} [all …]
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | fifo.json | 11 "$IP link add dev $DUMMY type dummy || /bin/true" 13 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo", 15 "verifyCmd": "$TC qdisc show dev $DUMMY", 19 "$TC qdisc del dev $DUMMY handle 1: root bfifo", 20 "$IP link del dev $DUMMY type dummy" 32 "$IP link add dev $DUMMY type dummy || /bin/true" 34 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root pfifo", 36 "verifyCmd": "$TC qdisc show dev $DUMMY", 40 "$TC qdisc del dev $DUMMY handle 1: root pfifo", 41 "$IP link del dev $DUMMY type dummy" [all …]
|
D | prio.json | 10 "$IP link add dev $DUMMY type dummy || /bin/true" 12 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root prio", 14 "verifyCmd": "$TC qdisc show dev $DUMMY", 18 "$TC qdisc del dev $DUMMY handle 1: root prio", 19 "$IP link del dev $DUMMY type dummy" 30 "$IP link add dev $DUMMY type dummy || /bin/true" 32 "cmdUnderTest": "$TC qdisc add dev $DUMMY root handle ffff: prio", 34 "verifyCmd": "$TC qdisc show dev $DUMMY", 38 "$IP link del dev $DUMMY type dummy" 49 "$IP link add dev $DUMMY type dummy || /bin/true" [all …]
|
/external/snakeyaml/src/changes/ |
D | changes.xml | 10 <action dev="asomov" type="update" issue="332"> 13 <action dev="asomov" type="update"> 16 <action dev="asomov" type="update"> 21 <action dev="maslovalex" type="fix" issue="318" due-to="Rog Sigal"> 24 <action dev="asomov" type="update" issue="329"> 27 <action dev="asomov" type="update" issue="326"> 30 <action dev="maslovalex" type="update" issue="310"> 34 <action dev="asomov" type="update" issue="320"> 38 <action dev="asomov" type="fix" issue="306"> 41 <action dev="asomov" type="add"> [all …]
|
/external/e2fsprogs/misc/ |
D | base_device.tst | 1 /dev/hda7 /dev/hda 2 /dev/sda1 /dev/sda 3 /dev/hda /dev/hda 4 /dev/sda /dev/sda 5 /dev/dsk/hda6 /dev/dsk/hda 6 /dev/dsk/sda5 /dev/dsk/sda 7 /dev/md4 /dev/md 8 /dev/md/4 /dev/md 9 /dev/ide/host0/bus1/target2/lun3 /dev/ide/host0/bus1/target2/lun3 10 /dev/ide/host0/bus1/target2/lun3/part10 /dev/ide/host0/bus1/target2/lun3 [all …]
|
/external/ltp/testscripts/ |
D | ltpfslvm.sh | 9 # 05/03/2004 Modified /dev/ram to /dev/ram0 13 echo $LTPROOT | grep testscripts > /dev/null 2>&1 97 mkdir /test >/dev/null 2>&1 98 mkdir /test/growfiles >/dev/null 2>&1 99 mkdir /test/growfiles/ext2 >/dev/null 2>&1 100 mkdir /test/growfiles/msdos >/dev/null 2>&1 101 mkdir /test/growfiles/reiser >/dev/null 2>&1 102 mkdir /test/growfiles/minix >/dev/null 2>&1 103 mkdir /test/growfiles/nfs >/dev/null 2>&1 104 mkdir /test/growfiles/jfs >/dev/null 2>&1 [all …]
|
/external/icu/icu4j/main/shared/data/ |
D | testdata.jar | ... /MANIFEST.MF
com/ibm/icu/dev/data/testdata/
com/ibm/icu |