OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEVICE_SERIAL
(Results
1 - 16
of
16
) sorted by null
/external/skia/platform_tools/android/bin/utils/
android_setup.sh
25
DEVICE_SERIAL
="-s $2"
87
ANDROID_MD5_SUPPORT=`$ADB $
DEVICE_SERIAL
shell ls -ld /system/bin/md5`
89
ANDROID_MD5=`$ADB $
DEVICE_SERIAL
shell md5 $ANDROID_DST`
91
ANDROID_MD5=`$ADB $
DEVICE_SERIAL
shell md5sum $ANDROID_DST`
101
$ADB $
DEVICE_SERIAL
pull $ANDROID_SRC $HOST_DST
105
$ADB $
DEVICE_SERIAL
pull $ANDROID_SRC $HOST_DST
124
ANDROID_LS=`$ADB $
DEVICE_SERIAL
shell ls -ld $ANDROID_DST`
131
ANDROID_LS=`$ADB $
DEVICE_SERIAL
shell ls -ld $ANDROID_DST 2> /dev/null`
134
ANDROID_MD5_SUPPORT=`$ADB $
DEVICE_SERIAL
shell ls -ld /system/bin/md5 2> /dev/null`
136
ANDROID_MD5=`$ADB $
DEVICE_SERIAL
shell md5 $ANDROID_DST
[
all
...]
/external/skia/platform_tools/android/bin/
android_run_skia
25
$ADB $
DEVICE_SERIAL
logcat -c;
36
$ADB ${
DEVICE_SERIAL
} push ${CMD_FILENAME} /data/local/tmp
39
$ADB ${
DEVICE_SERIAL
} shell sh /data/local/tmp/${CMD_FILENAME}
41
if [ -z "$($ADB $
DEVICE_SERIAL
shell 'if [ -f $STATUS_FILENAME ]; then echo exists; fi')" ]; then
42
if [ $LOGCAT ]; then $ADB $
DEVICE_SERIAL
logcat -d; fi
49
EXIT_CODE=`$ADB ${
DEVICE_SERIAL
} shell cat ${STATUS_FILENAME}`
50
$ADB ${
DEVICE_SERIAL
} shell rm -f ${STATUS_FILENAME} ${CMD_FILENAME}
54
if [ $LOGCAT ]; then $ADB $
DEVICE_SERIAL
logcat -d; fi
63
if [ $LOGCAT ]; then $ADB $
DEVICE_SERIAL
logcat -d; fi
android_gdb_app
17
$ADB $
DEVICE_SERIAL
forward "tcp:$PORT" "tcp:$PORT"
21
$ADB $
DEVICE_SERIAL
shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB $
DEVICE_SERIAL
shell kill
23
$ADB $
DEVICE_SERIAL
shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB $
DEVICE_SERIAL
shell kill
38
$ADB $
DEVICE_SERIAL
shell "am start -n ${activity} --es cmdLineFlags \"${APP_ARGS[*]:1}\""
46
$ADB $
DEVICE_SERIAL
shell /data/local/tmp/gdbserver :$PORT --attach $PID &
android_launch_app
16
$ADB ${
DEVICE_SERIAL
} shell "am start -S -n ${activity} --es cmdLineFlags \"${APP_ARGS[*]:1}\""
android_install_app
38
$ADB ${
DEVICE_SERIAL
} uninstall org.skia.${APP_LC} > /dev/null
42
$ADB ${
DEVICE_SERIAL
} install -r ${SKIA_OUT}/${APP_LC}.apk
android_gdbserver
52
ANDROID_LS=`$ADB $
DEVICE_SERIAL
shell ls -ld ${SYSTEM_LIBRARY_PATH}/${library_file}`
/external/chromium-trace/catapult/systrace/systrace/
util_unittest.py
11
DEVICE_SERIAL
= 'AG8404EC0444AGC'
14
ADB_SHELL = ['adb', '-s',
DEVICE_SERIAL
, 'shell']
24
command = util.construct_adb_shell_command(LIST_TMP_ARGS,
DEVICE_SERIAL
)
28
command = util.construct_adb_shell_command(ATRACE_ARGS,
DEVICE_SERIAL
)
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DeviceSelectionOptionsTest.java
31
//
DEVICE_SERIAL
and DEVICE_ENV_SERIAL need to be different.
32
private static final String
DEVICE_SERIAL
= "12345";
48
EasyMock.expect(mMockDevice.getSerialNumber()).andStubReturn(
DEVICE_SERIAL
);
63
assertFalse(options.getSerials().contains(
DEVICE_SERIAL
));
71
options.addSerial(
DEVICE_SERIAL
);
76
assertTrue(options.getSerials().contains(
DEVICE_SERIAL
));
89
options.addSerial(
DEVICE_SERIAL
);
93
assertTrue(options.getSerials().contains(
DEVICE_SERIAL
));
DeviceManagerTest.java
50
private static final String
DEVICE_SERIAL
= "serial";
178
EasyMock.expect(mMockIDevice.getSerialNumber()).andStubReturn(
DEVICE_SERIAL
);
179
EasyMock.expect(mMockStateMonitor.getSerialNumber()).andStubReturn(
DEVICE_SERIAL
);
282
options.addSerial(
DEVICE_SERIAL
);
418
assertNotNull(manager.forceAllocateDevice(
DEVICE_SERIAL
));
436
assertNull(manager.forceAllocateDevice(
DEVICE_SERIAL
));
490
EasyMock.expect(newMockDevice.getSerialNumber()).andReturn(
DEVICE_SERIAL
).anyTimes();
608
EasyMock.expect(newDevice.getSerialNumber()).andReturn(
DEVICE_SERIAL
).anyTimes();
[
all
...]
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_agent_unittest.py
21
DEVICE_SERIAL
= 'AG8404EC0444AGC'
24
ADB_SHELL = ['adb', '-s',
DEVICE_SERIAL
, 'shell']
27
DEVICE_SERIAL
] + CATEGORIES
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar
/prebuilts/devtools/tools/lib/
osgi-4.0.0.jar
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar
/prebuilts/tools/common/osgi/
osgi.jar
Completed in 222 milliseconds