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

1 2

  /external/libgdx/gdx/src/com/badlogic/gdx/math/
MathUtils.java 132 static public boolean randomBoolean (float chance) {
133 return MathUtils.random() < chance;
  /external/v8/test/mjsunit/compiler/
optimized-function-calls.js 40 f(); // Give us a chance to optimize f.
  /external/libdivsufsort/lib/
trsort.c 194 saidx_t chance; member in struct:_trbudget_t
202 trbudget_init(trbudget_t *budget, saidx_t chance, saidx_t incval) {
203 budget->chance = chance;
211 if(budget->chance == 0) { budget->count += size; return 0; }
213 budget->chance -= 1;
  /external/chromium-trace/catapult/third_party/flot/
PLUGINS.md 103 The purpose of the hook is to give you a chance to unbind any event
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
tracing_controller_backend.py 262 # WIN_QPC. However, there's a chance that a Telemetry controller
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_error_avx.asm 66 ; Accumulate horizontally in 64 bits, there is no chance of overflow here
  /external/v8/test/mjsunit/
allocation-site-info.js 118 // at global scope without the chance of being recreated
regexp.js 528 // More iterations increases the chance of hitting a GC.
  /external/v8/test/webkit/resources/
json2-es5-compat.js 270 // the remote chance that this gets fixed someday.
  /external/v8/src/js/
typedarray.js 231 // __proto__ of the new iterable is set to null to avoid any chance
  /external/libunwind/aux/
ltmain.sh 514 repeat this compilation, it may succeed, by chance, but you had better
590 repeat this compilation, it may succeed, by chance, but you had better
689 repeat this compilation, it may succeed, by chance, but you had better
    [all...]
  /build/core/
config.mk 386 # chance to update their environment.
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
string.js 601 // open angle bracket, there is no chance of XSS from the innerHTML use.
    [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/bison/build-aux/
texinfo.tex 726 % There is an extremely small chance that TeX will actually break the
    [all...]
  /external/libmicrohttpd/doc/
texinfo.tex 727 % There is an extremely small chance that TeX will actually break the
    [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex 835 % There is an extremely small chance that TeX will actually break the
    [all...]

Completed in 895 milliseconds

1 2