Home
last modified time | relevance | path

Searched defs:users (Results 1 – 25 of 70) sorted by relevance

123

/external/selinux/python/chcat/
Dchcat59 def verify_users(users): argument
67 def chcat_user_add(newcat, users): argument
146 def chcat_user_remove(newcat, users): argument
235 def chcat_user_replace(newcat, users): argument
378 def listusercats(users): argument
/external/python/jinja/tests/
Dtest_asyncfilters.py116 def test_join_attribute(env_async, users): argument
155 def test_simple_select_attr(env_async, users): argument
174 def test_attribute_map(env_async, users): argument
/external/deqp-deps/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.h71 std::vector<uint32_t>& users() { return users_; } in users() function
72 const std::vector<uint32_t>& users() const { return users_; } in users() function
Dlocal_single_store_elim_pass.cpp129 std::vector<Instruction*> users; in ProcessVariable() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.h71 std::vector<uint32_t>& users() { return users_; } in users() function
72 const std::vector<uint32_t>& users() const { return users_; } in users() function
Dlocal_single_store_elim_pass.cpp129 std::vector<Instruction*> users; in ProcessVariable() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dssa_rewrite_pass.h71 std::vector<uint32_t>& users() { return users_; } in users() function
72 const std::vector<uint32_t>& users() const { return users_; } in users() function
Dlocal_single_store_elim_pass.cpp132 std::vector<Instruction*> users; in ProcessVariable() local
/external/toybox/toys/other/
Dlsmod.c27 *refcnt = strtok(NULL, " "), *users = strtok(NULL, " "); in lsmod_main() local
Duptime.c33 int users = 0; in uptime_main() local
/external/selinux/python/sepolicy/sepolicy/templates/
Dscript.py97 users="""\ variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_phi_graph.h66 std::vector<Node*> users; member
Dwhile_loop_constant_sinking.cc33 std::vector<HloInstruction*> users; in ReplaceUsesWhileKeepingLoopInvariance() local
Dsort_simplifier.cc127 std::vector<HloInstruction*> users(sort->users().begin(), in RemoveUnusedOperandFromSort() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h104 user_range users() { return user_range(user_begin(), user_end()); } in users() function
105 const_user_range users() const { in users() function
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dkfree_skb.c45 refcount_t users; member
66 int users; variable
/external/autotest/frontend/client/src/autotest/afe/
DHostTableDecorator.java53 JSONArray users = staticData.getData("users").isArray(); in HostTableDecorator() local
/external/eigen/Eigen/src/Core/products/
DParallelizer.h81 std::atomic<int> users; member
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_host_computation_expansion.cc95 auto users = head_outside_compiled_op->getUsers(); in ExpandHeadOutsideCompiledOps() local
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h148 user_range users() { return user_range(user_begin(), user_end()); } in users() function
149 const_user_range users() const { in users() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h369 iterator_range<user_iterator> users() { in users() function
373 iterator_range<const_user_iterator> users() const { in users() function
/external/llvm/include/llvm/IR/
DValue.h360 iterator_range<user_iterator> users() { in users() function
364 iterator_range<const_user_iterator> users() const { in users() function
/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCountingOptimization.cpp68 llvm::SmallVector<UserInfo, 4> users; in optimizeReferenceCounting() member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h420 iterator_range<user_iterator> users() { in users() function
424 iterator_range<const_user_iterator> users() const { in users() function
/external/llvm-project/llvm/include/llvm/IR/
DValue.h420 iterator_range<user_iterator> users() { in users() function
424 iterator_range<const_user_iterator> users() const { in users() function

123