Searched refs:obtain (Results 251 - 275 of 352) sorted by relevance

<<1112131415

/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_gcc.s6 @ You may obtain a copy of the License at
H A Dpvmp3_polyphase_filter_window_arm.s6 ; You may obtain a copy of the License at
H A Dpvmp3_polyphase_filter_window_gcc.s6 @ You may obtain a copy of the License at
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_chroma_hor.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_chroma_hor_ver.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_chroma_ver.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_hor_quarter.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_ver_half.s5 ; You may obtain a copy of the License at
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java6 * You may obtain a copy of the License at
240 Message msg = Message.obtain();
/frameworks/base/core/java/android/os/
H A DMessageQueue.java6 * You may obtain a copy of the License at
232 final Message msg = Message.obtain();
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjectorFallback.java6 * You may obtain a copy of the License at
415 AccessibilityEvent event = AccessibilityEvent.obtain(eventType);
H A DWebSettingsClassic.java6 * You may obtain a copy of the License at
1545 mEventHandler.sendMessage(Message.obtain(null,
1679 mEventHandler.sendMessage(Message.obtain(null,
1738 Message.obtain(null, EventHandler.SYNC));
/frameworks/base/core/java/android/widget/
H A DToast.java6 * You may obtain a copy of the License at
412 AccessibilityEvent event = AccessibilityEvent.obtain(
H A DNumberPicker.java6 * You may obtain a copy of the License at
853 mVelocityTracker = VelocityTracker.obtain();
2356 AccessibilityEvent event = AccessibilityEvent.obtain(eventType);
2367 AccessibilityEvent event = AccessibilityEvent.obtain(eventType);
2425 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain();
2459 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain();
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java6 * You may obtain a copy of the License at
145 Parcel data = Parcel.obtain();
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp6 ** You may obtain a copy of the License at
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/
H A DMockRilTest.java6 * You may obtain a copy of the License at
136 Msg msg = Msg.obtain();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerMetadataParserTest.java6 * You may obtain a copy of the License at
45 mParcel = Parcel.obtain();
/frameworks/base/core/java/android/text/
H A DStaticLayout.java6 * You may obtain a copy of the License at
138 mMeasured = MeasuredText.obtain();
155 mMeasured = MeasuredText.obtain();
920 mMeasured = MeasuredText.obtain();
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java6 * You may obtain a copy of the License at
133 m = Message.obtain(mButtonPositiveMessage);
135 m = Message.obtain(mButtonNegativeMessage);
137 m = Message.obtain(mButtonNeutralMessage);
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp6 * You may obtain a copy of the License at
39 jmethodID obtain; member in struct:android::__anon992
82 gMotionEventClassInfo.obtain);
859 GET_STATIC_METHOD_ID(gMotionEventClassInfo.obtain, gMotionEventClassInfo.clazz,
860 "obtain", "()Landroid/view/MotionEvent;");
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java6 * You may obtain a copy of the License at
2408 Message msg = Message.obtain();
2604 Message msg = Message.obtain();
2631 Message msg = Message.obtain();
2675 Message msg = Message.obtain();
2696 Message msg = Message.obtain();
2722 Message msg = Message.obtain();
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java5 * use this file except in compliance with the License. You may obtain a copy of
267 Message repeat = Message.obtain(this, MSG_REPEAT);
976 AccessibilityEvent event = AccessibilityEvent.obtain(eventType);
1192 MotionEvent down = MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN,
1202 MotionEvent up = MotionEvent.obtain(now, now, MotionEvent.ACTION_UP,
/frameworks/base/core/java/android/net/
H A DMobileDataStateTracker.java6 * You may obtain a copy of the License at
513 Message msg = Message.obtain();

Completed in 375 milliseconds

<<1112131415