Searched defs:run (Results 276 - 300 of 434) sorted by relevance

<<1112131415161718

/frameworks/base/services/core/java/com/android/server/job/
H A DJobStore.java264 new ReadJobMapFromDiskRunnable(jobSet).run();
273 public void run() { method in class:JobStore.WriteJobsMapToDiskRunnable
408 * Runnable that reads list of persisted job from xml. This is run once at start up, so doesn't
423 public void run() { method in class:JobStore.ReadJobMapFromDiskRunnable
/frameworks/base/services/core/java/com/android/server/location/
H A DRemoteListenerHelper.java245 public void run() { method in class:RemoteListenerHelper.HandlerRunnable
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java338 public void run() { method in class:ShutdownThread
482 public void run() {
499 public void run() {
655 public void run() {
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java102 public void run() { method in class:TwilightService.TwilightListenerRecord
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java168 new SystemServer().run();
176 private void run() { method in class:SystemServer
222 public void run() {
231 // The system server has to run all of the time, so it needs to be
243 // Ensure binder calls into the system always run at foreground priority.
354 // Only run "core" apps if we're encrypting the device.
1086 // We now tell the activity manager it is okay to run third party
1088 // where third party code can really run (but before it has actually
1093 public void run() {
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java85 public void run() { method in class:UsbDebuggingManager.UsbDebuggingThread
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DTransport.java285 public void run() { method in class:Transport.ReaderThread
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java188 public void run() { method in class:DisplaySourceService.VirtualDisplayThread
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java333 public void run() { method in class:AppLaunch.AppLaunchRunnable
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java253 public void run() { method in class:PowerTestActivity.WebViewStatusChecker
264 public void run() { method in class:PowerTestActivity.PageDoneRunner
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java310 * {@code run()} auto-create a GraphRunner.
314 * @see #run()
459 * Convenience method to run the graph.
467 public GraphRunner run() { method in class:FilterGraph
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java181 public void run() { method in class:GLTextureViewActivity.RenderThread
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java311 public void run() { method in class:MemoryUsageTest.AppLaunchRunnable
/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/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp107 bool GarbageCollection::run() { function in class:mcld::GarbageCollection
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp158 // Characters where we want to continue using existing font run instead of
175 Run* run = NULL; local
195 // supports previous char, attach previous char to the new run.
199 run->end--;
200 if (run->start == run->end) {
207 run = &result->back();
209 run->fakedFont.font = NULL;
211 run->fakedFont = family->getClosestMatch(style);
214 run
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapSession.java300 public void run() { method in class:BluetoothPbapSession.RfcommConnectThread
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingTest.java31 * To run the test, please use command
84 public void run() { method in class:ImageProcessingTest.TestAction
97 // Set the benchmark thread to run on ui thread
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc_copyPadded.java32 public void run() { method in class:UT_alloc_copyPadded
H A DUT_math_agree.java517 public void run() { method in class:UT_math_agree
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc_copyPadded.java32 public void run() { method in class:UT_alloc_copyPadded
H A DUT_math_agree.java517 public void run() { method in class:UT_math_agree
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBlasBenchmark.java65 public void run() { method in class:BlasBenchmark.MessageProcessor
104 // The function returns the average time in ms for the test run
141 // We run a short bit of work before starting the actual test
155 public void run() { method in class:BlasBenchmark.Processor
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_math_agree.java517 public void run() { method in class:UT_math_agree
/frameworks/rs/
H A DrsScriptC.cpp162 uint32_t ScriptC::run(Context *rsc) { function in class:ScriptC
164 rsc->setError(RS_ERROR_BAD_SCRIPT, "Attempted to run bad script");
174 ALOGV("%p ScriptC::run invoking root, ptr %p", rsc, mHal.info.root);
180 ALOGV("%p ScriptC::run invoking complete, ret=%i", rsc, ret);

Completed in 1318 milliseconds

<<1112131415161718