Searched refs:object (Results 101 - 122 of 122) sorted by relevance

12345

/frameworks/base/tools/aidl/
H A DAST.cpp178 :object(o),
185 :object(NULL),
198 if (this->object != NULL) {
199 this->object->Write(to);
H A DAST.h85 Expression* object; member in struct:FieldVariable
89 FieldVariable(Expression* object, const string& name);
/frameworks/compile/slang/tests/
H A Dtest.py21 class Options(object):
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h58 static bool get(egl_display_t const* display, egl_object_t* object);
/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk91 # object
102 object.c
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2101 * <strong>Note:</strong> You must not touch the object after calling this function.
2114 * is recycled. You must not touch the object after calling this function.
2444 public boolean equals(Object object) { argument
2445 if (this == object) {
2448 if (object == null) {
2451 if (getClass() != object.getClass()) {
2454 AccessibilityNodeInfo other = (AccessibilityNodeInfo) object;
/frameworks/base/core/tests/coretests/src/android/os/
H A DPerformanceCollectorTest.java484 private Object readPrivateField(String fieldName, Object object) throws Exception { argument
485 Field f = object.getClass().getDeclaredField(fieldName);
487 return f.get(object);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java109 Object object; field in class:ViewPager.ItemInfo
413 mAdapter.destroyItem(this, ii.position, ii.object);
832 ii.object = mAdapter.instantiateItem(this, position);
854 final int newPos = mAdapter.getItemPosition(ii.object);
869 mAdapter.destroyItem(this, ii.position, ii.object);
1002 mAdapter.destroyItem(this, pos, ii.object);
1005 " view: " + ((View) ii.object));
1036 mAdapter.destroyItem(this, pos, ii.object);
1039 " view: " + ((View) ii.object));
1066 mAdapter.setPrimaryItem(this, mCurItem, curItem != null ? curItem.object
[all...]
/frameworks/webview/chromium/tools/
H A Dmerge_from_chromium.py64 class FromImpl(object):
73 class _VarImpl(object):
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1386 public void setValue(Drawable object, int value) {
1387 object.setAlpha(value);
1391 public Integer get(Drawable object) {
1392 return object.getAlpha();
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py261 class ApiCall(object):
/frameworks/base/core/java/android/view/
H A DView.java569 * classes change actual properties of the View object, such as {@link #setAlpha(float) alpha} and
577 * You can attach an {@link Animation} object to a view using
2843 * The Camera object is used to compute a 3D matrix when rotationX or rotationY are set.
2879 * The amount of translation of the object away from its left property (post-layout).
2885 * The amount of translation of the object away from its top property (post-layout).
4574 * Register a drag event listener callback object for this View. The parameter is
5122 * {@link AccessibilityNodeInfo#recycle()} to minimize object creation.
5869 * insets object is propagated down the hierarchy, so any changes made to it will
8184 * @param event The KeyEvent object that defines the button action.
8228 * @param event The KeyEvent object tha
[all...]
H A DViewDebug.java1003 final Object object) throws IllegalAccessException, InvocationTargetException,
1005 if (!(object instanceof View)) {
1006 return method.invoke(object, (Object[]) null);
1009 final View view = (View) object;
1458 * method invocation is complete. Returns an object equal to the result of the method
1002 callMethodOnAppropriateTheadBlocking(final Method method, final Object object) argument
/frameworks/base/services/java/com/android/server/
H A DIntentResolver.java326 * same target object.
333 * Returns whether the object associated with the given filter is
481 Object object) {
489 if (array[idx] == object) {
480 remove_all_objects(ArrayMap<String, F[]> map, String name, Object object) argument
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java1064 * @param object The info to wrap.
1065 * @return A wrapper for if the object is not null, null otherwise.
1067 static AccessibilityNodeInfoCompat wrapNonNullInstance(Object object) { argument
1068 if (object != null) {
1069 return new AccessibilityNodeInfoCompat(object);
1869 * <strong>Note:</strong> You must not touch the object after calling this function.
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java202 * Returns a {@link java.text.DateFormat} object that can format the time according
205 * @return the {@link java.text.DateFormat} object that properly formats the time.
223 * Returns a {@link java.text.DateFormat} object that can format the date
227 * @return the {@link java.text.DateFormat} object that properly formats the date.
237 * Returns a {@link java.text.DateFormat} object to format the date
289 * Returns a {@link java.text.DateFormat} object that can format the date
292 * @return the {@link java.text.DateFormat} object that formats the date in long form.
299 * Returns a {@link java.text.DateFormat} object that can format the date
302 * @return the {@link java.text.DateFormat} object that formats the date in long form.
340 * Given a format string and a {@link java.util.Date} object, return
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h962 GL_APICALL void GL_APIENTRY glLabelObjectEXT (GLenum type, GLuint object, GLsizei length, const GLchar *label);
963 GL_APICALL void GL_APIENTRY glGetObjectLabelEXT (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
965 typedef void (GL_APIENTRYP PFNGLLABELOBJECTEXTPROC) (GLenum type, GLuint object, GLsizei length, const GLchar *label);
966 typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELEXTPROC) (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
/frameworks/base/core/java/android/webkit/
H A DWebView.java261 * Transportation object for returning WebView across thread boundaries.
267 * Sets the WebView to the transportation object.
276 * Gets the WebView object.
278 * @return the transported WebView object
429 * Constructs a new WebView with a Context object.
431 * @param context a Context object used to access application assets
440 * @param context a Context object used to access application assets
450 * @param context a Context object used to access application assets
461 * @param context a Context object used to access application assets
484 * @param context a Context object use
1649 addJavascriptInterface(Object object, String name) argument
[all...]
/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java370 // Add span only if this object is not yet used as a span in this string
412 Object object = mSpans[i];
430 sendSpanRemoved(object, start, end);
583 * Mark the specified range of text with the specified object.
692 * Remove the specified markup object from the buffer.
705 * markup object, or -1 if it is not attached to this buffer.
727 * markup object, or -1 if it is not attached to this buffer.
749 * markup object, or 0 if it is not attached to this buffer.
1249 * @param p the Paint object that is requesting this information
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h305 void GLTrace_glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar *label);
306 void GLTrace_glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
H A Dgltrace_api.cpp11934 void GLTrace_glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar *label) { argument
11946 // copy argument object
11950 arg_object->add_intvalue(object);
11967 glContext->hooks->gl.glLabelObjectEXT(type, object, length, label);
11981 void GLTrace_glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label) { argument
11993 // copy argument object
11997 arg_object->add_intvalue(object);
12020 glContext->hooks->gl.glGetObjectLabelEXT(type, object, bufSize, length, label);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java490 * <p>NOTE: This object is protected by its own lock, NOT the global
770 * a reference to this object to indicate which configuration they are
771 * currently running in, so this object must be kept immutable.
967 * Runtime CPU use collection thread. This object's lock is used to
2266 // state *now* of the relevant activity record. The object is passed to
2590 // object attached to it so we know it couldn't have crashed; and
3167 throw new IllegalArgumentException("Bad PendingIntent object");
7548 // don't give caller the provider object, it needs
9606 * @param app object of the crashing app, null for the system server
9810 * @param app object o
11160 match(Object object, ComponentName comp) argument
[all...]

Completed in 1860 milliseconds

12345