Home
last modified time | relevance | path

Searched defs:uid (Results 1 – 8 of 8) sorted by relevance

/development/tools/logblame/
Dps.py12 def __init__(self, uid, pid, ppid, name): argument
29 def __init__(self, uid, name): argument
75 def FindPid(self, pid, uid=None): argument
93 def FindUid(self, uid): argument
Dlogs.py19 def __init__(self, buf=None, timestamp=None, uid=None, pid=None, tid=None, level=None, argument
/development/tools/winscope/src/parsers/events/
Dparser_eventlog.ts97 const [rawTimestamp, uid, pid, tid, priority, tag] = metaData constant
116 uid: number; property
/development/tools/winscope/src/test/e2e/
Dviewer_transactions_test.ts80 const uid = selectedEntry.element(by.css('.uid')); constant
/development/tools/winscope/src/viewers/viewer_transactions/
Dpresenter.ts436 const uid = assertDefined( constant
Dui_data.ts62 public uid: string, property in UiDataEntry
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp270 llvm::SmallString<256> uid; in GetTypeUniqueId() local
859 llvm::SmallString<256> uid; in GetMangledRTTI() local
/development/tools/winscope/protos/surfaceflinger/udc/
Dtransactions.proto96 int32 uid = 2; field