Searched refs:all (Results 1 – 25 of 248) sorted by relevance
12345678910
/system/nfc/halimpl/pn54x/ |
D | Android.mk | 56 $(call all-c-files-under, common) \ 57 $(call all-c-files-under, dnld) \ 58 $(call all-c-files-under, hal) \ 59 $(call all-c-files-under, log) \ 60 $(call all-c-files-under, self-test) \ 61 $(call all-c-files-under, tml) \ 62 $(call all-c-files-under, utils) \ 63 $(call all-cpp-files-under, utils) \
|
/system/chre/build/ |
D | common.mk | 21 .PHONY: all 22 all: 28 MAKECMDGOALS = all
|
/system/core/libpixelflinger/tests/arch-mips/ |
D | Android.mk | 2 include $(all-subdir-makefiles) 5 include $(all-subdir-makefiles)
|
/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/chre/external/ |
D | external.mk | 22 GOOGLE_X86_GOOGLETEST_SRCS += $(GOOGLETEST_PATH)/src/gtest-all.cc 27 GOOGLE_X86_GOOGLETEST_SRCS += $(GOOGLEMOCK_PATH)/src/gmock-all.cc
|
/system/update_engine/ |
D | WATCHLISTS | 7 'all': { 12 'all': ['adlr@chromium.org', '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.
|
D | Android.mk | 1 include $(call all-subdir-makefiles)
|
/system/sepolicy/private/ |
D | binderservicedomain.te | 1 # Rules common to all binder service domains 17 # allow all services to run permission checks
|
D | untrusted_app_all.te | 4 ### This file defines the rules shared by all untrusted app domains except 10 ### directory). The untrusted_app_all attribute is assigned to all default 14 ### attribute is assigned to all non-system apps as well as to any system apps 21 ### Note that rules that should apply to all untrusted apps must be in app.te or also 62 # allow cts to query all services 81 # in /data/misc/perfprofd/. GMS core will need to list all
|
/system/libhidl/transport/memory/1.0/ |
D | IMemory.hal | 22 * Notify that you are about to use all of this memory. 37 * Notify that you are about to start reading all of this memory. 52 * Must commit all previous update's and updateAll's.
|
/system/extras/ |
D | Android.mk | 17 include $(all-subdir-makefiles)
|
/system/core/libpixelflinger/tests/ |
D | Android.mk | 1 include $(all-subdir-makefiles)
|
/system/extras/tests/iptables/ |
D | Android.mk | 17 include $(call all-subdir-makefiles)
|
/system/extras/tests/binder/ |
D | Android.mk | 17 include $(call all-subdir-makefiles)
|
/system/extras/tests/ |
D | Android.mk | 1 include $(call all-subdir-makefiles)
|
/system/netd/ |
D | Android.mk | 1 include $(call all-subdir-makefiles)
|
/system/extras/tests/audio/ |
D | Android.mk | 17 include $(call all-subdir-makefiles)
|
/system/bt/tools/ |
D | Android.mk.disabled | 1 include $(call all-subdir-makefiles)
|
/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/arch-arm64/ |
D | Android.mk | 2 include $(all-subdir-makefiles)
|
/system/core/libpixelflinger/tests/arch-mips64/ |
D | Android.mk | 2 include $(all-subdir-makefiles)
|
/system/extras/tests/lib/ |
D | Android.mk | 18 include $(call all-subdir-makefiles)
|
12345678910