/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 338 ipa_node_params_vector, (NODE)->uid)) 340 ipa_edge_args_vector, (EDGE)->uid)) 396 return ((unsigned) edge->uid < VEC_length (ipa_edge_args_t,
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 338 ipa_node_params_vector, (NODE)->uid)) 340 ipa_edge_args_vector, (EDGE)->uid)) 396 return ((unsigned) edge->uid < VEC_length (ipa_edge_args_t,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fuse.h | 55 __u32 uid; member in struct:fuse_attr 248 __u32 uid; member in struct:fuse_setattr_in 384 __u32 uid; member in struct:fuse_in_header
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 55 __u32 uid; member in struct:fuse_attr 248 __u32 uid; member in struct:fuse_setattr_in 384 __u32 uid; member in struct:fuse_in_header
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 55 __u32 uid; member in struct:fuse_attr 248 __u32 uid; member in struct:fuse_setattr_in 384 __u32 uid; member in struct:fuse_in_header
|
/external/v8/src/ |
profile-generator.h | 213 CpuProfile(const char* title, unsigned uid) 214 : title_(title), uid_(uid) { } 223 INLINE(unsigned uid() const) { return uid_; } 293 bool StartProfiling(const char* title, unsigned uid); 294 bool StartProfiling(String* title, unsigned uid); 305 CpuProfile* GetProfile(int security_token_id, unsigned uid); 331 int GetProfileIndex(unsigned uid); 636 unsigned uid); 643 unsigned uid() { return uid_; } function in class:v8::internal::HeapSnapshot 757 HeapSnapshot::Type type, const char* name, unsigned uid); [all...] |
/frameworks/base/services/java/com/android/server/ |
TextServicesManagerService.java | 295 final int uid = Binder.getCallingUid(); local 301 tsListener, locale, scListener, uid, bundle); 339 sci, locale, tsListener, scListener, uid, bundle); 356 int uid, Bundle bundle) { 373 connection, tsListener, locale, scListener, uid, bundle); 525 + ", uid=" + Binder.getCallingUid()); 592 ISpellCheckerSessionListener scListener, int uid, Bundle bundle) { 596 addListener(listener, locale, scListener, uid, bundle); 627 String locale, ISpellCheckerSessionListener scListener, int uid, Bundle bundle) { 642 this, tsListener, locale, scListener, uid, bundle) [all...] |
AppWidgetServiceImpl.java | 87 * When identifying a Host or Provider based on the calling process, use the uid field. When 92 int uid; field in class:AppWidgetServiceImpl.Provider 102 int uid; field in class:AppWidgetServiceImpl.Host 309 pw.print(host.uid); pw.println(':'); 321 pw.println(id.host.uid); 339 + ", uid=" + Binder.getCallingUid()); 440 if (host.uid == callingUid) { 648 int userId = UserId.getUserId(id.provider.uid); 739 int userId = UserId.getUserId(id.provider.uid); [all...] |
ConnectivityService.java | 132 /** Currently active network rules by UID. */ 718 * Check if UID should be blocked from using the network represented by the 721 private boolean isNetworkBlocked(NetworkStateTracker tracker, int uid) { 728 uidRules = mUidRules.get(uid, RULE_ALLOW_ALL); 744 private NetworkInfo getFilteredNetworkInfo(NetworkStateTracker tracker, int uid) { 746 if (isNetworkBlocked(tracker, uid)) { 764 final int uid = Binder.getCallingUid(); local 765 return getNetworkInfo(mActiveDefaultNetwork, uid); 769 public NetworkInfo getActiveNetworkInfoForUid(int uid) { 771 return getNetworkInfo(mActiveDefaultNetwork, uid); 777 final int uid = Binder.getCallingUid(); local 795 final int uid = Binder.getCallingUid(); local 841 final int uid = Binder.getCallingUid(); local 1136 int uid = getCallingUid(); local 1164 int uid = u.mUid; local 2700 int uid = getCallingUid(); local [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapFolder.java | 123 // * OK [UIDNEXT 57576] Predicted next UID 262 // Build a message map for faster UID matching 279 // No callback provided to report of UID changes; nothing more to do here 306 // If the server doesn't support UIDPLUS, try a different way to get the new UID(s) 407 public Message getMessage(String uid) throws MessagingException { 410 String[] uids = searchForUids(ImapConstants.UID + " " + uid); 412 if (uids[i].equals(uid)) { 413 return new ImapMessage(uid, this); 497 final String uid = uids[i] local 591 final String uid = fetchList.getKeyedStringOrEmpty(ImapConstants.UID) local [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_pool.cc | 73 bool SSLSocketParams::getUID(uid_t *uid) const { 80 answer = transport_params_->getUID(uid); 87 answer = http_proxy_params_->getUID(uid); 94 answer = socks_params_->getUID(uid); 102 void SSLSocketParams::setUID(uid_t uid) { 108 http_proxy_params_->setUID(uid); 112 socks_params_->setUID(uid);
|
/external/llvm/utils/TableGen/ |
X86DisassemblerTables.cpp | 642 InstrUID uid, 648 if (decision.instructionIDs[index] == uid) 653 InstructionSpecifiers[uid]; 681 decision.instructionIDs[index] = uid; 690 InstrUID uid, 702 InstructionSpecifiers[uid].insnContext, ignoresVEX_L)) 705 uid,
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_rights_manager.c | 50 static int32_t drm_writeToUidTxt(uint8_t* Uid, int32_t* id) 109 length = strlen((char *)Uid); 110 strcpy((char *)uidStr[*id - 1], (char *)Uid); 151 int32_t drm_readFromUidTxt(uint8_t* Uid, int32_t* id, int32_t option) 163 if (NULL == id || NULL == Uid) 205 if (!drm_getString(Uid, 256, handle)) { 220 if (strstr((char *)p, (char *)Uid) != NULL 221 && strlen((char *)p) == strlen((char *)Uid) + 1) { 241 static int32_t drm_acquireId(uint8_t* uid, int32_t* id) 243 if (TRUE == drm_readFromUidTxt(uid, id, GET_ID) [all...] |
/external/dnsmasq/src/ |
cache.c | 27 static int uid = 0; variable 91 crecp->uid = uid++; 180 crecp->uid = uid++; /* invalidate CNAMES pointing to this. */ 240 if (crecp->addr.cname.cache && crecp->addr.cname.uid == crecp->addr.cname.cache->uid) 688 cache->uid = index; 701 lookup->addr.cname.uid = index; 1055 record_source(crec->uid), daemon->namebuff) [all...] |
helper.c | 53 int create_helper(int event_fd, int err_fd, uid_t uid, gid_t gid, long max_fd) 81 if (!(daemon->options & OPT_DEBUG) && uid != 0) 86 setuid(uid) == -1)
|
/external/genext2fs/ |
genext2fs.c | 467 udecl16(s_def_resuid) /* The default uid for reserved blocks */ \ 1509 unsigned long mode, uid, gid, major, minor; local 1657 uint32 uid, gid, mode, ctime, mtime; local [all...] |
/external/mksh/src/ |
check.pl | 991 local($type, $perm, $uid, $gid, $matchType, 994 # format is: type perm uid gid matchType "name" 1000 ($type, $perm, $uid, $gid, $matchType, $rest) 1012 if ($uid !~ /^\d+$/ && $uid ne '*') { 1014 "$prog:$file:$.: bad user-id for file-result: $uid\n"; 1196 local($type, $perm, $uid, $gid, $rest, $c, $len, $name); 1203 ($type, $perm, $uid, $gid, $matchType, $rest) = 1221 if ($uid ne '*' && $stbuf[4] != $uid) { [all...] |
/frameworks/base/core/java/android/app/ |
ApplicationPackageManager.java | 373 public String[] getPackagesForUid(int uid) { 375 return mPM.getPackagesForUid(uid); 382 public String getNameForUid(int uid) { 384 return mPM.getNameForUid(uid); 394 int uid = mPM.getUidForSharedUser(sharedUserName); local 395 if(uid != -1) { 396 return uid; 554 int uid, int flags) { 556 return mPM.queryContentProviders(processName, uid, flags); 715 app.uid == Process.myUid() ? app.sourceDi [all...] |
/external/e2fsprogs/lib/e2p/ |
ls.c | 24 static void print_user (unsigned short uid, FILE *f) 28 fprintf(f, "%u ", uid); 29 pw = getpwuid (uid); 288 fprintf(f, "Reserved blocks uid: ");
|
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
ProcessErrorsTest.java | 350 && (info.uid == peOther.info.uid); 371 code += info.uid;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
set-mode-acl.c | 419 entries[0].uid = statbuf.st_uid; 422 entries[1].uid = ACL_NSUSER; 425 entries[2].uid = ACL_NSUSER;
|
/system/core/init/ |
util.c | 45 * android_name_to_id - returns the integer uid/gid associated with the given 63 * numeric or name representation, into the integer uid or gid. Returns -1U on 88 int create_socket(const char *name, int type, mode_t perm, uid_t uid, gid_t gid) 133 chown(addr.sun_path, uid, gid); 137 addr.sun_path, perm, uid, gid);
|
/system/core/sdcard/ |
fuse.h | 98 __u32 uid; member in struct:fuse_attr 344 __u32 uid; member in struct:fuse_setattr_in 541 __u32 uid; member in struct:fuse_in_header
|
/system/core/toolbox/ |
ls.c | 79 static void user2str(unsigned uid, char *out) 81 struct passwd *pw = getpwuid(uid); 85 sprintf(out, "%d", uid);
|
/build/tools/releasetools/ |
check_target_files_signatures | 281 for uid in sorted(apks_by_uid.keys()): 282 apks = apks_by_uid[uid] 287 # all packages have the same set of certs; this uid is fine. 290 AddProblem("different cert sets for packages with uid %s" % (uid,)) 292 print "uid %s is shared by packages with different cert sets:" % (uid,)
|