Searched refs:of (Results 1 - 25 of 210) 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 -->
114 </li><!-- end of the manifest file -->
246 </li><!-- end of User Interface -->
282 </li><!-- end of resource types -->
284 </li><!-- end of app resources -->
314 </li><!-- end of graphics and animation-->
354 </li><!-- end of media and camera -->
380 </li><!-- end of location and sensors -->
420 </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/compile/libbcc/runtime/make/
H A Dlib_info.mk7 # AvailableFunctions - The entire list of function names (unmangled) the
9 # CommonFunctions - The list of generic functions available.
10 # ArchFunctions.<arch> - The list of functions commonly available for
14 # AvailableIn.<function> - The list of subdir keys where 'function' is
41 # Compute lists of where each function is available.
46 # The names of all the available options.
H A Dlib_util.mk27 # Helper functions that select the entire list of subdirs where a function is
46 # Helper function to select the right set of dirs in generic priority order.
53 # Helper function to select the right set of dirs in optimized priority order.
60 # Helper function to select the right set of dirs (which should be exactly one)
H A Dutil.mk24 # Return "true" if 'a' is a subset of 'b'.
53 # Get the value of the given make variable, or the default-value if the variable
59 # Print the name, definition, and value of a variable, for testing make
71 # Copy the value of the variable 'src' to 'dst', taking care to not define 'dst'
86 # Check that the value of a variable is 'expected-value'.
101 # and origin of XXX.
H A Doptions.mk3 # This list of such variables should be kept up to date with AvailableOptions in
12 # The list of functions to include in the library.
/frameworks/support/v4/
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 Eclair APIs.
29 # A helper sub-library that makes direct use of Froyo APIs.
38 # A helper sub-library that makes direct use of Gingerbread APIs.
47 # A helper sub-library that makes direct use of Honeycomb APIs.
56 # A helper sub-library that makes direct use of Honeycomb MR2 APIs.
65 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
74 # A helper sub-library that makes direct use of Ice Cream Sandwich MR1 APIs.
83 # A helper sub-library that makes direct use of JellyBea
[all...]
/frameworks/base/cmds/app_process/
H A DAndroid.mk18 # Build a variant of app_process binary linked with ASan runtime.
/frameworks/compile/libbcc/runtime/lib/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/arm/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/i386/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/ppc/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/x86_64/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/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/base/nfc-extras/
H A DAndroid.mk13 # put the classes.jar, with full class files instead of classes.dex inside, into the dist directory
/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:
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk4 # Description - A description of this target.
5 # Configs - The names of each configuration to build; this is used to build
10 # This section must define one of:
11 # UniveralArchs - A list of architectures to build for, when using universal build
31 # This section may override any of the variables in make/options.mk, using:
/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:
/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/tests/BrowserTestPlugin/
H A DAndroid.mk5 # You may obtain a copy of the License at
35 # Also build all of the sub-targets under this one: the shared library.
/frameworks/base/media/mca/filterfw/
H A DAndroid.mk5 # You may obtain a copy of the License at
48 # part of a system image.

Completed in 416 milliseconds

123456789