HomeSort by relevance Sort by last modified time
    Searched refs:User (Results 1 - 25 of 591) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/048-reflect-v8/src/
UserSub.java 18 extends User
User.java 29 public class User {
UserSub2.java 20 extends User
  /frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
Users.java 25 public static final User[] robots = new User[]{
26 new User("romain", "guy", R.drawable.emo_im_yelling, User.ROBOT),
28 public static final User[] toolkities = new User[]{
29 new User("chet", "haase", R.drawable.emo_im_angel, User.KITTEN),
30 new User("adam", "powell", R.drawable.emo_im_cool, User.KITTEN)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataFlow.h 17 #include "llvm/User.h"
60 template <> struct GraphTraits<Inverse<const User*> > {
62 typedef User::const_op_iterator ChildIteratorType;
64 static NodeType *getEntryNode(Inverse<const User*> G) {
69 if (const User *U = dyn_cast<User>(N))
75 if(const User *U = dyn_cast<User>(N))
81 template <> struct GraphTraits<Inverse<User*> > {
83 typedef User::op_iterator ChildIteratorType
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ReadComplexTernaryTest.java 6 import android.databinding.testapp.vo.User;
16 User user = new User(); local
17 user.setName("a");
18 user.setFullName("a b");
19 mBinder.setUser(user);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
User.cpp 1 //===-- User.cpp - Implement the User class -------------------------------===//
12 #include "llvm/User.h"
17 // User Class
23 void User::replaceUsesOfWith(Value *From, Value *To) {
27 "Cannot call User::replaceUsesOfWith on a constant!");
39 // User allocHungoffUses Implementation
42 Use *User::allocHungoffUses(unsigned N) const {
44 // the User.
48 (void) new(End) Use::UserRef(const_cast<User*>(this), 1)
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixUserPrincipals.java 37 private static User createSpecial(String name) { return new User(-1, name); }
39 static final User SPECIAL_OWNER = createSpecial("OWNER@");
40 static final User SPECIAL_GROUP = createSpecial("GROUP@");
41 static final User SPECIAL_EVERYONE = createSpecial("EVERYONE@");
43 static class User implements UserPrincipal {
48 private User(int id, boolean isGroup, String name) {
54 User(int id, String name) {
88 if (!(obj instanceof User))
90 User other = (User)obj
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
User.h 1 //===-- llvm/User.h - User class definition ---------------------*- C++ -*-===//
11 // Each instance of the Value class keeps track of what User's have handles
14 // * Instructions are the largest class of User's.
28 /// for use of the User class
32 class User : public Value {
33 User(const User &); // Do not implement
38 /// OperandList - This is a pointer to the array of Uses for this User.
45 /// NumOperands - The number of values used by this User
    [all...]
  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/client/
UserTest.java 18 import com.example.android.samplesync.client.User;
28 User user = local
29 new User("mjoshi", "Megha", "Joshi", "1-650-335-5681", "1-650-111-5681",
31 assertEquals("Megha", user.getFirstName());
32 assertEquals("Joshi", user.getLastName());
33 assertEquals("mjoshi", user.getUserName());
34 assertEquals(1, user.getUserId());
35 assertEquals("1-650-335-5681", user.getCellPhone());
36 assertEquals(false, user.isDeleted())
46 User user = User.valueOf(jsonObj); local
    [all...]
  /external/llvm/lib/Analysis/
TypeMetadataUtils.cpp 27 Value *User = U.getUser();
28 if (isa<BitCastInst>(User)) {
29 findCallsAtConstantOffset(DevirtCalls, HasNonCallUses, User, Offset);
30 } else if (auto CI = dyn_cast<CallInst>(User)) {
32 } else if (auto II = dyn_cast<InvokeInst>(User)) {
46 Value *User = U.getUser();
47 if (isa<BitCastInst>(User)) {
48 findLoadCallsAtConstantOffset(M, DevirtCalls, User, Offset);
49 } else if (isa<LoadInst>(User)) {
50 findCallsAtConstantOffset(DevirtCalls, nullptr, User, Offset)
    [all...]
ScalarEvolutionNormalization.cpp 21 /// IVUseShouldUsePostIncValue - We have discovered a "User" of an IV expression
22 /// and now we need to decide whether the user should use the preinc or post-inc
23 /// value. If this user should use the post-inc version of the IV, return true.
29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand,
31 // If the user is in the loop, use the preinc value.
32 if (L->contains(User)) return false;
38 // Ok, the user is outside of the loop. If it is dominated by the latch
40 if (DT->dominates(LatchBlock, User->getParent()))
47 PHINode *PN = dyn_cast<PHINode>(User);
80 const SCEV *TransformSubExpr(const SCEV *S, Instruction *User,
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 6 ATTRIBUTE User-Service-Type 6 integer
19 VALUE Service-Type Shell-User 6
21 VALUE Service-Type Dialback-Login-User 3
22 VALUE Service-Type Dialback-Framed-User 4
37 VALUE Service-Type Exec-User 7
43 ATTRIBUTE User-Name-Is-Star 1035 integer
44 VALUE User-Name-Is-Star No 0
45 VALUE User-Name-Is-Star Yes 1
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
User.java 7 public class User extends BaseObservable {
9 private User friend;
15 public User getFriend() {
19 public void setFriend(User friend) {
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c 2 This driver manages user information and produces user manager protocol.
18 // Default user name.
23 // Points to the user profile database.
33 // Current user shared in multi function.
38 // Flag indicates a user is identified.
81 Find the specified user in the user database.
83 This function searches the specified user from the beginning of the user database.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileDelete.c 2 The functions to delete a user profile.
18 Get the username from the specified user.
20 @param[in] User Handle of a user profile.
22 @retval EFI_STRING_ID The String Id of the user's username.
27 IN EFI_USER_PROFILE_HANDLE User
40 // Allocate user information memory.
47 // Get user name information.
53 // Get next user information.
57 User,
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 39 const Expr *User;
55 UninitUse(const Expr *User, bool AlwaysUninit)
56 : User(User), UninitAfterCall(false), UninitAfterDecl(false),
67 const Expr *getUser() const { return User; }
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 21 /// IVUseShouldUsePostIncValue - We have discovered a "User" of an IV expression
22 /// and now we need to decide whether the user should use the preinc or post-inc
23 /// value. If this user should use the post-inc version of the IV, return true.
29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand,
31 // If the user is in the loop, use the preinc value.
32 if (L->contains(User)) return false;
38 // Ok, the user is outside of the loop. If it is dominated by the latch
40 if (DT->dominates(LatchBlock, User->getParent()))
47 PHINode *PN = dyn_cast<PHINode>(User);
80 const SCEV *TransformSubExpr(const SCEV *S, Instruction *User,
    [all...]
IVUsers.cpp 103 // call this a user.
110 Instruction *User = cast<Instruction>(*UI);
111 if (!UniqueUsers.insert(User))
115 if (isa<PHINode>(User) && Processed.count(User))
122 // If User is already in Processed, we don't want to recurse into it again,
125 if (LI->getLoopFor(User->getParent()) != L) {
126 if (isa<PHINode>(User) || Processed.count(User) ||
127 !AddUsersIfInteresting(User)) {
    [all...]
  /test/vts/web/dashboard/src/main/java/com/android/vts/entity/
UserFavoriteEntity.java 21 import com.google.appengine.api.users.User;
25 /** Entity describing subscriptions between a user and a test. */
32 public static final String USER = "user";
35 public final User user; field in class:UserFavoriteEntity
39 * Create a user favorite relationship.
41 * @param user The User object for the subscribing user
70 User user = (User) e.getProperty(USER); local
    [all...]
  /external/llvm/lib/IR/
User.cpp 1 //===-- User.cpp - Implement the User class -------------------------------===//
10 #include "llvm/IR/User.h"
19 // User Class
22 void User::anchor() {}
24 void User::replaceUsesOfWith(Value *From, Value *To) {
28 "Cannot call User::replaceUsesOfWith on a constant!");
40 // User allocHungoffUses Implementation
43 void User::allocHungoffUses(unsigned N, bool IsPhi) {
53 // the User
    [all...]
  /external/llvm/include/llvm/IR/
User.h 1 //===-- llvm/User.h - User class definition ---------------------*- C++ -*-===//
11 // Each instance of the Value class keeps track of what User's have handles
33 /// \brief Compile-time customization of User operands.
39 class User : public Value {
40 User(const User &) = delete;
49 /// Allocate a User with an operand pointer co-allocated.
55 /// Allocate a User with the operands co-allocated.
60 /// Allocate a User with the operands co-allocated. If DescBytes is non-zer
    [all...]
  /external/autotest/frontend/
apache_auth.py 1 from django.contrib.auth.models import User, Group, check_password
16 doing the real authentication. Also ensures logged-in user exists in
17 frontend.afe.models.User database.
21 user = User.objects.get(username=username)
22 except User.DoesNotExist:
24 user = User(username=username,
26 user.is_staff = True
27 user.save() # need to save before adding group
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 70 Instruction *User,
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionNormalization.h 70 Instruction *User,

Completed in 1560 milliseconds

1 2 3 4 5 6 7 8 91011>>