Searched refs:type (Results 276 - 300 of 1111) sorted by relevance

<<11121314151617181920>>

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTextureParam.java57 mData.type = ScriptC_export.const_ShaderParam_TEXTURE;
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedVectorDrawableDupPerf.java68 int type;
69 while ((type=parser.next()) != XmlPullParser.START_TAG &&
70 type != XmlPullParser.END_DOCUMENT) {
73 if (type != XmlPullParser.START_TAG) {
H A DVectorDrawablePerformance.java74 int type;
75 while ((type=parser.next()) != XmlPullParser.START_TAG &&
76 type != XmlPullParser.END_DOCUMENT) {
79 if (type != XmlPullParser.START_TAG) {
/frameworks/compile/mclinker/lib/Script/
H A DRpnEvaluator.cpp80 switch (opd->type()) {
100 } // end of switch operand type
108 assert(operandStack.top()->type() == Operand::SYMBOL ||
109 operandStack.top()->type() == Operand::INTEGER ||
110 operandStack.top()->type() == Operand::FRAGMENT);
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp29 // unknown type of the value
30 llvm::report_fatal_error("Unknown type of attribtue value!");
47 // for int type, empty string for string type), but we need to check whether
56 if ((pValue.type() != m_Type) || isUninitialized())
/frameworks/native/include/gui/
H A DSensorManager.h55 Sensor const* getDefaultSensor(int type);
/frameworks/support/v4/java/android/support/v4/content/
H A DContextCompat.java217 public static File[] getExternalFilesDirs(Context context, String type) { argument
220 return ContextCompatKitKat.getExternalFilesDirs(context, type);
224 single = ContextCompatFroyo.getExternalFilesDir(context, type);
227 context.getPackageName(), DIR_FILES, type);
312 * This integer encodes the package, type, and resource entry.
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java55 * A type of policy that this device admin can use: device owner meta-policy
63 * A type of policy that this device admin can use: profile owner meta-policy
71 * A type of policy that this device admin can use: limit the passwords
81 * A type of policy that this device admin can use: able to watch login
92 * A type of policy that this device admin can use: able to reset the
102 * A type of policy that this device admin can use: able to force the device
113 * A type of policy that this device admin can use: able to factory
123 * A type of policy that this device admin can use: able to specify the
133 * A type of policy that this device admin can use: force the user to
142 * A type o
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java282 * some other type of CharSequence if it is styled.
286 * tool. This integer encodes the package, type, and resource
313 * tool. This integer encodes the package, type, and resource
376 * tool. This integer encodes the package, type, and resource
402 * tool. This integer encodes the package, type, and resource
431 * tool. This integer encodes the package, type, and resource
458 * tool. This integer encodes the package, type, and resource
475 * some other type of CharSequence if it is styled.
478 * tool. This integer encodes the package, type, and resource
495 * tool. This integer encodes the package, type, an
2642 loadXmlResourceParser(int id, String type) argument
2660 loadXmlResourceParser(String file, int id, int assetCookie, String type) argument
[all...]
H A DColorStateList.java122 int type;
123 while ((type=parser.next()) != XmlPullParser.START_TAG
124 && type != XmlPullParser.END_DOCUMENT) {
127 if (type != XmlPullParser.START_TAG) {
176 int type;
185 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
187 || type != XmlPullParser.END_TAG)) {
188 if (type != XmlPullParser.START_TAG) {
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp45 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
47 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
49 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
51 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
53 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type,
55 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
57 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
61 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
67 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp91 return type() > TRANSLATE;
245 uint32_t Transform::type() const function in class:android::Transform
338 return type() & 0xFF;
343 return (type() >> 8) & 0xFF;
353 type(); // updates the type
355 String8 flags, type; local
374 type.append("IDENTITY ");
376 type.append("SCALE ");
378 type
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.cpp49 AudioShelvingFilter::AudioShelvingFilter(ShelfType type, int nChannels, argument
51 : mType(type),
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java102 * Return the data type associated with this application configuration.
130 * Return the channel type associated with this application configuration.
146 int type = in.readInt();
149 return new BluetoothHealthAppConfiguration(name, type, role,
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java40 * @param T The type of the items to inflate
41 * @param P The type of parents (that is those items that contain other items).
299 int type;
300 while ((type = parser.next()) != parser.START_TAG
301 && type != parser.END_DOCUMENT) {
305 if (type != parser.START_TAG) {
464 int type;
465 while (((type = parser.next()) != parser.END_TAG ||
466 parser.getDepth() > depth) && type != parser.END_DOCUMENT) {
468 if (type !
[all...]
/frameworks/base/core/java/android/text/
H A DSpanSet.java39 SpanSet(Class<? extends E> type) { argument
40 classType = type;
/frameworks/base/core/jni/android/graphics/
H A DDrawFilter.cpp42 virtual bool filter(SkPaint* paint, Type type) { argument
43 SkPaintFlagsDrawFilter::filter(paint, type);
/frameworks/base/docs/html/distribute/monetize/
H A Dmonetize_toc.cs41 <script type="text/javascript">
/frameworks/base/libs/hwui/
H A DResourceCache.h46 ResourceReference(ResourceType type) { argument
47 refCount = 0; recycled = false; destroyed = false; resourceType = type;
/frameworks/base/media/java/android/media/tv/
H A DITvInputClient.aidl37 void onTrackSelected(int type, in String trackId, int seq);
H A DITvInputSession.aidl40 void selectTrack(int type, in String trackId);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkIdentitySet.java48 final int type = in.readInt();
64 add(new NetworkIdentity(type, subType, subscriberId, networkId, false));
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java37 // The type of window this token is for, as per WindowManager.LayoutParams.
74 WindowToken(WindowManagerService _service, IBinder _token, int type, boolean _explicit) { argument
77 windowType = type;
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java109 TestWebData(int length, int lastModified, String name, String type, boolean isDir) { argument
113 testType = type;
126 // The MIME type to assume for this test
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java65 public void setTransform(int index, Float4 value, TransformType type) { argument
67 mTransformData.transformTypes[index] = type.mID;

Completed in 1468 milliseconds

<<11121314151617181920>>