/cts/libs/vogar-expect/src/vogar/ |
ModeId.java | 20 DEVICE, JVM, ACTIVITY, SIM, HOST; 31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST;
|
/device/samsung/maguro/ |
setup-makefiles.sh | 17 DEVICE=maguro 20 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE 22 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/device-vendor.mk 37 # This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.sh 39 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk) 42 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/BoardConfigVendor.mk 57 # This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.s [all...] |
unzip-files.sh | 17 # This file is generated by device/common/generate-blob-scripts.sh - DO NOT EDIT 19 DEVICE=maguro 22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 23 unzip -j -o ../../../${DEVICE}_update.zip system/bin/fRom -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 24 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/fRom 25 unzip -j -o ../../../${DEVICE}_update.zip system/lib/libsecril-client.so -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 26 unzip -j -o ../../../${DEVICE}_update.zip system/vendor/bin/pvrsrvinit -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietar [all...] |
extract-files.sh | 17 # This file is generated by device/common/generate-blob-scripts.sh - DO NOT EDIT 19 DEVICE=maguro 22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 23 adb pull /system/bin/fRom ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/fRom 24 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/fRom 25 adb pull /system/lib/libsecril-client.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libsecril-client.so 26 adb pull /system/vendor/bin/pvrsrvinit ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit 27 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit 28 adb pull /system/vendor/etc/sirfgps.conf ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/sirfgps.conf 29 adb pull /system/vendor/firmware/bcm4330.hcd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/bcm4330.hc [all...] |
/device/ti/panda/ |
setup-makefiles.sh | 17 DEVICE=panda 20 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE 22 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/device-vendor.mk 37 # This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.sh 39 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk) 42 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/BoardConfigVendor.mk 57 # This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.s [all...] |
unzip-files.sh | 17 # This file is generated by device/common/generate-blob-scripts.sh - DO NOT EDIT 19 DEVICE=panda 22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 23 unzip -j -o ../../../${DEVICE}_update.zip system/vendor/bin/pvrsrvinit -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 24 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit 25 unzip -j -o ../../../${DEVICE}_update.zip system/vendor/lib/egl/libEGL_POWERVR_SGX540_120.so -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 26 unzip -j -o ../../../${DEVICE}_update.zip system/vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietar [all...] |
extract-files.sh | 17 # This file is generated by device/common/generate-blob-scripts.sh - DO NOT EDIT 19 DEVICE=panda 22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 23 adb pull /system/vendor/bin/pvrsrvinit ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit 24 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit 25 adb pull /system/vendor/lib/egl/libEGL_POWERVR_SGX540_120.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libEGL_POWERVR_SGX540_120.so 26 adb pull /system/vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libGLESv1_CM_POWERVR_SGX540_120.so 27 adb pull /system/vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libGLESv2_POWERVR_SGX540_120.so 28 adb pull /system/vendor/lib/hw/gralloc.omap4.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gralloc.omap4.so 29 adb pull /system/vendor/lib/libglslcompiler.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libglslcompiler.s [all...] |
/external/iproute2/examples/ |
cbqinit.eth1 | 5 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 parent 1:3 sfq quantum 1514b perturb 1 [all...] |
cbq.init-v0.7.3 | 54 # - faster initial scanning of DEVICE fields 206 ### Device parameters 208 # DEVICE=<ifname>,<bandwidth>[,<weight>] mandatory 209 # DEVICE=eth0,10Mbit,1Mbit 213 # <bandwidth> is the physical bandwidth of the device, e.g. for 220 # need to set DEVICE=<ifname>. 426 # DEVICE=eth0,10Mbit,1Mbit 434 # device eth0 and the traffic going to network 192.168.1.0 will be 452 # DEVICE=eth1,10Mbit,1Mbit 461 # DEVICE=eth0,10Mbit,1Mbi [all...] |
/external/webkit/Source/WebKit/android/wds/client/ |
Device.h | 33 class Device { 35 // Type of device. 40 DEVICE 44 Device(char* name, DeviceType type, const AdbConnection* conn) 48 ~Device() { free(m_name); } 53 // Send a request to this device.
|
main.cpp | 30 #include "Device.h" 74 Device::DeviceType type = Device::NONE; 80 // Parse the options, look for -e or -d to choose a device. 87 type = Device::EMULATOR; 90 type = Device::DEVICE; 110 // No device specified and more than one connected, bail 111 if (type == Device::NONE && devices.size() > 1) { 112 LOGE("More than one device/emulator, please specify with -e or -d") 120 const Device* device = NULL; local [all...] |
/device/samsung/maguro/self-extractors/ |
generate-packages.sh | 24 DEVICE=maguro 31 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary 105 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles 109 SCRIPT=extract-$COMPANY-$DEVICE.sh 119 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz
|
/device/ti/panda/self-extractors/ |
generate-packages.sh | 17 (cd ../../../../out/target/product/panda ; zip -r ../../../../device/ti/panda/self-extractors/full_panda-pseudo_ota.zip system) 23 DEVICE=panda 30 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary 71 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles 75 SCRIPT=extract-$COMPANY-$DEVICE.sh 85 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz
|
/device/common/ |
generate-blob-scripts.sh | 29 # Caveat: this script does many full builds (2 per device). It takes a while 33 # Syntax: device/common/generate-blob-scripts.sh -f|--force [<server> <branch>] 83 MANUFACTURERNAME=$( find device -type d | grep [^/]\*/[^/]\*/$DEVICENAME\$ | cut -f 2 -d / ) 103 echo '# This file is generated by device/common/generate-blob-scripts.sh - DO NOT EDIT' 105 echo DEVICE=$DEVICENAME 108 echo 'mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary' 118 echo adb pull $FULLPATH ../../../vendor/\$MANUFACTURER/\$DEVICE/proprietary/$(basename $FULLPATH) 120 echo unzip -j -o ../../../\${DEVICE}_update.zip $(echo $FULLPATH | cut -b 2-) -d ../../../vendor/\$MANUFACTURER/\$DEVICE/proprietary 124 echo chmod 755 ../../../vendor/\$MANUFACTURER/\$DEVICE/proprietary/$(basename $FULLPATH [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
BuildVersionTest.java | 56 * (BRAND)/(PRODUCT)/(DEVICE):(VERSION.RELEASE)/(BUILD_ID)/ 73 assertEquals(Build.DEVICE, devicePlatform[0]);
|
BuildTest.java | 136 assertTrue(DEVICE_PATTERN.matcher(Build.DEVICE).matches());
|
/cts/tools/utils/ |
VogarUtils.java | 53 ExpectationStore result = ExpectationStore.parse(getExpectationFiles(dir), ModeId.DEVICE);
|
/external/chromium/chrome/browser/policy/ |
device_policy_identity_strategy.cc | 61 return em::DeviceRegisterRequest::DEVICE;
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BuildTest.java | 59 assertNotEmpty("DEVICE", Build.DEVICE);
|
/frameworks/base/core/java/android/os/ |
Build.java | 38 public static final String DEVICE = getString("ro.product.device"); 273 * landscape support in the device; when targeting Honeycomb MR1 or 294 * <li> The default theme for applications is now the "device default" theme: 296 * holo dark theme or a different dark theme defined by the specific device. 298 * for a device to be considered compatible. Applications that explicitly 301 * that wish to blend in with the device should use a theme from the
|
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
V4LCameraAdapter.h | 30 #define DEVICE "/dev/video4"
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTests.java | 157 * Assumes adb is running as root in device under test. 161 * @throws ShellCommandUnresponsiveException if the device did not output anything for 163 * @throws IOException if connection to device was lost. 193 * Assumes adb is running as root in device under test. 200 * @throws ShellCommandUnresponsiveException if the device did not output anything for 202 * @throws IOException if connection to device was lost. 210 if (expectedLocation == PackageManagerHostTestUtils.InstallLocation.DEVICE) { 221 * Installs the Auto app using the preferred device install location specified, 222 * and verifies it was installed on the device. 224 * Assumes adb is running as root in device under test [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ReportExporter.java | 99 + "-" + Build.DEVICE
|
TestResultsReport.java | 43 * <device-info> 45 * </device-info> 67 private static final String DEVICE_INFO_TAG = "device-info"; 103 xml.attribute(null, "device", Build.DEVICE);
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
HttpClientFactory.java | 122 Build.DEVICE,
|