HomeSort by relevance Sort by last modified time
    Searched refs:DEVICE (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /system/extras/ANRdaemon/
ANRdaemon_get_trace.sh 7 DEVICE=$(echo "-s $1")
9 DEVICE=""
12 PID=$(adb $DEVICE shell "ps | grep anrd")
20 adb $DEVICE shell "kill -s SIGUSR1 $PID"
22 TRACE_FILE=$(adb $DEVICE shell "ls $TRACE_DIR \
26 adb $DEVICE shell "lsof -p $PID" | grep $TRACE_FILE > /dev/null
30 adb $DEVICE shell "lsof -p $PID" | grep "$TRACE_FILE" > /dev/null
37 adb $DEVICE pull "${TRACE_DIR}/${TRACE_FILE}" ${TRACE_FILE}
  /cts/libs/vogar-expect/src/vogar/
ModeId.java 20 DEVICE, JVM, ACTIVITY, SIM, HOST;
31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST;
  /external/ltp/testcases/kernel/fs/mongo/
run_mongo 8 echo "Usage : run_mogo <device> <processes>"
16 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
  /external/libmtp/
libmtp.sh 2 # Lifts a plugged in MTP device to user space and
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}"
libmtp.sh.in 2 # Lifts a plugged in MTP device to user space and
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}"
  /device/google/contexthub/contexthubhal/
nanohubhal_default.cpp 27 #define DEVICE "Default"
28 #define DEVICE_TAG (DEVICE[0])
46 .name = "Google System Nanohub on " DEVICE,
  /system/libvintf/include/vintf/
SchemaType.h 28 DEVICE = 0,
34 "device",
  /device/common/
clear-factory-images-variables.sh 21 unset DEVICE
generate-factory-images-common.sh 59 cp tmp/RADIO/$XLOADERSRC tmp/$PRODUCT-$VERSION/xloader-$DEVICE-$XLOADER.img
63 cp tmp/RADIO/$BOOTLOADERSRC tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img
65 cp $BOOTLOADERFILE tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img
71 cp tmp/RADIO/$RADIOSRC tmp/$PRODUCT-$VERSION/radio-$DEVICE-$RADIO.img
73 cp $RADIOFILE tmp/$PRODUCT-$VERSION/radio-$DEVICE-$RADIO.img
80 cp tmp/RADIO/radio-cdma.img tmp/$PRODUCT-$VERSION/radio-cdma-$DEVICE-$CDMARADIO.img
82 cp $CDMARADIOFILE tmp/$PRODUCT-$VERSION/radio-cdma-$DEVICE-$CDMARADIO.img
124 fastboot flash xloader xloader-$DEVICE-$XLOADER.img
128 fastboot flash bootloader bootloader-$DEVICE-$BOOTLOADER.img
133 fastboot flash bootloader2 bootloader-$DEVICE-$BOOTLOADER.im
    [all...]
  /system/extras/tests/workloads/
capture.sh 12 (-d) DEVICE=$2; shift;;
20 if [ "$DEVICE" = "" ]; then
24 DEVICE=$(echo $4 | sed 's/product://')
40 case $DEVICE in
51 echo "Error: No display information available for $DEVICE"
55 echo Capturing input for $DEVICE...
  /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...]
  /external/vogar/src/vogar/
ModeId.java 25 DEVICE,
30 /** Device, execution as an Android app with Zygote */
32 /** Device using app_process binary */
78 /** Returns {@code true} if execution takes place with a device-mode Android runtime */
80 return this == ModeId.DEVICE || this == ModeId.APP_PROCESS;
89 || ((this == HOST || this == DEVICE) && (variant == Variant.X64));
98 case DEVICE:
119 * Also used to generated the classpath in HOST* and DEVICE* modes.
126 case DEVICE:
  /device/asus/fugu/factory-images/
generate-factory-images-package.sh 19 DEVICE=fugu
  /device/google/dragon/factory-images/
generate-factory-images-package.sh 19 DEVICE=dragon
  /device/google/marlin/factory-images_marlin/
generate-factory-images-package.sh 19 DEVICE=marlin
  /device/google/marlin/factory-images_sailfish/
generate-factory-images-package.sh 19 DEVICE=sailfish
  /device/huawei/angler/factory-images/
generate-factory-images-package.sh 19 DEVICE=angler
  /device/lge/bullhead/factory-images/
generate-factory-images-package.sh 19 DEVICE=bullhead
  /test/vts/script/
setup-local.sh 18 DEVICE=$1
24 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/fuzzer32 /data/local/tmp/32/
25 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/fuzzer64 /data/local/tmp/64/
26 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver32 /data/local/tmp/32/
27 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver64 /data/local/tmp/64/
28 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent32 /data/local/tmp/32/
29 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent64 /data/local/tmp/64/
32 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_common.so /data/local/tmp/32/
33 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib64/libvts_common.so /data/local/tmp/64/
34 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_interfacespecification.so /data/local/tmp/32
    [all...]
  /system/bt/vendor_libs/test_vendor_lib/scripts/
build_and_run.sh 19 # Builds and pushes the test vendor library to a connected device and starts
24 # the appropriate device.
38 # The name of the device to build for.
39 DEVICE=$2
53 VENDOR_SYMBOLS_ABS=${DEVICE_TARGET_ABS}/${DEVICE}/${VENDOR_SYMBOLS_REL}
68 x-terminal-emulator -e "scripts/build_and_run.sh ${AOSP_ABS} ${DEVICE}"
74 # Forward local port to the same port on the device.
75 echo "Forwarding port ${TEST_CHANNEL_PORT} to device."
78 # Turn Bluetooth on. Requires user approval via a dialog on the device.
79 echo "Enabling Bluetooth. Please see dialog on device.
    [all...]
  /frameworks/native/vulkan/libvulkan/
driver_gen.cpp 34 VKAPI_ATTR VkResult checkedCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) {
35 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
36 return CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain);
38 Logger(device).Err(device, "VK_KHR_swapchain not enabled. vkCreateSwapchainKHR not executed.");
43 VKAPI_ATTR void checkedDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) {
44 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
45 DestroySwapchainKHR(device, swapchain, pAllocator);
47 Logger(device).Err(device, "VK_KHR_swapchain not enabled. vkDestroySwapchainKHR not executed.")
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java 62 * A user-agent string that's sent to the HTTP site. It includes information about the device
63 * and the build that the device is running.
67 + Locale.getDefault().toString() + "; " + android.os.Build.DEVICE
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
BuildInfo.java 18 return Build.DEVICE;
  /hardware/interfaces/usb/1.0/
types.hal 45 * The port can either be a "host" or a "device" for data.
59 * as a host. A UFP port which can only act as a device.
61 * a device. This property is used to mention them.
81 * Indicated that the port is acting as a device for data.
83 DEVICE = 2,
119 * Indicates that port can only act as device for data and sink for power.
206 * UFP - Indicates that port can only act as device for
  /packages/apps/Camera2/src/com/android/camera/util/
ApiHelper.java 65 public static final boolean IS_NEXUS_4 = "mako".equalsIgnoreCase(Build.DEVICE);
67 && "hammerhead".equalsIgnoreCase(Build.DEVICE);
69 && "shamu".equalsIgnoreCase(Build.DEVICE);
71 && ("flounder".equalsIgnoreCase(Build.DEVICE)
72 || "flounder_lte".equalsIgnoreCase(Build.DEVICE));

Completed in 602 milliseconds

1 2 3 4 5 6 7 8 910