Searched defs:all (Results 1 - 3 of 3) sorted by relevance

/system/ca-certificates/
H A DAndroid.mk22 define all-files-under
44 cacerts := $(call all-files-under,files)
62 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/extras/librank/
H A Dlibrank.c75 struct library_info *get_library(const char *name, bool all) { argument
79 if (!all) {
220 bool all; local
233 all = false;
240 {"all", 0, 0, 'a'},
262 all = true;
355 li = get_library(pm_map_name(maps[j]), all);
434 " -a Show all mappings, including stack, heap and anon.\n"
/system/core/logd/
H A DLogTags.cpp398 // read yet. More dangerous if called later, but if all is well it
830 // Show all, one for each registered uid (we are group root)
845 bool all = name && (name[0] == '*') && !name[1]; local
846 bool list = !name || all;
856 // We may desire to print all that match the name, but we did not
876 if (all) {

Completed in 128 milliseconds