Home
last modified time | relevance | path

Searched refs:TestOneInput (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/testing/resources/javascript/
Dutil_bytetochar.in38 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/
Dlibfuzzer_test.cc37 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/
Dconstant_fuzz.py21 def TestOneInput(data): function
26 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
DraggedCountSparseOutput_fuzz.py22 def TestOneInput(input_bytes): function
37 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
DimmutableConst_fuzz.py24 def TestOneInput(input_bytes): function
41 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
DdataFormatVecPermute_fuzz.py22 def TestOneInput(input_bytes): function
45 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
/external/oss-fuzz/projects/pyyaml/
Dfuzz_loader.py22 def TestOneInput(input_bytes): function
29 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
Dfuzz_reader.py20 def TestOneInput(data): function
33 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
/external/oss-fuzz/projects/bleach/
Dsanitize_fuzzer.py22 def TestOneInput(input_bytes): function
30 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
Dlinkify_fuzzer.py22 def TestOneInput(input_bytes): function
30 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
/external/oss-fuzz/projects/python-lz4/
Dfuzz_lz4.py20 def TestOneInput(data): function
27 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
/external/oss-fuzz/projects/scapy/
Dpcap_fuzzer.py26 def TestOneInput(input_bytes): function
34 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
/external/oss-fuzz/projects/urllib3/
Dfuzz_urlparse.py21 def TestOneInput(data): function
32 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
/external/oss-fuzz/projects/ujson/
Dujson_fuzzer.py36 def TestOneInput(input_bytes): function
55 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=False)
Djson_differential_fuzzer.py59 def TestOneInput(input_bytes): function
87 atheris.Setup(sys.argv, TestOneInput)
/external/oss-fuzz/projects/pygments/
Dpygments_fuzzer.py24 def TestOneInput(input_bytes): function
36 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
/external/oss-fuzz/projects/bs4/
Dbs4_fuzzer.py36 def TestOneInput(data): function
61 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
/external/rust/crates/quiche/deps/boringssl/src/fuzz/
Dserver.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
Ddtls_client.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
Ddtls_server.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
Dclient.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/fuzzing/
Dre2_fuzzer.cc21 void TestOneInput(StringPiece pattern, const RE2::Options& options, in TestOneInput() function
169 TestOneInput(pattern, options, text); in LLVMFuzzerTestOneInput()
/external/boringssl/src/ssl/test/
Dfuzzer.h292 int TestOneInput(const uint8_t *buf, size_t len) { in TestOneInput() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dfuzzer.h292 int TestOneInput(const uint8_t *buf, size_t len) { in TestOneInput() function