Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 248) sorted by relevance

12345678910

/system/nfc/halimpl/pn54x/
DAndroid.mk56 $(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/
Dcommon.mk21 .PHONY: all
22 all:
28 MAKECMDGOALS = all
/system/core/libpixelflinger/tests/arch-mips/
DAndroid.mk2 include $(all-subdir-makefiles)
5 include $(all-subdir-makefiles)
/system/ca-certificates/
DAndroid.mk22 define all-files-under
44 cacerts := $(call all-files-under,files)
62 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/chre/external/
Dexternal.mk22 GOOGLE_X86_GOOGLETEST_SRCS += $(GOOGLETEST_PATH)/src/gtest-all.cc
27 GOOGLE_X86_GOOGLETEST_SRCS += $(GOOGLEMOCK_PATH)/src/gmock-all.cc
/system/update_engine/
DWATCHLISTS7 'all': {
12 'all': ['adlr@chromium.org', 'petkov@chromium.org']
/system/core/libmemunreachable/
DREADME.md6 …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/
DBUILD.gn18 # file, and recursively load all dependencies until all dependencies are either
23 # This pulls in main/BUILD.gn and all of its dependencies.
DAndroid.mk1 include $(call all-subdir-makefiles)
/system/sepolicy/private/
Dbinderservicedomain.te1 # Rules common to all binder service domains
17 # allow all services to run permission checks
Duntrusted_app_all.te4 ### 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/
DIMemory.hal22 * 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/
DAndroid.mk17 include $(all-subdir-makefiles)
/system/core/libpixelflinger/tests/
DAndroid.mk1 include $(all-subdir-makefiles)
/system/extras/tests/iptables/
DAndroid.mk17 include $(call all-subdir-makefiles)
/system/extras/tests/binder/
DAndroid.mk17 include $(call all-subdir-makefiles)
/system/extras/tests/
DAndroid.mk1 include $(call all-subdir-makefiles)
/system/netd/
DAndroid.mk1 include $(call all-subdir-makefiles)
/system/extras/tests/audio/
DAndroid.mk17 include $(call all-subdir-makefiles)
/system/bt/tools/
DAndroid.mk.disabled1 include $(call all-subdir-makefiles)
/system/extras/librank/
Dlibrank.c75 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/
Dperf_profile.proto20 // 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/
DAndroid.mk2 include $(all-subdir-makefiles)
/system/core/libpixelflinger/tests/arch-mips64/
DAndroid.mk2 include $(all-subdir-makefiles)
/system/extras/tests/lib/
DAndroid.mk18 include $(call all-subdir-makefiles)

12345678910