Home
last modified time | relevance | path

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

/development/tools/winscope/src/
Dmain.js62 const store = new Vuex.Store({ constant
344 store, // inject the Vuex store into all components property
Ddecode.js468 function protoDecoder(buffer, params, fileName, store) { argument
480 function videoDecoder(buffer, params, fileName, store) { argument
518 function decodedFile(fileType, buffer, fileName, store) { argument
523 function detectAndDecode(buffer, fileName, store) { argument
/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