Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 7 of 7) sorted by relevance

/system/netd/include/mainline/
DXtBpfProgLocations.h33 #define XT_BPF_NETD(NAME) "/sys/fs/bpf/netd_shared/prog_netd_skfilter_" NAME "_xtbpf" argument
/system/bpf/progs/include/test/
Dmock_bpf_helpers.h91 #define SECTION(NAME) __attribute__((section(NAME), used)) argument
94 #define LICENSE(NAME) char _license[] SECTION("license") = (NAME) argument
/system/tools/aidl/
Ddiagnostics.h40 #define DIAG(ENUM, NAME, ENABLED) ENUM, argument
Ddiagnostics.cpp30 #define DIAG(ENUM, NAME, ENABLED) {NAME, DiagnosticOption{DiagnosticID::ENUM, NAME, ENABLED}}, argument
36 #define DIAG(ENUM, NAME, ENABLED) {DiagnosticID::ENUM, NAME}, argument
/system/extras/partition_tools/
DREADME.md23 * `-i,--image=[NAME=FILE]` - When writing a sparse image, include the contents of FILE as the data …
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h384 #define IMPLEMENT_HYBRID_META_INTERFACE(INTERFACE, NAME) \ argument
393 u##NAME); \
/system/tools/aidl/tests/rust/
Dtest_client.rs320 const NAME: &str = "Smythe"; in test_binder_exchange() constant
322 let got = service.GetOtherTestService(NAME).expect("error calling GetOtherTestService"); in test_binder_exchange()
323 assert_eq!(got.GetName().as_ref().map(String::as_ref), Ok(NAME)); in test_binder_exchange()
324 assert_eq!(service.VerifyName(&got, NAME), Ok(true)); in test_binder_exchange()