Home
last modified time | relevance | path

Searched refs:get_user (Results 1 – 19 of 19) sorted by relevance

/external/autotest/frontend/
Dapache_auth.py41 def get_user(self, user_id): member in SimpleAuthBackend
80 username = thread_local.get_user()
Dthread_local.py14 def get_user(): function
/external/ltp/testcases/kernel/device-drivers/uaccess/
Dltp_uaccess.c76 if (get_user(ch, str)) in sys_tcase()
/external/llvm-project/polly/lib/Transform/
DSimplify.cpp310 .get_user(); in coalesceWrites()
353 .get_user(); in coalesceWrites()
363 .get_user(); in coalesceWrites()
DZoneAlgo.cpp856 RangeSpace.unwrap().get_tuple_id(isl::dim::out).get_user())); in normalizeValInst()
931 auto *PHI = dyn_cast<PHINode>(static_cast<Value *>(OutTupleId.get_user())); in isNormalized()
938 auto *IncomingStmt = static_cast<ScopStmt *>(InTupleId.get_user()); in isNormalized()
DForwardOpTree.cpp316 ScopArrayInfo *SAI = static_cast<ScopArrayInfo *>(ArrayId.get_user()); in singleLocation()
418 ScopArrayInfo *SAI = reinterpret_cast<ScopArrayInfo *>(ArrayId.get_user()); in makeReadArrayAccess()
DMaximalStaticExpansion.cpp151 static_cast<ScopArrayInfo *>(TmpMapDomainId.get_user()); in filterDependences()
DScheduleOptimizer.cpp687 auto *Stmt = static_cast<ScopStmt *>(InputDimId.get_user()); in containsOnlyMatrMultAcc()
772 auto *Stmt = static_cast<ScopStmt *>(InputDimsId.get_user()); in containsMatrMult()
1099 auto *Stmt = static_cast<ScopStmt *>(InputDimsId.get_user()); in optimizeDataLayoutMatrMulPattern()
/external/selinux/python/sepolicy/sepolicy/
Dinterface.py95 def get_user(path=""): function
/external/autotest/frontend/afe/
Drpc_utils.py1110 user=thread_local.get_user())
1170 user=thread_local.get_user())
Dmodels.py399 user = thread_local.get_user()
419 user = thread_local.get_user()
/external/selinux/python/sepolicy/
Dsepolicy.py493 from sepolicy.interface import get_admin, get_user, get_interface_dict, get_all_interfaces
497 print_interfaces(get_user(args.file), args, "_role")
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp408 void *User = Id.get_user(); in getFromId()
573 void *User = ArrayId.get_user(); in getOriginalScopArrayInfo()
580 void *User = ArrayId.get_user(); in getLatestScopArrayInfo()
1091 auto *SAI = static_cast<ScopArrayInfo *>(NewArrayId.get_user()); in setNewAccessRelation()
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp680 ScopStmt *AccessStmt = (ScopStmt *)CallExprId.get_user(); in cbPrintUser()
DIslNodeBuilder.cpp278 auto *Stmt = static_cast<const ScopStmt *>(Id.get_user()); in addReferencesFromStmtSet()
/external/selinux/gui/
Dpolgengui.py345 for u in sepolicy.interface.get_user():
/external/crosvm/crosvm_plugin/src/
Dlib.rs1137 let user: &VcpuResponse_Wait_User = wait.get_user(); in wait()
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h1080 inline void * get_user() const;
7457 void * id::get_user() const in get_user() function