Home
last modified time | relevance | path

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

12

/external/pdfium/testing/resources/javascript/
Dutil_bytetochar.in39 function TestOneInput(x) {
51 TestOneInput(0);
52 TestOneInput(65);
53 TestOneInput(127);
54 TestOneInput(128);
55 TestOneInput(255);
56 TestOneInput(256);
57 TestOneInput(40000000);
58 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.py22 def TestOneInput(data): function
27 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
Dabs_fuzz.py23 def TestOneInput(data): function
36 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
Dacos_fuzz.py23 def TestOneInput(data): function
36 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
Dadd_fuzz.py23 def TestOneInput(data): function
41 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
Dacosh_fuzz.py23 def TestOneInput(data): function
36 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
DraggedCountSparseOutput_fuzz.py24 def TestOneInput(input_bytes): function
39 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
DimmutableConst_fuzz.py26 def TestOneInput(input_bytes): function
43 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
DdataFormatVecPermute_fuzz.py24 def TestOneInput(input_bytes): function
47 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
DsparseCountSparseOutput_fuzz.py24 def TestOneInput(input_bytes): function
62 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
Dtf2migration_fuzz.py24 def TestOneInput(input_bytes): function
79 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
/external/rust/android-crates-io/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()
Dclient.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
Ddtls_server.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
/external/cronet/tot/third_party/boringssl/src/fuzz/
Dclient.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
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()
/external/cronet/stable/third_party/boringssl/src/fuzz/
Ddtls_client.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
Ddtls_server.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
Dserver.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
Dclient.cc21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
/external/pigweed/pw_protobuf/
Ddecoder_fuzzer.cc207 void TestOneInput(FuzzedDataProvider& provider) { in TestOneInput() function
221 pw::protobuf::fuzz::TestOneInput(provider); in LLVMFuzzerTestOneInput()

12