Home
last modified time | relevance | path

Searched refs:_storage (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
Dhardware_MultiReaderPowerConsumption.py13 _storage = None variable in hardware_MultiReaderPowerConsumption
31 if self._storage and os.path.ismount(self._storage['mountpoint']):
32 self.scanner.umount_volume(storage_dict=self._storage)
106 self._storage = self.wait_for_device(volume_filter, cycles=1,
129 self.readwrite_test(self._storage['mountpoint'], file_size,
136 self.scanner.umount_volume(storage_dict=self._storage, args='-f -l')
/external/skqp/include/gpu/
DGrResourceKey.h307 static SkAlignedSTStorage<1, GrUniqueKey> name##_storage; \
308 name##_once(gr_init_static_unique_key_once, &name##_storage); \
309 static const GrUniqueKey& name = *reinterpret_cast<GrUniqueKey*>(name##_storage.get());
/external/skia/include/gpu/
DGrResourceKey.h305 static SkAlignedSTStorage<1, GrUniqueKey> name##_storage; \
306 name##_once(gr_init_static_unique_key_once, &name##_storage); \
307 static const GrUniqueKey& name = *reinterpret_cast<GrUniqueKey*>(name##_storage.get());
/external/libopus/celt/
Dentdec.c119 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage){ in ec_dec_init() argument
121 _this->storage=_storage; in ec_dec_init()
Dentdec.h36 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage);
/external/boringssl/src/crypto/fipsmodule/
Ddelocate.h51 DEFINE_BSS_GET(type, name##_storage) \
/external/clang/test/CodeGenObjC/
Dencode-test-6.m52 C3DCameraStorage _storage;
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.cpp440 return _storage; in storage()
451 _storage = size; in set()
465 ctx.mem_local += _storage; in bind()
Dkernel.hpp178 size_t _storage = 0; member in clover::kernel::local_argument