Searched refs:generic (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A DAndroid.mk37 arch/generic.c
/frameworks/native/libs/gui/
H A DAndroid.mk52 ifneq ($(filter generic%,$(TARGET_DEVICE)),)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java237 * Set the generic instance variable
239 public void setGeneric(boolean generic) { argument
240 isGeneric = generic;
/frameworks/compile/libbcc/runtime/make/
H A Dlib_info.mk9 # CommonFunctions - The list of generic functions available.
H A Dlib_util.mk46 # Helper function to select the right set of dirs in generic priority order.
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_bni.mk8 # and the resulting lib will just have generic versions for anything unknown.
/frameworks/base/tools/aidl/
H A DType.cpp1205 Type* generic = GenericArgumentTypes()[0]; local
1206 if (generic == RPC_DATA_TYPE) {
1208 } else if (generic->RpcCreatorName() != "") {
1219 Type* generic = GenericArgumentTypes()[0]; local
1220 if (generic == RPC_DATA_TYPE) {
1222 } else if (generic->RpcCreatorName() != "") {
1224 new LiteralExpression(generic->RpcCreatorName()))));
1357 // we got to here and it's not a generic, give up
1365 // find the part before the '<', find a generic for it
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp28 #include <asm-generic/mman.h>

Completed in 813 milliseconds