/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/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/ |
D | MultiClientInputMethod.java | 52 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()
|
D | ClientCallbackImpl.java | 48 SoftInputWindowManager softInputWindowManager, int clientId, int uid, int pid, in ClientCallbackImpl() argument 54 mUid = uid; in ClientCallbackImpl()
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | project_test.go | 55 timestamp, uid, _ := p.GetMostRecentOuterKey() 58 assert.Equal(t, 36, len(uid.String()), "Valid UUID should be generated")
|
D | project.go | 77 timestamp, uid, err := p.GetMostRecentOuterKey() 123 string(uid.Bytes()),
|
D | commit_test.go | 47 timestamp, uid, _ := c.GetMostRecentOuterKey() 49 assert.Equal(t, 36, len(uid.String()), "Valid UUID should be generated")
|
D | commit.go | 97 timestamp, uid, err := c.GetMostRecentOuterKey() 144 string(uid.Bytes()),
|
/development/tools/repo_diff/service/repodiff/mappers/ |
D | mappers.go | 134 uid := uuid.NewV4() 140 string(uid.Bytes()), 214 uid := uuid.NewV4() 220 string(uid.Bytes()),
|
/development/vndk/tools/sourcedr/files/ |
D | list_app_shared_uid.py | 131 uid.startswith('android.uid') for uid in app.shared_uid)
|
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.cpp | 248 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/ |
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…
|