HomeSort by relevance Sort by last modified time
    Searched defs:class (Results 151 - 175 of 262) sorted by null

1 2 3 4 5 67 8 91011

  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 40 public class AccessPermissionWithDiffSigTest extends AndroidTestCase {
299 grantIntent.setClass(getContext(), ReceiveUriActivity.class);
310 grantIntent.setClass(getContext(), ReceiveUriActivity.class);
362 grantIntent.setClass(getContext(), ReceiveUriService.class);
371 grantIntent.setClass(getContext(), ReceiveUriService.class);
416 private static class GrantResultReceiver extends BroadcastReceiver {
491 service ? ReceiveUriService.class : ReceiveUriActivity.class);
502 service ? ReceiveUriService.class : ReceiveUriActivity.class);
    [all...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 42 public class DeviceInfoInstrument extends Instrumentation implements DeviceInfoConstants {
94 intent.setClass(this.getContext(), DeviceInfoActivity.class);
268 Field[] fields = PackageManager.class.getFields();
  /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/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:__anon15850
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...]
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 47 public class QuickContactBadge extends ImageView implements OnClickListener {
284 event.setClassName(QuickContactBadge.class.getName());
290 info.setClassName(QuickContactBadge.class.getName());
302 private class QueryHandler extends AsyncQueryHandler {
RatingBar.java 52 public class RatingBar extends AbsSeekBar {
333 event.setClassName(RatingBar.class.getName());
339 info.setClassName(RatingBar.class.getName());
TableRow.java 47 public class TableRow extends LinearLayout {
385 event.setClassName(TableRow.class.getName());
391 info.setClassName(TableRow.class.getName());
402 public static class LayoutParams extends LinearLayout.LayoutParams {
522 private class ChildrenTracker implements OnHierarchyChangeListener {
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 51 public class DeviceAdminSettings extends ListFragment {
143 intent.setClass(getActivity(), DeviceAdminAdd.class);
148 static class ViewHolder {
155 class PolicyListAdapter extends BaseAdapter {
UserDictionarySettings.java 53 public class UserDictionarySettings extends ListFragment {
203 com.android.settings.inputmethod.UserDictionaryAddWordFragment.class.getName(),
240 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 pa.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 {
237 pa.startPreferencePanel(UserDictionaryAddWordFragment.class.getName(),
278 private static class MyAdapter extends SimpleCursorAdapter implements SectionIndexer {
  /system/core/init/
property_service.c 205 const char *class = "property_service"; local
218 if (selinux_check_access(sctx, tctx, class, perm, name) == 0)
  /bionic/libc/netbsd/
gethnamaddr.c 185 int type, class, ancount, qdcount; local
263 class = _getshort(cp);
264 cp += INT16SZ + INT32SZ; /* class, TTL */
269 if (class != C_IN) {
    [all...]
  /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);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 46 public class ClassTest extends junit.framework.TestCase {
48 public static final String FILENAME = ClassTest.class.getPackage().getName().replace('.', '/')+"/test#.properties";
50 static class StaticMember$Class {
51 class Member2$A {
55 class Member$Class {
56 class Member3$B {
60 public static class TestClass {
91 public static class SubTestClass extends TestClass
    [all...]
  /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/bluetooth/bluedroid/btif/src/
btif_config.c 735 btif_config_set_str(section, key, "class", "smart phone");
744 char class[128] = {0}; local
754 size = sizeof(class);
755 ret = btif_config_get_str(section, key, "class", class, &size);
756 BTIF_TRACE_DEBUG3("btif_config_get_str return:%d, Remote devices:%s, class:%s", ret, key, class);
770 size = sizeof(class);
772 btif_config_set("Remote Devices", "00:22:5F:97:56:04", "Class Delete", class, strlen(class) + 1, BTIF_CFG_TYPE_STR)
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 27 #define class macro
112 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/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/
bt-hid.c 537 uint32_t class = local
540 /* Device class */
560 s->btdev.device.class[0] = (class >> 0) & 0xff;
561 s->btdev.device.class[1] = (class >> 8) & 0xff;
562 s->btdev.device.class[2] = (class >> 16) & 0xff;
pci.c 409 int class; local
412 class = d->config[0x0a] | (d->config[0x0b] << 8);
413 if (class == 0x0101 && r->size == 4) {
673 uint16_t class; member in struct:__anon13782
720 int i, class; local
726 class = le16_to_cpu(*((uint16_t *)(d->config + PCI_CLASS_DEVICE)));
729 while (desc->desc && class != desc->class)
734 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...]
  /external/webkit/Source/WebCore/css/
CSSGrammar.y 255 %type <selector> class
1026 | class
1031 class: label
1035 $$->setMatch(CSSSelector::Class);
    [all...]

Completed in 2229 milliseconds

1 2 3 4 5 67 8 91011