Searched defs:run (Results 301 - 325 of 511) sorted by last modified time

<<11121314151617181920>>

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHardwareCanvasSurfaceViewActivity.java120 public void run() { method in class:HardwareCanvasSurfaceViewActivity.RenderingThread
H A DHardwareCanvasTextureViewActivity.java83 public void run() { method in class:HardwareCanvasTextureViewActivity.RenderingThread
H A DMultiProducerActivity.java113 sBlockThread.run();
118 public void run() {
157 public void run() { method in class:MultiProducerActivity.FakeFrame
267 public void run() {
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java311 public void run() { method in class:MemoryUsageTest.AppLaunchRunnable
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java124 public void run() { method in class:SerialChat
125 Log.d(TAG, "run");
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java91 public void run()
113 public void run()
151 public void run()
180 public void run()
194 public void run()
251 public void run()
262 public void run()
274 public void run()
290 public void run()
302 public void run()
1286 public void run() { method in class:NotificationTestList.StateStress
[all...]
H A DTestActivity.java48 abstract void run(); method in class:TestActivity.Test
70 t.run();
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java59 public void run() { method in class:CustomSurfaceView.ValidateThread
H A DMemoryAccessTask.java33 public void run() { method in class:MemoryAccessTask.WorkThread
H A DSurfaceCompositionMeasuringActivity.java201 public void run() {
220 public void run() {
445 public void run() {
474 public void run() {
601 public void run() { method in class:SurfaceCompositionMeasuringActivity.UIExecutor
602 mTask.run();
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java134 public void run() { method in class:ImageFlipRenderThread
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageLogActivity.java52 run();
62 public void run() { method in class:UsageLogActivity
/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp34 bool run; member in struct:Test
56 t->run = true;
64 t->run = true;
74 if (t->run) {
85 if (t->run) {
109 if (t->run) {
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java59 void run() {
78 void run() {
94 void run() {
108 void run() {
113 void run() {
122 void run() {
132 void run() {
154 void run() {
181 abstract void run(); method in class:BackupTestActivity.Test
201 t.run();
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp348 virtual bool run() { function in class:PreProcessImageWorkUnit
/frameworks/base/tools/aapt2/link/
H A DLink.cpp1082 int run(const std::vector<std::string>& inputFiles) { function in class:aapt::LinkCommand
1586 return cmd.run(argList);
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java84 public void run() { method in class:AnimationThread
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBidiRenderer.java141 for (ScriptRun run : getScriptRuns(mText, start, limit, isRtl, mFonts)) {
144 renderScript(run.start, run.limit, run.font, flag, advances, advancesIndex, draw);
145 advancesIndex += run.limit - run.start;
151 * Render a script run to the right of the bounds passed. Use the preferred font to render as
274 ScriptRun run = new ScriptRun(scriptStart, scriptLimit, isRtl);
275 run.scriptCode = uScriptRun.getScriptCode();
276 setScriptFont(text, run, font
284 setScriptFont(char[] text, ScriptRun run, List<Font> fonts) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DHandlerThread_Delegate.java56 /*package*/ static void run(HandlerThread theThread) { method in class:HandlerThread_Delegate
/frameworks/base/tools/preload/
H A DMemoryUsage.java212 public void run() { method in class:MemoryUsage.MeasureWithTimeout
239 public void run() {
/frameworks/base/tools/preload2/src/com/android/preload/actions/
H A DComputeThresholdAction.java65 Main.getUI().showMessageDialog("No data available, please scan packages or run "
71 + "scan packages or run monkeys.");
79 public void run() { method in class:ComputeThresholdAction
H A DComputeThresholdXAction.java30 public void run() { method in class:ComputeThresholdXAction
36 super.run();
H A DExportAction.java47 public void run() { method in class:ExportAction
H A DImportAction.java48 public void run() { method in class:ImportAction
H A DReloadListAction.java41 public void run() { method in class:ReloadListAction

Completed in 2228 milliseconds

<<11121314151617181920>>