/development/tools/winscope/spec/utils/ |
D | tree.js | 2 constructor(nodeDef, children) { method in Node 9 constructor(nodeDef, diffType, children) { method in DiffNode
|
/development/tools/winscope/src/ |
D | decode.js | 151 constructor: WindowManagerTrace, property 157 constructor: SurfaceFlingerTrace, property 163 constructor: ScreenRecordingTrace, property 171 constructor: TransactionsTrace, property 177 constructor: WaylandTrace, property 183 constructor: ProtoLogTrace, property 189 constructor: SystemUITrace, property 195 constructor: LauncherTrace, property 201 constructor: ImeTraceClients, property 207 constructor: ImeTraceService, property [all …]
|
D | transform_protolog.js | 25 constructor(message) { method in FormatStringMismatchError
|
D | main.js | 150 if (Object.keys(traceFiles).length > 0 && typeInfo.constructor) { 151 traces[traceType] = new typeInfo.constructor(traceFiles); 183 if (Object.keys(dumpFiles).length > 0 && typeInfo.constructor) { 184 dumps[dumpType] = new typeInfo.constructor(dumpFiles);
|
D | transform.js | 139 constructor(obj, rootName, stableId) { method in ObjectTransformer
|
/development/tools/winscope/spec/ |
D | ObjectTransformerSpec.js | 6 constructor(name, children, combined) { method in ObjNode 19 constructor(name, diffType, children, combined) { method in ObjDiffNode
|
/development/tools/winscope/src/utils/ |
D | diff.js | 61 constructor(tree) { method in DiffGenerator 140 return Object.keys(obj).length === 0 && obj.constructor === Object;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PrintCustomContent.java | 501 item.constructor = constructors[i]; in loadMotoGpStats() 511 String constructor; field in PrintCustomContent.MotoGpStatItem 556 TextView constructorView = (TextView) convertView.findViewById(R.id.constructor); in getView() 557 constructorView.setText(item.constructor); in getView()
|
/development/tools/winscope/src/mixins/ |
D | Timeline.js | 30 constructor(startPos, width) { method in Block
|
/development/tools/winscope/libs/virtualList/ |
D | virtual.js | 13 constructor(param, callUpdate) { method in Virtual
|