Home
last modified time | relevance | path

Searched defs:store (Results 1 – 14 of 14) sorted by relevance

/development/tools/winscope/src/viewers/components/
Dviewer_component.ts22 @Input() store: PersistentStore | undefined; property in ViewerComponent
Dhierarchy_component.ts158 @Input() store: PersistentStore | undefined; property in HierarchyComponent
Dproperties_component.ts123 @Input() store: PersistentStore | undefined; property in PropertiesComponent
/development/tools/winscope/src/common/store/
Din_memory_storage.ts23 private store: {[key: string]: string} = {}; property in InMemoryStorage
/development/tools/winscope/src/trace_collection/adb/
Dadb_host_connection.ts28 protected readonly store = new PersistentStore(); property in AdbHostConnection
/development/tools/winscope/src/app/components/
Dapp_component.ts348 store = new PersistentStore(); property in AppComponent
Dtrace_view_component_test.ts450 store = new InMemoryStorage(); property in TestHostComponent
Dtrace_view_component.ts247 @Input() store: Store | undefined; property in TraceViewComponent
/development/apps/GestureBuilder/src/com/android/gesture/builder/
DCreateGestureActivity.java87 final GestureLibrary store = GestureBuilderActivity.getStore(); in addGesture() local
DGestureBuilderActivity.java346 final GestureLibrary store = sStore; in doInBackground() local
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts504 @Input() store: PersistentStore | undefined; property in TimelineComponent
Dtimeline_component_test.ts1498 store = new PersistentStore(); property in TestHostComponent
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts131 @Input() store: PersistentStore | undefined; property in MiniTimelineComponent
/development/tools/winscope/src/viewers/components/rects/
Drects_component_test.ts1182 store = new PersistentStore(); property in TestHostComponent