Searched defs:componentType (Results 1 - 7 of 7) sorted by relevance

/frameworks/layoutlib/bridge/src/dalvik/system/
H A DVMRuntime_Delegate.java31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, argument
35 if (!componentType.isPrimitive()) {
37 return java.lang.reflect.Array.newInstance(componentType, size);
38 } else if (componentType == char.class) {
44 } else if (componentType == int.class) {
47 } else if (componentType == byte.class) {
53 } else if (componentType == boolean.class) {
59 } else if (componentType == short.class) {
65 } else if (componentType == float.class) {
68 } else if (componentType
[all...]
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java199 private static final Class<?> getArrayClass(Class<?> componentType) { argument
200 return Array.newInstance(componentType, 0).getClass();
209 Type componentType = getComponentType(mType);
211 return (componentType != null) ?
212 createSpecializedTypeReference(componentType) :
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp302 TypeVectorInst *Module::getVectorType(Instruction *componentType, int width) { argument
303 return getGlobalSection()->getVectorType(componentType, width);
787 TypeVectorInst *GlobalSection::getVectorType(Instruction *componentType,
789 // TODO: verify that componentType is basic numeric types
793 return vecTy->mOperand1.mInstruction == componentType &&
797 return mBuilder->MakeTypeVector(componentType, width);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp617 EGLint componentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT; local
618 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_COLOR_COMPONENT_TYPE_EXT, &componentType);
646 if (componentType == EGL_COLOR_COMPONENT_TYPE_FIXED_EXT) {
657 if (componentType == EGL_COLOR_COMPONENT_TYPE_FIXED_EXT) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java4169 @Nullable ComponentName component, @ComponentType int componentType, int userId) {
4201 return !isComponentVisibleToInstantApp(component, componentType);
4168 filterAppAccessLPr(@ullable PackageSetting ps, int callingUid, @Nullable ComponentName component, @ComponentType int componentType, int userId) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 475 milliseconds