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

1234567891011>>

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DDataBindingTestRule.java42 public void run() {
56 public void run() {
H A DCallbackTest.java68 public void run() {
79 public void run() {
93 public void run() {
107 public void run() {
121 public void run() {
137 public void run() {
158 public void run() {
174 public void run() {
190 public void run() {
206 public void run() {
[all...]
/frameworks/rs/rsov/compiler/spirit/
H A Dpass_queue.h33 // A FIFO of passes. Passes are appended to the end of the FIFO and run in the
44 // Returns the result Module after all passes have run.
45 // If argument error is not null, sets the error code. On a successful run,
47 Module *run(Module *module, int *error = nullptr);
52 // After all the passes have run, returns the words from the serialized result
54 // If argument error is not null, sets the error code. On a successful run,
56 std::vector<uint32_t> run(const std::vector<uint32_t> &spirvWords,
60 // After all the passes have run, serializes the result Module, and returns
62 // If argument error is not null, sets the error code. On a successful run,
H A Dpass_queue.cpp30 Module *PassQueue::run(Module *module, int *error) { function in class:android::spirit::PassQueue
40 Module* newModule = pass->run(module, &intermediateError);
68 std::vector<uint32_t> PassQueue::run(const std::vector<uint32_t> &spirvWords, function in class:android::spirit::PassQueue
93 Module *newModule = mPasses[i]->run(module, &intermediateError);
/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DSvc.java34 public abstract void run(String[] args); // run the command method in class:Svc.Command
41 c.run(args);
45 COMMAND_HELP.run(args);
66 public void run(String[] args) {
/frameworks/base/core/java/android/speech/tts/
H A DPlaybackQueueItem.java26 public abstract void run(); method in class:PlaybackQueueItem
/frameworks/base/core/java/android/webkit/
H A DWebSyncManager.java37 public void run() { method in class:WebSyncManager
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DThreadBitmapTest.java44 public void run() {} method in class:ThreadBitmapTest.MThread
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/wakelock/
H A DWakeLockFake.java41 runnable.run();
/frameworks/rs/rsov/compiler/
H A DBuiltin_test.cpp37 auto words1 = passes.run(words);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
H A DComputeBench.java35 mBenchmark.run();
/frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/
H A DLatencyBench.java35 mBenchmark.run();
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_atomic.java28 public void run() { method in class:UT_atomic
H A DUT_clamp.java28 public void run() { method in class:UT_clamp
H A DUT_clamp_relaxed.java28 public void run() { method in class:UT_clamp_relaxed
H A DUT_convert.java28 public void run() { method in class:UT_convert
H A DUT_convert_relaxed.java28 public void run() { method in class:UT_convert_relaxed
H A DUT_fp_mad.java28 public void run() { method in class:UT_fp_mad
H A DUT_int4.java28 public void run() { method in class:UT_int4
H A DUT_math.java28 public void run() { method in class:UT_math
H A DUT_min.java28 public void run() { method in class:UT_min
H A DUT_rsdebug.java28 public void run() { method in class:UT_rsdebug
H A DUT_rstypes.java28 public void run() { method in class:UT_rstypes
H A DUT_single_source_ref_count.java28 public void run() { method in class:UT_single_source_ref_count
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListViewHeightTest.java61 public void run() {
70 public void run() {
78 public void run() {

Completed in 1612 milliseconds

1234567891011>>