Searched defs:object (Results 1 - 25 of 61) sorted by relevance

123

/frameworks/base/core/java/android/util/
H A DDebugUtils.java60 * @param object any object to match against the ANDROID_OBJECT_FILTER
62 * @return true if object is selected by the ANDROID_OBJECT_FILTER
65 public static boolean isObjectSelected(Object object) { argument
71 if (object.getClass().getSimpleName().matches(selectors[0])) {
75 Class<?> klass = object.getClass();
89 .invoke(object, (Object[])null);
H A DFloatProperty.java41 public abstract void setValue(T object, float value); argument
44 final public void set(T object, Float value) { argument
45 setValue(object, value);
H A DIntProperty.java41 public abstract void setValue(T object, int value); argument
44 final public void set(T object, Integer value) { argument
45 set(object, value.intValue());
H A DProperty.java21 * in a <em>host</em> object. The Property's {@link #set(Object, Object)} or {@link #get(Object)}
22 * methods can be implemented in terms of the private fields of the host object, or via "setter" and
68 * object (in which case the {@link #set(Object, Object) set()} method should throw a {@link
71 * Class, String)} factory method may return a Property with name "foo" for an object that has
80 * Sets the value on <code>object</code> which this property represents. If the method is unable
81 * to set the value on the target object it will throw an {@link UnsupportedOperationException}
84 public void set(T object, V value) { argument
89 * Returns the current value that this property represents on the given <code>object</code>.
91 public abstract V get(T object); argument
H A DReflectiveProperty.java92 * object matches the type of the Property. The extra checks for primitive types are because
115 public void set(T object, V value) { argument
118 mSetter.invoke(object, value);
126 mField.set(object, value);
136 public V get(T object) { argument
139 return (V) mGetter.invoke(object, (Object[])null);
147 return (V) mField.get(object);
/frameworks/base/opengl/libs/EGL/
H A Degl_object.cpp44 // this marks the object as "terminated"
58 bool egl_object_t::get(egl_display_t const* display, egl_object_t* object) { argument
60 // checking that the object is valid.
61 return display->getObject(object);
/frameworks/base/core/java/android/os/
H A DParcelUuid.java82 * Compares this ParcelUuid to another object for equality. If {@code object}
86 * @param object
88 * @return {@code true} if this ParcelUuid is equal to {@code object}
92 public boolean equals(Object object) { argument
93 if (object == null) {
97 if (this == object) {
101 if (!(object instanceof ParcelUuid)) {
105 ParcelUuid that = (ParcelUuid) object;
H A DMessageQueue.java86 * with {@link #addIdleHandler}. If the given object is not currently
228 final boolean removeMessages(Handler h, int what, Object object, argument
236 && (object == null || p.obj == object)) {
250 && (object == null || n.obj == object)) {
266 final void removeMessages(Handler h, Runnable r, Object object) { argument
276 && (object == null || p.obj == object)) {
288 && (object
300 removeCallbacksAndMessages(Handler h, Object object) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DStack.java40 * Pushes the given object to the stack
41 * @param object the object to push
43 public void push(T object) { argument
44 add(object);
48 * Remove the object at the top of the stack and returns it.
49 * @return the removed object or null if the stack was empty.
60 * Returns the object at the top of the stack.
61 * @return the object at the top or null if the stack is empty.
/frameworks/base/core/jni/
H A Dandroid_debug_JNITest.cpp33 static jint android_debug_JNITest_part1(JNIEnv* env, jobject object, argument
45 clazz = env->GetObjectClass(object);
66 result = env->CallIntMethod(object, part2id,
H A Dandroid_database_SQLiteCompiledSql.cpp41 #define GET_STATEMENT(env, object) \
42 (sqlite3_stmt *)env->GetIntField(object, gStatementField)
43 #define GET_HANDLE(env, object) \
44 (sqlite3 *)env->GetIntField(object, gHandleField)
47 sqlite3_stmt * compile(JNIEnv* env, jobject object, argument
53 sqlite3_stmt * statement = GET_STATEMENT(env, object);
58 env->SetIntField(object, gStatementField, 0);
68 // Store the statement in the Java object for future calls
70 env->SetIntField(object, gStatementField, (int)statement);
89 static void native_compile(JNIEnv* env, jobject object, jstrin argument
[all...]
H A Dandroid_util_FileObserver.cpp40 static jint android_os_fileobserver_init(JNIEnv* env, jobject object) argument
53 static void android_os_fileobserver_observe(JNIEnv* env, jobject object, jint fd) argument
86 env->CallVoidMethod(object, method_onEvent, event->wd, event->mask, path);
105 static jint android_os_fileobserver_startWatching(JNIEnv* env, jobject object, jint fd, jstring pathString, jint mask) argument
125 static void android_os_fileobserver_stopWatching(JNIEnv* env, jobject object, jint fd, jint wfd) argument
H A Dandroid_database_SQLiteProgram.cpp41 #define GET_STATEMENT(env, object) \
42 (sqlite3_stmt *)env->GetIntField(object, gStatementField)
43 #define GET_HANDLE(env, object) \
44 (sqlite3 *)env->GetIntField(object, gHandleField)
46 static void native_compile(JNIEnv* env, jobject object, jstring sqlString) argument
50 throw_sqlite3_exception(env, GET_HANDLE(env, object), buf);
54 static void native_bind_null(JNIEnv* env, jobject object, argument
58 sqlite3_stmt * statement = GET_STATEMENT(env, object);
64 throw_sqlite3_exception(env, GET_HANDLE(env, object), buf);
69 static void native_bind_long(JNIEnv* env, jobject object, argument
84 native_bind_double(JNIEnv* env, jobject object, jint index, jdouble value) argument
99 native_bind_string(JNIEnv* env, jobject object, jint index, jstring sqlString) argument
119 native_bind_blob(JNIEnv* env, jobject object, jint index, jbyteArray value) argument
141 native_clear_bindings(JNIEnv* env, jobject object) argument
153 native_finalize(JNIEnv* env, jobject object) argument
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmSupportInfo.java54 * Retrieves an iterator object that you can use to iterate over the MIME types that
57 * @return The iterator object
64 * Retrieves an iterator object that you can use to iterate over the file suffixes that
67 * @return The iterator object.
105 * @param object The object to be compared.
108 public boolean equals(Object object) { argument
111 if (object instanceof DrmSupportInfo) {
112 result = mFileSuffixList.equals(((DrmSupportInfo) object).mFileSuffixList) &&
113 mMimeTypeList.equals(((DrmSupportInfo) object)
[all...]
/frameworks/base/media/libeffects/factory/
H A DEffectsFactory.h31 void *object; member in struct:list_elem_s
/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp30 static inline RSExecRef wrap(ELFObject<32> *object) { argument
31 return reinterpret_cast<RSExecRef>(object);
34 static inline ELFObject<32> *unwrap(RSExecRef object) { argument
35 return reinterpret_cast<ELFObject<32> *>(object);
46 llvm::OwningPtr<ELFObject<32> > object(ELFObject<32>::read(AR));
47 if (!object) {
48 LOGE("Unable to load the ELF object.");
52 //object->print();
53 object->relocate(find_symbol, find_symbol_context);
55 return wrap(object
58 rsloaderDisposeExec(RSExecRef object) argument
64 ELFObject<32> *object = unwrap(object_); local
84 ELFObject<32> *object = unwrap(object_); local
103 rsloaderGetFuncCount(RSExecRef object) argument
114 rsloaderGetFuncNameList(RSExecRef object, size_t size, char const **list) argument
[all...]
H A Dtest-librsloader.c96 RSExecRef object = rsloaderCreateExec(image, sb.st_size, find_sym, 0); local
97 if (!object) {
98 fprintf(stderr, "ERROR: Unable to load elf object.\n");
104 (int (*)(int, char **))rsloaderGetSymbolAddress(object, "main");
108 printf("ELF object finished with code: %d\n", ret);
111 rsloaderDisposeExec(object);
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java52 break; // an animator can only be attached to one object
57 public static Tweener to(Object object, long duration, Object... vars) { argument
96 Tweener tween = sTweens.get(object);
99 anim = ObjectAnimator.ofPropertyValuesHolder(object,
102 sTweens.put(object, tween);
105 anim = sTweens.get(object).animator;
106 replace(props, object); // Cancel all animators for given object
130 Tweener from(Object object, long duration, Object... vars) { argument
132 // toVars[v] = object[
[all...]
/frameworks/base/include/binder/
H A DBpBinder.h53 void* object,
71 void* object,
85 void* object; member in struct:android::BpBinder::ObjectManager::entry_t
/frameworks/base/location/java/android/location/
H A DCountry.java129 public boolean equals(Object object) { argument
130 if (object == this) {
133 if (object instanceof Country) {
134 Country c = (Country) object;
153 * Compare the specified country to this country object ignoring the mSource
/frameworks/base/media/java/android/media/videoeditor/
H A DEffect.java184 public boolean equals(Object object) { argument
185 if (!(object instanceof Effect)) {
188 return mUniqueId.equals(((Effect)object).mUniqueId);
H A DOverlay.java208 public boolean equals(Object object) { argument
209 if (!(object instanceof Overlay)) {
212 return mUniqueId.equals(((Overlay)object).mUniqueId);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentStatePagerAdapter.java128 public void destroyItem(ViewGroup container, int position, Object object) { argument
129 Fragment fragment = (Fragment)object;
134 if (DEBUG) Log.v(TAG, "Removing item #" + position + ": f=" + object
135 + " v=" + ((Fragment)object).getView());
146 public void setPrimaryItem(ViewGroup container, int position, Object object) { argument
147 Fragment fragment = (Fragment)object;
169 public boolean isViewFromObject(View view, Object object) { argument
170 return ((Fragment)object).getView() == view;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentStatePagerAdapter.java124 public void destroyItem(ViewGroup container, int position, Object object) { argument
125 Fragment fragment = (Fragment)object;
130 if (DEBUG) Log.v(TAG, "Removing item #" + position + ": f=" + object
131 + " v=" + ((Fragment)object).getView());
142 public void setPrimaryItem(ViewGroup container, int position, Object object) { argument
143 Fragment fragment = (Fragment)object;
165 public boolean isViewFromObject(View view, Object object) { argument
166 return ((Fragment)object).getView() == view;
/frameworks/base/core/java/android/content/
H A DContentValues.java77 public boolean equals(Object object) { argument
78 if (!(object instanceof ContentValues)) {
81 return mValues.equals(((ContentValues) object).mValues);
223 * Returns true if this object has the named value.
503 * Returns a string containing a concise, human-readable description of this object.
504 * @return a printable representation of this object.

Completed in 2567 milliseconds

123