Searched refs:of (Results 1 - 25 of 219) sorted by relevance

123456789

/frameworks/base/docs/html/guide/
H A Dguide_toc.cs1 <?cs # Table of contents for Dev Guide.
9 <!-- Walkthrough for Developers -- quick overview of what it's like to develop on Android -->
124 </li><!-- end of the manifest file -->
253 </li><!-- end of User Interface -->
289 </li><!-- end of resource types -->
291 </li><!-- end of app resources -->
321 </li><!-- end of graphics and animation-->
361 </li><!-- end of media and camera -->
387 </li><!-- end of location and sensors -->
432 </li><!-- end of connectivit
[all...]
/frameworks/base/tests/SmokeTest/tests/
H A DAndroid.mk10 # Notice that we don't have to include the src files of SmokeTestApp because, by
12 # automatically get all of its classes loaded into our environment.
/frameworks/base/graphics/java/android/graphics/
H A DInsets.java6 * You may obtain a copy of the License at
21 * edges of a Rectangle. By convention, positive values move edges towards the
22 * centre of the rectangle.
55 public static Insets of(int left, int top, int right, int bottom) { method in class:Insets
69 public static Insets of(Rect r) { method in class:Insets
70 return (r == null) ? NONE : of(r.left, r.top, r.right, r.bottom);
/frameworks/support/v4/
H A DAndroid.mk5 # You may obtain a copy of the License at
17 # A helper sub-library that makes direct use of Eclair APIs.
26 # A helper sub-library that makes direct use of Eclair MR1 APIs.
36 # A helper sub-library that makes direct use of Froyo APIs.
46 # A helper sub-library that makes direct use of Gingerbread APIs.
56 # A helper sub-library that makes direct use of Honeycomb APIs.
66 # A helper sub-library that makes direct use of Honeycomb MR2 APIs.
76 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
86 # A helper sub-library that makes direct use of Ice Cream Sandwich MR1 APIs.
96 # A helper sub-library that makes direct use of JellyBea
[all...]
/frameworks/base/cmds/app_process/
H A DAndroid.mk19 # Build a variant of app_process binary linked with ASan runtime.
/frameworks/support/v13/
H A DAndroid.mk5 # You may obtain a copy of the License at
17 # Note: the source code is in java/, not src/, because this code is also part of
20 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
27 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s21 ; * as specified in subclause 7.4.3.1 of ISO/IEC 14496-2.
27 ; * quantized coefficient residuals (PQF) of the current
35 ; * [in] curQP quantization parameter of the current block. curQP may
38 ; * [in] predQP quantization parameter of the predictor block
40 ; * of the following values:
45 ; * stream syntax of MPEG-4
47 ; * alpha) of the current block
49 ; * the quantized coefficients (QF) of the current
56 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
59 ; * - At least one of th
[all...]
H A DarmVCM4P2_SetPredDir_s.s23 ; * position as defined in subclause 6.1.3.8, of ISO/IEC
29 ; * [out]predQP quantization parameter of the predictor block
31 ; * of the following values:
H A DomxVCM4P2_DecodePadMV_PVOP_s.s16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
30 ; * macroblocks specially at the left side of the current macroblock
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
33 ; * macroblocks specially at the upper side of the current macroblock
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
36 ; * macroblocks specially at the upper-right side of the current macroblock
40 ; * [in] MBType the type of the current macroblock. If MBType
50 ; * [out] pDstMVCurMB pointer to the motion vector buffer of th
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s23 ; * position as defined in subclause 6.1.3.8, of ISO/IEC
29 ; * [out]predQP quantization parameter of the predictor block
31 ; * of the following values:
H A DomxVCM4P2_DecodePadMV_PVOP_s.s16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
30 ; * macroblocks specially at the left side of the current macroblock
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
33 ; * macroblocks specially at the upper side of the current macroblock
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
36 ; * macroblocks specially at the upper-right side of the current macroblock
40 ; * [in] MBType the type of the current macroblock. If MBType
50 ; * [out] pDstMVCurMB pointer to the motion vector buffer of th
[all...]
H A DomxVCM4P2_PredictReconCoefIntra_s.s21 ; * as specified in subclause 7.4.3.1 of ISO/IEC 14496-2.
27 ; * quantized coefficient residuals (PQF) of the current
35 ; * [in] curQP quantization parameter of the current block. curQP may
38 ; * [in] predQP quantization parameter of the predictor block
40 ; * of the following values:
45 ; * stream syntax of MPEG-4
47 ; * alpha) of the current block
49 ; * the quantized coefficients (QF) of the current
56 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
59 ; * - At least one of th
[all...]
/frameworks/base/core/java/android/util/
H A DProperty.java6 * You may obtain a copy of the License at
22 * methods can be implemented in terms of the private fields of the host object, or via "setter" and
38 * optional public <code>setName()</code> method which takes a value of the same type
41 * optional public <code>setName()</code> method which takes a value of the same type
46 * <p>If either of the get/is method alternatives is found on the class, but an appropriate
54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) { method in class:Property
70 * allows querying the underlying value but not setting it. For example, the {@link #of(Class,
/frameworks/base/data/keyboards/
H A DAndroid.mk5 # You may obtain a copy of the License at
15 # This makefile performs build time validation of framework keymap files.
H A Dcommon.mk5 # You may obtain a copy of the License at
15 # This is the list of framework provided keylayouts and key character maps to include.
/frameworks/base/media/mca/filterfw/
H A DAndroid.mk5 # You may obtain a copy of the License at
48 # part of a system image.
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/
H A DAndroid.mk5 # You may obtain a copy of the License at
33 # Also build all of the sub-targets under this one: the shared library.
/frameworks/ex/carousel/
H A DAndroid.mk5 # You may obtain a copy of the License at
17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
29 # Notice that we don't have to include the src files of Email because, by
31 # automatically get all of its classes loaded into our environment.
/frameworks/compile/slang/
H A DSlangData.mk5 # You may obtain a copy of the License at
22 # input_data_file -- the path of the prebuilt data file to use
23 # slangdata_output_var_name -- name of the symbol that needs to be defined
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java5 * You may obtain a copy of the License at
117 * introduces a new method suffix, Lp, for an internal lock of the
120 * of both of those when held.
164 * of the screen to change.
177 /* Table of Application Launch keys. Maps from key codes to intent categories.
179 * These are special keys that are used to launch particular kinds of applications,
180 * such as a web browser. HID defines nearly a hundred of them in the Consumer (0x0C)
214 Vibrator mVibrator; // Vibrator for giving feedback of orientation changes
217 // Vibrator pattern for haptic feedback of
2885 setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S6 @ You may obtain a copy of the License at
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 3656 milliseconds

123456789