/external/chromium_org/third_party/opus/src/ |
config.h.in | 18 /* Fuzzing */ 19 #undef FUZZING
|
configure.ac | 234 AC_ARG_ENABLE([fuzzing], 235 [AS_HELP_STRING([--enable-fuzzing],[causes the encoder to make random decisions])],, 239 AC_DEFINE([FUZZING], [1], [Fuzzing]) 318 Fuzzing: ....................... ${enable_fuzzing}
|
/external/chromium_org/third_party/opus/src/celt/ |
celt.c | 219 #ifdef FUZZING 220 "-fuzzing"
|
/external/chromium_org/v8/test/mjsunit/ |
sparse-array-reverse.js | 59 // CONG pseudo random number generator. Used for fuzzing the sparse array 70 // Fuzzing test of reverse on sparse array.
|
mjsunit.status | 277 # Skip tests that are not suitable for deoptimization fuzzing.
|
/external/v8/test/cctest/ |
cctest.h | 84 // thread fuzzing test. In the thread fuzzing test it will
|
/external/v8/test/mjsunit/ |
sparse-array-reverse.js | 59 // CONG pseudo random number generator. Used for fuzzing the sparse array 70 // Fuzzing test of reverse on sparse array.
|
/external/clang/utils/ |
FuzzTest | 166 %prog is a tool for fuzzing inputs and testing them. 172 which will run a default list of fuzzing strategies on the input. For each 179 You can cause the fuzzing to not restore the original files with 262 help="Randomly select an input byte as well as fuzzing", 289 print '%s: note: fuzzing %d files.' % (sys.argv[0], len(input_files))
|
/external/chromium_org/components/policy/core/common/cloud/ |
external_policy_data_updater.cc | 37 // Fuzzing percentage; this spreads delays randomly between 80% and 100% 63 // Fuzzing percentage; this spreads delays randomly between 80% and 100% 91 // Fuzzing percentage; this spreads delays randomly between 80% and 100%
|
/external/chromium/net/base/ |
backoff_entry.h | 33 // Fuzzing percentage. ex: 10% will spread requests randomly
|
/external/chromium_org/net/base/ |
backoff_entry.h | 36 // Fuzzing percentage. ex: 10% will spread requests randomly
|
/external/chromium_org/courgette/ |
encoded_program_fuzz_unittest.cc | 74 // More intense fuzzing on the first part because it contains more control 93 printf("Fuzzing position %d\n", static_cast<int>(index));
|
/external/chromium_org/v8/test/cctest/ |
cctest.h | 154 // thread fuzzing test. In the thread fuzzing test it will
|
/external/chromium/net/url_request/ |
url_request_throttler_entry.h | 48 // Fuzzing percentage. ex: 10% will spread requests randomly
|
/external/chromium_org/google_apis/gcm/engine/ |
connection_factory_impl.cc | 37 // Fuzzing percentage. ex: 10% will spread requests randomly
|
connection_factory_impl_unittest.cc | 38 // Fuzzing percentage. ex: 10% will spread requests randomly
|
/external/chromium_org/net/url_request/ |
url_request_throttler_entry.h | 50 // Fuzzing percentage. ex: 10% will spread requests randomly
|
/external/chromium_org/remoting/host/win/ |
worker_process_launcher.cc | 31 // Fuzzing percentage. ex: 10% will spread requests randomly
|
/external/chromium_org/v8/tools/ |
run-deopt-fuzzer.py | 377 # Remember test case prototypes for the fuzzing phase. 454 print(">>> Deopt fuzzing phase (%d test cases)" % num_tests)
|
/external/chromium_org/remoting/host/ |
chromoting_host.cc | 43 // Fuzzing percentage. ex: 10% will spread requests randomly
|
/external/chromium_org/chrome/browser/invalidation/ |
ticl_invalidation_service.cc | 38 // Fuzzing percentage. ex: 10% will spread requests randomly
|
/external/chromium_org/ipc/ |
sync_socket_unittest.cc | 106 // Runs the fuzzing server child mode. Returns when the preset number of
|
ipc_fuzzing_tests.cc | 245 // Runs the fuzzing server child mode. Returns when the preset number of
|
/external/chromium_org/native_client_sdk/src/doc/community/security-contest/ |
index.rst | 101 research, especially fuzzing. In his spare time, he plays with
|
/external/chromium_org/v8/test/webkit/fast/regex/ |
parentheses.js | 258 // Test cases discovered by fuzzing that crashed the compiler.
|