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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h37 int recursion; member in struct:__tsan::SyncVar
/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/chromium_org/ipc/
H A Dipc_message_utils.cc54 int recursion);
56 void WriteValue(Message* m, const base::Value* value, int recursion) { argument
58 if (recursion > kMaxRecursionDepth) {
59 LOG(WARNING) << "Max recursion depth hit in WriteValue.";
111 WriteValue(m, &it.value(), recursion + 1);
120 WriteValue(m, *it, recursion + 1);
130 base::DictionaryValue* value, int recursion) {
139 !ReadValue(m, iter, &subval, recursion + 1))
150 base::ListValue* value, int recursion) {
157 if (!ReadValue(m, iter, &subval, recursion
129 ReadDictionaryValue(const Message* m, PickleIterator* iter, base::DictionaryValue* value, int recursion) argument
149 ReadListValue(const Message* m, PickleIterator* iter, base::ListValue* value, int recursion) argument
165 ReadValue(const Message* m, PickleIterator* iter, base::Value** value, int recursion) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlink_uniforms.cpp68 recursion(var->type, &name, strlen(name));
76 uniform_field_visitor::recursion(const glsl_type *t, char **name, function in class:uniform_field_visitor
93 recursion(t->fields.structure[i].type, name, new_length);
102 recursion(t->fields.array, name, new_length);
/external/mesa3d/src/glsl/
H A Dlink_uniforms.cpp68 recursion(var->type, &name, strlen(name));
76 uniform_field_visitor::recursion(const glsl_type *t, char **name, function in class:uniform_field_visitor
93 recursion(t->fields.structure[i].type, name, new_length);
102 recursion(t->fields.array, name, new_length);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jar ... String targetFolder private boolean force private boolean verbose private boolean recursion private String includes private String excludes private String delim private ...

Completed in 201 milliseconds