Searched refs:DEVICE (Results 1 - 25 of 39) sorted by relevance

12

/external/ltp/testcases/kernel/fs/mongo/
H A Drun_mongo16 DEVICE=$1
20 echo "WARNING : All data will be erased on device=$DEVICE "
34 ./mongo.pl reiserfs $DEVICE /testfs reiserfs $NPROC
35 ./mongo.pl ext2 $DEVICE /testfs ext2 $NPROC
H A Dmongo.pl80 $DEVICE = $ARGV[1];
194 unless ( -b $DEVICE ) {
195 print "mongo.pl: not valid device: ${DEVICE} \n";
216 system("echo y | mkreiserfs $DEVICE") ;
217 system("mount -t reiserfs $DEVICE $TESTDIR") ;
221 system("mke2fs $DEVICE") ;
222 system("mount $DEVICE $TESTDIR") ;
/external/libmtp/
H A Dlibmtp.sh.in13 /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/lisa/tools/scripts/
H A Dodroid_sampler.sh31 DEVICE=${3:-"arm"}
33 case $DEVICE in
/external/iproute2/examples/
H A Dcbqinit.eth15 DEVICE=eth1
8 # Attach CBQ on $DEVICE. It will have handle 1:.
9 # $BANDWIDTH is real $DEVICE bandwidth (10Mbit).
13 $TC qdisc add dev $DEVICE root handle 1: cbq \
23 # This rate is viewed with "tc -s class ls dev $DEVICE"
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 paren
[all...]
H A Dcbq.init-v0.7.353 # - faster initial scanning of DEVICE fields
207 # DEVICE=<ifname>,<bandwidth>[,<weight>] mandatory
208 # DEVICE=eth0,10Mbit,1Mbit
219 # need to set DEVICE=<ifname>.
425 # DEVICE=eth0,10Mbit,1Mbit
451 # DEVICE=eth1,10Mbit,1Mbit
460 # DEVICE=eth0,10Mbit,1Mbit
499 CBQ_WORDS="DEVICE|RATE|WEIGHT|PRIO|PARENT|LEAF|BOUNDED|ISOLATED"
586 ### Gather all DEVICE fields from $1/cbq-*
589 s/[[:space:]]//g; /^DEVICE
[all...]
/external/vogar/src/vogar/
H A DModeId.java25 DEVICE, enum constant in enum:ModeId
98 return this == ModeId.DEVICE || this == ModeId.APP_PROCESS;
107 || ((this == HOST || this == DEVICE) && (variant == Variant.X64));
116 case DEVICE:
137 * Also used to generated the bootclasspath in HOST* and DEVICE* modes.
148 case DEVICE:
/external/python/cpython2/Lib/plat-irix5/
H A Djpeg.py84 import gl, GL, DEVICE namespace
100 gl.qdevice(DEVICE.REDRAW)
101 gl.qdevice(DEVICE.ESCKEY)
102 gl.qdevice(DEVICE.WINQUIT)
103 gl.qdevice(DEVICE.WINSHUT)
107 if dev in (DEVICE.ESCKEY, DEVICE.WINSHUT, DEVICE.WINQUIT):
109 if dev == DEVICE.REDRAW:
/external/python/cpython2/Lib/plat-irix6/
H A Djpeg.py84 import gl, GL, DEVICE namespace
100 gl.qdevice(DEVICE.REDRAW)
101 gl.qdevice(DEVICE.ESCKEY)
102 gl.qdevice(DEVICE.WINQUIT)
103 gl.qdevice(DEVICE.WINSHUT)
107 if dev in (DEVICE.ESCKEY, DEVICE.WINSHUT, DEVICE.WINQUIT):
109 if dev == DEVICE.REDRAW:
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DBuildInfo.java18 return Build.DEVICE;
H A DWebRtcAudioUtils.java187 + "Device: " + Build.DEVICE + ", "
/external/ltp/testcases/kernel/device-drivers/zram/
H A Dzram03.c44 #define DEVICE "/dev/zram0" macro
93 fd = SAFE_OPEN(cleanup, DEVICE, O_RDWR);
112 fd = SAFE_OPEN(cleanup, DEVICE, O_RDONLY);
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
H A DAppRTCUtils.java60 + "Device: " + Build.DEVICE + ", "
/external/e2fsprogs/contrib/
H A Dpopulate-extfs.sh22 DEVICE=$2
105 } | $DEBUGFS -w -f - $DEVICE
/external/vogar/test/vogar/android/
H A DDeviceRuntimeAdbTargetTest.java57 Mode deviceRuntime = new DeviceRuntime(run, ModeId.DEVICE, Variant.X32,
89 Mode deviceRuntime = new DeviceRuntime(run, ModeId.DEVICE, Variant.X32,
H A DDeviceRuntimeSshTargetTest.java51 Mode deviceRuntime = new DeviceRuntime(run, ModeId.DEVICE, Variant.X32,
/external/ltp/testscripts/
H A Dltpstress.sh62 [ -n ] [ -p ] [ -q ] [ -t duration ] [ -x TMPDIR ] [-b DEVICE] [-B LTP_DEV_FS_TYPE] [ [-S]|[-T] ]
76 -b DEVICE Some tests require an unmounted block device
77 to run correctly. If DEVICE is not set, a loop device is
79 -B LTP_DEV_FS_TYPE The file system of DEVICE.
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dmain.py200 the system DEVICE option is not specified.
210 if self.options[OPTIONS.REPLAY] and not self.options[OPTIONS.DEVICE]:
345 print ' -d, --%s' % OPTIONS.DEVICE
441 options = {OPTIONS.DEVICE: False,
459 long_opt = [OPTIONS.DEVICE,
477 if opt in ('-d', '--%s' % OPTIONS.DEVICE):
478 options[OPTIONS.DEVICE] = True
H A Dfirmware_constants.py178 OPTIONS.DEVICE = 'system_device'
/external/ltp/
H A Drunltplite.sh93 -b DEVICE Some tests require an unmounted block device to run
189 b) DEVICE=$OPTARG;;
H A Drunltp114 -v [ -w CMDFILEADDR ] [ -x INSTANCES ] [ -b DEVICE ] [-B LTP_DEV_FS_TYPE]
167 -b DEVICE Some tests require an unmounted block device
445 b) DEVICE=$OPTARG;;
1006 DEVICE=$LOOP_DEV
1014 if [ -z "$DEVICE" ]; then
1022 export LTP_DEV=$DEVICE
1025 export LTP_DEV=$DEVICE
/external/libmojo/base/android/java/src/org/chromium/base/
H A DBuildInfo.java33 return Build.DEVICE;
/external/vulkan-validation-layers/demos/smoke/
H A Dgenerate-dispatch-table.py28 DEVICE = 3 variable in class:Command
58 return self.DEVICE
412 for cmd, guard in commands_by_types[Command.DEVICE]:
422 for cmd, guard in commands_by_types[Command.DEVICE]:
/external/linux-kselftest/tools/testing/selftests/ptp/
H A Dtestptp.c41 #define DEVICE "/dev/ptp0" macro
166 char *device = DEVICE;
/external/libxml2/vms/
H A Dbuild_libxml.com76 $ procdir = f$parse(whoami,,,"DEVICE") + f$parse(whoami,,,"DIRECTORY")
85 $ xml_libdir = f$parse("[-.lib]",,,"DEVICE") + f$parse("[-.lib]",,,"DIRECTORY")
98 $ srcdir = f$parse(globfile,,,"DEVICE") + f$parse(globfile,,,"DIRECTORY")
115 $ includedir = f$parse(globfile,,,"DEVICE") + f$parse(globfile,,,"DIRECTORY")

Completed in 1439 milliseconds

12