Home
last modified time | relevance | path

Searched refs:_p (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetBufferPointerv.cpp6 GLvoid* _p; in android_glGetBufferPointerv__II() local
8 glGetBufferPointerv((GLenum)target, (GLenum)pname, &_p); in android_glGetBufferPointerv__II()
9 return _env->NewDirectByteBuffer(_p, _mapLength); in android_glGetBufferPointerv__II()
DglMapBufferRange.cpp5 GLvoid* _p = glMapBufferRange((GLenum)target, in android_glMapBufferRange__IIII() local
8 if (_p) { in android_glMapBufferRange__IIII()
9 _buf = _env->NewDirectByteBuffer(_p, length); in android_glMapBufferRange__IIII()
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java74 Key(int _t, String _p, ActivityRecord _a, String _w, in Key() argument
77 packageName = _p; in Key()
105 hash = (ODD_PRIME_NUMBER*hash) + _p.hashCode(); in Key()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1026 GLvoid* _p; in android_glGetBufferPointerv__II() local
1028 glGetBufferPointerv((GLenum)target, (GLenum)pname, &_p); in android_glGetBufferPointerv__II()
1029 return _env->NewDirectByteBuffer(_p, _mapLength); in android_glGetBufferPointerv__II()
1566 GLvoid* _p = glMapBufferRange((GLenum)target, in android_glMapBufferRange__IIII() local
1569 if (_p) { in android_glMapBufferRange__IIII()
1570 _buf = _env->NewDirectByteBuffer(_p, length); in android_glMapBufferRange__IIII()
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
DBindingExpressionParser.java673 private ExpressionContext expression(int _p) throws RecognitionException { in expression() argument
679 enterRecursionRule(_localctx, 6, RULE_expression, _p); in expression()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...