Home
last modified time | relevance | path

Searched defs:val (Results 1 – 13 of 13) sorted by relevance

/tools/security/fuzzing/example_rust_fuzzer/
Dfuzzer.rs21 let val = unsafe { *xs.as_ptr().offset(4) }; in heap_oob() localVariable
/tools/security/fuzzing/system_fuzzers/libwatchdog_perf_service/
Dlibwatchdog_perf_service_fuzzer.cpp49 uint64_t val = fdp.ConsumeIntegral<uint64_t>(); in LLVMFuzzerTestOneInput() local
74 uint64_t val = fdp.ConsumeIntegral<uint64_t>(); in LLVMFuzzerTestOneInput() local
/tools/security/fuzzing/orphans/libcppbor/
Dcppbor_fuzzer.cpp24 cppbor::Tstr val(contents); in FuzzStringParsing() local
/tools/security/remote_provisioning/cert_validator/src/
Ddeviceinfo.rs7 mod val { module
Dlib.rs121 let val = &file_value("testdata/device-info/_CBOR_device_info_0.cert").unwrap(); in deviceinfo_validation() localVariable
/tools/loganalysis/src/com/android/loganalysis/item/
DGenericItem.java134 Object val = getAttribute(attribute); in hashCode() local
/tools/test/connectivity/acts_tests/tests/google/net/
DDataCostTest.py132 def _check_if_multipath_preference_valid(self, val, exp): argument
DDhcpServerTest.py1019 def setopt(packet, optname, val): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dasus_axe11000_ap.py644 def _configure_hidden_network(self, band, val): argument
701 def _configure_11ax_mode(self, band, val): argument
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/
DSparseArray.kt112 val `val` = values[i] in gc() constant
/tools/asuite/atest/
Datest_utils.py1278 def strtobool(val): argument
/tools/loganalysis/javatests/com/android/loganalysis/util/config/
DOptionSetterTest.java197 CustomEnumClass(int val) { in CustomEnumClass()
/tools/dexter/slicer/
Dwriter.cc237 static void WriteU4(u2* ptr, u4 val) { in WriteU4()