HomeSort by relevance Sort by last modified time
    Searched defs:User (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/
user_unittest.py 30 from webkitpy.user import User
34 example_user_response = "example user response"
43 self.assertEqual(User.prompt("input", repeat=self.repeatsRemaining, raw_input=mock_raw_input), UserTest.example_user_response)
50 self.assertEqual(User.prompt("input", repeat=self.repeatsRemaining, raw_input=mock_raw_input), None)
user.py 34 class User(object):
credentials.py 40 from webkitpy.user import User
128 username = User.prompt("%s login: " % self.host)
bugzilla.py 42 from webkitpy.user import User
563 result = int(User.prompt("Enter a number: ")) - 1
  /external/webkit/WebKitTools/Scripts/
webkit-patch 47 from webkitpy.user import User
62 self.user = User()
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 17 """Represents user's contact information, friends and credentials."""
22 class User(db.Model):
23 """Data model class to hold user objects."""
66 """Data model class to hold credentials for a Voiper user."""
80 """Data model class to hold user's friendlist info."""
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
User.java 24 * Represents a sample SyncAdapter user
26 public class User {
74 public User(String name, String firstName, String lastName,
89 * Creates and returns an instance of the user from the provided JSON data.
91 * @param user The JSONObject containing user data
92 * @return user The new instance of Voiper user created from the JSON data.
94 public static User valueOf(JSONObject user) {
    [all...]
NetworkUtilities.java 109 * @param username The user's username
110 * @param password The user's password
113 * @return boolean The boolean result indicating whether the user was
184 * Attempts to authenticate the user credentials on the server.
186 * @param username The user's username
187 * @param password The user's password to be authenticated
211 public static List<User> fetchFriendUpdates(Account account,
214 final ArrayList<User> friendList = new ArrayList<User>();
244 friendList.add(User.valueOf(friends.getJSONObject(i)))
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload.py 48 from webkitpy.user import User
350 tool.user.open_url(tool.bugs.bug_url_for_bug_id(bug_id))
353 if not tool.user.confirm("Is this correct?"):
427 bug_title = User.prompt("Bug title: ")
  /prebuilt/common/osgi/
osgi.jar 

Completed in 113 milliseconds