Searched defs:srcName (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java109 * @param srcName The name of the source for the bitmap. Might be null.
111 public NinePatch(Bitmap bitmap, byte[] chunk, String srcName) { argument
113 mSrcName = srcName;
/frameworks/base/tools/aapt/
H A DPackage.cpp292 const String8& srcName = file->getSourceFile(); local
294 fileModWhen = getFileModDate(srcName.string());
H A DResource.cpp2920 const char* pkg, const String8& srcName, int line)
2944 location += srcName;
2954 const char* /* pkg */, const String8& srcName, int line)
2961 location += srcName;
2919 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, const char* pkg, const String8& srcName, int line) argument
2953 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, const char* , const String8& srcName, int line) argument
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp197 const char* srcName)
207 if (srcName != NULL) {
209 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF");
196 copy_file(FILE* dest, FILE* src, off_t size, const char* destName, const char* srcName) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java99 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { argument
100 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), null);
108 Rect padding, String srcName) {
109 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), res);
119 Rect padding, Rect opticalInsets, String srcName) {
120 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding, opticalInsets),
107 NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, Rect padding, String srcName) argument
118 NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, Rect padding, Rect opticalInsets, String srcName) argument
H A DDrawable.java1145 public static Drawable createFromStream(InputStream is, String srcName) { argument
1146 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable");
1148 return createFromResourceStream(null, null, is, srcName);
1159 InputStream is, String srcName) {
1160 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable");
1162 return createFromResourceStream(res, value, is, srcName, null);
1173 InputStream is, String srcName, BitmapFactory.Options opts) {
1205 return drawableFromBitmap(res, bm, np, pad, opticalInsets, srcName);
1158 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName) argument
1172 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName, BitmapFactory.Options opts) argument
1462 drawableFromBitmap(Resources res, Bitmap bm, byte[] np, Rect pad, Rect layoutBounds, String srcName) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp746 /* void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth ) */
749 (JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) {
751 (GLuint)srcName,
748 android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) argument
H A Dandroid_opengl_GLES32.cpp463 /* void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth ) */
466 (JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) {
468 (GLuint)srcName,
465 android_glCopyImageSubData__IIIIIIIIIIIIIII(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java411 // C function void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
414 int srcName,
413 glCopyImageSubDataEXT( int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth ) argument
H A DGLES32.java247 // C function void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
250 int srcName,
249 glCopyImageSubData( int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth ) argument
/frameworks/opt/setupwizard/tools/docs/
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.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3474 milliseconds