HomeSort by relevance Sort by last modified time
    Searched defs:class (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /development/samples/browseable/AgendaData/Application/src/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
73 public class LogFactoryImpl extends LogFactory {
76 /** Log4JLogger class name */
78 /** Jdk14Logger class name */
80 /** Jdk13LumberjackLogger class name */
82 /** SimpleLog class name */
109 * property identifying our {@link Log} implementation class
    [all...]
  /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...]
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 44 public class AccessPermissionWithDiffSigTest extends AndroidTestCase {
311 grantIntent.setClass(getContext(), ReceiveUriActivity.class);
322 grantIntent.setClass(getContext(), ReceiveUriActivity.class);
374 grantIntent.setClass(getContext(), ReceiveUriService.class);
383 grantIntent.setClass(getContext(), ReceiveUriService.class);
428 private static class GrantResultReceiver extends BroadcastReceiver {
504 service ? ReceiveUriService.class : ReceiveUriActivity.class);
516 service ? ReceiveUriService.class : ReceiveUriActivity.class);
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteProvider.java 52 final class SampleMediaRouteProvider extends MediaRouteProvider {
178 settingsIntent.setClass(getContext(), SampleMediaRouteSettingsActivity.class);
243 private final class SampleRouteController extends MediaRouteProvider.RouteController {
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 33 public class LogRecordTest extends TestCase {
39 private static String className = LogRecordTest.class.getName();
119 lr.setSourceClassName("bad class name");
120 assertEquals("bad class name", lr.getSourceClassName());
128 lr.setSourceMethodName("bad class name");
129 assertEquals("bad class name", lr.getSourceMethodName());
138 // find class and method who called logger
153 // only set source class to null
168 // test if LogRecord is constructed in another class, and is published
178 assertEquals(RecordFactory.class.getName(), handle
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 927 btif_config_set_str(section, key, "class", "smart phone");
949 char class[128] = {0}; local
959 size = sizeof(class);
960 ret = btif_config_get_str(section, key, "class", class, &size);
961 bdld("btif_config_get_str return:%d, Remote devices:%s, class:%s", ret, key, class);
975 size = sizeof(class);
977 btif_config_set("Remote", "00:22:5F:97:56:04", "Class Delete", class, strlen(class) + 1, BTIF_CFG_TYPE_STR)
    [all...]
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestContainerView.java 35 * This class takes the place android.webkit.WebView would have in the production configuration.
37 public class AwTestContainerView extends FrameLayout {
45 private class HardwareView extends GLSurfaceView {
399 info.setClassName(AwContents.class.getName());
406 event.setClassName(AwContents.class.getName());
415 private class NativeGLDelegate implements AwContents.NativeGLDelegate {
430 // TODO: AwContents could define a generic class that holds an implementation similar to
432 private class InternalAccessAdapter implements AwContents.InternalAccessDelegate {
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSGrammar.y 335 %type <selector> class
1228 | class
1233 class: label
1236 $$->setMatch(CSSSelector::Class);
    [all...]
  /external/libvorbis/lib/
floor1.c 861 int class=info->partitionclass[i]; local
862 int cdim=info->class_dim[class];
863 int csubbits=info->class_subs[class];
874 int booknum=info->class_subbook[class][k];
878 maxval[k]=sbooks[info->class_subbook[class][k]]->entries;
894 vorbis_book_encode(books+info->class_book[class],cval,opb);
901 vb->pcmend/2,posts-2,class);
911 int book=info->class_subbook[class][bookas[k]];
925 vb->pcmend/2,posts-2,class,bookas[k]);
985 int class=info->partitionclass[i] local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 73 public final class SIPRequest extends SIPMessage implements javax.sip.message.Request, RequestExt {
201 sprint(SIPRequest.class.getName());
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 213 int qclass, qtype; /* class and type of query */
1315 int type, class, ancount, qdcount; local
2162 int class, type; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 53 public class InstrumentationTest extends InstrumentationTestCase {
68 mIntent = new Intent(mContext, InstrumentationTestActivity.class);
92 InstrumentationTestActivity.class.getName(), result, false);
94 Intent intent = new Intent(mContext, InstrumentationTestActivity.class);
119 .addMonitor(InstrumentationTestActivity.class.getName(), result, false);
345 app = Instrumentation.newApplication(MockApplication.class, mContext);
382 Activity activity = mInstrumentation.newActivity(cl, InstrumentationTestActivity.class
384 assertEquals(InstrumentationTestActivity.class.getName(), activity.getClass().getName());
388 intent = new Intent(mContext, InstrumentationTestActivity.class);
395 .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...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 51 public class IntentTest extends AndroidTestCase {
75 mComponentName = new ComponentName(mContext, MockActivity.class);
99 mIntent = new Intent(mContext, MockActivity.class);
103 mIntent = new Intent(TEST_ACTION, TEST_URI, mContext, MockActivity.class);
193 final Intent intent = mIntent.setClassName(mContext, MockActivity.class.getName());
199 mIntent.setClassName(mContext.getPackageName(), MockActivity.class.getName());
354 mIntent.setClass(mContext, MockActivity.class);
455 final Intent[] expected = { new Intent(TEST_ACTION), new Intent(mContext, MockActivity.class) };
622 mIntent.setClass(mContext, MockActivity.class);
648 mIntent.setClass(mContext, MockActivity.class);
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 1912 mDNSu16 class = kDNSQClass_ANY; local
1931 mDNSu16 class = kDNSQClass_ANY; local
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 15 - Class implementation inspired by [Base.js](http://dean.edwards.name/weblog/2006/03/base/) Copyright (c) 2006 Dean Edwards, [GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)
1038 Script: Class.js
1039 Contains the Class Function for easily creating, extending, and implementing reusable Classes.
1045 function Class(params){
1060 newClass.constructor = Class;
1095 new Native({name: 'Class', initialize: Class}).extend({
1120 Class.implement({
1129 var mutator = Class.Mutators[key];
1142 proto[key] = Class.wrap(this, key, value)
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 250 u16 class : 16; /* The RR class (usually CLASS_INET) */ member in struct:server_reply_item
871 * <label:name><u16:type><u16:class>
879 * <label:name><u16:type><u16:class><u32:ttl><u16:len><data...>
883 u16 type, class; local
887 GET16(class);
891 if (type == TYPE_A && class == CLASS_INET) {
910 } else if (type == TYPE_PTR && class == CLASS_INET) {
920 } else if (type == TYPE_AAAA && class == CLASS_INET) {
993 u16 type, class; local
    [all...]

Completed in 3006 milliseconds

1 2 34 5