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

/external/bluetooth/glib/gobject/
H A Dgobject-query.c38 static gboolean recursion = TRUE; variable
84 if (children && recursion)
183 recursion = FALSE;
/external/oprofile/libutil/
H A Dop_file.c117 enum recursion_type recursion)
119 /* The algorithm below depends on recursion type (of which there are 3)
122 * statement of the algorithm. Actually, when the recursion type is
124 * entry matches the filter. However, the behavior of the recursion types
126 * filter match, so for simplicity, we perform this match for all recursion
149 switch (recursion | match) {
164 name, filter, recursion);
185 name, filter, recursion);
115 get_matching_pathnames(void * name_list, get_pathname_callback getpathname, char const * base_dir, char const * filter, enum recursion_type recursion) argument
/external/kernel-headers/original/linux/
H A Dperf_event.h805 int recursion[4]; member in struct:perf_cpu_context

Completed in 103 milliseconds