/external/pdfium/testing/resources/javascript/ |
D | util_bytetochar.in | 38 function TestOneInput(x) { 50 TestOneInput(0); 51 TestOneInput(65); 52 TestOneInput(127); 53 TestOneInput(128); 54 TestOneInput(255); 55 TestOneInput(256); 56 TestOneInput(40000000); 57 TestOneInput(-1);
|
/external/libprotobuf-mutator/src/libfuzzer/ |
D | libfuzzer_test.cc | 37 MOCK_METHOD(void, TestOneInput, (const protobuf_mutator::Msg& message)); 46 mock_fuzzer->TestOneInput(message); in DEFINE_TEXT_PROTO_FUZZER() 61 mock, TestOneInput(AllOf(IsMessageEq(std::cref(msg)), IsInitialized()))); in TEST() 66 mock, TestOneInput(AllOf(IsMessageEq(std::cref(msg)), IsInitialized()))); in TEST() 75 mock, TestOneInput(AllOf(IsMessageEq(std::cref(msg)), IsInitialized()))); in TEST() 88 mock, TestOneInput(AllOf(IsMessageEq(std::cref(msg)), IsInitialized()))); in TEST()
|
/external/tensorflow/tensorflow/security/fuzzing/ |
D | constant_fuzz.py | 21 def TestOneInput(data): function 26 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | raggedCountSparseOutput_fuzz.py | 22 def TestOneInput(input_bytes): function 37 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | immutableConst_fuzz.py | 24 def TestOneInput(input_bytes): function 41 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | dataFormatVecPermute_fuzz.py | 22 def TestOneInput(input_bytes): function 45 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
/external/oss-fuzz/projects/pyyaml/ |
D | fuzz_loader.py | 22 def TestOneInput(input_bytes): function 29 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | fuzz_reader.py | 20 def TestOneInput(data): function 33 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
/external/oss-fuzz/projects/bleach/ |
D | sanitize_fuzzer.py | 22 def TestOneInput(input_bytes): function 30 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | linkify_fuzzer.py | 22 def TestOneInput(input_bytes): function 30 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
/external/oss-fuzz/projects/python-lz4/ |
D | fuzz_lz4.py | 20 def TestOneInput(data): function 27 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
/external/oss-fuzz/projects/scapy/ |
D | pcap_fuzzer.py | 26 def TestOneInput(input_bytes): function 34 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
/external/oss-fuzz/projects/urllib3/ |
D | fuzz_urlparse.py | 21 def TestOneInput(data): function 32 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
/external/oss-fuzz/projects/ujson/ |
D | ujson_fuzzer.py | 36 def TestOneInput(input_bytes): function 55 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=False)
|
D | json_differential_fuzzer.py | 59 def TestOneInput(input_bytes): function 87 atheris.Setup(sys.argv, TestOneInput)
|
/external/oss-fuzz/projects/pygments/ |
D | pygments_fuzzer.py | 24 def TestOneInput(input_bytes): function 36 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
/external/oss-fuzz/projects/bs4/ |
D | bs4_fuzzer.py | 36 def TestOneInput(data): function 61 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
/external/rust/crates/quiche/deps/boringssl/src/fuzz/ |
D | server.cc | 21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
|
D | dtls_client.cc | 21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
|
D | dtls_server.cc | 21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
|
D | client.cc | 21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/fuzzing/ |
D | re2_fuzzer.cc | 21 void TestOneInput(StringPiece pattern, const RE2::Options& options, in TestOneInput() function 169 TestOneInput(pattern, options, text); in LLVMFuzzerTestOneInput()
|
/external/boringssl/src/ssl/test/ |
D | fuzzer.h | 292 int TestOneInput(const uint8_t *buf, size_t len) { in TestOneInput() function
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | fuzzer.h | 292 int TestOneInput(const uint8_t *buf, size_t len) { in TestOneInput() function
|