Searched refs:target (Results 201 - 225 of 385) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DViewGroup.java172 // First touch target in the linked list of touch targets.
188 // First hover target in the linked list of hover targets.
1298 // Find the [possibly new] drag target
1299 final View target = findFrontmostDroppableChildAt(event.mX, event.mY, localPoint);
1301 // If we've changed apparent drag target, tell the view root which view
1303 // notifications to the framework] and tell the new target that the drag
1307 if (mCurrentDragView != target) {
1308 root.setDragFocus(target);
1319 mCurrentDragView = target;
1322 if (target !
2802 onNestedPrePerformAccessibilityAction(View target, int action, Bundle args) argument
6217 onStartNestedScroll(View child, View target, int nestedScrollAxes) argument
6225 onNestedScrollAccepted(View child, View target, int axes) argument
6245 onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
6254 onNestedPreScroll(View target, int dx, int dy, int[] consumed) argument
6262 onNestedFling(View target, float velocityX, float velocityY, boolean consumed) argument
6270 onNestedPreFling(View target, float velocityX, float velocityY) argument
[all...]
/frameworks/native/cmds/servicemanager/
H A Dbinder.c48 fprintf(stderr," target %016"PRIx64" cookie %016"PRIx64" code %08x flags %08x\n",
49 (uint64_t)txn->target.ptr, (uint64_t)txn->cookie, txn->code, txn->flags);
182 data.txn.target.ptr = 0;
286 void binder_acquire(struct binder_state *bs, uint32_t target) argument
290 cmd[1] = target;
294 void binder_release(struct binder_state *bs, uint32_t target) argument
298 cmd[1] = target;
302 void binder_link_to_death(struct binder_state *bs, uint32_t target, struct binder_death *death) argument
310 data.payload.handle = target;
317 uint32_t target, uint32_
315 binder_call(struct binder_state *bs, struct binder_io *msg, struct binder_io *reply, uint32_t target, uint32_t code) argument
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java233 * See {@link #getTargetContext} to retrieve a Context for the target
254 * Return a Context for the target application being instrumented. Note
260 * @return A Context in the target application.
1454 * @param target Which activity is performing the start (and thus receiving
1475 Context who, IBinder contextThread, IBinder token, Activity target,
1499 token, target != null ? target.mEmbeddedID : null,
1516 IBinder token, Activity target, Intent[] intents, Bundle options) {
1517 execStartActivitiesAsUser(who, contextThread, token, target, intents, options,
1530 IBinder token, Activity target, Inten
1474 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1515 execStartActivities(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options) argument
1529 execStartActivitiesAsUser(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options, int userId) argument
1591 execStartActivity( Context who, IBinder contextThread, IBinder token, Fragment target, Intent intent, int requestCode, Bundle options) argument
1651 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1688 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, int userId) argument
1866 SyncRunnable(Runnable target) argument
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp57 // rsym - The relocation target symbol
94 // rsym - The relocation target symbol
198 // rsym - The relocation target symbol
215 // check if we should issue undefined reference for the relocation target
232 // rsym - The relocation target symbol
281 // rsym - The relocation target symbol
466 // 1. update the relocation target offset
473 // set relocation target symbol to the output section symbol's resolveInfo
540 bitMask = FINDBITMASK(pReloc.target());
561 pReloc.target() |
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp327 /* void glBindBuffer ( GLenum target, GLuint buffer ) */
330 (JNIEnv *_env, jobject _this, jint target, jint buffer) {
332 (GLenum)target,
337 /* void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) */
340 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
363 (GLenum)target,
378 /* void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) */
381 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) {
402 (GLenum)target,
788 /* void glGetBufferParameteriv ( GLenum target, GLenu
329 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
339 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
380 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
790 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
840 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2003 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
2053 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2091 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2141 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2179 android_glGetTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2229 android_glGetTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2538 android_glTexEnvi__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2549 android_glTexEnviv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2610 android_glTexEnviv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2659 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
2709 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2747 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2758 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2808 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2846 android_glTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2896 android_glTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
[all...]
H A Dandroid_opengl_GLES10.cpp356 /* void glBindTexture ( GLenum target, GLuint texture ) */
359 (JNIEnv *_env, jobject _this, jint target, jint texture) {
361 (GLenum)target,
505 /* void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) */
508 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
520 (GLenum)target,
534 /* void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) */
537 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
549 (GLenum)target,
564 /* void glCopyTexImage2D ( GLenum target, GLin
358 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
507 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
536 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
566 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
582 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
1218 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
2351 android_glMultiTexCoord4f__IFFFF(JNIEnv *_env, jobject _this, jint target, jfloat s, jfloat t, jfloat r, jfloat q) argument
2364 android_glMultiTexCoord4x__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
2682 android_glTexEnvf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
2693 android_glTexEnvfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
2754 android_glTexEnvfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2803 android_glTexEnvx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2814 android_glTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2875 android_glTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2924 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
2956 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
2967 android_glTexParameterx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2978 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
[all...]
H A Dandroid_opengl_GLES30.cpp377 /* void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) */
380 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) {
392 (GLenum)target,
408 /* void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei offset ) */
411 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jint offset) {
413 (GLenum)target,
426 /* void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels ) */
429 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) {
441 (GLenum)target,
458 /* void glTexSubImage3D ( GLenum target, GLin
379 android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) argument
410 android_glTexImage3D__IIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jint offset) argument
428 android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) argument
460 android_glTexSubImage3D__IIIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jint offset) argument
479 android_glCopyTexSubImage3D__IIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint x, jint y, jint width, jint height) argument
496 android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jobject data_buf) argument
526 android_glCompressedTexImage3D__IIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jint offset) argument
543 android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jobject data_buf) argument
575 android_glCompressedTexSubImage3D__IIIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jint offset) argument
737 android_glBeginQuery__II(JNIEnv *_env, jobject _this, jint target, jint id) argument
747 android_glEndQuery__I(JNIEnv *_env, jobject _this, jint target) argument
756 android_glGetQueryiv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
800 android_glGetQueryiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
892 android_glUnmapBuffer__I(JNIEnv *_env, jobject _this, jint target) argument
903 android_glGetBufferPointerv__II(JNIEnv *_env, jobject _this, jint target, jint pname) argument
1418 android_glRenderbufferStorageMultisample__IIIII(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height) argument
1431 android_glFramebufferTextureLayer__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level, jint layer) argument
1444 android_glMapBufferRange__IIII(JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) argument
1457 android_glFlushMappedBufferRange__III(JNIEnv *_env, jobject _this, jint target, jint offset, jint length) argument
1620 android_glGetIntegeri_v__II_3II(JNIEnv *_env, jobject _this, jint target, jint index, jintArray data_ref, jint offset) argument
1664 android_glGetIntegeri_v__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
1704 android_glBindBufferRange__IIIII(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer, jint offset, jint size) argument
1717 android_glBindBufferBase__III(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer) argument
3879 android_glGetInteger64i_v__II_3JI(JNIEnv *_env, jobject _this, jint target, jint index, jlongArray data_ref, jint offset) argument
3923 android_glGetInteger64i_v__IILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
3947 android_glGetBufferParameteri64v__II_3JI(JNIEnv *_env, jobject _this, jint target, jint pname, jlongArray params_ref, jint offset) argument
3991 android_glGetBufferParameteri64v__IILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4472 android_glBindTransformFeedback__II(JNIEnv *_env, jobject _this, jint target, jint id) argument
4807 android_glInvalidateFramebuffer__II_3II(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) argument
4851 android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) argument
4875 android_glInvalidateSubFramebuffer__II_3IIIIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) argument
4923 android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, jint y, jint width, jint height) argument
4951 android_glTexStorage2D__IIIII(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint height) argument
4964 android_glTexStorage3D__IIIIII(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint height, jint depth) argument
4978 android_glGetInternalformativ__IIII_3II(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jintArray params_ref, jint offset) argument
5024 android_glGetInternalformativ__IIIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jobject params_buf) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp290 /* void glBindTexture ( GLenum target, GLuint texture ) */
293 (JNIEnv *_env, jobject _this, jint target, jint texture) {
295 (GLenum)target,
439 /* void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) */
442 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
454 (GLenum)target,
468 /* void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) */
471 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
483 (GLenum)target,
498 /* void glCopyTexImage2D ( GLenum target, GLin
292 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
441 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
470 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
500 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
516 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
1942 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
3183 android_glMultiTexCoord4f__IFFFF(JNIEnv *_env, jobject _this, jint target, jfloat s, jfloat t, jfloat r, jfloat q) argument
3196 android_glMultiTexCoord4x__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
3514 android_glTexEnvf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3525 android_glTexEnvfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
3597 android_glTexEnvfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3657 android_glTexEnvx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3668 android_glTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3740 android_glTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3800 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
3832 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3843 android_glTexParameterx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3854 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
4082 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
4092 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
4133 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
4624 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
4632 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
5800 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
5850 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
5888 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
5938 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
5976 android_glGetTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6026 android_glGetTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6335 android_glTexEnvi__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
6346 android_glTexEnviv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6418 android_glTexEnviv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6478 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
6528 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6566 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
6577 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6627 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6665 android_glTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6715 android_glTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
7241 android_glBindFramebufferOES__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
7256 android_glBindRenderbufferOES__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
7317 android_glCheckFramebufferStatusOES__I(JNIEnv *_env, jobject _this, jint target) argument
7525 android_glFramebufferRenderbufferOES__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
7542 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
7560 android_glGenerateMipmapOES__I(JNIEnv *_env, jobject _this, jint target) argument
7766 android_glGetFramebufferAttachmentParameterivOES__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
7816 android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
7846 android_glGetRenderbufferParameterivOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
7895 android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
8190 android_glRenderbufferStorageOES__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
[all...]
/frameworks/av/include/media/
H A DIAudioTrack.h84 or Tungsten time. The values for target are defined in AudioTrack.h */
86 int target) = 0;
/frameworks/base/core/java/android/net/
H A DNetworkStateTracker.java97 * @param target is the Hander to which to return the events.
99 public void startMonitoring(Context context, Handler target); argument
/frameworks/base/core/tests/coretests/
H A DAndroid.mk26 LOCAL_STATIC_JAVA_LIBRARIES := core-tests-support android-common frameworks-core-util-lib mockwebserver guava littlemock mockito-target
42 $(call copy-file-to-new-target)
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java173 public void initProgram(FilterContext context, int target) { argument
174 switch (target) {
183 "target " + target + "!");
185 mTarget = target;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java219 float source, float target, float progress) {
220 // interpolate the angle from source to target
222 // shortest path to change source to target.
223 float diff = target - source;
232 float source, float target, float progress) {
233 return source + progress * (target - source);
218 interpolateAngle( float source, float target, float progress) argument
231 interpolateScale( float source, float target, float progress) argument
/frameworks/base/tools/layoutlib/
H A DAndroid.mk19 LOCAL_JAVACFLAGS := -source 6 -target 6
/frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
H A DDigraph.h49 Node target() const;
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h476 GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture);
489 GLAPI void APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
490 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
492 GLAPI void APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
518 GLAPI void APIENTRY glHint (GLenum target, GLenum mode);
540 GLAPI void APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
541 GLAPI void APIENTRY glMultiTexCoord4x (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
567 GLAPI void APIENTRY glTexEnvf (GLenum target, GLenum pname, GLfloat param);
568 GLAPI void APIENTRY glTexEnvfv (GLenum target, GLenu
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiApConfigStore.java63 WifiApConfigStore(Context context, Handler target) { argument
64 super(TAG, target.getLooper());
74 public static WifiApConfigStore makeWifiApConfigStore(Context context, Handler target) { argument
75 WifiApConfigStore s = new WifiApConfigStore(context, target);
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp227 char* target = buffer; local
229 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,
238 *target = 0;
240 while (--target > buffer && *target == ' ') {
241 *target = 0;
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp139 // return true if area of 'target' completely covers area of 'covered'
140 static bool checkIfCover(const WebPIterator& target, const WebPIterator& covered) { argument
142 const int target_x_max = target.x_offset + target.width;
144 const int target_y_max = target.y_offset + target.height;
145 return target.x_offset <= covered.x_offset
147 && target.y_offset <= covered.y_offset
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java575 File target = null;
577 target = buildPath(DEVICE_ROOT, path);
579 target = buildPath(context.getFilesDir(), path);
581 target = buildPath(context.getCacheDir(), path);
583 target = buildPath(Environment.getExternalStorageDirectory(), path);
586 if (target != null) {
587 strat.addRoot(name, target);
600 * target.
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java222 // C function void glFramebufferParameteri ( GLenum target, GLenum pname, GLint param )
225 int target,
230 // C function void glGetFramebufferParameteriv ( GLenum target, GLenum pname, GLint *params )
233 int target,
239 // C function void glGetFramebufferParameteriv ( GLenum target, GLenum pname, GLint *params )
242 int target,
955 // C function void glGetBooleani_v ( GLenum target, GLuint index, GLboolean *data )
958 int target,
964 // C function void glGetBooleani_v ( GLenum target, GLuint index, GLboolean *data )
967 int target,
224 glFramebufferParameteri( int target, int pname, int param ) argument
232 glGetFramebufferParameteriv( int target, int pname, int[] params, int offset ) argument
241 glGetFramebufferParameteriv( int target, int pname, java.nio.IntBuffer params ) argument
957 glGetBooleani_v( int target, int index, boolean[] data, int offset ) argument
966 glGetBooleani_v( int target, int index, java.nio.IntBuffer data ) argument
986 glTexStorage2DMultisample( int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations ) argument
1021 glGetTexLevelParameteriv( int target, int level, int pname, int[] params, int offset ) argument
1031 glGetTexLevelParameteriv( int target, int level, int pname, java.nio.IntBuffer params ) argument
1040 glGetTexLevelParameterfv( int target, int level, int pname, float[] params, int offset ) argument
1050 glGetTexLevelParameterfv( int target, int level, int pname, java.nio.FloatBuffer params ) argument
[all...]
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java225 File target;
227 target = mIdToPath.get(tag);
229 if (target == null) {
232 if (!target.exists()) {
233 target.mkdirs();
235 target = new File(target, path);
236 if (!target.exists()) {
237 throw new FileNotFoundException("Missing file for " + docId + " at " + target);
239 return target;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java404 View target = mShowingPublic ? mPublicLayout : mPrivateLayout;
406 target.setVisibility(View.VISIBLE);
407 target.setAlpha(0f);
409 target.animate().cancel();
420 target.animate()
/frameworks/base/core/java/android/transition/
H A DTransition.java104 * takes a set of {@link android.R.styleable#TransitionTarget target} tags, each
217 // Number of per-target instances of this Transition currently running. This count is
251 * Constructs a Transition object with no target objects. A transition with
252 * no targets defaults to running on all target objects in the scene hierarchy
253 * (if the transition is not contained in a TransitionSet), or all target
433 * values that the transition may need to set up initial target values
437 * want to set initial values on target views prior to the overall
444 * on all target views, so a Transition that wants to animate from a
448 * the transition needs to run on the given target and start/end values.
459 * <p>The method is called for every applicable target objec
794 isValidTarget(View target) argument
1174 excludeTarget(View target, boolean exclude) argument
1200 excludeChildren(View target, boolean exclude) argument
1209 excludeObject(ArrayList<T> list, T target, boolean exclude) argument
1299 addTarget(View target) argument
1314 removeTarget(View target) argument
1331 removeTarget(Class target) argument
[all...]
/frameworks/rs/driver/
H A DrsdShader.cpp407 const GLenum target = drvTex->glTarget; local
408 if (!target) {
418 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
423 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
427 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
433 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
436 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MAG_FILTER,
438 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_WRAP_S, transNP[s->mHal.state.wrapS]);
439 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_WRAP_T, transNP[s->mHal.state.wrapT]);
442 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTE
[all...]

Completed in 2140 milliseconds

1234567891011>>