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

1 2 3

  /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;
  /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:
  /external/skia/experimental/wasm-skp-debugger/
ready.js 2 // for context on why the .then() that comes with Module breaks things (e.g. infinite loops)
  /external/skia/modules/canvaskit/
ready.js 2 // for context on why the .then() that comes with Module breaks things (e.g. infinite loops)
  /external/skia/modules/pathkit/
ready.js 2 // for context on why the .then() that comes with Module breaks things (e.g. infinite loops)
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-repeat.hpp 71 // Infinite repeat case
73 using infinite = ::rxcpp::operators::detail::retry_repeat_common::infinite
94 class Repeat = rxo::detail::repeat::infinite<SourceValue, rxu::decay_t<Observable>>,
rx-retry.hpp 67 // Infinite repeat case
69 using infinite = ::rxcpp::operators::detail::retry_repeat_common::infinite
91 class Retry = rxo::detail::retry::infinite<SourceValue, rxu::decay_t<Observable>>,
rx-retry-repeat-common.hpp 111 // Infinite case
113 struct infinite : public operator_base<T> { struct in namespace:rxcpp::operators::detail::retry_repeat_common
122 // Infinite never completes
127 // Infinite does not need to update state
133 infinite(source_type s) : initial_(std::move(s)) { function in struct:rxcpp::operators::detail::retry_repeat_common::infinite
  /external/skqp/experimental/canvaskit/
ready.js 2 // for context on why the .then() that comes with Module breaks things (e.g. infinite loops)
  /external/skqp/modules/pathkit/
ready.js 2 // for context on why the .then() that comes with Module breaks things (e.g. infinite loops)
  /external/antlr/runtime/Ruby/test/functional/parser/
nuances.rb 132 // this rule used to generate an infinite loop in DFA.predict
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
QemuPipeStreamFuchsia.cpp 208 zx::time::infinite(), &observed);
270 zx::time::infinite(), &observed);
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/
TimeoutsTest.cs 66 // no deadline specified, check server sees infinite deadline
69 // DateTime.MaxValue deadline specified, check server sees infinite deadline
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
equate.go 34 // This option is not used when either x or y is NaN or infinite.
sort.go 49 // Check whether the slices are already sorted to avoid an infinite
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c 741 int infinite = IS_REPEAT_INFINITE(qn->upper); local
753 if (qn->greedy && infinite) {
766 if (infinite && qn->lower <= 1) {
821 int infinite = IS_REPEAT_INFINITE(qn->upper); local
869 if (infinite && qn->lower <= 1) {
974 int infinite = IS_REPEAT_INFINITE(qn->upper); local
982 if (qn->greedy && infinite) {
995 if (infinite &&
1018 else if (!infinite && qn->greedy &&
1039 int infinite = IS_REPEAT_INFINITE(qn->upper); local
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
iogen.c 137 int i_opt = 0; /* iterations - 0 implies infinite */
151 int Iterations; /* # requests to generate (0 --> infinite) */
382 int rseed, outfd, infinite; local
424 infinite = !Iterations;
427 while (infinite ||
466 fprintf(stream, "Iterations: Infinite\n");
    [all...]
  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 88 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(isinf,scalar_isinf_op,infinite value test,\sa Eigen::isnan DOXCOMMA Eigen::isfinite DOXCOMMA ArrayBase::isinf)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 32 visited so far in the traversal, to avoid infinite recursion due to cycles in
232 whilst generating this value (to guard against infinite recursion when
362 Placeholder proxy to use when protecting against infinite recursion due to
459 # Guard against infinite loops:
475 # Guard against infinite loops:
501 # Guard against infinite loops:
510 # Guard against infinite loops:
627 # Guard against infinite loops:
640 # Guard against infinite loops:
661 # Guard against infinite loops:
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 272 Alternative <alt> discovers infinite left-recursion <targetRules,callSiteStates:{t,c|to <t> from <c:{s|<s.enclosingRule>};separator=", ">}; separator=" and ">
  /external/syzkaller/tools/syz-execprog/
execprog.go 32 flagRepeat = flag.Int("repeat", 1, "repeat execution that many times (0 for infinite loop)")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdb.py 433 into an infinite loop:'''
446 into an infinite loop:'''
  /external/python/cpython2/Tools/gdb/
libpython.py 32 visited so far in the traversal, to avoid infinite recursion due to cycles in
265 whilst generating this value (to guard against infinite recursion when
398 Placeholder proxy to use when protecting against infinite recursion due to
499 # Guard against infinite loops:
515 # Guard against infinite loops:
541 # Guard against infinite loops:
550 # Guard against infinite loops:
670 # Guard against infinite loops:
683 # Guard against infinite loops:
704 # Guard against infinite loops
    [all...]

Completed in 1405 milliseconds

1 2 3