Searched defs:mResult (Results 1 - 14 of 14) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DQuery.h47 GLint mResult; member in class:es2::Query
/external/swiftshader/src/OpenGL/libGL/
H A DQuery.h50 GLint mResult; member in class:gl::Query
/external/sl4a/Utils/src/com/googlecode/android_scripting/future/
H A DFutureResult.java30 private volatile T mResult = null; field in class:FutureResult
33 mResult = result;
45 return mResult;
51 return mResult;
61 return mResult != null;
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLECDHKeyAgreement.java43 * Expected length (in bytes) of the agreed key ({@link #mResult}). Only available after the
49 private byte[] mResult; field in class:OpenSSLECDHKeyAgreement
83 System.arraycopy(buffer, 0, mResult, 0, mResult.length);
89 mResult = result;
99 if (mResult.length > available) {
101 "Needed: " + mResult.length + ", available: " + available);
104 System.arraycopy(mResult, 0, sharedSecret, offset, mResult.length);
105 return mResult
[all...]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DPollingAction.java50 private int mResult; field in class:PollingAction
65 mResult = code;
120 mResult = ResultCode.SUBSCRIBE_NOT_FOUND;
133 mResult = ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
149 mResult = ResultCode.SUCCESS;
152 mResult = ret;
160 if (mResult == ResultCode.SUCCESS) {
164 logger.info("Capability discovery failure result = " + mResult);
187 logger.print("The action final result = " + mResult);
188 mPollingTask.onPostExecute(mResult);
[all...]
/external/volley/src/main/java/com/android/volley/toolbox/
H A DRequestFuture.java58 private T mResult; field in class:RequestFuture
107 return mResult;
124 return mResult;
143 mResult = response;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DActivityResultFacade.java44 private Intent mResult = null; field in class:ActivityResultFacade
55 mResult = new Intent();
56 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.booleanValue());
67 mResult = new Intent();
68 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.byteValue());
79 mResult = new Intent();
80 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.shortValue());
91 mResult = new Intent();
92 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.charValue());
103 mResult
[all...]
/external/sl4a/Common/src/com/googlecode/android_scripting/future/
H A DFutureActivityTask.java35 private final FutureResult<T> mResult = new FutureResult<T>(); field in class:FutureActivityTask
76 mResult.set(result);
80 return mResult.get();
84 return mResult.get(timeout, unit);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1499 milliseconds