Searched refs:of (Results 126 - 150 of 219) sorted by relevance

123456789

/frameworks/opt/timezonepicker/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/opt/vcard/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/opt/vcard/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/support/v7/appcompat/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/support/v7/gridlayout/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/testing/androidtestlib/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/testing/androidtestlib/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/testing/uiautomator/samples/SkeletonTest/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/av/include/media/
H A DIMediaRecorder.h7 ** You may obtain a copy of the License at
41 virtual status_t setOutputFormat(int of) = 0;
H A DMediaRecorderBase.h6 * You may obtain a copy of the License at
38 virtual status_t setOutputFormat(output_format of) = 0;
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h7 ** You may obtain a copy of the License at
38 virtual status_t setOutputFormat(int of);
H A DMediaRecorderClient.cpp6 ** You may obtain a copy of the License at
123 status_t MediaRecorderClient::setOutputFormat(int of) argument
125 ALOGV("setOutputFormat(%d)", of);
131 return mRecorder->setOutputFormat((output_format)of);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdClearMbLayer.s6 ; You may obtain a copy of the License at
H A Dh264bsdFlushBits.s6 ; You may obtain a copy of the License at
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdClearMbLayer.S6 @ You may obtain a copy of the License at
H A Dh264bsdFlushBits.S6 @ You may obtain a copy of the License at
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp6 * You may obtain a copy of the License at
189 android_media_MediaRecorder_setOutputFormat(JNIEnv *env, jobject thiz, jint of) argument
191 ALOGV("setOutputFormat(%d)", of);
192 if (of < OUTPUT_FORMAT_DEFAULT || of >= OUTPUT_FORMAT_LIST_END) {
197 process_media_recorder_call(env, mr->setOutputFormat(of), "java/lang/RuntimeException", "setOutputFormat failed.");
384 // first time an instance of this class is used.
426 jniThrowException(env, "java/lang/RuntimeException", "Out of memory");
/frameworks/base/data/fonts/
H A DAndroid.mk5 # You may obtain a copy of the License at
15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
42 # On space-constrained devices, we include a subset of fonts:
H A Dfonts.mk5 # You may obtain a copy of the License at
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java6 * You may obtain a copy of the License at
36 * Delegate implementing the native methods of android.graphics.BitmapFactory
38 * Through the layoutlib_create tool, the original native methods of BitmapFactory have been
39 * replaced by calls to methods of the same name in this delegate class.
42 * around to map int to instance of the delegate.
55 Set<BitmapCreateFlags> bitmapCreateFlags = EnumSet.of(BitmapCreateFlags.MUTABLE);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dcor_h_vec_opt.s6 @ ** You may obtain a copy of the License at
21 @ Word16 rrixix[][NB_POS], /* (i) correlation of h[x] with h[x] */
22 @ Word16 cor_1[], /* (o) result of correlation (NB_POS elements) */
23 @ Word16 cor_2[] /* (o) result of correlation (NB_POS elements) */
71 ADD r9, r3, r2, LSL #1 @address of sign[pos]
118 ADD r9, r3, r2, LSL #1 @address of sign[pos]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dcor_h_vec_neon.s6 @ ** You may obtain a copy of the License at
22 @ Word16 rrixix[][NB_POS], /* (i) correlation of h[x] with h[x] */
23 @ Word16 cor_1[], /* (o) result of correlation (NB_POS elements) */
24 @ Word16 cor_2[] /* (o) result of correlation (NB_POS elements) */
72 ADD r9, r3, r2, LSL #1 @address of sign[pos]
119 ADD r9, r3, r2, LSL #1 @address of sign[pos]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s5 ; You may obtain a copy of the License at
17 ;-- Abstract : ARMv6 optimized version horizontal part of
/frameworks/base/libs/androidfw/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 2597 milliseconds

123456789