HomeSort by relevance Sort by last modified time
    Searched defs:user (Results 526 - 550 of 593) sorted by null

<<21222324

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSMetadata.js 757 "-webkit-user-select": 1,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
  /external/kernel-headers/original/linux/
sched.h 210 extern void update_process_times(int user);
311 atomic_t mm_users; /* How many users with user space? */
494 * user-space. This allows kernel threads to set their
495 * priority to a value higher than any user task. Note:
511 * Some day this will be a full-fledged user tracking system..
515 atomic_t processes; /* How many processes does this user have? */
516 atomic_t files; /* How many open files does this user have? */
517 atomic_t sigpending; /* How many pending signals does this user have? */
519 atomic_t inotify_watches; /* How many inotify watches does this user have? */
520 atomic_t inotify_devs; /* How many inotify devs does this user have opened? *
862 struct user_struct *user; member in struct:task_struct
    [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 342 * given user. Clears cached authenticators before validating.
347 // Invalidate user-specific cache to make sure we catch any
354 * given user. Clear cached authenticators before validating when requested.
578 * a limited user.
617 // Create a Session for the target user and pass in the bundle
677 // TODO: Show error notification to user
739 * Adds the account to all limited users as shared accounts. If the user is currently
745 for (UserInfo user : users) {
746 if (user.isRestricted()) {
747 addSharedAccountAsUser(account, user.id)
858 UserHandle user = Binder.getCallingUserHandle(); local
870 cancelNotification(getSigninRequiredNotificationId(accounts, account), user); local
1440 UserHandle user = new UserHandle(userId); local
1445 account, authTokenType, uid), n, user); local
2593 UserHandle user = new UserHandle(userId); local
2901 UserInfo user = mUserManager.getUserInfo(userAccounts.userId); local
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 441 // for each user id, a map of <package name -> components within that package>
784 for (int user : users) {
786 new PackageCleanItem(user, packageName, andCode))
820 int user = res.newUsers[i]; local
6548 UserHandle user; local
7848 final UserHandle user; field in class:PackageManagerService.InstallArgs
10114 int user = UserHandle.getCallingUserId(); local
10162 int user = UserHandle.getCallingUserId(); local
10784 int user = mSettings.mPreferredActivities.keyAt(i); local
11313 UserHandle user = new UserHandle(UserHandle.getCallingUserId()); local
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 361 * user internally to indicate that data sampling interval is up
602 // Update mNetworkPreference according to user mannually first then overlay config.xml
649 //set up the listener for user state for creating user VPNs
3667 int user = UserHandle.getUserId(Binder.getCallingUid()); local
3695 int user = UserHandle.getUserId(Binder.getCallingUid()); local
3728 int user = UserHandle.getUserId(Binder.getCallingUid()); local
3745 int user = UserHandle.getUserId(Binder.getCallingUid()); local
3760 int user = UserHandle.getUserId(Binder.getCallingUid()); local
3774 int user = UserHandle.getUserId(Binder.getCallingUid()); local
3935 int user = UserHandle.getUserId(Binder.getCallingUid()); local
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 205 private static final String USER_DATA_DIR = "/data/user/";
255 static final boolean IS_USER_BUILD = "user".equals(Build.TYPE);
308 // Amount of time we wait for observers to handle a user switch before
478 * incoming broadcasts from (which the user has no control over).
481 * later restarted (hopefully due to some user action). The value is the
563 * This is the process holding the activity the user last visited that
589 * Registered observers of the user switching mechanics.
595 * Currently active user switch.
600 * Packages that the user has asked to have run in screen size
614 * something (rogue user app) forces this ove
2111 int user = mProcessCpuTracker.getLastUserTime(); local
    [all...]
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
commons-compress-1.0.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /external/chromium_org/third_party/libxml/src/
testapi.c 11859 char * user; \/* the proxy user name *\/ local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
ant-nodeps.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 

Completed in 825 milliseconds

<<21222324