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

1234567

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DPredicatesTest.java13 * See the License for the specific language governing permissions and
39 assertTrue(Predicates.and(newArrayList(TRUE)).apply(null));
40 assertTrue(Predicates.and(newArrayList(TRUE, TRUE)).apply(null));
44 assertFalse(Predicates.and(newArrayList(FALSE, TRUE, TRUE)).apply(null));
45 assertFalse(Predicates.and(newArrayList(TRUE, FALSE, TRUE)).apply(null));
46 assertFalse(Predicates.and(newArrayList(TRUE, TRUE, FALSE)).apply(null));
/frameworks/compile/libbcc/runtime/make/
H A Dlib_util.mk7 # Get a per-config-and-arch variable value.
17 # the configuration 'config' and on given arch.
31 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
36 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
40 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
H A Dlib_platforms.mk46 $$(if $$(and $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
48 $$(error '$(1)': cannot define both 'UniversalArchs' and 'Arch'))
51 $$(error '$(1)': must define one of 'UniversalArchs' and 'Arch'))
/frameworks/base/data/keyboards/
H A Dcommon.mk12 # See the License for the specific language governing permissions and
15 # This is the list of framework provided keylayouts and key character maps to include.
16 # Used by Android.mk and keyboards.mk.
/frameworks/base/core/java/com/android/internal/util/
H A DPredicates.java13 * See the License for the specific language governing permissions and
32 * evaluates to true. The components are evaluated in order, and evaluation
35 public static <T> Predicate<T> and(Predicate<? super T>... components) { method in class:Predicates
36 return and(Arrays.asList(components));
41 * evaluates to true. The components are evaluated in order, and evaluation
47 public static <T> Predicate<T> and(Iterable<? extends Predicate<? super T>> components) { method in class:Predicates
53 * evaluates to true. The components are evaluated in order, and evaluation
62 * evaluates to true. The components are evaluated in order, and evaluation
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk7 # example, Debug and Release builds, or builds with and without
15 # appropriate choices for CC and CFLAGS.
18 # architecture and is used to find the appropriate function
34 # See make/options.mk for the available options and their meanings. Options can
35 # be override on a per-config, per-arch, or per-config-and-arch basis using:
/frameworks/base/cmds/installd/
H A DAndroid.mk7 # Static library used in testing and executable
/frameworks/base/packages/WAPPushManager/
H A DAndroid.mk19 # This finds and builds the test apk as well, so a single make does both.
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DAndroid.mk24 # Disable it because the ISurface interface may change, and before we have a
/frameworks/base/docs/html/resources/
H A Dresources-data.js52 en: 'Mobile devices often have limited memory, and memory leaks can cause your application to waste this valuable resource without your knowledge. This article provides tips to help you avoid common causes of memory leaks on the Android platform.'
72 en: 'Android offers a very powerful and yet easy-to-use message type called an intent. You can use intents to turn applications into high-level libraries and make code modular and reusable. While it is nice to be able to make use of a loosely coupled API, there is no guarantee that the intent you send will be received by another application. This article describes a technique you can use to find out whether the system contains any application capable of responding to the intent you want to use.'
82 en: 'Input Method Editors (IMEs) provide the mechanism for entering text into text fields and other Views. Android devices come bundled with at least one IME, but users can install additional IMEs. This article covers the basics of developing an IME for the Android platform.'
152 en: 'Learn how to optimize application layouts as this article walks you through converting a LinearLayout into a RelativeLayout, and analyzes the resulting implications on performance.'
182 en: 'ListViews are very popular widgets within the Android framework. This article describes some of the optimizations used by the ListView widget, and how to avoid some common issues that this causes when trying to use a custom background.'
202 en: 'Live wallpapers are richer, animated, interactive backgrounds that users can display in their home screens. Learn how to create a live wallpaper and bundle it in an application that users can install on their devices.'
212 en: 'This article describes best practices and user experience guidelines for multi-tasking on Android.'
222 en: 'The Input Method Framework (IMF) allows users to take advantage of on-screen input methods, such as software keyboards. This article provides an overview of Input Method Editors (IMEs) and ho
[all...]
/frameworks/base/media/libstagefright/
H A DAndroid.mk94 # The following was shamelessly copied from external/webkit/Android.mk and
95 # currently must follow the same logic to determine how webkit was built and
98 # V8 also requires an ARMv7 CPU, and since we must use jsc, we cannot
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/InternalLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and

Completed in 378 milliseconds

1234567