HomeSort by relevance Sort by last modified time
    Searched defs:class (Results 126 - 150 of 282) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ProxyTest.java 35 public class ProxyTest extends junit.framework.TestCase {
56 class Broken1Invoke implements InvocationHandler {
65 * java.lang.Class[])
68 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class
69 .getClassLoader(), new Class[] { Support_Proxy_I1.class });
72 proxy.getSuperclass() == Proxy.class);
73 assertTrue("Does not believe its a Proxy class ", Proxy
76 assertTrue("Does not believe it's a Proxy class ", Prox
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/
InstrumentationTestRunnerTest.java 37 public class InstrumentationTestRunnerTest extends TestCase {
52 String expectedTestClassName = PlaceHolderTest.class.getName();
60 String expectedTestClassName = PlaceHolderTest.class.getName();
72 testSuite.addTestSuite(PlaceHolderTest.class);
76 PlaceHolderTest.class.getName(), "testPlaceHolder");
80 String classArg = PlaceHolderTest.class.getName() + "," +
81 PlaceHolderTest2.class.getName();
88 new TestDescriptor(PlaceHolderTest.class.getName(), "testPlaceHolder"),
89 new TestDescriptor(PlaceHolderTest2.class.getName(), "testPlaceHolder2"));
120 String testClassName = PlaceHolderTest.class.getName()
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 25 public final class OldResultSetMetaDataTest extends OldSQLTest {
78 assertEquals(Short.class.getName(), rsmd.getColumnClassName(1));
79 assertEquals(String.class.getName(), rsmd.getColumnClassName(2));
80 assertEquals(String.class.getName(), rsmd.getColumnClassName(3));
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 49 public class StorageVolumePreferenceCategory extends PreferenceCategory {
424 intent.setClass(getContext(), com.android.settings.MediaFormat.class);
429 com.android.settings.Settings.ManageApplicationsActivity.class);
443 intent = new Intent(context, MiscFilesHandler.class);
450 public static class PreferenceHeader extends Preference {
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerTest.java 37 public class ActivityManagerTest extends InstrumentationTestCase {
87 startSubActivity(ActivityManagerRecentOneActivity.class);
90 startSubActivity(ActivityManagerRecentTwoActivity.class);
103 ActivityManagerRecentOneActivity.class.getName())) {
106 ActivityManagerRecentTwoActivity.class.getName())) {
122 private final <T extends Activity> void startSubActivity(Class<T> activityClass) {
144 startSubActivity(ActivityManagerRecentOneActivity.class);
146 startSubActivity(ActivityManagerRecentTwoActivity.class);
159 ActivityManagerRecentOneActivity.class.getName())) {
162 ActivityManagerRecentTwoActivity.class.getName()))
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaPlayerStressTest.java 39 abstract class MediaPlayerStressTest extends InstrumentationTestCase {
136 intent.setClass(inst.getTargetContext(), MediaFrameworkTest.class);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java 36 public class DataProvider extends ContentProvider {
126 // Closes the SQLite database helper class, to avoid memory leaks
132 * Defines a helper class that opens the SQLite database for this provider when a request is
135 private class DataProviderHelper extends SQLiteOpenHelper {
186 Log.w(DataProviderHelper.class.getName(),
205 Log.w(DataProviderHelper.class.getName(),
  /external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/
ContentLinkerTestActivity.java 28 public class ContentLinkerTestActivity extends Activity {
79 // Register the test runner class by name.
80 Linker.setTestRunnerClassName(LinkerTests.class.getName());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 33 public class ReflectionUtils {
49 * is <code>true</code> if we need name for class loading, <code>false</code> if we need
56 // Class
57 if (type instanceof Class<?>) {
58 Class<?> clazz = (Class<?>) type;
131 public static Map<String, Method> getMethods(Class<?> clazz) {
134 for (Class<?> c = clazz; c != null; c = c.getSuperclass()) {
144 for (Class<?> interfaceClass : clazz.getInterfaces()) {
159 * JDT, just some string that unique identifies method in its {@link Class}
    [all...]
  /external/elfutils/libebl/
eblopenbackend.c 77 int class; member in struct:__anon20839
87 // XXX class and machine fields need to be filled in for all archs.
327 result->class = machines[cnt].class;
333 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS];
  /external/harfbuzz/src/
harfbuzz-gdef.c 694 HB_UShort class = 0, index = 0; /* shut compiler up */ local
706 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index );
711 *property = class << 8;
716 error = _HB_OPEN_Get_Class( &gdef->GlyphClassDef, glyphID, &class, &index );
720 /* if we have a constructed class table, check whether additional
724 class = Get_New_Class( gdef, glyphID, index );
726 switch ( class )
757 HB_UShort class )
780 crr[index].Class = class;
987 HB_UShort class, new_class, index = 0; \/* shut compiler up *\/ local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef.c 694 HB_UShort class = 0, index = 0; /* shut compiler up */ local
706 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index );
711 *property = class << 8;
716 error = _HB_OPEN_Get_Class( &gdef->GlyphClassDef, glyphID, &class, &index );
720 /* if we have a constructed class table, check whether additional
724 class = Get_New_Class( gdef, glyphID, index );
726 switch ( class )
757 HB_UShort class )
780 crr[index].Class = class;
987 HB_UShort class, new_class, index = 0; \/* shut compiler up *\/ local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 71 public final class SIPResponse
393 sprint(SIPResponse.class.getCanonicalName());
  /external/openssh/openbsd-compat/
getrrsetbyname.c 153 u_int16_t class; member in struct:dns_query
160 u_int16_t class; member in struct:dns_rr
202 /* check for invalid class and type */
208 /* don't allow queries of class or type ANY */
271 rrset->rri_rdclass = response->query->class;
318 if (rr->class == rrset->rri_rdclass &&
322 if (rr->class == rrset->rri_rdclass &&
487 /* class */
488 curr->class = _getshort(*cp);
534 /* class */
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
WifiManagerTest.java 29 @RunWith(WithTestDefaultsRunner.class)
30 public class WifiManagerTest {
43 assertEquals(wifiManager.getConnectionInfo().getClass(), WifiInfo.class);
46 @Test(expected = SecurityException.class)
52 @Test(expected = SecurityException.class)
58 @Test(expected = SecurityException.class)
167 @Test(expected = RuntimeException.class)
173 @Test(expected = UnsupportedOperationException.class)
198 @Test(expected = IllegalArgumentException.class)
203 @Test(expected = IllegalArgumentException.class)
    [all...]
  /external/tcpdump/
print-domain.c 323 register u_int i, class; local
338 class = (i & ~C_QU);
340 class = i;
341 if (class != C_IN)
342 printf(" %s", tok2str(ns_class2str, "(Class %d)", class));
359 register u_int i, class, opt_flags = 0; local
376 /* print the class (if it's not IN and the type isn't OPT) */
380 class = (i & ~C_CACHE_FLUSH);
382 class = i
    [all...]
print-zephyr.c 49 char *class; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient)
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
167 PARSE_FIELD_STR(z.class);
198 if (!strcmp(z.class, "USER_LOCATE")) {
208 if (!strcmp(z.class, "ZEPHYR_ADMIN")) {
213 if (!strcmp(z.class, "ZEPHYR_CTL")) {
270 if (!strcmp(z.class, "HM_CTL")) {
276 if (!strcmp(z.class, "HM_STAT")) {
283 if (!strcmp(z.class, "WG_CTL"))
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterViewFlipper.java 42 public class AdapterViewFlipper extends AdapterViewAnimator {
291 event.setClassName(AdapterViewFlipper.class.getName());
297 info.setClassName(AdapterViewFlipper.class.getName());
CheckedTextView.java 41 public class CheckedTextView extends TextView implements Checkable {
277 event.setClassName(CheckedTextView.class.getName());
284 info.setClassName(CheckedTextView.class.getName());
Chronometer.java 38 * Class that implements a simple timer.
49 public class Chronometer extends TextView {
286 event.setClassName(Chronometer.class.getName());
292 info.setClassName(Chronometer.class.getName());
MultiAutoCompleteTextView.java 40 * <pre class="prettyprint">
41 * public class CountriesActivity extends Activity {
59 public class MultiAutoCompleteTextView extends AutoCompleteTextView {
203 event.setClassName(MultiAutoCompleteTextView.class.getName());
209 info.setClassName(MultiAutoCompleteTextView.class.getName());
236 public static class CommaTokenizer implements Tokenizer {
278 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 41 public class ViewFlipper extends ViewAnimator {
147 event.setClassName(ViewFlipper.class.getName());
153 info.setClassName(ViewFlipper.class.getName());
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ProxyTest.java 30 public class ProxyTest extends junit.framework.TestCase {
51 class Broken1Invoke implements InvocationHandler {
58 class ProxyCoonstructorTest extends Proxy {
66 * java.lang.Class[])
69 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class
70 .getClassLoader(), new Class[] { Support_Proxy_I1.class });
73 proxy.getSuperclass() == Proxy.class);
74 assertTrue("Does not believe its a Proxy class ", Prox
    [all...]

Completed in 595 milliseconds

1 2 3 4 56 7 8 91011>>