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

1 2

  /art/test/579-inline-infinite/src/
Main.java 17 class Infinite implements Runnable {
20 private final void $noinline$infinite() {
27 $noinline$infinite();
33 Thread thr = new Thread(new Infinite());
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.css 25 -webkit-animation: rotation .6s infinite linear;
26 animation: rotation .6s infinite linear;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
relax_load_align.s 2 @ The early termination to avoid infinite looping would make the second load
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ContinuedFraction.java 142 boolean infinite = false;
158 infinite = true;
169 infinite = Double.isInfinite(p2) || Double.isInfinite(q2);
170 if (!infinite) {
176 if (infinite) {
  /external/autotest/client/profilers/cpistat/
cpistat 48 infinite = True variable
52 infinite = False variable
65 while infinite or iters:
  /prebuilts/tools/linux-x86_64/kythe/web/ui/css/
style.css 92 -animation: spin 0.9s infinite linear;
93 -webkit-animation: spin-webkit 0.9s infinite linear;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
nuances.rb 132 // this rule used to generate an infinite loop in DFA.predict
  /external/v8/test/webkit/
dfg-constant-fold-misprediction.js 25 "This tests that a constant folding on a node that has obviously mispredicted type doesn't send the compiler into an infinite loop."
41 // fold that Int32ToDouble. And hence we will have an infinite loop. The correct fix
  /external/dbus/test/name-test/
tmp-session-like-system.conf 69 with essentially infinite limits, since the bus is just running
  /external/v8/test/webkit/fast/js/kde/
crash-2.js 25 // infinite recursion 2
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
History.md 50 * Fixed infinite recursion when setting onfinish to null.
87 * Fix bug affecting GroupEffects with infinite iteration children
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 25 * This is used to prevent infinite loops where an error is found
  /external/v8/test/mjsunit/es6/
array-length.js 5 // Test array functions do not cause infinite loops when length is negative,
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-doxia-tools/1.0.2/
maven-doxia-tools-1.0.2.jar 
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
test.py 471 # Don't try to isolate it again (would lead to an infinite loop).
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 400 /* Condition under that the loop is infinite. */
401 rtx infinite; member in struct:niter_desc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msber.h 72 extern ASN1_PUBLIC int WINAPI ASN1BERDecLength(ASN1decoding_t dec,ASN1uint32_t *len,ASN1uint32_t *infinite);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 269 Alternative <alt> discovers infinite left-recursion <targetRules,callSiteStates:{t,c|to <t> from <c:{s|<s.enclosingRule>};separator=", ">}; separator=" and ">
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 481 into an infinite loop:'''
494 into an infinite loop:'''
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdb.py 481 into an infinite loop:'''
494 into an infinite loop:'''
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 481 into an infinite loop:'''
494 into an infinite loop:'''
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 481 into an infinite loop:'''
494 into an infinite loop:'''
  /external/libvorbis/doc/
06-floor0.tex 12 infinite impulse response filter as would be used in linear predictive
  /external/v8/test/mjsunit/harmony/
futex.js 161 // Test various infinite timeouts
  /ndk/build/core/
definitions-utils.mk 163 # avoid infinite loops.

Completed in 1704 milliseconds

1 2