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

1234567891011

/frameworks/base/libs/androidfw/tests/data/feature/
H A Dbuild7 # You may obtain a copy of the License at
18 aapt package -M AndroidManifest.xml -S res --feature-of ../basic/bundle.apk -F bundle.apk -f && \
/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/base/tests/FeatureSplit/feature1/
H A DAndroid.mk6 # You may obtain a copy of the License at
29 LOCAL_AAPT_FLAGS := --feature-of $(featureOfApk)
/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 Donut APIs.
27 # A helper sub-library that makes direct use of Eclair APIs.
37 # A helper sub-library that makes direct use of Eclair MR1 APIs.
47 # A helper sub-library that makes direct use of Froyo APIs.
57 # A helper sub-library that makes direct use of Gingerbread APIs.
67 # A helper sub-library that makes direct use of Honeycomb APIs.
77 # A helper sub-library that makes direct use of Honeycomb MR1 APIs.
87 # A helper sub-library that makes direct use of Honeycomb MR2 APIs.
97 # A helper sub-library that makes direct use of Ic
[all...]
/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.s6 ;// You may obtain a copy of the License at
35 ; * as specified in subclause 7.4.3.1 of ISO/IEC 14496-2.
41 ; * quantized coefficient residuals (PQF) of the current
49 ; * [in] curQP quantization parameter of the current block. curQP may
52 ; * [in] predQP quantization parameter of the predictor block
54 ; * of the following values:
59 ; * stream syntax of MPEG-4
61 ; * alpha) of the current block
63 ; * the quantized coefficients (QF) of the current
70 ; * - At least one of th
[all...]
H A DarmVCM4P2_SetPredDir_s.s6 ;// You may obtain a copy of the License at
37 ; * position as defined in subclause 6.1.3.8, of ISO/IEC
43 ; * [out]predQP quantization parameter of the predictor block
45 ; * of the following values:
H A DomxVCM4P2_DecodePadMV_PVOP_s.s6 ;// You may obtain a copy of the License at
30 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
31 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
43 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
44 ; * macroblocks specially at the left side of the current macroblock
46 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
47 ; * macroblocks specially at the upper side of the current macroblock
49 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
50 ; * macroblocks specially at the upper-right side of the current macroblock
54 ; * [in] MBType the type of th
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s6 ;// You may obtain a copy of the License at
37 ; * position as defined in subclause 6.1.3.8, of ISO/IEC
43 ; * [out]predQP quantization parameter of the predictor block
45 ; * of the following values:
H A DomxVCM4P2_DecodePadMV_PVOP_s.s6 ;// You may obtain a copy of the License at
30 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
31 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
43 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
44 ; * macroblocks specially at the left side of the current macroblock
46 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
47 ; * macroblocks specially at the upper side of the current macroblock
49 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
50 ; * macroblocks specially at the upper-right side of the current macroblock
54 ; * [in] MBType the type of th
[all...]
H A DomxVCM4P2_PredictReconCoefIntra_s.s6 ;// You may obtain a copy of the License at
35 ; * as specified in subclause 7.4.3.1 of ISO/IEC 14496-2.
41 ; * quantized coefficient residuals (PQF) of the current
49 ; * [in] curQP quantization parameter of the current block. curQP may
52 ; * [in] predQP quantization parameter of the predictor block
54 ; * of the following values:
59 ; * stream syntax of MPEG-4
61 ; * alpha) of the current block
63 ; * the quantized coefficients (QF) of the current
70 ; * - At least one of th
[all...]
/frameworks/rs/api/
H A Drs_core_math.spec6 # You may obtain a copy of the License at
150 Return the inverse tangent of y / x.
184 Return the inverse tangent of y / x, divided by PI.
251 Return the cosine of the value * PI.
328 Return the absolute value of a value.
437 Return fractional part of v
439 @param floor floor[0] will be set to the floor of the input value.
450 Return fractional part of v
490 Return the integer exponent of a value
588 Return the natural logarithm of (
[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/base/tests/FeatureSplit/feature2/
H A DAndroid.mk6 # You may obtain a copy of the License at
32 LOCAL_AAPT_FLAGS := --feature-of $(featureOfApk)
/frameworks/webview/chromium/tests/java/
H A DAndroid.mk5 # You may obtain a copy of the License at
28 # TODO: remove our copy of JTH prebuilt (b/13743200)
/frameworks/compile/libbcc/bcinfo/
H A DAndroid.mk6 # You may obtain a copy of the License at
45 $(info TODOArm64: $(LOCAL_PATH)/Android.mk Enable build of libbcinfo device shared library)
49 $(info TODOMips64: $(LOCAL_PATH)/Android.mk Enable build of libbcinfo device shared library)
/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/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat30 echo location of your Java installation.
44 echo location of your Java installation.
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/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

Completed in 3014 milliseconds

1234567891011