/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | alloc.rs | 186 pub struct User<T: UserSafe + ?Sized>(NonNull<UserRef<T>>); struct 189 unsafe impl<T: UserSafeSized> Send for User<T> {} implementation 192 unsafe impl<T: UserSafeSized> Send for User<[T]> {} implementation 213 impl<T: ?Sized> User<T> implementation 276 impl<T> User<T> implementation 287 impl<T> User<[T]> implementation 720 impl<T: ?Sized> Deref for User<T> implementation 732 impl<T: ?Sized> DerefMut for User<T> implementation 742 impl<T: ?Sized> Drop for User<T> implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | alloc.rs | 186 pub struct User<T: UserSafe + ?Sized>(NonNull<UserRef<T>>); struct 189 unsafe impl<T: UserSafeSized> Send for User<T> {} implementation 192 unsafe impl<T: UserSafeSized> Send for User<[T]> {} implementation 213 impl<T: ?Sized> User<T> impl 276 impl<T> User<T> implementation 287 impl<T> User<[T]> implementation 720 impl<T: ?Sized> Deref for User<T> implementation 732 impl<T: ?Sized> DerefMut for User<T> implementation 742 impl<T: ?Sized> Drop for User<T> implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | alloc.rs | 186 pub struct User<T: UserSafe + ?Sized>(NonNull<UserRef<T>>); struct 189 unsafe impl<T: UserSafeSized> Send for User<T> {} implementation 192 unsafe impl<T: UserSafeSized> Send for User<[T]> {} implementation 213 impl<T: ?Sized> User<T> impl 276 impl<T> User<T> implementation 287 impl<T> User<[T]> implementation 720 impl<T: ?Sized> Deref for User<T> implementation 732 impl<T: ?Sized> DerefMut for User<T> implementation 742 impl<T: ?Sized> Drop for User<T> implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | alloc.rs | 186 pub struct User<T: UserSafe + ?Sized>(NonNull<UserRef<T>>); struct 189 unsafe impl<T: UserSafeSized> Send for User<T> {} implementation 192 unsafe impl<T: UserSafeSized> Send for User<[T]> {} implementation 213 impl<T: ?Sized> User<T> implementation 276 impl<T> User<T> implementation 287 impl<T> User<[T]> implementation 720 impl<T: ?Sized> Deref for User<T> implementation 732 impl<T: ?Sized> DerefMut for User<T> implementation 742 impl<T: ?Sized> Drop for User<T> implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | alloc.rs | 186 pub struct User<T: UserSafe + ?Sized>(NonNull<UserRef<T>>); struct 189 unsafe impl<T: UserSafeSized> Send for User<T> {} implementation 192 unsafe impl<T: UserSafeSized> Send for User<[T]> {} implementation 213 impl<T: ?Sized> User<T> implementation 276 impl<T> User<T> implementation 287 impl<T> User<[T]> implementation 720 impl<T: ?Sized> Deref for User<T> implementation 732 impl<T: ?Sized> DerefMut for User<T> implementation 742 impl<T: ?Sized> Drop for User<T> implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/user/ |
D | user.go | 34 type User struct { struct 39 Uid string 44 Gid string 46 Username string 53 Name string 55 HomeDir string
|
D | listgroups_unix.go | 19 func listGroupsFromReader(u *User, r io.Reader) ([]string, error) { 101 func listGroups(u *User) ([]string, error) {
|
/aosp_15_r20/external/rust/android-crates-io/crates/merge/examples/ |
D | user.rs | 7 struct User { struct 16 let defaults = User { in main() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 104 Instruction *User; member 208 Instruction *User, unsigned OpNo, in appendAndTransferDominatedUses() 357 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, in findInsertionPoint() 367 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated() 393 bool AArch64PromoteConstant::tryAndMerge(Instruction *NewPt, Instruction *User, in tryAndMerge() 445 Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) { in computeInsertionPoint()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 96 Instruction *User; member 197 Instruction *User, unsigned OpNo, in appendAndTransferDominatedUses() 349 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, in findInsertionPoint() 359 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated() 386 bool AArch64PromoteConstant::tryAndMerge(Instruction *NewPt, Instruction *User, in tryAndMerge() 438 Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) { in computeInsertionPoint()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 104 Instruction *User; member 208 Instruction *User, unsigned OpNo, in appendAndTransferDominatedUses() 371 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, in findInsertionPoint() 381 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated() 407 bool AArch64PromoteConstant::tryAndMerge(Instruction *NewPt, Instruction *User, in tryAndMerge() 459 Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) { in computeInsertionPoint()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ScalarEvolutionNormalization.cpp | 29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() 92 TransformImpl(const SCEV *S, Instruction *User, Value *OperandValToReplace) { in TransformImpl() 229 TransformSubExpr(const SCEV *S, Instruction *User, Value *OperandValToReplace) { in TransformSubExpr() 247 Instruction *User, in TransformForPostIncUse()
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/ |
D | formatting.rs | 6 struct User { struct 13 pub user: Vec<User>, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | tiled_dot_emitter.cc | 110 struct User { struct in xla::cpu::__anondccdbc850111::GemvConfig 112 PrimitiveType scalar_type() const { in scalar_type() 115 int64_t tile_rows() const { return derived().config().tile_rows(); } in tile_rows() 116 int64_t tile_cols() const { return derived().config().tile_cols(); } in tile_cols() 117 int64_t m() const { return derived().config().m(); } in m() 118 int64_t k() const { return derived().config().k(); } in k() 119 int64_t has_addend() const { return derived().config().has_addend(); } in has_addend() 122 const T& derived() const { return *static_cast<const T*>(this); } in derived()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/examples/ |
D | custom.rs | 286 struct User { struct 287 credential: UserCredential, argument 291 impl User { implementation
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/ |
H A D | UnixUserPrincipals.java | 43 static class User implements UserPrincipal { class in UnixUserPrincipals 48 private User(int id, boolean isGroup, String name) { in User() method in UnixUserPrincipals.User 54 User(int id, String name) { in User() method in UnixUserPrincipals.User
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/Support/ |
D | VirtualInstruction.h | 85 VirtualUse(ScopStmt *User, Value *Val, UseKind Kind, const SCEV *ScevExpr, in VirtualUse() 176 ScopStmt *User; variable 179 VirtualOperandIterator(ScopStmt *User, User::op_iterator U) in VirtualOperandIterator()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/Support/ |
D | VirtualInstruction.h | 85 VirtualUse(ScopStmt *User, Value *Val, UseKind Kind, const SCEV *ScevExpr, in VirtualUse() 176 ScopStmt *User; variable 179 VirtualOperandIterator(ScopStmt *User, User::op_iterator U) in VirtualOperandIterator()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/Support/ |
D | VirtualInstruction.h | 85 VirtualUse(ScopStmt *User, Value *Val, UseKind Kind, const SCEV *ScevExpr, in VirtualUse() 176 ScopStmt *User; variable 179 VirtualOperandIterator(ScopStmt *User, User::op_iterator U) in VirtualOperandIterator()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/Support/ |
D | VirtualInstruction.h | 85 VirtualUse(ScopStmt *User, Value *Val, UseKind Kind, const SCEV *ScevExpr, in VirtualUse() 176 ScopStmt *User; variable 179 VirtualOperandIterator(ScopStmt *User, User::op_iterator U) in VirtualOperandIterator()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/ |
H A D | Instruction.cpp | 61 for (const std::pair<ReadState *, int> &User : Users) { in onInstructionIssued() local 72 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser() 85 void WriteState::addUser(unsigned IID, WriteState *User) { in addUser()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Instruction.cpp | 60 for (const std::pair<ReadState *, int> &User : Users) { in onInstructionIssued() local 71 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser() 84 void WriteState::addUser(unsigned IID, WriteState *User) { in addUser()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 97 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() 175 Instruction *User = cast<Instruction>(U.getUser()); in AddUsersIfInteresting() local 246 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
|
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/shared/model/ |
D | User.kt | 40 data class User( class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 129 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() 208 Instruction *User = cast<Instruction>(U.getUser()); in AddUsersImpl() local 300 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
|