Searched refs:winscope (Results 1 – 7 of 7) sorted by relevance
85 private winscope: Window | null = null; property in AppComponent135 this.winscope = window.open(AppComponent.TARGET);136 if (!this.winscope) {155 assertDefined(this.winscope).postMessage(171 assertDefined(this.winscope).postMessage(182 assertDefined(this.winscope).postMessage(197 assertDefined(this.winscope).postMessage(
12 * Navigate to `development/tools/winscope`16 * Navigate to `development/tools/winscope`27 * Copy the generated `intDefMapping.json` files to the `winscope`.29 …diates/frameworks/base -iname intDefMapping.json) > ./development/tools/winscope/src/common/intDef…
15 winscope = ./tools/winscope/hooks/pre-upload ${PREUPLOAD_FILES}
3 package winscope.test;
20 before it got moved to external/perfetto as part of the winscope-to-perfetto migration.