Home
last modified time | relevance | path

Searched refs:recursion (Results 1 – 25 of 164) sorted by relevance

1234567

/external/oprofile/libutil/
Dop_file.c117 enum recursion_type recursion) in get_matching_pathnames() argument
149 switch (recursion | match) { in get_matching_pathnames()
164 name, filter, recursion); in get_matching_pathnames()
185 name, filter, recursion); in get_matching_pathnames()
Dop_file.h102 enum recursion_type recursion);
/external/bluetooth/glib/gobject/
Dgobject-query.c38 static gboolean recursion = TRUE; variable
84 if (children && recursion) in show_nodes()
183 recursion = FALSE; in main()
/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.h100 int recursion; member
233 int recursion() { return d()->recursion; } in recursion() function
234 void incRecursion() { ++d()->recursion; } in incRecursion()
235 void decRecursion() { --d()->recursion; } in decRecursion()
DJSGlobalObject.cpp144 d()->recursion = 0; in init()
/external/webkit/JavaScriptCore/
DChangeLog-2003-10-25993 - turned more recursion into iteration, and fixed some backwards stuff
1002 (StatListNode::ref): Iteration, not recursion.
1003 (StatListNode::deref): Iteration, not recursion.
1004 (StatListNode::execute): Iteration, not recursion.
1005 (StatListNode::processVarDecls): Iteration, not recursion.
1007 (ClauseListNode::ref): Iteration, not recursion.
1008 (ClauseListNode::deref): Iteration, not recursion.
1009 (ClauseListNode::processVarDecls): Iteration, not recursion.
1011 (ParameterNode::ref): Iteration, not recursion.
1012 (ParameterNode::deref): Iteration, not recursion.
[all …]
DChangeLog-2002-12-031141 - fixed 3033969 -- repro crash (infinite recursion in JavaScript)
1144 * kjs/object.h: Change recursion limit to 100 levels rather than 1000.
1958 Also fix script execution so it doesn't use recursion to advance from
1968 recursion to reverse the list.
1975 Use loops instead of recursion.
DChangeLog-2008-08-102506 We still allow about 20,000 levels of recursion.
2644 actually lock a mutex, or only to increment recursion count. We cannot turn it into no-op
2646 Made recursion count per-thread, now that locks may not lock.
5786 <rdar://problem/5969992> JSProfiler: Remove the recursion limit in the profiler.
5795 <rdar://problem/5969992> JSProfiler: Remove the recursion limit in the
5797 - Remove the last of the uses of recursion in the profiler.
5805 (KJS::Profile::focus): Implemented focus without recursion.
5814 (KJS::ProfileNode::focus): Implemented focus without recursion.
7103 <rdar://problem/5969992> JSProfiler: Remove the recursion limit in the
7105 - Remove recursion from exclude(). This leaves only focus() to fix.
[all …]
/external/webkit/SunSpider/
DTODO16 - function calls / recursion
/external/jpeg/
Dconfigure447 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1733 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml1455 parts of the pattern, such as backreferences, recursion, and conditions,
2253 recursion, a pseudo-condition called DEFINE, and assertions.
2310 <title>Checking for pattern recursion</title>
2324 the condition is true if the most recent recursion is into the subpattern whose
2325 number or name is given. This condition does not check the entire recursion
2330 At "top level", all these recursion test conditions are false. Recursive
2412 unlimited nested parentheses. Without the use of recursion, the best
2437 supports special syntax for recursion of the entire pattern, and also for
2438 individual subpattern recursion. This kind of recursion was introduced into
2484 We have put the pattern into parentheses, and caused the recursion to
[all …]
/external/fdlibm/
Dconfigure453 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
990 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2935 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
/external/bison/tests/
Dtorture.at388 [# A grammar of parens growing the stack thanks to right recursion.
/external/webkit/WebKit/mac/WebView/
DWebDynamicScrollBarsView.mm196 // FIXME: This hack here prevents infinite recursion that takes place when we
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dconfigure1430 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
/external/icu4c/
Dconfig.status383 …'CC=gcc' 'CFLAGS= -O3' 'CXXFLAGS= -O' 'CXX=g++' $ac_configure_extra_args --no-create --no-recursion
/external/clearsilver/
Dconfigure488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1053 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
7687 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
/external/elfutils/
Dconfig.log7 … ./configure --prefix /work/elfutils/google/linux-install-elfutils-0.97/ --no-create --no-recursion
Dconfig.status387 …k/elfutils/google/linux-install-elfutils-0.97/' $ac_configure_extra_args --no-create --no-recursion
Dconfigure456 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1029 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
6255 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
/external/grub/
Dconfig.status387 …isable-jfs' '--disable-xfs' '--disable-iso9660' $ac_configure_extra_args --no-create --no-recursion
Dconfigure490 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1122 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
6724 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
/external/bison/doc/
Dbison.texinfo431 recursion.
1525 possible.'' The left recursion makes this rule into a loop. Since the
2963 use recursion, because that is the only way to define a sequence of any
2975 @cindex left recursion
2976 @cindex right recursion
2979 right hand side, we call this @dfn{left recursion}. By contrast, here
2980 the same construct is defined using @dfn{right recursion}:
2991 Any kind of sequence can be defined using either left recursion or right
2992 recursion, but you should always use left recursion, because it can
2994 Right recursion uses up space on the Bison stack in proportion to the
[all …]
Dbison.info756 leads out of the recursion.
1712 line if possible." The left recursion makes this rule into a loop.
2996 recursion, because that is the only way to define a sequence of any
3005 right hand side, we call this "left recursion". By contrast, here the
3006 same construct is defined using "right recursion":
3012 Any kind of sequence can be defined using either left recursion or right
3013 recursion, but you should always use left recursion, because it can
3015 Right recursion uses up space on the Bison stack in proportion to the
3020 "Indirect" or "mutual" recursion occurs when the result of the rule
5403 usually results from using a right recursion instead of a left
[all …]
/external/strace/
Dconfig.status387 …l_headers/' 'build_alias=arm-unknown-linux-gnu' $ac_configure_extra_args --no-create --no-recursion

1234567