HomeSort by relevance Sort by last modified time
    Searched defs:class (Results 51 - 75 of 234) sorted by null

1 23 4 5 6 7 8 910

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_amigaevents.c 131 int class=msg->Class,code=msg->Code; local
135 switch (class) {
  /frameworks/base/core/java/android/widget/
EditText.java 50 public class EditText extends TextView {
123 event.setClassName(EditText.class.getName());
129 info.setClassName(EditText.class.getName());
SeekBar.java 36 public class SeekBar extends AbsSeekBar {
126 event.setClassName(SeekBar.class.getName());
132 info.setClassName(SeekBar.class.getName());
ViewSwitcher.java 32 public class ViewSwitcher extends ViewAnimator {
74 event.setClassName(ViewSwitcher.class.getName());
80 info.setClassName(ViewSwitcher.class.getName());
ZoomButton.java 29 public class ZoomButton extends ImageButton implements OnLongClickListener {
105 event.setClassName(ZoomButton.class.getName());
111 info.setClassName(ZoomButton.class.getName());
ZoomControls.java 33 * The {@code ZoomControls} class displays a simple set of controls used for zooming and
36 public class ZoomControls extends LinearLayout {
115 event.setClassName(ZoomControls.class.getName());
121 info.setClassName(ZoomControls.class.getName());
  /libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 27 public class ReferenceQueue<T> {
33 * Constructs a new instance of this class.
151 synchronized (ReferenceQueue.class) {
159 ReferenceQueue.class.notifyAll();
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ConstructorTest.java 22 public final class ConstructorTest extends TestCase {
24 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(new Class[0]);
25 Class[] exceptions = constructor.getExceptionTypes();
27 assertEquals(IndexOutOfBoundsException.class, exceptions[0]);
29 exceptions[0] = NullPointerException.class;
32 assertEquals(IndexOutOfBoundsException.class, exceptions[0]);
36 Class[] expectedParameters = new Class[] { Object.class };
    [all...]
  /packages/apps/Camera/tests/src/com/android/camera/functional/
CameraTest.java 35 public class CameraTest extends InstrumentationTestCase {
39 intent.setClass(getInstrumentation().getTargetContext(), VideoCamera.class);
53 checkActivityLeak(Camera.class);
54 checkActivityLeak(VideoCamera.class);
57 private void checkActivityLeak(Class<?> cls) throws Exception {
  /packages/apps/Exchange/exchange2/src/com/android/exchange/service/
ExchangeBroadcastProcessorService.java 39 public class ExchangeBroadcastProcessorService extends IntentService {
44 // Class name will be the thread name.
45 super(ExchangeBroadcastProcessorService.class.getName());
54 Intent i = new Intent(context, ExchangeBroadcastProcessorService.class);
83 startService(new Intent(this, ExchangeService.class));
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
CameraTest.java 38 public class CameraTest extends InstrumentationTestCase {
44 intent.setClass(getInstrumentation().getTargetContext(), VideoCamera.class);
58 checkActivityLeak(Camera.class);
59 checkActivityLeak(VideoCamera.class);
62 private void checkActivityLeak(Class<?> cls) throws Exception {
  /packages/apps/Mms/src/com/android/mms/ui/
NoConfirmationSendService.java 32 public class NoConfirmationSendService extends IntentService {
34 // Class name will be the thread name.
35 super(NoConfirmationSendService.class.getName());
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 32 public class SSLContextTest extends TestCase {
144 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf.getClass()));
166 assertTrue(SSLServerSocketFactory.class.isAssignableFrom(ssf.getClass()));
  /packages/apps/Camera/tests/src/com/android/camera/stress/
CameraStartUp.java 36 public class CameraStartUp extends InstrumentationTestCase {
49 intent.setClass(getInstrumentation().getTargetContext(), Camera.class);
71 intent.setClass(getInstrumentation().getTargetContext(), VideoCamera.class);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 36 * The EmailServiceProxy class provides a simple interface for the UI to call into the various
40 * Use the class like this:
41 * new EmailServiceProxy(context, class).loadAttachment(attachmentId, callback)
50 public class EmailServiceProxy extends ServiceProxy implements IEmailService {
80 // The first two constructors are used with local services that can be referenced by class
81 public EmailServiceProxy(Context _context, Class<?> _class) {
85 public EmailServiceProxy(Context _context, Class<?> _class, IEmailServiceCallback _callback) {
226 bundle.setClassLoader(Policy.class.getClassLoader());
257 bundle.setClassLoader(HostAuth.class.getClassLoader());
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
CameraStartUp.java 37 public class CameraStartUp extends InstrumentationTestCase {
50 intent.setClass(getInstrumentation().getTargetContext(), Camera.class);
72 intent.setClass(getInstrumentation().getTargetContext(), VideoCamera.class);
  /sdk/files/
android.el 14 (defvar android-jdb-activity-class-history ()
36 (defcustom android-activity-class nil
37 "This is where your Android Activity class is stored."
106 (defun android-start-activity (package class)
107 "Start the activity PACKAGE/CLASS in the Android emulator. This expects the SDK tools directory to be in the current path."
111 (read-from-minibuffer "Activity Java class: "
112 (car android-jdb-activity-class-history)
115 'android-jdb-activity-class-history)))
116 (compile (format "adb shell am start -n %s/%s" package class)))
118 (defun android-debug-activity (package class)
    [all...]
  /gdk/build/core/
definitions.mk 220 # where <prefix> and <suffix> depend on the module class.
284 $(if $(call module-class-is-installable,$(LOCAL_MODULE_CLASS)),\
292 # Retrieve the class of module $1
293 module-get-class = $(__gdk_modules.$1.MODULE_CLASS)
302 module-is-installable = $(call module-class-is-installable,$(call module-get-class,$1))
308 module-is-prebuilt = $(call module-class-is-prebuilt,$(call module-get-class,$1))
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
FaceDetector_FaceTest.java 30 public class FaceDetector_FaceTest extends InstrumentationTestCase {
37 intent.setClass(getInstrumentation().getTargetContext(), FaceDetectorStub.class);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaPlayerStressTest.java 39 abstract class MediaPlayerStressTest extends InstrumentationTestCase {
135 intent.setClass(inst.getTargetContext(), MediaFrameworkTest.class);
  /cts/tools/vm-tests-tf/
Android.mk 93 define get-class-path
108 $(call get-class-path,dot/junit/DxUtil.class) $(call get-class-path,dot/junit/DxAbstractMain.class): $(HOST_OUT_JAVA_LIBRARIES)/cts-tf-dalvik-buildutil.jar $(DX)
110 $(GENERATED_FILES)/dot/junit/dexcore.jar: $(call get-class-path,dot/junit/DxUtil.class) $(call get-class-path,dot/junit/DxAbstractMain.class)
111 $(call dex-classes,$(TF_BUILD_UTIL_INTERMEDIATES_CLASSES),dot/junit/DxUtil.class dot/junit/DxAbstractMain.class
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/
Test_return_object.java 29 public class Test_return_object extends DxTestCase {
107 Class.forName("dxc.junit.opcodes.return_object.jm.T_return_object_3");
120 Class.forName("dxc.junit.opcodes.return_object.jm.T_return_object_4");
133 Class.forName("dxc.junit.opcodes.return_object.jm.T_return_object_16");
146 Class.forName("dxc.junit.opcodes.return_object.jm.T_return_object_5");
160 Class.forName("dxc.junit.opcodes.return_object.jm.T_return_object_10");
173 Class.forName("dxc.junit.opcodes.return_object.jm.T_return_object_11");
190 Class.forName("dxc.junit.opcodes.return_object.jm.T_return_object_14");
207 RunnerGenerator rg = (RunnerGenerator) Class.forName(
211 assertFalse(Runner.class.isAssignableFrom(r.getClass()))
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java 43 public class FragmentLayout extends Activity {
59 public static class DetailsActivity extends Activity {
89 public static class TitlesFragment extends ListFragment {
162 intent.setClass(getActivity(), DetailsActivity.class);
175 public static class DetailsFragment extends Fragment {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 44 public class FragmentLayoutSupport extends FragmentActivity {
60 public static class DetailsActivity extends FragmentActivity {
91 public static class TitlesFragment extends ListFragment {
165 intent.setClass(getActivity(), DetailsActivity.class);
178 public static class DetailsFragment extends Fragment {
  /external/bluetooth/glib/gio/
gfileinputstream.c 136 GFileInputStreamClass *class; local
152 class = G_FILE_INPUT_STREAM_GET_CLASS (stream);
153 if (class->query_info)
154 info = class->query_info (stream, attributes, cancellable, error);
254 GFileInputStreamClass *class; local
266 class = G_FILE_INPUT_STREAM_GET_CLASS (stream);
267 return class->query_info_finish (stream, result, error);
273 GFileInputStreamClass *class; local
278 class = G_FILE_INPUT_STREAM_GET_CLASS (stream);
281 if (class->tell
296 GFileInputStreamClass *class; local
327 GFileInputStreamClass *class; local
410 GFileInputStreamClass *class; local
    [all...]

Completed in 1113 milliseconds

1 23 4 5 6 7 8 910