Searched refs:object (Results 151 - 153 of 153) sorted by relevance

1234567

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h400 void GLTrace_glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar * label);
401 void GLTrace_glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label);
H A Dgltrace_api.cpp16315 void GLTrace_glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar * label) { argument
16327 // copy argument object
16331 arg_object->add_intvalue(object);
16348 glContext->hooks->gl.glLabelObjectEXT(type, object, length, label);
16362 void GLTrace_glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label) { argument
16374 // copy argument object
16378 arg_object->add_intvalue(object);
16401 glContext->hooks->gl.glGetObjectLabelEXT(type, object, bufSize, length, label);
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java586 * <p>NOTE: This object is protected by its own lock, NOT the global
964 * a reference to this object to indicate which configuration they are
965 * currently running in, so this object must be kept immutable.
1233 * Runtime CPU use collection thread. This object's lock is used to
1240 * Must acquire this object's lock when accessing it.
2714 // state *now* of the relevant activity record. The object is passed to
3120 // object attached to it so we know it couldn't have crashed; and
3940 throw new IllegalArgumentException("Bad PendingIntent object");
9468 // don't give caller the provider object, it needs
12037 * @param app object o
13840 match(Object object, ComponentName comp) argument
[all...]

Completed in 2270 milliseconds

1234567