Searched refs:all (Results 1 – 25 of 209) sorted by relevance
123456789
/system/core/libpixelflinger/tests/arch-mips/ |
D | Android.mk | 2 include $(all-subdir-makefiles) 5 include $(all-subdir-makefiles)
|
/system/core/logcat/ |
D | logcatd.rc | 2 # all exec/services are called with umask(077), so no gain beyond 0700 5 …# exec - logd log -- /system/bin/logcat -L -b all -v threadtime -v usec -v printable -D -f /data/m… 8 service logcatd /system/bin/logcat -b all -v threadtime -v usec -v printable -D -f /data/misc/logd/…
|
/system/ca-certificates/ |
D | Android.mk | 22 define all-files-under 44 cacerts := $(call all-files-under,files) 62 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/system/update_engine/ |
D | WATCHLISTS | 7 'all': { 12 'all': ['adlr@chromium.org', 'petkov@chromium.org']
|
/system/core/metricsd/ |
D | WATCHLISTS | 7 'all': { 12 'all': ['petkov@chromium.org',
|
/system/core/libmemunreachable/ |
D | README.md | 6 …detector. It uses an imprecise mark-and-sweep garbage collector pass over all native memory, repo… 42 …6. *Original process*: Allocations are re-enabled using `malloc_enable()`, but all threads are sti… 43 …ormal `fork()`. The sweeper process has a copy of all memory from the original process, including… 44 8. Collection process releases all threads from `ptrace` and exits 46 …10. *Sweeper process*: A list of all active allocations is produced by examining the memory mappin… 47 …11. A list of all roots is produced from globals (.data and .bss sections of binaries), and regist… 69 - `malloc enable()`: re-enable allocations in all threads.
|
/system/bt/ |
D | BUILD.gn | 18 # file, and recursively load all dependencies until all dependencies are either 23 # This pulls in main/BUILD.gn and all of its dependencies.
|
/system/sepolicy/ |
D | seapp_contexts | 41 # levelFrom (string; one of none, all, app, or user) 46 # levelFrom=app or levelFrom=all is only supported for _app UIDs. 53 # regular expressions exists on all input and output selectors. Neverallow 54 # rules are never output to the built seapp_contexts file. Like all keywords, 55 # neverallows are case-insensitive. A neverallow is asserted when all key value 97 user=_app isAutoPlayApp=true domain=autoplay_app type=autoplay_data_file levelFrom=all
|
D | binderservicedomain.te | 1 # Rules common to all binder service domains 17 # allow all services to run permission checks
|
/system/connectivity/shill/doc/ |
D | profile-api.txt | 7 accordingly. Doing this depends on all object instances having a unique 127 default profile as it affects all users and is 137 default profile as it affects all users and is 151 The setting for switching all radios on or 153 default profile as it affects all users and is 164 profile as it affects all users and is used 174 profile as it affects all users and is used
|
/system/extras/librank/ |
D | librank.c | 75 struct library_info *get_library(const char *name, bool all) { in get_library() argument 79 if (!all) { in get_library() 221 bool all; in main() local 234 all = false; in main() 263 all = true; in main() 356 li = get_library(pm_map_name(maps[j]), all); in main()
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 20 // This field can be set as empty if all frame share the same load_module_id 85 // This is the sum of counts of address_samples and range_samples in all 89 // Samples for all profiled programs. 92 // List of all load modules.
|
/system/core/libpixelflinger/tests/ |
D | Android.mk | 1 include $(all-subdir-makefiles)
|
/system/extras/ |
D | Android.mk | 17 include $(all-subdir-makefiles)
|
/system/extras/tests/wifi/ |
D | Android.mk | 17 include $(call all-subdir-makefiles)
|
/system/bt/test/ |
D | Android.mk | 1 include $(call all-subdir-makefiles)
|
/system/nativepower/ |
D | Android.mk | 17 include $(call all-subdir-makefiles)
|
/system/extras/tests/binder/ |
D | Android.mk | 17 include $(call all-subdir-makefiles)
|
/system/netd/ |
D | Android.mk | 1 include $(call all-subdir-makefiles)
|
/system/extras/tests/iptables/ |
D | Android.mk | 17 include $(call all-subdir-makefiles)
|
/system/bt/tools/ |
D | Android.mk.disabled | 1 include $(call all-subdir-makefiles)
|
/system/extras/tests/ |
D | Android.mk | 1 include $(call all-subdir-makefiles)
|
/system/extras/tests/audio/ |
D | Android.mk | 17 include $(call all-subdir-makefiles)
|
/system/core/libpixelflinger/tests/arch-arm64/ |
D | Android.mk | 2 include $(all-subdir-makefiles)
|
/system/bt/embdrv/sbc/ |
D | Android.mk | 3 include $(call all-subdir-makefiles)
|
123456789