HomeSort by relevance Sort by last modified time
    Searched refs:LOGCAT (Results 1 - 18 of 18) sorted by null

  /external/skia/platform_tools/android/bin/
android_run_skia 26 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -c; fi
38 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
50 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
59 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
android_setup.sh 34 elif [[ "$1" == "--logcat" ]]; then
35 LOGCAT=1
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestLogTest.java 38 assertEquals(TestLogType.LOGCAT,
39 TestLogType.fromDataName("logcat-foo_bar_test"));
45 assertEquals("logcat", TestLogType.LOGCAT.getAttrValue());
50 TestLog log = TestLog.fromDataName("logcat-baz_test", "http://logs/baz_test");
51 assertEquals(TestLogType.LOGCAT, log.getLogType());
64 assertNull(TestLog.fromDataName("logcat-bar_test", null));
72 TestLog log = TestLog.fromXml(newXml("<TestLog type=\"logcat\" url=\"http://logs/baz_test\">"));
73 assertEquals(TestLogType.LOGCAT, log.getLogType());
98 TestLog log = TestLog.of(TestLogType.LOGCAT, "http://logs/foo/bar")
    [all...]
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableTest.java 29 private static final String LOGCAT = "AnimatedVectorDrawableTest";
62 Log.v(LOGCAT, "Animator start");
67 Log.v(LOGCAT, "Animator end");
VectorDrawableAnimation.java 25 private static final String LOGCAT = "VectorDrawableAnimation";
VectorDrawablePerformance.java 36 private static final String LOGCAT = "VectorDrawable1";
92 Log.e(LOGCAT, "parser error", e);
94 Log.e(LOGCAT, "parser error", e);
AnimatedStateVectorDrawableTest.java 27 private static final String LOGCAT = "AnimatedStateVectorDrawableTest";
ScaleDrawableTests.java 26 private static final String LOGCAT = "VectorDrawable1";
VectorCheckbox.java 27 private static final String LOGCAT = "VectorDrawable1";
VectorDrawable01.java 26 private static final String LOGCAT = "VectorDrawable1";
BitmapDrawableDupe.java 29 private static final String LOGCAT = "VectorDrawable1";
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 32 * traces either to logcat or a logfile. Each public method in the UiAutomator
47 * logcat, log file or both.
52 LOGCAT,
113 * Sets where the trace output will go. Can be either be logcat or a file or
130 case LOGCAT:
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestLog.java 36 LOGCAT("logcat-"),
74 /** Type of the log like LOGCAT or BUGREPORT. */
  /frameworks/support/graphics/drawable/testanimated/src/android/support/test/vectordrawable/
TestAVDActivity.java 36 private static final String LOGCAT = "VectorDrawable1";
  /frameworks/support/graphics/drawable/teststatic/src/android/support/test/vectordrawable/
TestActivity.java 35 private static final String LOGCAT = "VectorDrawable1";
  /prebuilts/devtools/tools/lib/
ddms.jar 
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 1392 milliseconds