Searched refs:run (Results 51 - 75 of 1270) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java37 * automatically run the whole test on that thread. Other tests must run on the UI thread and also
72 public void run() { method in class:ViewPropertyAnimatorTest.Canceler
110 public void run() {
121 public void run() {
208 public void run() {
231 public void run() {
253 public void run() {
277 public void run() {
300 public void run() {
[all...]
H A DEventsTest.java35 * automatically run the whole test on that thread. Other tests must run on the UI thread and also
73 public void run() { method in class:EventsTest.Canceler
101 public void run() { method in class:EventsTest.Ender
122 public void run() { method in class:EventsTest.Pauser
143 public void run() { method in class:EventsTest.Resumer
174 public void run() {
185 public void run() {
275 public void run() {
298 public void run() {
[all...]
/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/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp155 int *level, *run; local
166 run = encvid->run[cindx];
172 run = encvid->rundc;
180 run = encvid->run[cindx];
189 run = encvid->runcdc + 4;
195 run = encvid->runcdc;
203 run = encvid->run[cind
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_FillVLCBuffer.c53 * [in] run Run value (count of zeros) to be encoded
55 * [in] runPlus Calculated as runPlus = run - (RMAX + 1)
61 * The run value after which level will be equal to 1:
81 OMX_U32 run,
93 OMX_U32 tempRun = run, sign = 0;
156 tempRun = run;
78 armVCM4P2_FillVLCBuffer( OMX_U8 **ppBitStream, OMX_INT * pBitOffset, OMX_U32 run, OMX_S16 level, OMX_U32 runPlus, OMX_S16 levelPlus, OMX_U8 fMode, OMX_U8 last, OMX_U8 maxRunForMultipleEntries, const OMX_U8 *pRunIndexTable, const ARM_VLC32 *pVlcTable ) argument
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewCallbacks.java72 public void run() {
90 public void run() {
126 public void run() {
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridSetSelectionBaseTest.java60 public void run() {
76 public void run() {
91 public void run() {
/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java132 public void run() {
142 public void run() {
152 public void run() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStackScrollerDecorView.java74 * @param onFinishedRunnable A runnable which should be run when the animation is
94 public void run() {
97 onFinishedRunnable.run();
104 onFinishedRunnable.run();
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DDispatchThread.java48 * @param job The job to run.
53 "Trying to run job on interrupted dispatcher thread");
68 * @param job The job to run.
110 public void run() { method in class:DispatchThread
135 job.run();
140 public void run() {
/frameworks/base/core/java/android/app/
H A DQueuedWork.java66 * after an add(). The only time these Runnables are run is from
88 toFinish.run();
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceState.java183 public void run() {
190 public void run() {
214 public void run() {
251 public void run() {
264 public void run() {
282 public void run() {
305 public void run() {
324 public void run() {
331 public void run() {
/frameworks/base/core/java/android/speech/tts/
H A DSilencePlaybackQueueItem.java32 public void run() { method in class:SilencePlaybackQueueItem
/frameworks/base/core/java/com/android/internal/util/
H A DDumpUtils.java43 public void run() {
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRemoteSubActivityScreen.java51 public void run() {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGraphRunner.java30 * {@link #run()} call.
34 * to stop(), RESULT_BLOCKED if no filters could run due to lack
84 public abstract void run(); method in class:GraphRunner
96 * Returns the last exception that happened during an asynchronous run. Returns null if
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseDream.java43 public void run() {
/frameworks/base/services/tests/servicestests/src/com/android/server/testutis/
H A DTestUtils.java29 r.run();
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DButtonActivityTest.java40 public void run() {
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DMemoryAccessTask.java33 public void run() { method in class:MemoryAccessTask.WorkThread
/frameworks/data-binding/integration-tests/IndependentLibrary/app/src/androidTest/java/android/databinding/test/independentlibrary/
H A DLibraryActivityTest.java33 public void run() {
/frameworks/opt/net/voip/src/jni/rtp/
H A DEchoSuppressor.h28 void run(int16_t *playbacked, int16_t *recorded);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
H A DBenchmark.java31 public void run() { method in class:Benchmark
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_atomic.java31 public void run() { method in class:UT_atomic
H A DUT_clamp.java31 public void run() { method in class:UT_clamp

Completed in 957 milliseconds

1234567891011>>