Searched refs:run (Results 251 - 275 of 1559) sorted by relevance

<<11121314151617181920>>

/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
H A DPerformanceRunner.java69 public void run(RunNotifier notifier) { method in class:PerformanceRunner
70 super.run(notifier);
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DUnitTest.java87 public void run() {
142 public void run() { method in class:UnitTest
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java82 public void run() {
138 public void run() { method in class:UnitTest
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUnitTest.java82 public void run() {
138 public void run() { method in class:UnitTest
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUnitTest.java87 public void run() {
142 public void run() { method in class:UnitTest
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DNestedFragmentRestoreTest.java56 public void run() {
82 public void run() {
H A DFragmentTransactionTest.java94 public void run() {
112 public void run() {
137 public void run() {
162 public void run() {
186 public void run() {
235 public void run() {
259 public void run() {
264 public void run() {
278 public void run() {
290 assertFalse("runOnCommit runnable for back stack transaction was run", ra
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DTitleHelper.java74 public void run() {
80 public void run() {
/frameworks/support/v7/mediarouter/tests/src/android/support/v7/media/
H A DMediaRouterTest.java53 public void run() {
75 public void run() {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerResizeTest.java59 public void run() {
75 public void run() {
H A DLinearLayoutManagerSavedStateTest.java87 public void run() throws Throwable {
98 public void run() throws Throwable {
111 public void run() throws Throwable {
125 public void run() throws Throwable {
281 mPostLayoutOperation.run();
362 abstract void run() throws Throwable; method in class:LinearLayoutManagerSavedStateTest.PostLayoutRunnable
366 public void run() {
374 public void run() {
H A DStaggeredGridLayoutManagerSavedStateTest.java64 public void run() throws Throwable {
75 public void run() throws Throwable {
88 public void run() throws Throwable {
102 public void run() throws Throwable {
164 mPostLayoutOperations.run();
248 abstract void run() throws Throwable; method in class:StaggeredGridLayoutManagerSavedStateTest.PostLayoutRunnable
H A DDefaultItemAnimatorTest.java139 public void run() {
143 postRun.run();
217 public void run() throws Throwable {
321 public void run() {
333 public void run() {
344 public void run() {
356 public void run() {
369 public void run() {
380 public void run() {
441 void run() throw method in interface:DefaultItemAnimatorTest.ThrowingRunnable
[all...]
H A DRecyclerViewAccessibilityTest.java144 public void run() {
169 public void run() {
184 public void run() {
208 public void run() {
263 public void run() {
271 public void run() {
290 public void run() {
/frameworks/av/include/media/
H A Dconvert.h167 static inline bool run(const std::string &str, dstType &result) function in class:android::utilities::details::Converter
177 static inline bool run(const srcType &str, std::string &result) function in class:android::utilities::details::Converter
195 static inline bool run(Src &src, Dst &dst) function in class:android::utilities::details::Converter
216 return details::Converter<srcType, dstType>::run(input, result);
268 if (!details::Converter<std::string, float>::run(str, result)) {
298 if (!details::Converter<std::string, double>::run(str, result)) {
/frameworks/av/media/libmedia/include/media/
H A Dconvert.h167 static inline bool run(const std::string &str, dstType &result) function in class:android::utilities::details::Converter
177 static inline bool run(const srcType &str, std::string &result) function in class:android::utilities::details::Converter
195 static inline bool run(Src &src, Dst &dst) function in class:android::utilities::details::Converter
216 return details::Converter<srcType, dstType>::run(input, result);
268 if (!details::Converter<std::string, float>::run(str, result)) {
298 if (!details::Converter<std::string, double>::run(str, result)) {
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java49 public void run() {
85 public void run() {
96 // We need to run this in the UI thread, as it will create a Toast.
99 public void run() {
116 public void run() {
139 public void run() {
163 public void run() {
/frameworks/support/design/tests/src/android/support/design/widget/
H A DCoordinatorLayoutTest.java103 public void run() {
114 public void run() {
127 public void run() {
145 public void run() {
172 public void run() {
182 public void run() {
255 public void run() {
276 public void run() {
290 public void run() {
318 public void run() {
[all...]
/frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
H A DFlingTests.java96 public void run() {
119 public void run() {
148 public void run() {
161 public void run() {
200 public void run() {
213 public void run() {
H A DSpringTests.java103 public void run() {
141 public void run() {
214 public void run() {
278 public void run() {
294 public void run() {
340 public void run() {
352 public void run() {
410 public void run() {
474 public void run() {
497 public void run() {
[all...]
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DControlBarTest.java55 public void run() {
80 public void run() {
88 public void run() {
97 public void run() {
138 public void run() {
146 public void run() {
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java89 public void run(TestResult result) { method in class:TestRunner.JunitTestSuite
91 super.run(result);
233 public void run(String[] classes) { method in class:TestRunner
235 run(cl);
279 test classes to a test suite for run
281 public void run(String className) { method in class:TestRunner
288 run(children);
306 //Need a way to mark a test to be run in profiling mode or not.
308 test.run();
311 test.run();
[all...]
/frameworks/rs/rsov/compiler/spirit/
H A Dpass_queue_test.cpp67 Module *run(Module *m, int *error) override {
103 auto m1 = passes.run(m.get());
124 auto m1 = passes.run(m.get());
144 auto m1 = passes.run(m.get());
161 auto m1 = passes.run(m.get());
187 std::unique_ptr<Module> m1(passes.run(m.get()));
231 auto outputWords = passes.run(std::move(mWordsGreyscale));
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/media/
H A DPlaybackBannerControlGlueTest.java76 public void run() {
94 public void run() {
120 public void run() {
141 public void run() {
177 public void run() {
234 public void run() {
257 public void run() {
H A DPlaybackTransportControlGlueTest.java76 public void run() {
94 public void run() {
120 public void run() {
141 public void run() {
177 public void run() {
233 public void run() {
256 public void run() {

Completed in 8248 milliseconds

<<11121314151617181920>>