/external/llvm/lib/CodeGen/ |
DFAPacketizer.cpp | 9 // This class implements a deterministic finite automaton (DFA) based
|
/external/llvm/lib/Transforms/Utils/ |
PromoteMemoryToRegister.cpp | 240 /// it should have deterministic iterators. We could use a MapVector, but 685 // Iterating over NewPhiNodes is deterministic, so it is safe to try to 687 // the values we replace with in a non-deterministic order, thus creating 688 // non-deterministic def->use chains. [all...] |
/external/llvm/tools/dsymutil/ |
DebugMap.cpp | 40 // deterministic output for testing).
|
/external/tlsdate/ |
CHANGELOG | 28 Add support for deterministic builds on Debian GNU/*.
|
/external/v8/benchmarks/ |
base.js | 85 // with a 100% deterministic alternative.
|
splay.js | 66 // deterministic; see base.js.
|
/external/v8/test/js-perf-test/ |
base.js | 95 // with a 100% deterministic alternative.
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
videoprocessor.h | 83 // Using a single core is necessary to get a deterministic behavior for the
|
/frameworks/base/keystore/java/android/security/keystore/ |
AndroidKeyStoreSignatureSpiBase.java | 357 null // no additional entropy needed -- verification is deterministic
|
/libcore/ojluni/src/main/java/java/util/ |
LinkedHashSet.java | 91 * and cleanly, rather than risking arbitrary, non-deterministic behavior at
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GlobalSearchSupportTest.java | 330 * because the values look non-deterministic, such as
|
/toolchain/binutils/binutils-2.25/binutils/ |
ChangeLog-2011 | 7 * configure.in (--enable-deterministic-archives): Grok new 11 * ar.c (deterministic): Initialize to -1. 16 (main): Likewise. Make newer_only && deterministic error 19 --enable-deterministic-archives behavior.
|
/docs/source.android.com/src/security/apksigning/ |
v2.jd | 180 which require deterministic signatures.</li> 182 which require deterministic signatures.</li>
|
/external/llvm/include/llvm/ADT/ |
APFloat.h | 98 /// but has a known implicit (deterministic) value: 0 for the significands, 0 100 /// significand are deterministic, although not really meaningful, and preserved
|
/external/opencv3/modules/core/include/opencv2/core/ |
optim.hpp | 131 It should be noted, that this method, although deterministic, is rather a heuristic and therefore 214 It should be noted, that this method, although deterministic, is rather a heuristic method and
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecKeycode.java | 355 // The following deterministic key definitions do not need key mapping 458 // CEC_KEYCODE_MUTE_FUNCTION, CEC_KEYCODE_RESTORE_VOLUME_FUNCTION are deterministic
|
/frameworks/native/opengl/tests/hwc/ |
hwcStress.cpp | 408 // Cause deterministic sequence of prandom numbers to be 534 // before the first pass will be deterministic.
|
/libcore/ojluni/src/main/java/java/security/ |
SecureRandom.java | 46 * Additionally, SecureRandom must produce non-deterministic output. 61 * number generator (PRNG), which means they use a deterministic algorithm
|
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
pprof.go | 247 // Map order is non-deterministic; make output deterministic.
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
pprof.go | 247 // Map order is non-deterministic; make output deterministic.
|
/art/compiler/optimizing/ |
block_builder.cc | 245 // the block's pointer but rather its id to ensure deterministic iteration.
|
/art/tools/ |
libcore_failures.txt | 168 description: "Non-deterministic test because of a dependency on weak ref collection.",
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 115 * starting at startRule. This is a deterministic parse even though
|
/external/compiler-rt/cmake/Modules/ |
CompilerRTDarwinUtils.cmake | 222 # same symbols, making the symbol selection non-deterministic.
|
/external/dbus/ |
HACKING | 286 "make check" runs all the deterministic test programs (i.e. not break-loader).
|