/external/pdfium/testing/resources/javascript/ |
D | util_bytetochar.in | 39 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/ |
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 | 22 def TestOneInput(data): function 27 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | abs_fuzz.py | 23 def TestOneInput(data): function 36 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | acos_fuzz.py | 23 def TestOneInput(data): function 36 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | add_fuzz.py | 23 def TestOneInput(data): function 41 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | acosh_fuzz.py | 23 def TestOneInput(data): function 36 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | raggedCountSparseOutput_fuzz.py | 24 def TestOneInput(input_bytes): function 39 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | immutableConst_fuzz.py | 26 def TestOneInput(input_bytes): function 43 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | dataFormatVecPermute_fuzz.py | 24 def TestOneInput(input_bytes): function 47 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | sparseCountSparseOutput_fuzz.py | 24 def TestOneInput(input_bytes): function 62 atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
D | tf2migration_fuzz.py | 24 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/ |
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 | client.cc | 21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
|
D | dtls_server.cc | 21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
|
/external/cronet/tot/third_party/boringssl/src/fuzz/ |
D | client.cc | 21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
|
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()
|
/external/cronet/stable/third_party/boringssl/src/fuzz/ |
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 | server.cc | 21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
|
D | client.cc | 21 return g_fuzzer.TestOneInput(buf, len); in LLVMFuzzerTestOneInput()
|
/external/pigweed/pw_protobuf/ |
D | decoder_fuzzer.cc | 207 void TestOneInput(FuzzedDataProvider& provider) { in TestOneInput() function 221 pw::protobuf::fuzz::TestOneInput(provider); in LLVMFuzzerTestOneInput()
|