Searched defs:obj (Results 26 - 50 of 310) sorted by relevance

1234567891011>>

/frameworks/base/core/jni/
H A Dandroid_text_AndroidBidi.cpp28 static jint runBidi(JNIEnv* env, jobject obj, jint dir, jcharArray chsArray, argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DIdenticalCodeFolding.h38 : sect(NULL), reloc_sect(NULL), obj(NULL)
41 : sect(pCode), reloc_sect(pReloc), obj(pInput)
51 Input* obj; member in class:mcld::IdenticalCodeFolding::FoldingCandidate
/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp62 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * env, jobject obj, jint width, jint height);
63 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_step(JNIEnv * env, jobject obj);
66 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * env, jobject obj, jint width, jint height) argument
92 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_step(JNIEnv * env, jobject obj) argument
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNode.java123 public boolean equals(Object obj) { argument
124 if (!(obj instanceof PropertyNode)) {
128 PropertyNode node = (PropertyNode)obj;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DBaseObj.java133 * @param obj The object to check equality with.
138 public boolean equals(Object obj) { argument
140 if (this == obj)
143 if (obj == null) {
147 if (getClass() != obj.getClass()) {
152 return ((RenderScriptThunker)mRS).equals((Object)this, obj);
155 BaseObj b = (BaseObj) obj;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp131 sp<RefBase> obj; local
132 CHECK(msg->findObject("renderer", &obj));
133 onSetRenderer(static_cast<Renderer *>(obj.get()));
/frameworks/base/core/java/android/bluetooth/le/
H A DScanResult.java132 public boolean equals(Object obj) { argument
133 if (this == obj) {
136 if (obj == null || getClass() != obj.getClass()) {
139 ScanResult other = (ScanResult) obj;
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java43 static public IBulkCursor asInterface(IBinder obj) argument
45 if (obj == null) {
48 IBulkCursor in = (IBulkCursor)obj.queryLocalInterface(descriptor);
53 return new BulkCursorProxy(obj);
/frameworks/base/core/java/android/hardware/camera2/params/
H A DColorSpaceTransform.java219 public boolean equals(final Object obj) { argument
220 if (obj == null) {
223 if (this == obj) {
226 if (obj instanceof ColorSpaceTransform) {
227 final ColorSpaceTransform other = (ColorSpaceTransform) obj;
H A DHighSpeedVideoConfiguration.java126 public boolean equals(final Object obj) { argument
127 if (obj == null) {
130 if (this == obj) {
133 if (obj instanceof HighSpeedVideoConfiguration) {
134 final HighSpeedVideoConfiguration other = (HighSpeedVideoConfiguration) obj;
H A DLensShadingMap.java216 public boolean equals(final Object obj) { argument
217 if (obj == null) {
220 if (this == obj) {
223 if (obj instanceof LensShadingMap) {
224 final LensShadingMap other = (LensShadingMap) obj;
H A DStreamConfiguration.java142 public boolean equals(final Object obj) { argument
143 if (obj == null) {
146 if (this == obj) {
149 if (obj instanceof StreamConfiguration) {
150 final StreamConfiguration other = (StreamConfiguration) obj;
H A DStreamConfigurationDuration.java121 public boolean equals(final Object obj) { argument
122 if (obj == null) {
125 if (this == obj) {
128 if (obj instanceof StreamConfigurationDuration) {
129 final StreamConfigurationDuration other = (StreamConfigurationDuration) obj;
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DDecorator.java55 * @param obj the object whose method calls you want to intercept
61 public static<T> T newInstance(T obj, DecoratorListener listener) { argument
63 obj.getClass().getClassLoader(),
64 obj.getClass().getInterfaces(),
65 new Decorator<T>(obj, listener));
68 private Decorator(T obj, DecoratorListener listener) { argument
69 this.mObject = obj;
/frameworks/base/core/java/android/hardware/input/
H A DTouchCalibration.java100 public boolean equals(Object obj) { argument
101 if (obj == this) {
103 } else if (obj instanceof TouchCalibration) {
104 TouchCalibration cal = (TouchCalibration)obj;
/frameworks/base/core/java/android/net/
H A DLinkAddress.java202 * Compares this {@code LinkAddress} instance against {@code obj}. Two addresses are equal if
207 * @param obj the object to be tested for equality.
211 public boolean equals(Object obj) { argument
212 if (!(obj instanceof LinkAddress)) {
215 LinkAddress linkAddress = (LinkAddress) obj;
H A DStaticIpConfiguration.java150 public boolean equals(Object obj) { argument
151 if (this == obj) return true;
153 if (!(obj instanceof StaticIpConfiguration)) return false;
155 StaticIpConfiguration other = (StaticIpConfiguration) obj;
/frameworks/base/core/java/android/os/
H A DRegistrantList.java29 add(Handler h, int what, Object obj) argument
31 add(new Registrant(h, what, obj));
35 addUnique(Handler h, int what, Object obj) argument
39 add(new Registrant(h, what, obj));
H A DServiceManagerNative.java33 static public IServiceManager asInterface(IBinder obj) argument
35 if (obj == null) {
39 (IServiceManager)obj.queryLocalInterface(descriptor);
44 return new ServiceManagerProxy(obj);
/frameworks/base/core/java/android/os/storage/
H A DIMountServiceListener.java45 public static IMountServiceListener asInterface(IBinder obj) { argument
46 if ((obj == null)) {
49 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR);
53 return new IMountServiceListener.Stub.Proxy(obj);
H A DIMountShutdownObserver.java44 public static IMountShutdownObserver asInterface(IBinder obj) { argument
45 if ((obj == null)) {
48 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR);
52 return new IMountShutdownObserver.Stub.Proxy(obj);
H A DIObbActionListener.java45 public static IObbActionListener asInterface(IBinder obj) { argument
46 if ((obj == null)) {
49 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR);
53 return new IObbActionListener.Stub.Proxy(obj);
/frameworks/base/core/java/android/print/
H A DPageRange.java126 public boolean equals(Object obj) { argument
127 if (this == obj) {
130 if (obj == null) {
133 if (getClass() != obj.getClass()) {
136 PageRange other = (PageRange) obj;
H A DPrintJob.java182 public boolean equals(Object obj) { argument
183 if (this == obj) {
186 if (obj == null) {
189 if (getClass() != obj.getClass()) {
192 PrintJob other = (PrintJob) obj;
/frameworks/base/core/jni/android/graphics/
H A DDrawFilter.cpp66 SkDrawFilter* obj = reinterpret_cast<SkDrawFilter*>(objHandle); local
67 SkSafeUnref(obj);

Completed in 341 milliseconds

1234567891011>>