Searched refs:uid (Results 1 – 11 of 11) sorted by relevance
/development/tools/logblame/ |
D | ps.py | 12 def __init__(self, uid, pid, ppid, name): argument 13 self.uid = uid 21 if self.uid: 22 return self.uid.name 26 return "Process(uid=%s, pid=%s, name=%s)" % (self.uid, self.pid, self.name) 29 def __init__(self, uid, name): argument 30 self.uid = uid 34 return "Uid(id=%s, name=%s)" % (self.uid, self.name) 59 uid = self.FindUid(ParseUid(line[0])) 60 self._processes[line[1]] = Process(uid, line[1], line[2], line[3]) [all …]
|
D | logs.py | 19 def __init__(self, buf=None, timestamp=None, uid=None, pid=None, tid=None, level=None, argument 23 self.uid = uid 32 return "{%s} {%s} {%s} {%s} {%s} {%s}/{%s}: {%s}" % (self.buf, self.timestamp, self.uid, 39 and self.uid == other.uid 48 logLine = LogLine(self.buf, self.timestamp, self.uid, self.pid, self.tid, self.level, 81 uid = None 128 uid=m.group(2), 135 logLine.process = processes.FindPid(logLine.pid, logLine.uid) 146 uid="0", 154 logLine.process = processes.FindPid(logLine.pid, logLine.uid)
|
D | test_ps.py | 79 print "uid:", process.uid.uid 80 print "username:", process.uid.name
|
D | sample.txt | 3 uid=0(root) /system/bin/thermal-engine expire 3 lines 13 Going to sleep due to power button (uid 1000)... 150 uid=1041(audioserver) MediaLogNotifie identical 1 line 178 uid=0(root) /system/bin/thermal-engine identical 2 lines 309 Waking up from dozing (uid 1000)... 447 uid=10036(u0_a36) Jit thread pool identical 4 lines 514 uid=10018(u0_a18) com.google.android.gms identical 18 lines 550 …com.google.android.googlequicksearchbox/com.google.android.launcher.GEL (has extras)} from uid 1000 739 …x10200000 cmp=com.android.settings/.Settings bnds=[435,1254][646,1507] (has extras)} from uid 10038 1006 …com.google.android.googlequicksearchbox/com.google.android.launcher.GEL (has extras)} from uid 1000 [all …]
|
D | analyze_logs.py | 182 logLine.uid, logLine.pid, logLine.tid, logLine.level, logLine.tag, logLine.text))
|
/development/vndk/tools/header-checker/header-abi-dumper/src/ |
D | abi_wrappers.cpp | 240 llvm::SmallString<256> uid; in GetMangledRTTI() local 241 llvm::raw_svector_ostream out(uid); in GetMangledRTTI() 243 return uid.str(); in GetMangledRTTI() 253 llvm::SmallString<256> uid; in GetTypeUniqueId() local 254 llvm::raw_svector_ostream out(uid); in GetTypeUniqueId() 256 return uid.str(); in GetTypeUniqueId()
|
/development/apps/Development/src/com/android/development/ |
D | PermissionDetails.java | 208 String uidStr = mPm.getNameForUid(appInfo.uid); in onCreate() 216 String[] sharedList = mPm.getPackagesForUid(appInfo.uid); in onCreate()
|
D | PackageSummary.java | 81 mUid = (TextView)findViewById(R.id.uid); in onCreate() 121 mUid.setText(Integer.toString(info.applicationInfo.uid)); in onCreate()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | StandaloneMainActivity.java | 734 intent.putExtra("app_uid", getApplicationInfo().uid); in openNotificationSettingsForApp()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/ |
D | MainActivity.java | 825 intent.putExtra("app_uid", getApplicationInfo().uid); in openNotificationSettingsForApp()
|
/development/tools/winscope/ |
D | yarn.lock | 3960 uid-number "^0.0.6" 4051 uid-number@^0.0.6: 4053 …resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06…
|