Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
DXTexture.js73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property
82 this.ximages[rid] = { stat: 0, path: path, tex: null }; property
174 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property
196 stat: 1, property
/drivers/peripheral/vibrator/test/benchmarktest/
Dhdf_vibrator_benchmark_test.cpp273 bool stat {false}; in BENCHMARK_F() local