HomeSort by relevance Sort by last modified time
    Searched refs:recursion (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/oprofile/libutil/
op_file.h 78 * @param recursion recursion_type -- see above enum and following description:
102 enum recursion_type recursion);
op_file.c 117 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);
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.h 91 void recursion(const glsl_type *t, char **name, size_t name_length);
link_uniforms.cpp 68 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/
linker.h 91 void recursion(const glsl_type *t, char **name, size_t name_length);
link_uniforms.cpp 68 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/valgrind/main/drd/tests/
pth_cancel_locked.stderr.exp 2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
pth_mutex_reinit.stderr.exp 2 Mutex reinitialization: mutex 0x........, recursion count 0, owner 1.
tc10_rec_lock.stderr.exp 9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
  /external/chromium_org/media/tools/layout_tests/
layouttests.py 52 recursion=False):
61 recursion: a boolean indicating whether the test names are sought
68 recursion)
150 layouttest_root_path, recursion):
157 recursion: a boolean indicating whether the test names are sought
170 file_list = client.list(full_path, recurse=recursion)
  /build/tools/
mktarball.sh 22 #tar --no-recursion -cvf ${target_tar} ${dir_to_tar}
37 tar --no-recursion --numeric-owner --owner $new_uid \
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 92 CHECK_EQ(s->recursion, 0);
96 CHECK_GT(s->recursion, 0);
101 if (s->recursion == 0) {
111 s->recursion += rec;
125 if (s->recursion == 0) {
138 rec = all ? s->recursion : 1;
139 s->recursion -= rec;
140 if (s->recursion == 0) {
220 CHECK_GT(s->recursion, 0);
221 s->recursion--
    [all...]
tsan_sync.h 65 int recursion; member in struct:__tsan::SyncVar
tsan_sync.cc 26 , recursion()
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2564.js 34 Error.prepareStackTrace = undefined; // Prevent recursion.
65 Error.prepareStackTrace = undefined; // Prevent recursion.
101 Error.prepareStackTrace = undefined; // Prevent recursion.
regress-crbug-178790.js 45 // recursion depth possible with a given budget.
  /external/chromium_org/ipc/
ipc_message_utils.cc 54 int recursion);
56 void WriteValue(Message* m, const base::Value* value, int recursion) {
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 + 1)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 45 * recursion in the declarator rules. I'm putting in a
  /external/chromium_org/v8/test/webkit/fast/js/kde/
crash-2.js 25 // infinite recursion 2
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 265 Alternative <alt>: after matching input such as <input> decision cannot predict what comes next due to recursion overflow <targetRules,callSiteStates:{t,c|to <t> from <c:{s|<s.enclosingRule.name>};separator=", ">}; separator=" and ">
269 Alternative <alt> discovers infinite left-recursion <targetRules,callSiteStates:{t,c|to <t> from <c:{s|<s.enclosingRule>};separator=", ">}; separator=" and ">
  /external/chromium_org/v8/test/mjsunit/
debug-stepin-builtin-callback.js 146 print("back to the first level of recursion.");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/jpeg/
configure 247 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
439 # Strip out --no-create and --no-recursion so they do not pile up.
447 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    [all...]
  /external/qemu/distrib/jpeg-6b/
configure 247 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
439 # Strip out --no-create and --no-recursion so they do not pile up.
447 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    [all...]
  /external/chromium_org/v8/test/webkit/
named-function-expression.js 45 debug("recursion is possible, though");
63 // Recursion.

Completed in 606 milliseconds

1 2 3 4 5