HomeSort by relevance Sort by last modified time
    Searched full:recursion (Results 176 - 200 of 864) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/testing/gtest/src/
gtest-port.cc 337 // here's an indirect recursion. It terminates as the regex gets
338 // shorter in each recursion.
353 // The algorithm is recursive, but the recursion depth doesn't exceed
  /external/dbus/dbus/
dbus-marshal-validate.c 849 case DBUS_INVALID_EXCEEDED_MAXIMUM_ARRAY_RECURSION: return "Exceeded maximum array recursion";
850 case DBUS_INVALID_EXCEEDED_MAXIMUM_STRUCT_RECURSION: return "Exceeded maximum struct recursion";
893 case DBUS_INVALID_EXCEEDED_MAXIMUM_DICT_ENTRY_RECURSION: return "Exceeded maximum dict entry recursion";
    [all...]
  /external/gtest/src/
gtest-port.cc 337 // here's an indirect recursion. It terminates as the regex gets
338 // shorter in each recursion.
353 // The algorithm is recursive, but the recursion depth doesn't exceed
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 337 // here's an indirect recursion. It terminates as the regex gets
338 // shorter in each recursion.
353 // The algorithm is recursive, but the recursion depth doesn't exceed
  /external/protobuf/gtest/src/
gtest-port.cc 326 // here's an indirect recursion. It terminates as the regex gets
327 // shorter in each recursion.
342 // The algorithm is recursive, but the recursion depth doesn't exceed
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.good 91 /* If min = max, continue at the same level without recursion.
102 /* In case the recursion has set more capturing values, save the final
127 /* Recursion matches the current regex, nested. If there are any capturing
207 an empty string - recursion will then try other alternatives, if any. */
213 and reinstate them after the recursion. However, we don't know how many
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java 322 // TODO: yes, with left recursion
540 * the IF-THEN-ELSE tail recursion cycle and things like
587 * allow too much recursion.
589 * This case also catches infinite left recursion.
618 // Avoid infinite recursion
638 // Detect recursion by more than a single alt, which indicates
    [all...]
DFA.java 137 * left-recursion etc...). This list starts out with all alts contained
148 /** Track whether an alt discovers recursion for each alt during
149 * NFA to DFA conversion; >1 alt with recursion implies nonregular.
    [all...]
DFAOptimizer.java 123 /** Used by DFA state machine generator to avoid infinite recursion
  /external/webkit/Tools/android/flex-2.5.4a/
configure 156 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
303 # Strip out --no-create and --no-recursion so they do not pile up.
311 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
README 428 non-LL(*) due to recursion. just added terminate conditions to loop
707 for left recursion upfront before analysis and everything gets specified as
708 recursion cycles at this point.
    [all...]
  /external/antlr/antlr-3.4/tool/
CHANGES.txt 78 * left-recursion pattern off until all targets catch up
115 * left-recursion pattern detection handles backtracking mode now
124 * Got immediate left-recursion working for rules. Added TestLeftRecursion.java
    [all...]
  /external/libxml2/
xinclude.c 318 "detected a recursion in %s\n", value);
621 "detected a local recursion with no xpointer in %s\n",
635 "detected a recursion in %s\n", URL);
668 * Avoid recursion in already substitued resources
679 * Handle recursion here.
718 newctxt->incTab[i]->count++; /* prevent the recursion from
    [all...]
  /external/valgrind/main/callgrind/docs/
cl-manual.xml 392 <para>Recursion is quite usual in programs, and therefore, cycles
430 recursion, it e.g. can print nonsense inclusive costs way above 100%.</para>
436 from the current execution context such as recursion level of the
457 10 recursion levels by specifying
462 the recursion levels of "func" as the different functions with names
    [all...]
  /ndk/sources/host-tools/make-3.81/doc/
make.info-1 179 * Recursion:: Invoking `make' from makefiles.
196 * Variables/Recursion:: How to communicate variables to a sub-`make'.
197 * Options/Recursion:: How to communicate options to a sub-`make'.
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 318 // stop recursion
334 // stop recursion
413 // recursion)
  /external/libxslt/libxslt/
attributes.c 239 "xsl:attribute-set : use-attribute-sets recursion detected\n");
408 /* TODO check recursion */
505 "xsl:attribute-set : use-attribute-sets recursion detected on %s\n",
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/
Test_invoke_super.java 70 * @title Recursion of method lookup procedure
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/
Test_invoke_super_range.java 70 * @title Recursion of method lookup procedure
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/
Test_invoke_virtual_range.java 72 * @title Recursion of method lookup procedure
  /dalvik/docs/
verifier.html 135 a limitation on the recursion count. The only way to trip this would be
  /external/bluetooth/glib/docs/reference/glib/tmpl/
messages.sgml 63 @log_level: the log level of the message (including the fatal and recursion
  /external/chromium/chrome/browser/service/
service_process_control.cc 59 // them to the stack before executing them. This way recursion is
  /external/compiler-rt/lib/asan/
asan_internal.h 259 // Used to avoid infinite recursion in __asan_init().
  /external/dnsmasq/src/
log.c 172 entries_lost = 0; /* avoid wild recursion */

Completed in 2118 milliseconds

1 2 3 4 5 6 78 91011>>