Home
last modified time | relevance | path

Searched defs:fdp (Results 1 – 25 of 42) sorted by relevance

12

/external/selinux/libselinux/fuzzers/
Dselinux_check_access_fuzzer.cpp24 std::string GetClass(FuzzedDataProvider &fdp) { in GetClass()
40 std::string GetPermission(FuzzedDataProvider &fdp) { in GetPermission()
54 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
Dselinux_android_restorecon_fuzzer.cpp24 unsigned int GetFlags(FuzzedDataProvider &fdp) { in GetFlags()
58 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
Dselabel_lookup_fuzzer.cpp25 selabel_handle *GetHandle(FuzzedDataProvider &fdp) { in GetHandle()
37 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
Dstring_to_security_class_fuzzer.cpp25 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
Dselinux_android_setcon_fuzzer.cpp25 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
Dsetfilecon_fuzzer.cpp25 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
Dlsetfilecon_fuzzer.cpp25 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
DContextFuzzer.cpp25 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
DAndroidSetcontextFuzzer.cpp25 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
/external/elfutils/libdwfl/
Dopen.c128 libdw_open_elf (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok, in libdw_open_elf()
198 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file()
/external/open-dice/src/android/
Dbcc_fuzzer.cc29 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
/external/open-dice/src/
Dfuzzer.cc29 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
Dcbor_writer_fuzzer.cc44 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
/external/open-dice/include/dice/
Dfuzz_utils.h25 FuzzedDataProvider& fdp) { in ConsumeRandomLengthStringAsBytesFrom()
/external/zlib/contrib/tests/fuzzers/
Ddeflate_fuzzer.cc25 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
Dinflate_with_header_fuzzer.cc67 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
/external/python/cpython2/PC/
Dimport_nt.c34 struct filedescr *fdp = NULL; in PyWin_FindRegisteredModule() local
/external/cronet/net/ntlm/
Dntlm_client_fuzzer.cc25 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/
DFastDateParserTest.java355 final DateParser fdp = getInstance(dpProvider, "yyyyMMdd", kst, Locale.KOREA); in testLang1121() local
383 final DateParser fdp = getInstance(dpProvider, "dd MMM yyyy", TimeZones.GMT, Locale.FRANCE); in testLang1380() local
419 final DateParser fdp = getInstance(dpProvider, "ddMMMyyyy", NEW_YORK, Locale.US); in testLang996() local
622 final DateParser fdp = getInstance(dbProvider, format, NEW_YORK, Locale.US); in testSdfAndFdp() local
692 … final FastDateParser fdp = new FastDateParser("yyyy/MM/dd z", TimeZone.getDefault(), locale); in testTzParses() local
/external/tensorflow/tensorflow/security/fuzzing/op_fuzzing/
Dmatmul_fuzz.cc35 FuzzedDataProvider fdp(data, size); in FuzzImpl() local
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/fuzzing/
Dre2_fuzzer.cc142 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
/external/curl/docs/examples/
Dhiperfifo.c271 SockInfo *fdp = calloc(1, sizeof(SockInfo)); in addsock() local
282 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local
Devhiperfifo.c271 SockInfo *fdp = calloc(1, sizeof(SockInfo)); in addsock() local
285 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local
Dghiper.c238 SockInfo *fdp = g_malloc0(sizeof(SockInfo)); in addsock() local
250 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local
Dephiperfifo.c297 SockInfo *fdp = (SockInfo*)calloc(1, sizeof(SockInfo)); in addsock() local
308 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local

12