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

1 2 3

  /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
dictionary 15 # Enumerated values are stored in the user file with dictionary
46 ATTRIBUTE User-Name 1 string
97 ATTRIBUTE User-Category 1029 string
100 ATTRIBUTE Strip-User-Name 1035 integer
133 # User Types
135 VALUE Service-Type Login-User 1
136 VALUE Service-Type Framed-User 2
137 VALUE Service-Type Callback-Login-User 3
138 VALUE Service-Type Callback-Framed-User 4
139 VALUE Service-Type Outbound-User
    [all...]
dictionary.ascend 32 ATTRIBUTE Ascend-User-Acct-Type 138 integer
33 ATTRIBUTE Ascend-User-Acct-Host 139 ipaddr
34 ATTRIBUTE Ascend-User-Acct-Port 140 integer
35 ATTRIBUTE Ascend-User-Acct-Key 141 string
36 ATTRIBUTE Ascend-User-Acct-Base 142 integer
37 ATTRIBUTE Ascend-User-Acct-Time 143 integer
152 VALUE Service-Type Dialout-Framed-User 5
277 VALUE Ascend-User-Acct-Type Ascend-User-Acct-None 0
278 VALUE Ascend-User-Acct-Type Ascend-User-Acct-User
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/epoc/
SDL_systimer.cpp 48 start = User::TickCount();
57 TUint deltaTics = User::TickCount() - start;
64 User::After(TTimeIntervalMicroSeconds32(ms*1000));
  /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)
credentials.py 40 from webkitpy.user import User
128 username = User.prompt("%s login: " % self.host)
user.py 34 class User(object):
  /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...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
main.py 22 Authenticate: Handles user requests for authentication.
23 FetchFriends: Handles user requests for friend list.
24 FriendData: Stores information about user's friends.
58 """Handles requests for fetching user's friendlist.
62 it returns user's friend info in JSON format.It uses helper
63 class FriendData to fetch user's friendlist.
86 friend['i'] = str(datastore.User.get_user_id(friend_handle))
91 if datastore.User.get_user_last_updated(friend_handle) > self.timestamp:
116 status_text = datastore.User.get_user_status(friend_handle)
117 user_id = datastore.User.get_user_id(friend_handle
    [all...]
dashboard.py 34 """Represents django form for entering user info."""
37 model = datastore.User
74 """Edits users. GET presents a form prefilled with user info
78 id = int(self.request.get('user'))
79 user = datastore.User.get(db.Key.from_path('User', id))
85 self.response.out.write(UserForm(instance=user))
93 user = datastore.User.get(db.Key.from_path('User', id)
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 32 import com.example.android.samplesync.client.User;
33 import com.example.android.samplesync.client.User.Status;
65 List<User> users;
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-already-clear-watch.js 14 shouldBe('error.message', '"User denied Geolocation"');
28 shouldBe('error.message', '"User denied Geolocation"');
permission-denied-already-error.js 14 shouldBe('error.message', '"User denied Geolocation"');
30 shouldBe('error.message', '"User denied Geolocation"');
permission-denied-already-success.js 14 shouldBe('error.message', '"User denied Geolocation"');
28 shouldBe('error.message', '"User denied Geolocation"');
permission-denied.js 13 shouldBe('error.message', '"User denied Geolocation"');
permission-denied-stops-watches.js 22 shouldBe('error.message', '"User denied Geolocation"');
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 36 import com.example.android.samplesync.client.User;
58 String account, List<User> users) {
65 for (final User user : users) {
66 userId = user.getUserId();
70 if (!user.isDeleted()) {
72 updateContact(context, resolver, account, user,
81 if (!user.isDeleted()) {
82 addContact(context, account, user, batchOperation);
98 * @param accountName the username of the logged in user
    [all...]
  /external/openssl/apps/
makeapps.com 98 $! Tell The User What Kind of Machine We Run On.
246 $! Tell The User That The File Dosen't Exist.
260 $! Tell The User What We Are Building.
452 $! Tell The User What Linker Option File We Are Using.
469 $! Tell The User We Can't Find The LIBCRYPTO.OLB Library.
489 $! Tell The User We Can't Find The LIBSSL.OLB Library.
508 $! Check The User's Options.
545 $! Tell The User Entered An Invalid Option..
571 $! O.K., The User Didn't Specify A Compiler, Let's Try To
630 $! Tell the user
    [all...]
  /external/webkit/WebKitTools/Scripts/
webkit-patch 47 from webkitpy.user import User
62 self.user = User()
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_systhread.cpp 110 User::WaitForRequest(status);
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 65 //User::CompressAllHeaps();
67 User::LeaveIfError(UserHal::MemoryInfo(membuf));
196 User::LeaveIfError(error);
198 User::LeaveIfError(Private->EPOC_WsScreen->Construct());
199 User::LeaveIfError(Private->EPOC_WsScreen->CreateContext(Private->EPOC_WindowGc));
202 User::LeaveIfError(Private->EPOC_WsWindowGroup.Construct(WindowClientHandle));
217 User::LeaveIfError(Private->EPOC_WsWindow.Construct(Private->EPOC_WsWindowGroup,WindowClientHandle));
549 User::Panic(_L("SDL"), KErrCorrupt));
551 User::Panic(_L("SDL"), KErrCorrupt));
554 User::Panic(_L("SDL"), KErrCorrupt))
    [all...]
  /external/openssl/crypto/des/
des-lib.com 15 $! or the user can specify a compiler in P3.
80 $! Tell The User What Kind of Machine We Run On.
132 $! Build Just What The User Wants Us To Build.
145 $! Tell The User That We Are Compiling.
195 $! Tell The User We Are Compiling The Source File.
209 $! Tell The User That The File Dosen't Exist.
244 $! Tell The User That We Are All Done.
269 $! Tell The User That The File Dosen't Exist.
283 $! Tell The User What We Are Building.
317 $! Tell The User That The File Dosen't Exist
    [all...]
  /external/openssl/ssl/
ssl-lib.com 89 $! Tell The User What Kind of Machine We Run On.
141 $! Build Just What The User Wants Us To Build.
185 $! Tell The User That We Are Compiling The Library.
223 $! Tell The User That The File Dosen't Exist.
237 $! Tell The User What File We Are Compiling.
262 $! Tell The User That We Are All Done.
284 $! Tell The User That The File Dosen't Exist.
298 $! Tell The User We Are Creating The SSL_TASK.
457 $! Tell The User What Linker Option File We Are Using.
471 $! Tell The User We Can't Find The LIBSSL.OLB Library
    [all...]
  /external/openssl/crypto/
crypto-lib.com 110 $! Tell The User What Kind of Machine We Run On.
381 $! Tell The User What Module We Are Building.
496 $! Tell The User That The File Doesn't Exist.
510 $! Tell The User We Are Compiling The File.
587 $! Tell the user what happens
633 $! Tell The User That We Are All Done.
757 $! Tell The User What Linker Option File We Are Using.
765 $! Check The User's Options.
795 $! Tell The User We Don't Know What They Want.
915 $! O.K., The User Didn't Specify A Compiler, Let's Try T
    [all...]

Completed in 234 milliseconds

1 2 3