Home
last modified time | relevance | path

Searched refs:uid (Results 1 – 19 of 19) sorted by relevance

/development/tools/logblame/
Dps.py12 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 …]
Dlogs.py19 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)
Dtest_ps.py79 print "uid:", process.uid.uid
80 print "username:", process.uid.name
Dsample.txt3 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 …]
Danalyze_logs.py182 logLine.uid, logLine.pid, logLine.tid, logLine.level, logLine.tag, logLine.text))
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DMultiClientInputMethod.java52 public void addClient(int clientId, int uid, int pid, in onCreate()
56 mSoftInputWindowManager, clientId, uid, pid, selfReportedDisplayId); in onCreate()
58 Log.v(TAG, "addClient clientId=" + clientId + " uid=" + uid in onCreate()
DClientCallbackImpl.java48 SoftInputWindowManager softInputWindowManager, int clientId, int uid, int pid, in ClientCallbackImpl() argument
54 mUid = uid; in ClientCallbackImpl()
/development/tools/repo_diff/service/repodiff/repositories/
Dproject_test.go55 timestamp, uid, _ := p.GetMostRecentOuterKey()
58 assert.Equal(t, 36, len(uid.String()), "Valid UUID should be generated")
Dproject.go77 timestamp, uid, err := p.GetMostRecentOuterKey()
123 string(uid.Bytes()),
Dcommit_test.go47 timestamp, uid, _ := c.GetMostRecentOuterKey()
49 assert.Equal(t, 36, len(uid.String()), "Valid UUID should be generated")
Dcommit.go97 timestamp, uid, err := c.GetMostRecentOuterKey()
144 string(uid.Bytes()),
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go134 uid := uuid.NewV4()
140 string(uid.Bytes()),
214 uid := uuid.NewV4()
220 string(uid.Bytes()),
/development/vndk/tools/sourcedr/files/
Dlist_app_shared_uid.py131 uid.startswith('android.uid') for uid in app.shared_uid)
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp248 llvm::SmallString<256> uid; in GetMangledRTTI() local
249 llvm::raw_svector_ostream out(uid); in GetMangledRTTI()
251 return uid.str(); in GetMangledRTTI()
261 llvm::SmallString<256> uid; in GetTypeUniqueId() local
262 llvm::raw_svector_ostream out(uid); in GetTypeUniqueId()
264 return uid.str(); in GetTypeUniqueId()
/development/apps/Development/src/com/android/development/
DPermissionDetails.java208 String uidStr = mPm.getNameForUid(appInfo.uid); in onCreate()
216 String[] sharedList = mPm.getPackagesForUid(appInfo.uid); in onCreate()
DPackageSummary.java81 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/
DStandaloneMainActivity.java734 intent.putExtra("app_uid", getApplicationInfo().uid); in openNotificationSettingsForApp()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java825 intent.putExtra("app_uid", getApplicationInfo().uid); in openNotificationSettingsForApp()
/development/tools/winscope/
Dyarn.lock3960 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…