Home
last modified time | relevance | path

Searched refs:obtain (Results 1 – 25 of 1813) sorted by relevance

12345678910>>...73

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMessage.java60 public static Message obtain() { in obtain() method in ShadowMessage
65 public static Message obtain(Handler h) { in obtain() method in ShadowMessage
72 public static Message obtain(Handler h, int what) { in obtain() method in ShadowMessage
73 Message m = obtain(h); in obtain()
79 public static Message obtain(Handler h, int what, Object obj) { in obtain() method in ShadowMessage
80 Message m = obtain(h, what); in obtain()
86 public static Message obtain(Handler h, int what, int arg1, int arg2) { in obtain() method in ShadowMessage
87 Message m = obtain(h, what); in obtain()
94 public static Message obtain(Handler h, int what, int arg1, int arg2, Object obj) { in obtain() method in ShadowMessage
95 Message m = obtain(h, what, arg1, arg2); in obtain()
[all …]
DShadowMotionEvent.java30 …public static MotionEvent obtain(long downTime, long eventTime, int action, float x, float y, int … in obtain() method in ShadowMotionEvent
48 public static MotionEvent obtain(MotionEvent motionEvent) { in obtain() method in ShadowMotionEvent
49 …return obtain(motionEvent.getDownTime(), motionEvent.getEventTime(), motionEvent.getAction(), moti… in obtain()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DMessageTest.java72 Message m = Message.obtain(); in testObtain()
79 Message m = Message.obtain(h); in testObtainWithHandler()
87 Message m = Message.obtain(h, what); in testObtainWithHandlerAndWhat()
99 Message m = Message.obtain(h, what, obj); in testObtainWithHandlerWhatAndObject()
113 Message m = Message.obtain(h, what, arg1, arg2); in testObtainWithHandlerWhatAndTwoArgs()
128 Message m = Message.obtain(h, what, arg1, arg2, obj); in testObtainWithHandlerWhatTwoArgsAndObj()
147 Message m2 = Message.obtain(m); in testObtainWithMessage()
161 Message.obtain(h, 123).sendToTarget(); in testSendToTarget()
DShadowBinderTest.java20 Parcel data = Parcel.obtain(); in transactCallsOnTransact()
21 Parcel reply = Parcel.obtain(); in transactCallsOnTransact()
DAccountTest.java26 Parcel p = Parcel.obtain(); in shouldHaveParcelConstructor()
40 Parcel p = Parcel.obtain(); in shouldHaveCreator()
DPopupWindowTest.java18 import static android.view.MotionEvent.obtain;
120 … assertTrue(shadowOf(popupWindow).dispatchTouchEvent(obtain(1, 1, ACTION_DOWN, 1f, 1f, 0))); in testTouchInterceptor()
DMessengerTest.java26 Message msg = Message.obtain(null, 123); in testMessengerSend()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
DGifResourceDecoder.java58 final GifHeaderParser parser = parserPool.obtain(data); in decode()
59 final GifDecoder decoder = decoderPool.obtain(provider); in decode()
120 public synchronized GifDecoder obtain(GifDecoder.BitmapProvider bitmapProvider) { in obtain() method in GifResourceDecoder.GifDecoderPool
138 public synchronized GifHeaderParser obtain(byte[] data) { in obtain() method in GifResourceDecoder.GifHeaderParserPool
DGifBitmapProvider.java17 public Bitmap obtain(int width, int height, Bitmap.Config config) { in obtain() method in GifBitmapProvider
DGifFrameResourceDecoder.java21 return BitmapResource.obtain(bitmap, bitmapPool); in decode()
/external/droiddriver/src/io/appium/droiddriver/util/
DEvents.java41 MotionEvent event = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, x, y, 1); in newTouchDownEvent()
55 MotionEvent event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 1); in newTouchUpEvent()
68 MotionEvent event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 1); in newTouchMoveEvent()
/external/protobuf/javanano/src/device/test/java/com/google/protobuf/nano/
DNanoAndroidTest.java52 parcel = Parcel.obtain(); in testParceling()
74 parcel = Parcel.obtain(); in testExtendableParceling()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackAudioThread.java213 Message msg = Message.obtain(); in run()
254 Message msg = Message.obtain(); in runTest()
280 Message msg = Message.obtain(); in runBufferTest()
311 Message msg = Message.obtain(); in endTest()
DNativeAudioThread.java165 Message msg = Message.obtain(); in run()
203 Message msg = Message.obtain(); in run()
412 Message msg = Message.obtain(); in endTest()
/external/boringssl/linux-arm/crypto/fipsmodule/
Dsha256-armv4.S5 @ this file except in compliance with the License. You can obtain a copy
13 @ CRYPTOGAMS licenses depending on where you obtain it. For further
Dsha512-armv4.S5 @ this file except in compliance with the License. You can obtain a copy
13 @ CRYPTOGAMS licenses depending on where you obtain it. For further
/external/boringssl/ios-arm/crypto/fipsmodule/
Dsha512-armv4.S4 @ this file except in compliance with the License. You can obtain a copy
12 @ CRYPTOGAMS licenses depending on where you obtain it. For further
Dsha256-armv4.S4 @ this file except in compliance with the License. You can obtain a copy
12 @ CRYPTOGAMS licenses depending on where you obtain it. For further
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DDecodeHandler.java90 Message message = Message.obtain(handler, R.id.decode_succeeded, rawResult); in decode()
98 Message message = Message.obtain(handler, R.id.decode_failed); in decode()
/external/doclava/src/com/google/doclava/
DConverter.java326 return (ClassInfo) mClasses.obtain(o); in obtainClass()
446 return (MethodInfo) mMethods.obtain(o); in obtainMethod()
543 return (FieldInfo) mFields.obtain(o); in obtainField()
547 return (FieldInfo) mFields.obtain(o); in obtainField()
565 return (PackageInfo) mPackagees.obtain(o); in obtainPackage()
577 return (TypeInfo) mTypes.obtain(o); in obtainType()
659 return (TypeInfo) mTypesFromString.obtain(type); in obtainTypeFromString()
681 return (MemberInfo) mMembers.obtain(o); in obtainMember()
710 return (AnnotationInstanceInfo) mAnnotationInstances.obtain(o); in obtainAnnotationInstance()
734 Object obtain(Object o) { in obtain() method in Converter.Cache
/external/glide/library/src/main/java/com/bumptech/glide/signature/
DEmptySignature.java14 public static EmptySignature obtain() { in obtain() method in EmptySignature
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DPreloadTarget.java21 public static <Z> PreloadTarget<Z> obtain(int width, int height) { in obtain() method in PreloadTarget
/external/syslinux/core/lwip/doc/
DFILES1 savannah.txt - How to obtain the current development source code.
/external/valgrind/memcheck/tests/vbit-test/
DREADME20 (3) use VALGRIND_GET_VBITS to obtain the V-bits of the result
39 Use vbit-test --help to obtain list of supported command line flags.
72 (3) obtain the V-bits of the result using the VALGRIND_GET_VBITS mechanism.
/external/eigen/unsupported/Eigen/
DMoreVectorization7 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

12345678910>>...73