/packages/wallpapers/MagicSmoke/ |
Android.mk | 24 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-renderscript-files-under, src)
|
/packages/wallpapers/MusicVisualization/ |
Android.mk | 22 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-renderscript-files-under, src)
|
/packages/wallpapers/NoiseField/ |
Android.mk | 22 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-renderscript-files-under, src)
|
/packages/wallpapers/PhaseBeam/ |
Android.mk | 22 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-renderscript-files-under, src)
|
/pdk/apps/HelloPDK/ |
Android.mk | 25 LOCAL_SRC_FILES := $(call all-java-files-under, src) 34 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
Inline_Tests.cpp | 37 int all = 1 << x; local 38 all |= 1 << y; 39 all |= 1 << (x ^ mask); 40 all |= 1 << (y ^ mask); 41 if (all == 0x0F) {
|
/external/skia/experimental/Intersection/ |
Inline_Tests.cpp | 37 int all = 1 << x; local 38 all |= 1 << y; 39 all |= 1 << (x ^ mask); 40 all |= 1 << (y ^ mask); 41 if (all == 0x0F) {
|
/external/chromium_org/third_party/icu/source/samples/ |
readme.txt | 2 ## and others. All Rights Reserved. 37 udata - demonstrates the use of ICU low level data routines (reader/writer in 'all' MSVC solution) 64 To build all samples at once: 68 - open 'all' project file in 'all' subdirectory 74 - type 'make all-samples' from this directory 76 Note: 'make all-samples' won't work correctly in out of source builds.
|
/external/icu/icu4c/source/samples/ |
readme.txt | 2 ## and others. All Rights Reserved. 37 udata - demonstrates the use of ICU low level data routines (reader/writer in 'all' MSVC solution) 64 To build all samples at once: 68 - open 'all' project file in 'all' subdirectory 74 - type 'make all-samples' from this directory 76 Note: 'make all-samples' won't work correctly in out of source builds.
|
/packages/apps/Nfc/ |
Android.mk | 11 $(call all-java-files-under, src) 14 $(call all-java-files-under, nxp) 33 $(call all-java-files-under, src) 36 $(call all-java-files-under, nci) 48 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/build/core/tasks/ |
product-graph.mk | 18 define gather-all-products 21 $(call all-products-inner, $(ALL_PRODUCTS)) \ 26 define all-products-inner 31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM)) 45 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all) 46 products_list := --all 52 really_all_products := $(call gather-all-products)
|
/external/chromium_org/third_party/sqlite/src/tool/ |
split-sqlite3c.tcl | 17 set out1 [open sqlite3-all.c w] 19 # Copy the header from sqlite3.c into sqlite3-all.c 30 regexp $::BEGIN $firstline all filename 44 # Also add an appropriate #include to sqlite3-all.c 57 # the #includes to the main sqlite3-all.c file as necessary to reference 60 set all {} 67 write_one_file $all 68 set all {} 71 append all $buf 79 write_one_file $all [all...] |
/external/compiler-rt/lib/builtins/ |
fixdfdi.c | 41 r.all <<= (e - 52); 43 r.all >>= (52 - e); 44 return (r.all ^ s) - s;
|
fixunsdfdi.c | 18 * Negative values all become zero. 43 r.all <<= (e - 52); 45 r.all >>= (52 - e); 46 return r.all;
|
/packages/apps/Launcher2/ |
Android.mk | 24 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src) 37 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/packages/apps/QuickSearchBox/ |
Android.mk | 29 $(call all-java-files-under, src) \ 30 $(call all-logtags-files-under, src) 42 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/cts/libs/json/ |
Android.mk | 19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/development/apps/GestureBuilder/ |
Android.mk | 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/apps/WidgetPreview/ |
Android.mk | 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 21 u_int16_t all; member in union:ip_conntrack_manip_proto 54 u_int16_t all; member in union:ip_conntrack_tuple::__anon1414::__anon1415 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
|
/development/samples/AppNavigation/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-java-files-under, src) 17 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/development/samples/CubeLiveWallpaper/ |
Android.mk | 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/tutorials/NotepadCodeLab/Notepadv1/ |
Android.mk | 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/ |
Android.mk | 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/development/tutorials/NotepadCodeLab/Notepadv2/ |
Android.mk | 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|