HomeSort by relevance Sort by last modified time
    Searched refs:a_t (Results 1 - 5 of 5) sorted by null

  /external/selinux/libsepol/tests/policies/test-deps/
modreq-bool-global.conf 10 type a_t;
14 allow a_t b_t : file { read write };
modreq-perm-global.conf 8 type a_t;
10 allow a_t b_t: msg { send receive };
modreq-role-global.conf 9 type a_t;
11 # role role_req_r types a_t;
modreq-bool-opt.conf 15 type a_t;
20 allow a_t b_t : file { read write };
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 241 EIGEN_DEVICE_FUNC inline AlignedBox& translate(const MatrixBase<Derived>& a_t)
243 const typename internal::nested_eval<Derived,2>::type t(a_t.derived());

Completed in 69 milliseconds