Searched refs:NAME (Results 1 – 7 of 7) sorted by relevance
/system/netd/include/mainline/ |
D | XtBpfProgLocations.h | 33 #define XT_BPF_NETD(NAME) "/sys/fs/bpf/netd_shared/prog_netd_skfilter_" NAME "_xtbpf" argument
|
/system/bpf/progs/include/test/ |
D | mock_bpf_helpers.h | 91 #define SECTION(NAME) __attribute__((section(NAME), used)) argument 94 #define LICENSE(NAME) char _license[] SECTION("license") = (NAME) argument
|
/system/tools/aidl/ |
D | diagnostics.h | 40 #define DIAG(ENUM, NAME, ENABLED) ENUM, argument
|
D | diagnostics.cpp | 30 #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/ |
D | README.md | 23 * `-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/ |
D | HybridInterface.h | 384 #define IMPLEMENT_HYBRID_META_INTERFACE(INTERFACE, NAME) \ argument 393 u##NAME); \
|
/system/tools/aidl/tests/rust/ |
D | test_client.rs | 320 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()
|