HomeSort by relevance Sort by last modified time
    Searched defs:class (Results 226 - 250 of 280) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/netbsd/net/
getaddrinfo.c 210 int qclass, qtype; /* class and type of query */
1308 int type, class, ancount, qdcount; local
2175 int class, type; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 53 public class InstrumentationTest extends InstrumentationTestCase {
67 mIntent = new Intent(mContext, InstrumentationTestActivity.class);
91 InstrumentationTestActivity.class.getName(), result, false);
93 Intent intent = new Intent(mContext, InstrumentationTestActivity.class);
118 .addMonitor(InstrumentationTestActivity.class.getName(), result, false);
337 app = Instrumentation.newApplication(MockApplication.class, mContext);
373 Activity activity = mInstrumentation.newActivity(cl, InstrumentationTestActivity.class
375 assertEquals(InstrumentationTestActivity.class.getName(), activity.getClass().getName());
379 intent = new Intent(mContext, InstrumentationTestActivity.class);
386 .newActivity(InstrumentationTestActivity.class, mContext, null, null, intent, info
    [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 40 public class CtsUiAutomatorTest extends UiAutomatorTestCase {
41 private static final String LOG_TAG = CtsUiAutomatorTest.class.getSimpleName();
98 new UiSelector().className(android.widget.ListView.class.getName()));
120 UiObject editText = new UiObject(new UiSelector().className(android.widget.EditText.class
125 .className(android.widget.Button.class.getName()).clickable(true)
130 android.widget.LinearLayout.class.getName()).childSelector(
131 (new UiSelector().className(android.widget.ScrollView.class.getName())
132 .childSelector(new UiSelector().className(android.widget.TextView.class
179 getObjectByIndex(android.widget.Button.class.getName(), 0).click();
181 getObjectByIndex(android.widget.Button.class.getName(), 1).click()
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 32 * This class is implemented only with the lower-level API of Javassist.
39 * <p>This factory generates a class that extends the given super class and implements
40 * the given interfaces. The calls of the methods inherited from the super class are
42 * associated with instances of the generated class. The calls of the methods from
49 * f.setSuperclass(Foo.class);
56 * Class c = f.createClass();
77 * the helper method <code>create</code>, which generates a proxy class, instantiates
82 * Foo foo = (Foo)f.create(new Class[0], new Object[0], mi);
99 * class EmptyHandler implements MethodHandler
    [all...]
  /external/libsepol/src/
expand.c 491 class_datum_t *class, *new_class; local
495 class = (class_datum_t *) datum;
504 INFO(state->handle, "copying class %s", id);
518 new_class->s.value = class->s.value;
521 ret = class_copy_default_new_object(state, class, new_class);
545 (class->permissions.table, perm_copy_callback,
551 if (class->comkey) {
552 new_class->comkey = strdup(class->comkey);
577 class_datum_t *class, *new_class; local
581 class = (class_datum_t *) datum
    [all...]
services.c 288 /* Returns a buffer with class, statement type and permissions */
339 /* Add class entry */
417 ERR(NULL, "failed to allocate class buffer");
815 * the permissions in a particular class.
836 ERR(NULL, "unrecognized class %d", tclass);
950 ERR(NULL, "unrecognized class %d", tclass);
1073 * Return a class ID associated with the class string specified by
1079 char *class = NULL; local
1083 class = policydb->p_class_val_to_name[id - 1]
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 33 # Optional class attribute for footnote links and backlinks.
193 # Fake Textile class. It calls Markdown instead.
194 class Textile {
212 # Markdown Parser Class
215 class Markdown_Parser {
2683 $class = $this->fn_backlink_class; variable
2684 $class = $this->encodeAttribute($class); variable
2738 $class = $this->fn_link_class; variable
2739 $class = $this->encodeAttribute($class); variable
    [all...]
  /external/qemu/
usb-linux.c 1581 int class; member in struct:usb_class_info
    [all...]
  /external/tcpdump/
print-snmp.c 223 * ASN.1 type class table
232 } Class[] = {
341 u_char form, class; /* tag info */ member in struct:be
408 u_char form, class, id; local
422 * + class |frm| id |
429 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
433 class = (u_char)(*p & ASN_CLASS_BITS) >> ASN_CLASS_SHIFT;
436 elem->class = class;
495 if (class >= sizeof(Class)/sizeof(Class[0]))
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 40 * Base class for a {@link AdapterView} that will perform animations
48 public abstract class AdapterViewAnimator extends AdapterView<Adapter>
214 class ViewAndMetaData {
255 * This class should be overridden by subclasses to customize view transitions within
605 final class CheckForTap implements Runnable {
772 static class SavedState extends BaseSavedState {
    [all...]
ExpandableListView.java 86 public class ExpandableListView extends ListView {
    [all...]
Gallery.java 63 public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener {
    [all...]
HorizontalScrollView.java 54 * <p>The {@link TextView} class also
64 public class HorizontalScrollView extends FrameLayout {
792 info.setClassName(HorizontalScrollView.class.getName());
808 event.setClassName(HorizontalScrollView.class.getName());
    [all...]
ImageView.java 49 * Displays an arbitrary image, such as an icon. The ImageView class
64 public class ImageView extends View {
347 * <p class="note">This does Bitmap reading and decoding on the UI
379 * <p class="note">This does Bitmap reading and decoding on the UI
    [all...]
LinearLayout.java 59 public class LinearLayout extends ViewGroup {
    [all...]
ProgressBar.java 82 * public class MyActivity extends Activity {
193 public class ProgressBar extends View {
594 private class RefreshProgressRunnable implements Runnable {
609 private static class RefreshData {
    [all...]
RelativeLayout.java 83 public class RelativeLayout extends ViewGroup {
    [all...]
ScrollView.java 61 * <p>The {@link TextView} class also
71 public class ScrollView extends FrameLayout {
810 info.setClassName(ScrollView.class.getName());
828 event.setClassName(ScrollView.class.getName());
    [all...]
SlidingDrawer.java 52 * <pre class="prettyprint">
82 * @deprecated This class is not supported anymore. It is recommended you
87 public class SlidingDrawer extends ViewGroup {
822 event.setClassName(SlidingDrawer.class.getName());
828 info.setClassName(SlidingDrawer.class.getName());
    [all...]
Spinner.java 61 public class Spinner extends AbsSpinner implements OnClickListener {
673 event.setClassName(Spinner.class.getName());
679 info.setClassName(Spinner.class.getName());
786 static class SavedState extends AbsSpinner.SavedState {
817 * <p>Wrapper class for an Adapter. Transforms the embedded Adapter instance
820 private static class DropDownAdapter implements ListAdapter, SpinnerAdapter {
949 private class DialogPopup implements SpinnerPopup, DialogInterface.OnClickListener {
    [all...]
Switch.java 68 public class Switch extends CompoundButton {
832 event.setClassName(Switch.class.getName());
838 info.setClassName(Switch.class.getName());
  /frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
CtsUiAutomatorTest.java 41 public class CtsUiAutomatorTest extends UiAutomatorTestCase {
42 private static final String LOG_TAG = CtsUiAutomatorTest.class.getSimpleName();
72 new UiSelector().className(android.widget.ListView.class.getName()));
94 UiObject editText = new UiObject(new UiSelector().className(android.widget.EditText.class
99 .className(android.widget.Button.class.getName()).clickable(true)
104 android.widget.LinearLayout.class.getName()).childSelector(
105 (new UiSelector().className(android.widget.ScrollView.class.getName())
106 .childSelector(new UiSelector().className(android.widget.TextView.class
153 getObjectByIndex(android.widget.Button.class.getName(), 0).click();
155 getObjectByIndex(android.widget.Button.class.getName(), 1).click()
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 30 public final class OldPreferencesTest extends TestCase {
54 Preferences pref = Preferences.userNodeForPackage(Preferences.class);
101 assertEquals(mp.getClass(), MockPreferences.class);
105 Preferences p1 = Preferences.userNodeForPackage(Preferences.class);
116 Preferences p = Preferences.userNodeForPackage(Preferences.class);
122 Preferences pref = Preferences.userNodeForPackage(Preferences.class);
138 Preferences pref = Preferences.userNodeForPackage(Preferences.class);
149 Preferences root = Preferences.userNodeForPackage(Preferences.class);
183 Preferences pref = Preferences.userNodeForPackage(Preferences.class);
197 Preferences pref = Preferences.userNodeForPackage(Preferences.class);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 56 * Class for managing settings
58 public class BrowserSettings implements OnSharedPreferenceChangeListener,
229 synchronized (BrowserSettings.class) {
231 BrowserSettings.class.notifyAll();
237 synchronized (BrowserSettings.class) {
240 BrowserSettings.class.wait();
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 83 public class DialtactsActivity extends TransactionSafeActivity implements View.OnClickListener,
175 private class OverflowPopupMenu extends PopupMenu {
386 DialtactsActivity.class);
439 final Intent intent = new Intent(this, CallLogActivity.class);
632 // abstract action, but this class hasn't been rewritten to deal with it.
    [all...]

Completed in 3023 milliseconds

1 2 3 4 5 6 7 8 91011>>