Searched defs:cls (Results 26 - 50 of 50) sorted by relevance

12

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp118 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
119 if (cls == eglcontextClass &&
124 if (cls == egldisplayClass &&
129 if (cls == eglsurfaceClass &&
134 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
H A DEGLExtcHeader.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
115 if (cls == eglcontextClass &&
120 if (cls == egldisplayClass &&
125 if (cls == eglsurfaceClass &&
130 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java90 * @param cls The class to register the mixin. In most cases, {@code cls} is the same as
91 * {@code mixin.getClass()}, but {@code cls} can also be a super class of that. In
92 * the latter case the the mixin must be retrieved using {@code cls} in
95 * @param <M> The class of the mixin to register. This is the same as {@code cls}
97 protected <M extends Mixin> void registerMixin(Class<M> cls, M mixin) { argument
98 mMixins.put(cls, mixin);
114 * @param cls The class marker of Mixin being requested. The actual Mixin returned may be a
119 * @return The mixin marked by {@code cls}, or null if the template does not have a matching
123 public <M extends Mixin> M getMixin(Class<M> cls) { argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
115 if (cls == eglcontextClass &&
120 if (cls == egldisplayClass &&
125 if (cls == eglsurfaceClass &&
130 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
H A Dandroid_opengl_EGL14.cpp118 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
119 if (cls == eglcontextClass &&
124 if (cls == egldisplayClass &&
129 if (cls == eglsurfaceClass &&
134 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h132 jclass cls = env->GetObjectClass(j_object); local
133 jfieldID id_field = env->GetFieldID(cls, id_field_name_.c_str(), "I");
135 env->DeleteLocalRef(cls);
144 jclass cls = env->GetObjectClass(j_object); local
145 jfieldID id_field = env->GetFieldID(cls, id_field_name_.c_str(), "I");
147 env->DeleteLocalRef(cls);
167 jclass cls = env->FindClass(jclass_name_.c_str()); local
169 cls,
172 jobject result = env->NewObject(cls, constructor, JNI_NULL);
173 env->DeleteLocalRef(cls);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginManagerImpl.java102 public <T extends Plugin> T getOneShotPlugin(Class<T> cls) { argument
103 ProvidesInterface info = cls.getDeclaredAnnotation(ProvidesInterface.class);
105 throw new RuntimeException(cls + " doesn't provide an interface");
108 throw new RuntimeException(cls + " doesn't provide an action");
110 return getOneShotPlugin(info.action(), cls);
113 public <T extends Plugin> T getOneShotPlugin(String action, Class<?> cls) { argument
122 false, mLooper, cls, this);
134 public <T extends Plugin> void addPluginListener(PluginListener<T> listener, Class<?> cls) { argument
135 addPluginListener(listener, cls, false);
138 public <T extends Plugin> void addPluginListener(PluginListener<T> listener, Class<?> cls, argument
143 addPluginListener(String action, PluginListener<T> listener, Class<?> cls) argument
148 addPluginListener(String action, PluginListener<T> listener, Class cls, boolean allowMultiple) argument
284 dependsOn(Plugin p, Class<T> cls) argument
295 createPluginInstanceManager(Context context, String action, PluginListener<T> listener, boolean allowMultiple, Looper looper, Class<?> cls, PluginManagerImpl manager) argument
[all...]
H A DPluginInstanceManager.java160 public <T> boolean dependsOn(Plugin p, Class<T> cls) { argument
164 return info.mVersion != null && info.mVersion.hasClass(cls);
295 String cls = component.getClassName();
308 Class<?> pluginClass = Class.forName(cls, true, classLoader);
315 return new PluginInfo(pkg, cls, plugin, pluginContext, version);
329 String label = cls;
350 .notifyAsUser(cls, SystemMessage.NOTE_PLUGIN, nb.build(),
412 public PluginInfo(String pkg, String cls, T plugin, Context pluginContext, argument
415 mClass = cls;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTouchAnimator.java146 private static Property getProperty(Object target, String property, Class<?> cls) { argument
172 return Property.of(target.getClass(), cls, property);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImpl.java35 public <T> ExtensionBuilder<T> newExtension(Class<T> cls) { argument
55 public <P extends T> ExtensionController.ExtensionBuilder<T> withPlugin(Class<P> cls) { argument
56 return withPlugin(cls, PluginManager.getAction(cls));
60 public <P extends T> ExtensionController.ExtensionBuilder<T> withPlugin(Class<P> cls, argument
62 return withPlugin(cls, action, null);
66 public <P> ExtensionController.ExtensionBuilder<T> withPlugin(Class<P> cls, argument
68 mExtension.addPlugin(action, cls, converter);
152 public <P> void addPlugin(String action, Class<P> cls, PluginConverter<T, P> converter) { argument
153 mProducers.add(new PluginItem(action, cls, converte
164 PluginItem(String action, Class<P> cls, PluginConverter<T, P> converter) argument
[all...]
/frameworks/base/tests/testables/src/android/testing/
H A DBaseFragmentTest.java60 public BaseFragmentTest(Class<? extends Fragment> cls) { argument
61 mCls = cls;
/frameworks/native/cmds/servicemanager/
H A Dservice_manager.c349 static int audit_callback(void *data, __unused security_class_t cls, char *buf, size_t len) argument
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DDetailsFragmentTest.java273 private void navigateBetweenRowsAndVideoUsingRequestFocusInternal(Class cls) argument
275 SingleFragmentTestActivity activity = launchAndWaitActivity(cls,
337 private void navigateBetweenRowsAndVideoUsingDPADInternal(Class cls) throws Throwable { argument
338 SingleFragmentTestActivity activity = launchAndWaitActivity(cls,
408 private void fragmentOnStartWithVideoInternal(Class cls) throws Throwable { argument
409 final SingleFragmentTestActivity activity = launchAndWaitActivity(cls,
H A DDetailsSupportFragmentTest.java276 private void navigateBetweenRowsAndVideoUsingRequestFocusInternal(Class cls) argument
278 SingleSupportFragmentTestActivity activity = launchAndWaitActivity(cls,
340 private void navigateBetweenRowsAndVideoUsingDPADInternal(Class cls) throws Throwable { argument
341 SingleSupportFragmentTestActivity activity = launchAndWaitActivity(cls,
411 private void fragmentOnStartWithVideoInternal(Class cls) throws Throwable { argument
412 final SingleSupportFragmentTestActivity activity = launchAndWaitActivity(cls,
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java312 private PluginState(String cls, Context context) { argument
313 mCls = cls;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java92 Context context, Class<? extends Activity> cls) {
93 return new PhotoViewIntentBuilder(context, cls);
145 private PhotoViewIntentBuilder(Context context, Class<?> cls) { argument
146 mIntent = new Intent(context, cls);
91 newPhotoViewIntentBuilder( Context context, Class<? extends Activity> cls) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DJobIntentService.java115 WorkEnqueuer(Context context, Class cls) { argument
116 mComponentName = new ComponentName(context, cls);
159 CompatWorkEnqueuer(Context context, Class cls) { argument
160 super(context, cls);
166 mLaunchWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, cls.getName());
168 mRunWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, cls.getName());
304 JobWorkEnqueuer(Context context, Class cls, int jobId) { argument
305 super(context, cls);
463 * @param cls The concrete class the work should be dispatched to (this is the class that
469 public static void enqueueWork(@NonNull Context context, @NonNull Class cls, in argument
481 getWorkEnqueuer(Context context, Class cls, boolean hasJobId, int jobId) argument
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java524 * @param cls The activity class this monitor is responsible for.
534 String cls, ActivityResult result, boolean block) {
536 mClass = cls;
685 String cls = null;
687 cls = activity.getClass().getName();
689 cls = intent.getComponent().getClassName();
691 if (cls == null || !mClass.equals(cls)) {
752 * @param cls The activity class this monitor is responsible for.
765 String cls, ActivityResul
533 ActivityMonitor( String cls, ActivityResult result, boolean block) argument
764 addMonitor( String cls, ActivityResult result, boolean block) argument
[all...]
/frameworks/base/core/java/android/os/
H A DDebug.java1815 public static long countInstancesOfClass(Class cls) { argument
1816 return VMDebug.countInstancesOfClass(cls, true);
/frameworks/base/core/java/android/content/
H A DIntent.java5681 * @param cls The component class that is to be used for the intent.
5687 public Intent(Context packageContext, Class<?> cls) { argument
5688 mComponent = new ComponentName(packageContext, cls);
5707 * @param cls The component class that is to be used for the intent.
5715 Context packageContext, Class<?> cls) {
5718 mComponent = new ComponentName(packageContext, cls);
6111 String cls = uri.substring(sep + 1, j);
6112 intent.mComponent = new ComponentName(pkg, cls);
8791 * @param cls The class name to set, equivalent to
8792 * <code>setClassName(context, cls
5714 Intent(String action, Uri uri, Context packageContext, Class<?> cls) argument
8799 setClass(@onNull Context packageContext, @NonNull Class<?> cls) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jar ... Class iface java.util.Iterator i$ Class cls Class annotationType protected void appendDetail (java.lang.StringBuffer ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 599 milliseconds

12