Home
last modified time | relevance | path

Searched defs:map_arg (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/selinux/libsepol/src/
H A Dpolicydb_validate.c21 typedef struct map_arg { struct
25 } map_arg_t; argument
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/
H A Dpoc.c64 struct drm_nouveau_gem_map map_arg; in nouveau_gem_ioctl_map() local
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Doptimizer.py162 def map_arg(arg): function
/aosp_15_r20/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h137 struct drm_mode_map_dumb map_arg; in gbm_dri_bo_map_dumb() local
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/sequence/
Dfield.rs177 let map_arg = quote!(field); in apply_asn1_type() localVariable
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_metaprogramming_utils.py44 def map_arg(arg): function
/aosp_15_r20/external/pytorch/torch/fx/
H A Dnode.py762 def map_arg(a: Argument, fn: Callable[[Node], Argument]) -> Argument: function