HomeSort by relevance Sort by last modified time
    Searched defs:class (Results 176 - 200 of 330) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/widget/
Chronometer.java 36 * Class that implements a simple timer.
47 public class Chronometer extends TextView {
287 event.setClassName(Chronometer.class.getName());
293 info.setClassName(Chronometer.class.getName());
MultiAutoCompleteTextView.java 40 * <pre class="prettyprint">
41 * public class CountriesActivity extends Activity {
59 public class MultiAutoCompleteTextView extends AutoCompleteTextView {
208 event.setClassName(MultiAutoCompleteTextView.class.getName());
214 info.setClassName(MultiAutoCompleteTextView.class.getName());
241 public static class CommaTokenizer implements Tokenizer {
283 Object.class, sp, 0);
RadioGroup.java 31 * <p>This class is used to create a multiple-exclusion scope for a set of radio
54 public class RadioGroup extends LinearLayout {
246 event.setClassName(RadioGroup.class.getName());
252 info.setClassName(RadioGroup.class.getName());
258 * XML file. Otherwise, this class ussed the value read from the XML file.</p>
262 * for a list of all child view attributes that this class supports.</p>
265 public static class LayoutParams extends LinearLayout.LayoutParams {
344 private class CheckedStateTracker implements CompoundButton.OnCheckedChangeListener {
367 private class PassThroughHierarchyChangeListener implements
ViewAnimator.java 31 * Base class for a {@link FrameLayout} container that will perform animations
38 public class ViewAnimator extends FrameLayout {
363 event.setClassName(ViewAnimator.class.getName());
369 info.setClassName(ViewAnimator.class.getName());
ViewFlipper.java 40 public class ViewFlipper extends ViewAnimator {
93 // OK, this is gross but needed. This class is supported by the
155 event.setClassName(ViewFlipper.class.getName());
161 info.setClassName(ViewFlipper.class.getName());
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ParceledListSliceTest.java 10 public class ParceledListSliceTest extends TestCase {
120 * Write a ParcelableListSlice that uses the BaseObject base class as the Creator.
130 // The type/creator to use when unparceling. Here we use the base class
132 dest.writeString(BaseObject.class.getName());
141 public abstract static class BaseObject implements Parcelable {
179 public static class SmallObject extends BaseObject {
214 public static class LargeObject extends BaseObject {
  /frameworks/base/tests/CoreTests/android/core/
NsdServiceInfoTest.java 18 public class NsdServiceInfoTest extends AndroidTestCase {
138 reader.setClassLoader(NsdServiceInfo.class.getClassLoader());
  /frameworks/native/cmds/servicemanager/
service_manager.c 62 const char *class = "service_manager"; local
70 int result = selinux_check_access(sctx, tctx, class, perm, (void *) name);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ProxyTest.java 33 public class ProxyTest extends junit.framework.TestCase {
54 class Broken1Invoke implements InvocationHandler {
61 class ProxyCoonstructorTest extends Proxy {
69 * java.lang.Class[])
72 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class
73 .getClassLoader(), new Class[] { Support_Proxy_I1.class });
76 proxy.getSuperclass() == Proxy.class);
77 assertTrue("Does not believe its a Proxy class ", Prox
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
SerializationTest.java 31 public final class SerializationTest extends TestCase {
36 ObjectStreamClass osc = ObjectStreamClass.lookup(FieldMadeTransient.class);
40 assertEquals(int.class, fields[0].getType());
50 static class FieldMadeTransient implements Serializable {
58 ObjectStreamClass osc = ObjectStreamClass.lookup(FieldMadeStatic.class);
71 static class FieldMadeStatic implements Serializable {
94 // Confirm the container was initialized, but the class for the null field was not.
101 static class SerializableContainer implements Serializable {
142 // Confirm neither the container nor the contained class was initialized.
160 static class SerialVersionUidChanged implements Serializable
    [all...]
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
CameraLatency.java 38 public class CameraLatency extends ActivityInstrumentationTestCase2 <CameraActivity> {
60 super(CameraActivity.class);
69 CameraActivity.class);
  /packages/apps/Email/src/com/android/email/activity/setup/
EmailPreferenceActivity.java 47 public class EmailPreferenceActivity extends MailPreferenceActivity {
85 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, AccountSettingsFragment.class.getCanonicalName());
120 startPreferencePanel(AccountSettingsFragment.class.getName(), args,
223 debugHeader.fragment = DebugFragment.class.getCanonicalName();
  /packages/apps/Gallery2/src/com/android/photos/
AlbumFragment.java 43 public class AlbumFragment extends MultiSelectGridFragment implements LoaderCallbacks<Cursor> {
111 intent.setClass(getActivity(), GalleryActivity.class);
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 53 public class KeyChainService extends IntentService {
76 super(KeyChainService.class.getSimpleName());
362 private class DatabaseHelper extends SQLiteOpenHelper {
387 if (IKeyChainService.class.getName().equals(intent.getAction())) {
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperSettings.java 38 public class CryptKeeperSettings extends Fragment {
189 preference.setFragment(CryptKeeperConfirm.class.getName());
  /packages/apps/Settings/src/com/android/settings/location/
RecentLocationApps.java 47 public class RecentLocationApps {
48 private static final String TAG = RecentLocationApps.class.getSimpleName();
61 private class PackageEntryClickedListener
76 mActivity.startPreferencePanelAsUser(InstalledAppDetails.class.getName(), args,
  /ndk/build/core/
definitions.mk 439 # where <prefix> and <suffix> depend on the module class.
503 $(if $(call module-class-is-installable,$(LOCAL_MODULE_CLASS)),\
515 # Retrieve the class of module $1
516 module-get-class = $(__ndk_modules.$1.MODULE_CLASS)
525 module-is-installable = $(call module-class-is-installable,$(call module-get-class,$1))
532 module-is-copyable = $(call module-class-is-copyable,$(call module-get-class,$1))
631 $(call module-get-class,$1)))
641 $(call module-get-class,$1))
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 54 public class PowerUsageSummary extends PreferenceFragment {
167 sa.startPreferencePanel(BatteryHistoryDetail.class.getName(), args,
222 sa.startPreferencePanel(BatterySaverSettings.class.getName(), null,
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java 80 public class PrintSettingsFragment extends SettingsPreferenceFragment
229 preference.setFragment(PrintServiceSettingsFragment.class.getName());
314 private class SettingsPackageMonitor extends PackageMonitor {
336 private static abstract class SettingsContentObserver extends ContentObserver {
355 private final class PrintJobsController implements LoaderCallbacks<List<PrintJobInfo>> {
385 preference.setFragment(PrintJobSettingsFragment.class.getName());
452 private static final class PrintJobsLoader extends AsyncTaskLoader<List<PrintJobInfo>> {
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 48 public class DeviceInfoInstrument extends Instrumentation implements DeviceInfoConstants {
102 intent.setClass(this.getContext(), DeviceInfoActivity.class);
285 Field[] fields = PackageManager.class.getFields();
385 final Method method = UserManager.class.getMethod("getMaxSupportedUsers");
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaController.java 44 public class MediaController extends FrameLayout {
315 event.setClassName(MediaController.class.getName());
321 info.setClassName(MediaController.class.getName());
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
register_allocate.c 57 * example, one might have a class of base registers, and a class of
59 * the base registers. Each node has a register class it needs to be
60 * assigned to. Define p(B) to be the size of register class B, and
64 * are registers" with "For this node of class B, the sum of q(B,C)
65 * for each neighbor node of class C is less than pB".
108 * q(B,C) (indexed by C, B is this register class) in
126 unsigned int class; member in struct:ra_node
233 struct ra_class *class; local
238 class = rzalloc(regs, struct ra_class)
249 struct ra_class *class = regs->classes[c]; local
    [all...]
  /external/mesa3d/src/mesa/program/
register_allocate.c 57 * example, one might have a class of base registers, and a class of
59 * the base registers. Each node has a register class it needs to be
60 * assigned to. Define p(B) to be the size of register class B, and
64 * are registers" with "For this node of class B, the sum of q(B,C)
65 * for each neighbor node of class C is less than pB".
108 * q(B,C) (indexed by C, B is this register class) in
126 unsigned int class; member in struct:ra_node
233 struct ra_class *class; local
238 class = rzalloc(regs, struct ra_class)
249 struct ra_class *class = regs->classes[c]; local
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 123 char class[MAXCLASSLEN]; member in struct:radius_state
630 /* Save Class attribute to pass it in accounting request */
633 memcpy(rstate.class, vp->strvalue, rstate.class_len);
873 rstate.class, rstate.class_len, VENDOR_NONE);
    [all...]
  /external/tcpdump/
smbutil.c 964 const char *class; member in struct:__anon36162
983 smb_errstr(int class, int num)
990 for (i = 0; err_classes[i].class; i++)
991 if (err_classes[i].code == class) {
997 err_classes[i].class, err[j].name, err[j].message);
1002 snprintf(ret, sizeof(ret), "%s - %d", err_classes[i].class, num);
1006 snprintf(ret, sizeof(ret), "ERROR: Unknown error (%d,%d)", class, num);
    [all...]

Completed in 1032 milliseconds

1 2 3 4 5 6 78 91011>>