/external/chromium_org/build/android/ |
D | adb_device_functions.sh | 50 for DEVICE in $DEVICES; do 51 DEV_TYPE=$(adb -s $DEVICE shell getprop ro.product.device | sed 's/\r//') 52 echo "Running on $DEVICE ($DEV_TYPE)" 53 ANDROID_SERIAL=$DEVICE eval "$*" 83 for DEVICE in $DEVICES; do 84 fastboot_erase $DEVICE & 90 for DEVICE in $DEVICES; do 91 fastboot -s $DEVICE reboot 134 for DEVICE in $DEVICES; do 135 adb -s $DEVICE $ADB_ARGS &
|
/external/iproute2/examples/ |
D | cbqinit.eth1 | 5 DEVICE=eth1 13 $TC qdisc add dev $DEVICE root handle 1: cbq \ 25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \ 35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \ 43 $TC qdisc add dev $DEVICE parent 1:2 sfq quantum 1514b perturb 15 47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cbq \ 51 $TC qdisc add dev $DEVICE parent 1:3 sfq quantum 1514b perturb 15 55 $TC class add dev $DEVICE parent 1:1 classid :4 est 1sec 8sec cbq \ 59 $TC qdisc add dev $DEVICE parent 1:4 sfq quantum 1514b perturb 15 63 $TC class add dev $DEVICE parent 1:1 classid 1:7FFE cbq \ [all …]
|
D | cbq.init-v0.7.3 | 629 DEVICE=${DEVICE%%,*} 630 [ -z "$DEVICE" ] && cbq_fail_off "missing DEVICE field in $2!" 632 BANDWIDTH=`echo "$DEVFIELDS"| sed -n "/^$DEVICE,/ \ 771 tc class add dev $DEVICE parent 1:$PARENT classid 1:$CLASS cbq \ 774 cbq_fail_off "failed to add class $CLASS with parent $PARENT on $DEVICE!" 778 tc qdisc add dev $DEVICE parent 1:$CLASS handle $CLASS tbf \ 781 tc qdisc add dev $DEVICE parent 1:$CLASS handle $CLASS sfq \ 789 tc filter add dev $DEVICE parent 1:0 protocol ip \ 803 tc filter add dev $DEVICE parent 1:0 protocol ip \ 847 tc filter add dev $DEVICE parent 1:0 protocol ip \ [all …]
|
D | README.cbq | 53 # DEVICE=eth0,10Mbit,1Mbit 61 # DEVICE: eth0 - device where we do control our traffic 65 # 100Mbit adapter's example: DEVICE=eth0,100Mbit,10Mbit 68 # is smart :) You can put only 'DEVICE=eth0' into cbq-* 73 # WEIGHT: "weight" of shaper (CBQ class). Like for DEVICE - approx. RATE/10 106 # DEVICE=eth1,10Mbit,1Mbit 114 # DEVICE=eth0,10Mbit,1Mbit
|
/external/libmtp/ |
D | libmtp.sh.in | 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb 18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ] 41 chmod 0000 "${DEVICE}" 42 chown "${DEVICEOWNER}" "${DEVICE}" 43 chmod "${DEVICEPERMS}" "${DEVICE}"
|
D | libmtp.sh | 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb 18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ] 41 chmod 0000 "${DEVICE}" 42 chown "${DEVICEOWNER}" "${DEVICE}" 43 chmod "${DEVICEPERMS}" "${DEVICE}"
|
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | device_handler.js | 90 DeviceHandler.Notification.DEVICE = new DeviceHandler.Notification( variable in DeviceHandler.Notification 227 DeviceHandler.Notification.DEVICE.showLater(event.devicePath); 235 DeviceHandler.Notification.DEVICE.hide(event.devicePath); 238 DeviceHandler.Notification.DEVICE.hide(event.devicePath); 315 DeviceHandler.Notification.DEVICE.hide(volume.devicePath);
|
/external/e2fsprogs/contrib/ |
D | populate-extfs.sh | 22 DEVICE=$2 105 } | $DEBUGFS -w -f - $DEVICE
|
/external/chromium_org/content/browser/power_profiler/ |
D | power_event.h | 19 DEVICE, enumerator
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
D | cloud_print_interface.js | 150 print_preview.Destination.Origin.DEVICE 468 assert(event.authType == print_preview.Destination.Origin.DEVICE); 470 assert(request.origin == print_preview.Destination.Origin.DEVICE);
|
/external/chromium_org/components/usb_service/ |
D | usb_device_handle.h | 43 enum TransferRecipient { DEVICE, INTERFACE, ENDPOINT, OTHER }; enumerator
|
D | usb_device_handle_impl.cc | 66 case UsbDeviceHandle::DEVICE: in CreateRequestType()
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
D | BuildInfo.java | 33 return Build.DEVICE; in getDevice()
|
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
D | VideoCaptureFactory.java | 61 device[1].contentEquals(android.os.Build.DEVICE)) { in isSpecialDevice()
|
D | VideoCaptureAndroid.java | 56 buggyDevice.mDevice.contentEquals(android.os.Build.DEVICE)) { in applyMinDimensions()
|
D | AudioManagerAndroid.java | 1043 "Device: " + Build.DEVICE + ", " + in logDeviceInfo()
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ |
D | destination.js | 164 DEVICE: 'device', property
|
D | destination_store.js | 293 print_preview.Destination.Origin.DEVICE)) {
|
/external/chromium_org/extensions/browser/api/usb/ |
D | usb_apitest.cc | 241 UsbDeviceHandle::DEVICE, in IN_PROC_BROWSER_TEST_F()
|
/external/iputils/doc/ |
D | pg3.sgml | 47 <term><option>odev <replaceable/DEVICE/</option></term>
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | enrollment_handler_chromeos.cc | 219 client_->Register(em::DeviceRegisterRequest::DEVICE, in AttemptRegistration()
|
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
D | destination_search.js | 325 destination.origin == print_preview.Destination.Origin.DEVICE) {
|
/external/mesa3d/docs/ |
D | RELNOTES-3.3 | 143 Implementing this function required a **DEVICE DRIVER CHANGE**.
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | RELNOTES-3.3 | 143 Implementing this function required a **DEVICE DRIVER CHANGE**.
|
/external/chromium_org/components/policy/proto/ |
D | device_management_backend.proto | 21 // register with type DEVICE in order to retrieve device policies. 25 DEVICE = 2; // Register for device policies. enumerator 36 // This field is required if register type == DEVICE.
|