/external/bluetooth/glib/ |
MAINTAINERS | 3 Userid: matthiasc 7 Userid: timj
|
/frameworks/base/services/java/com/android/server/pm/ |
PackageSetting.java | 27 int userId; 44 userId = orig.userId; 53 + " " + name + "/" + userId + "}";
|
UserManager.java | 280 int userId = getNextAvailableId(); 281 UserInfo userInfo = new UserInfo(userId, name, flags); 282 File userPath = new File(mBaseUserPath, Integer.toString(userId)); 283 if (!createPackageFolders(userId, userPath, apps)) { 286 mUsers.put(userId, userInfo); 316 for (int userId : mUserIds) { 318 if (userId == 0) 320 mInstaller.createUserData(packageName, PackageManager.getUid(userId, uid), 321 userId); 326 for (int userId : mUserIds) [all...] |
SharedUserSetting.java | 27 int userId; 41 + name + "/" + userId + "}";
|
Installer.java | 228 public int remove(String name, int userId) { 233 builder.append(userId); 253 public int createUserData(String name, int uid, int userId) { 260 builder.append(userId); 264 public int removeUserDataDirs(int userId) { 267 builder.append(userId); 271 public int clearUserData(String name, int userId) { 276 builder.append(userId);
|
Settings.java | 203 s.userId = newUserIdLPw(s); 205 s.userId = PackageManagerService.FIRST_APPLICATION_UID; 207 Log.i(PackageManagerService.TAG, "New shared user " + name + ": id=" + s.userId); 208 // < 0 means we couldn't assign a userid; fall out and return 210 if (s.userId >= 0) { 254 p.nativeLibraryPathString, p.userId, p.versionCode, p.pkgFlags); 263 if (p.userId == uid) { 272 p.userId = uid; 283 if (s.userId == uid) { 291 s.userId = uid [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
main.py | 25 'license_path': '%(server)s/chromewebstore/v1/licenses/%(appid)s/%(userid)s', 39 def fetch_license_data(userid): 44 userid OpenID of the user you are checking access for. 52 'userid': urllib.quote_plus(userid), 71 def parse_license_data(userid): 75 userid: The OpenID of the user to check. 85 response_text = fetch_license_data(userid) 116 userid = user.federated_identity() 123 userid = ('https://www.google.com/accounts/o8/id? [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetDebug.py | 36 print("userID: %d" % queueSeg.userID)
48 print("userID: %d" % segment.userID)
|
/external/llvm/utils/ |
plotNLT.pl | 10 $userid="llvmdbuser"; 15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
|
cgiplotNLT.pl | 12 $userid="llvmdbuser"; 17 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
|
webNLT.pl | 22 $userid="llvmdbuser"; 27 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
|
importNLT.pl | 10 $userid="llvmdbuser"; 15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
|
/system/core/libcutils/ |
sockets.c | 38 LOGE("untrusted userid on other end of socket: userid %d\n", cr.uid);
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
index.php | 104 public function checkLicense($userId) { 106 self::APP_ID . '/' . urlencode($userId); 120 $userId = $openid->identity; 133 $userId = $openid->validate() ? $openid->identity : ''; 134 $_SESSION['userId'] = $userId; 157 unset($_SESSION['userId']); 180 <?php if (!isset($_SESSION['userId'])): ?> 190 <input type="hidden" id="user_id" name="user_id" value="<?php echo $_SESSION['userId'] ?>" /> 234 var userId = form.user_id.value [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 67 * @param userId the userId of the sample SyncAdapter user object 72 public static ContactOperations createNewContact(Context context, long userId, 74 return new ContactOperations(context, userId, accountName, isSyncOperation, batchOperation); 100 public ContactOperations(Context context, long userId, String accountName, 105 mValues.put(RawContacts.SOURCE_ID, userId); 219 * @param userId the userId of the sample SyncAdapter user object 222 public ContactOperations addProfileAction(long userId) { 224 if (userId != 0) [all...] |
/frameworks/base/libs/rs/ |
rsThreadIO.cpp | 168 mLastClientHeader.userID = d[0]; 171 mLastClientHeader.userID = 0; 176 usrID[0] = mLastClientHeader.userID; 183 usrID[0] = mLastClientHeader.userID; 212 hdr.userID = usrID;
|
/cts/tests/tests/media/src/android/media/cts/ |
JetPlayerTest.java | 246 byte userID = 0; 253 muteFlags, userID)); 262 muteFlags, userID)); 271 byte userID = 0; 277 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID); 282 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID); 286 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID); 372 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) {
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-85721.js | 80 str='<sql:connection id="conn1"> <sql:url>www.m.com</sql:url> <sql:driver>drive.class</sql:driver>\n<sql:userId>foo</sql:userId> <sql:password>goo</sql:password> </sql:connection>'; 81 re = /<sql:connection id="([^\r\n]*?)">\s*<sql:url>\s*([^\r\n]*?)\s*<\/sql:url>\s*<sql:driver>\s*([^\r\n]*?)\s*<\/sql:driver>\s*(\s*<sql:userId>\s*([^\r\n]*?)\s*<\/sql:userId>\s*)?\s*(\s*<sql:password>\s*([^\r\n]*?)\s*<\/sql:password>\s*)?\s*<\/sql:connection>/; 82 expect = Array("<sql:connection id=\"conn1\"> <sql:url>www.m.com</sql:url> <sql:driver>drive.class</sql:driver>\n<sql:userId>foo</sql:userId> <sql:password>goo</sql:password> </sql:connection>","conn1","www.m.com","drive.class","<sql:userId>foo</sql:userId> ","foo","<sql:password>goo</sql:password> ","goo");
|
/external/iptables/extensions/ |
libip6t_LOG.man | 31 Log the userid of the process which generated the packet.
|
libipt_LOG.man | 31 Log the userid of the process which generated the packet.
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TestHelper_Driver4.java | 96 "Userid and/or password not supplied"); 101 "Userid and/or password not valid");
|
/external/quake/quake/src/QW/server/ |
sv_ccmds.c | 177 if (cl->userid == idnum) 184 Con_Printf ("Userid %i is not on the server\n", idnum); 361 if (cl->userid == uid) 404 Con_Printf ("name userid frags\n");
414 Con_Printf ("%6i %5i", cl->userid, (int)cl->edict->v.frags);
438 Con_Printf ("frags userid address name rate ping drop qport\n"); 444 Con_Printf ("%5i %6i ", (int)cl->edict->v.frags, cl->userid); 625 Con_Printf ("Usage: info <userid>\n"); 783 if (cl->userid == uid)
787 Con_Printf ("userid not found\n"); [all...] |
/frameworks/base/media/java/android/media/ |
JetPlayer.java | 272 * @param userID a value specified by the application that uniquely identifies the segment. 282 int transpose, int muteFlags, byte userID) { 284 transpose, muteFlags, userID); 301 * @param userID a value specified by the application that uniquely identifies the segment. 311 int transpose, boolean[] muteArray, byte userID) { 316 transpose, muteArray, userID); 509 * Callback for when JET's currently playing segment's userID is updated. 512 * @param userId the ID of the currently playing segment 515 void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount); 548 int repeatCount, int transpose, int muteFlags, byte userID); [all...] |
/frameworks/base/cmds/installd/ |
installd.c | 52 return uninstall(arg[0], atoi(arg[1])); /* pkgname, userid */ 97 return delete_user_data(arg[0], atoi(arg[1])); /* pkgname, userid */ 102 return make_user_data(arg[0], atoi(arg[1]), atoi(arg[2])); /* pkgname, uid, userid */ 107 return delete_persona(atoi(arg[0])); /* userid */
|
/frameworks/base/include/media/ |
JetPlayer.h | 56 EAS_U32 muteFlags, EAS_U8 userID);
|