/external/valgrind/main/exp-bbv/tests/ |
filter_bb | 9 # basic block number is non-deterministic on a
|
/external/chromium/chrome/browser/web_applications/ |
web_app.h | 21 // Compute a deterministic name based on data in the shortcut_info. 25 // Compute a deterministic name based on the URL. We use this pseudo name 30 // Compute a deterministic name based on an extension/apps's id. 62 // GTK+ windows that correspond to web apps need to have a deterministic (and
|
/external/webkit/Source/WebCore/manual-tests/ |
test-iframes-loading-the-same-resource.html | 15 To perform this test attempt to drag one of the apple images in the left frame while the right frame is doing loads. This test is not entirely deterministic so it should be attempted a number of times. <br />
|
/external/guava/guava/src/com/google/common/collect/ |
Constraint.java | 35 * In order to be effective, constraints should be deterministic; that is, 38 * passed-in element. A non-deterministic constraint cannot reliably enforce
|
MapConstraint.java | 36 * In order to be effective, constraints should be deterministic; that is, they 39 * and value. A non-deterministic constraint cannot reliably enforce that all
|
/external/openfst/src/bin/ |
fstminimize.cc | 20 // Minimizes a deterministic FSA. 34 string usage = "Minimizes a deterministic FST.\n\n Usage: ";
|
/external/valgrind/main/gdbserver_tests/ |
mcbreak.stdinB.gdb | 67 # stop the process a.o. to avoid non deterministic output
|
/external/webrtc/test/testsupport/ |
unittest_utils.h | 50 // Initialize the random generator with 0 to get deterministic behavior
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
difference.h | 37 // an unweighted, epsilon-free, deterministic acceptor. One of the 121 // an unweighted, epsilon-free, deterministic acceptor. One of the
|
properties.cpp | 324 "input deterministic", "non input deterministic", 325 "output deterministic", "non output deterministic",
|
equivalent.h | 94 // FSTs must be deterministic input-side epsilon-free acceptors, 119 << " epsilon-free deterministic acceptor"; 123 << " epsilon-free deterministic acceptor";
|
/external/guava/guava-tests/test/com/google/common/collect/ |
HashMultimapTest.java | 34 * lot of code with HashMultimap and has deterministic iteration order.
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
generate.dox | 48 /// You may also wish to use these suffixes if you are building your projects using Makefiles, as this makes the output deterministic.
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
wrench_menu_controller.h | 66 // unit tests because it's hard to test around run loops in a deterministic
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/set/ |
der_encode_set.c | 50 /* for QSORT the order is UNDEFINED if they are "equal" which means it is NOT DETERMINISTIC. So we force it to be :-) */
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestContainerGenerator.java | 63 * non-deterministic iteration order.
|
/external/llvm/lib/Transforms/IPO/ |
BarrierNoopPass.cpp | 29 /// This prevents extension points from having clear deterministic ordering
|
/external/openfst/src/lib/ |
properties.cc | 414 "input deterministic", "non input deterministic", 415 "output deterministic", "non output deterministic",
|
/external/skia/tests/ |
FlateTest.cpp | 40 srand(0); // Make data deterministic.
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
multi-touch-grouped-targets.js | 26 // the order of event dispatch is not deterministic across executions and reordering
|
/libcore/luni/src/main/java/libcore/icu/ |
CollationKeyICU.java | 90 * deterministic value well distributed over the output range.
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MultiSourceCorpusTest.java | 44 // Using a single thread to make the test deterministic
|
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash_test.cc | 210 srand(1); // test should be deterministic, including calls to rand() 220 srand(1); // test should be deterministic, including calls to rand()
|
/external/llvm/include/llvm/ADT/ |
MapVector.h | 1 //===- llvm/ADT/MapVector.h - Map with deterministic value order *- C++ -*-===// 28 /// in a deterministic order. The values are kept in a std::vector and the
|
/external/open-vcdiff/src/ |
rolling_hash_test.cc | 210 srand(1); // test should be deterministic, including calls to rand() 220 srand(1); // test should be deterministic, including calls to rand()
|