HomeSort by relevance Sort by last modified time
    Searched defs:Runnable (Results 1 - 25 of 42) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/lang/
Runnable.java 29 * The <code>Runnable</code> interface should be implemented by any
35 * <code>Runnable</code> is implemented by class <code>Thread</code>.
39 * In addition, <code>Runnable</code> provides the means for a class to be
41 * <code>Runnable</code> can run without subclassing <code>Thread</code>
43 * as the target. In most cases, the <code>Runnable</code> interface should
56 public interface Runnable {
58 * When an object implementing interface <code>Runnable</code> is used
  /frameworks/av/services/oboeservice/
AAudioThread.h 28 * Abstract class similar to Java Runnable.
30 class Runnable {
32 Runnable() {};
33 virtual ~Runnable() = default;
54 aaudio_result_t start(Runnable *runnable = nullptr);
64 * Override this or pass a Runnable to start().
74 Runnable *mRunnable = nullptr;
  /art/test/992-source-data/src/art/
Test992.java 34 doTest(Runnable.class);
38 doTest(Proxy.getProxyClass(Test992.class.getClassLoader(), Runnable.class));
  /frameworks/base/telecomm/java/android/telecom/Logging/
Runnable.java 22 * Encapsulates session logging in a Runnable to reduce code duplication when continuing subsessions
26 public abstract class Runnable {
31 private final java.lang.Runnable mRunnable = new java.lang.Runnable() {
49 * Creates a new Telecom Runnable that incorporates Session Logging into it. Useful for carrying
54 public Runnable(String subsessionName, Object lock) {
64 * Return the runnable that will be canceled in the handler queue.
65 * @return Runnable object to cancel.
67 public final java.lang.Runnable getRunnableToCancel() {
72 * Creates a Runnable and a logging subsession that can be used in a handler/thread. Be sure t
    [all...]
  /external/webrtc/webrtc/base/
thread.h 81 class Runnable {
83 virtual ~Runnable() {}
87 Runnable() {}
90 RTC_DISALLOW_COPY_AND_ASSIGN(Runnable);
134 bool Start(Runnable* runnable = NULL);
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
base.go 70 // Runnable reports whether the command can be run; otherwise
72 func (c *Command) Runnable() bool {
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
base.go 70 // Runnable reports whether the command can be run; otherwise
72 func (c *Command) Runnable() bool {
  /cts/tests/app/src/android/app/cts/
ListActivityTest.java 50 runTestOnUiThread(new Runnable() {
64 runTestOnUiThread(new Runnable() {
73 runOnMainAndDrawSync(getInstrumentation(), mActivity.getListView(), new Runnable() {
87 runTestOnUiThread(new Runnable() {
97 runTestOnUiThread(new Runnable() {
110 final View view, final Runnable runner) {
113 instrumentation.runOnMainSync(new Runnable() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerFragment.java 124 TunerService.showResetRequest(getContext(), new Runnable() {
  /packages/apps/TV/src/com/android/tv/
SetupPassthroughActivity.java 151 new Runnable() {
180 private final Runnable mScanTimeoutRunnable =
181 new Runnable() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 164 new Runnable() {
  /external/guice/core/test/com/google/inject/
TypeLiteralTest.java 108 TypeLiteral.get(Types.subtypeOf(Runnable.class));
112 + "GenericArrayType, but <? extends java.lang.Runnable> is of type "
174 assertEquals(ImmutableList.<Type>of(Runnable.class), ImmutableList.copyOf(cTv.getBounds()));
189 assertEquals(ImmutableList.<Type>of(Types.listOf(typeVariables[0]), Runnable.class),
195 class HasTypeParameters<A, B extends List<A> & Runnable, C extends Runnable> {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardPatternView.java 87 private Runnable mCancelPatternRunnable = new Runnable() {
421 new Runnable() {
439 public boolean startDisappearAnimation(final Runnable finishRunnable) {
483 final Runnable finishListener) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 165 private void asyncExecuteTaskWithWriteLock(final Runnable task) {
169 private static void asyncExecuteTaskWithLock(final Lock lock, final Runnable task) {
170 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() {
200 asyncExecuteTaskWithWriteLock(new Runnable() {
221 asyncExecuteTaskWithWriteLock(new Runnable() {
249 asyncExecuteTaskWithWriteLock(new Runnable() {
262 asyncExecuteTaskWithWriteLock(new Runnable() {
279 private void updateDictionaryWithWriteLock(@Nonnull final Runnable updateTask) {
281 final Runnable task = new Runnable() {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java     [all...]
GraphicalEditorPart.java 529 display.asyncExec(new Runnable() {
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 806 BusyIndicator.showWhile(getShell().getDisplay(), new Runnable() {
839 PlatformUI.getWorkbench().getDisplay().asyncExec(new Runnable() {
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 1389 milliseconds

1 2