HomeSort by relevance Sort by last modified time
    Searched defs:class (Results 201 - 225 of 319) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 45 public class UserDictionarySettings extends ListFragment {
197 com.android.settings.inputmethod.UserDictionaryAddWordFragment.class.getName(),
234 private static class MyAdapter extends SimpleCursorAdapter implements SectionIndexer {
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 45 public class AppOpsCategory extends ListFragment implements
70 public static class InterestingConfigChanges {
87 * Helper class to look for interesting changes to the installed apps
90 public static class PackageIntentReceiver extends BroadcastReceiver {
116 public static class AppListLoader extends AsyncTaskLoader<List<AppOpEntry>> {
136 * super class will take care of delivering it; the implementation
246 public static class AppListAdapter extends BaseAdapter {
337 sa.startPreferencePanel(AppOpsDetails.class.getName(), args,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 45 // Caveat: This class is basically taken from
49 public class UserDictionarySettings extends ListFragment {
244 pa.startPreferencePanel(UserDictionaryAddWordFragment.class.getName(),
285 private static class MyAdapter extends SimpleCursorAdapter implements SectionIndexer {
  /system/core/init/
property_service.c 101 const char *class = "property_service"; local
114 if (selinux_check_access(sctx, tctx, class, perm, (void*) name) == 0)
  /bionic/libc/dns/
gethnamaddr.c 190 int type, class, ancount, qdcount; local
268 class = _getshort(cp);
269 cp += INT16SZ + INT32SZ; /* class, TTL */
274 if (class != C_IN) {
    [all...]
  /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/agendadata/
CalendarQueryService.java 72 public class CalendarQueryService extends IntentService
92 super(CalendarQueryService.class.getSimpleName());
239 private static class Event {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 45 public class RssService extends Service implements Runnable{
62 clickIntent.setClassName(MyRssReader5.class.getName());
70 Intent intent = new Intent(MyRssReader.class);
  /development/samples/wearable/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
CalendarQueryService.java 72 public class CalendarQueryService extends IntentService
92 super(CalendarQueryService.class.getSimpleName());
239 private static class Event {
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 36 * class to instantiate a wrapper for.</p>
40 * requested implementation class.</li>
42 * to identify the requested implementation class.</li>
51 * <p>If the selected {@link Log} implementation class has a
68 public class LogFactoryImpl extends LogFactory {
71 /** Log4JLogger class name */
73 /** Jdk14Logger class name */
75 /** Jdk13LumberjackLogger class name */
77 /** SimpleLog class name */
104 * property identifying our {@link Log} implementation class
    [all...]
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestContainerView.java 28 * This class takes the place android.webkit.WebView would have in the production configuration.
30 public class AwTestContainerView extends FrameLayout {
170 info.setClassName(AwContents.class.getName());
177 event.setClassName(AwContents.class.getName());
186 private static class NativeGLDelegate implements AwContents.NativeGLDelegate {
199 // TODO: AwContents could define a generic class that holds an implementation similar to
201 private class InternalAccessAdapter implements AwContents.InternalAccessDelegate {
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/invalidation/
InvalidationControllerTest.java 43 public class InvalidationControllerTest extends InstrumentationTestCase {
214 // Store some preferences for ModelTypes and account. We are using the helper class
257 // are using the helper class for this, so we don't have to deal with
320 assertEquals(InvalidationService.class.getName(),
327 private static class IntentSavingContext extends AdvancedMockContext {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 97 enum rc_reg_class Class;
101 /** This is 1 if this class is being used by the register allocator
105 /** This is the ID number assigned to this class by ra. */
108 /** List of writemasks that belong to this class */
383 return classes[class_index].Class;
387 "Could not find class for index=%u mask=%u\n",
568 /* If we haven't used this register class yet, mark it
581 struct rc_class class = rc_class_list[i]; local
582 if (!class.Used) {
587 for (j = 0; j < class.WritemaskCount; j++)
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 35 #define class macro
120 class
  /external/dnsmasq/src/
rfc1035.c 22 unsigned short class, char *format, ...);
345 ansp += 4; /* class and type */
359 ansp += 8; /* type, class, TTL */
398 /* CRC the class and type as well */
449 unsigned short rdlen, type, class; local
464 GETSHORT(class, ansp);
466 if (class == C_IN && type == T_TKEY)
491 GETSHORT(class, ansp);
506 class == C_ANY &&
1023 unsigned long ttl, unsigned int *offset, unsigned short type, unsigned short class, char *format, ...
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 97 enum rc_reg_class Class;
101 /** This is 1 if this class is being used by the register allocator
105 /** This is the ID number assigned to this class by ra. */
108 /** List of writemasks that belong to this class */
383 return classes[class_index].Class;
387 "Could not find class for index=%u mask=%u\n",
568 /* If we haven't used this register class yet, mark it
581 struct rc_class class = rc_class_list[i]; local
582 if (!class.Used) {
587 for (j = 0; j < class.WritemaskCount; j++)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 714 /* Register the class for this application -- exported for winmain.c */
717 WNDCLASS class; local
748 /* Register the application class */
749 class.hCursor = NULL;
750 class.hIcon = LoadImage(SDL_Instance, SDL_Appname,
753 class.lpszMenuName = NULL;
754 class.lpszClassName = SDL_Appname;
755 class.hbrBackground = NULL;
756 class.hInstance = SDL_Instance;
757 class.style = SDL_Appstyle
799 WNDCLASS class; local
    [all...]
  /external/qemu/hw/pci/
pci.c 408 int class; local
411 class = d->config[0x0a] | (d->config[0x0b] << 8);
412 if (class == 0x0101 && r->size == 4) {
672 uint16_t class; member in struct:__anon33393
719 int i, class; local
730 class = pci_get_word(d->config + PCI_CLASS_DEVICE);
733 while (desc->desc && class != desc->class)
738 monitor_printf(mon, "Class %04x", class);
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 13 public class AndroidTranslator implements Translator {
70 CtClass robolectricInternalsCtClass = classPool.get(RobolectricInternals.class.getName());
74 "classHandler = " + AndroidTranslator.class.getName() + ".getClassHandler(" + index + ");\n" +
81 throw new IllegalStateException("shouldn't be modifying bytecode after we've started writing cache! class=" + className);
116 if (ctClass.hasAnnotation(Instrument.class)) {
118 } else if (ctClass.isInterface() || ctClass.hasAnnotation(DoNotInstrument.class)) {
136 return className.startsWith(Uri.class.getName());
160 class FromAndroidClassNameParts {
378 buf.append(RobolectricInternals.class.getName());
380 buf.append(isStatic ? className + ".class" : "this")
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 54 * Provides the glue to show AppWidget views. This class offers automatic animation
58 public class AppWidgetHostView extends FrameLayout {
73 public boolean onLoadClass(Class clazz) {
74 return clazz.isAnnotationPresent(RemoteViews.RemoteView.class);
594 info.setClassName(AppWidgetHostView.class.getName());
597 private static class ParcelableSparseArray extends SparseArray<Parcelable> implements Parcelable {
  /frameworks/base/core/java/android/widget/
AbsSpinner.java 35 * An abstract base class for spinner widgets. SDK users will probably not
36 * need to use this class.
40 public abstract class AbsSpinner extends AdapterView<SpinnerAdapter> {
366 static class SavedState extends BaseSavedState {
442 class RecycleBin {
477 event.setClassName(AbsSpinner.class.getName());
483 info.setClassName(AbsSpinner.class.getName());
CheckedTextView.java 45 public class CheckedTextView extends TextView implements Checkable {
435 event.setClassName(CheckedTextView.class.getName());
442 info.setClassName(CheckedTextView.class.getName());
CompoundButton.java 50 public abstract class CompoundButton extends Button implements Checkable {
322 event.setClassName(CompoundButton.class.getName());
329 info.setClassName(CompoundButton.class.getName());
456 static class SavedState extends BaseSavedState {
TabHost.java 49 public class TabHost extends FrameLayout implements ViewTreeObserver.OnTouchModeChangeListener {
178 /* avoid super class behavior - TabWidget sends the right events */
389 event.setClassName(TabHost.class.getName());
395 info.setClassName(TabHost.class.getName());
495 public class TabSpec {
593 private class LabelIndicatorStrategy implements IndicatorStrategy {
625 private class LabelAndIconIndicatorStrategy implements IndicatorStrategy {
670 private class ViewIndicatorStrategy implements IndicatorStrategy {
686 private class ViewIdContentStrategy implements ContentStrategy {
713 private class FactoryContentStrategy implements ContentStrategy
    [all...]
TabWidget.java 51 public class TabWidget extends LinearLayout implements OnFocusChangeListener {
296 * view for the tab indicators, then the TabHost class calls this method
420 event.setClassName(TabWidget.class.getName());
428 // this class fires events only when tabs are focused or selected
439 info.setClassName(TabWidget.class.getName());
540 private class TabClickListener implements OnClickListener {
TableLayout.java 74 public class TableLayout extends LinearLayout {
192 // make sure to call the parent class method to avoid potential
672 event.setClassName(TableLayout.class.getName());
678 info.setClassName(TableLayout.class.getName());
687 public static class LayoutParams extends LinearLayout.LayoutParams {
760 private class PassThroughHierarchyChangeListener implements

Completed in 1426 milliseconds

1 2 3 4 5 6 7 891011>>