/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
H A D | memory_output_stream.cc | 28 store_.insert(store_.end(), buffer->begin(), buffer->end()); in Write() 36 store_.insert(store_.end(), in Write() 49 store_.insert(store_.end(), buffer + offset, buffer + offset + length); in Write() 58 store_.push_back(b); in Write() 62 if (store_.empty()) { in Get() 65 return &(store_[0]); in Get() 69 return store_ in Size() [all...] |
H A D | memory_output_stream.h | 46 std::vector<uint8_t> store_; member in sfntly::MemoryOutputStream
|
/third_party/node/src/ |
H A D | aliased_struct-inl.h | 18 store_ = v8::ArrayBuffer::NewBackingStore(isolate, sizeof(T)); in AliasedStruct() 19 ptr_ = new (store_->Data()) T(std::forward<Args>(args)...); in AliasedStruct() 22 v8::Local<v8::ArrayBuffer> buffer = v8::ArrayBuffer::New(isolate, store_); in AliasedStruct() 35 store_ = that.store_; 41 that.store_.reset();
|
H A D | node_blob.h | 54 const std::vector<BlobEntry>& entries() const { return store_; } in entries() 72 : store_(store), in BlobTransferData() 85 std::vector<BlobEntry> store_; member in node::Blob::BlobTransferData 99 std::vector<BlobEntry> store_; member in node::Blob
|
H A D | aliased_struct.h | 54 std::shared_ptr<v8::BackingStore> store_; member in node::final
|
H A D | node_blob.cc | 212 store_(store), in Blob() 226 return Blob::Create(env, store_, length_); in Deserialize() 234 return std::make_unique<BlobTransferData>(store_, length_); in CloneForMessaging()
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | hello.cc | 24 auto store_ = wasm::Store::make(engine.get()); in run() local 25 auto store = store_.get(); in run()
|
H A D | serialize.cc | 24 auto store_ = wasm::Store::make(engine.get()); in run() local 25 auto store = store_.get(); in run()
|
H A D | start.cc | 22 auto store_ = wasm::Store::make(engine.get()); in run() local 23 auto store = store_.get(); in run()
|
H A D | threads.cc | 28 auto store_ = wasm::Store::make(engine); in run() local 29 auto store = store_.get(); in run()
|
H A D | trap.cc | 32 auto store_ = wasm::Store::make(engine.get()); in run() local 33 auto store = store_.get(); in run()
|
H A D | multi.cc | 30 auto store_ = wasm::Store::make(engine.get()); in run() local 31 auto store = store_.get(); in run()
|
H A D | callback.cc | 62 auto store_ = wasm::Store::make(engine.get()); in run() local 63 auto store = store_.get(); in run()
|
H A D | reflect.cc | 77 auto store_ = wasm::Store::make(engine.get()); in run() local 78 auto store = store_.get(); in run()
|
H A D | memory.cc | 68 auto store_ = wasm::Store::make(engine.get()); in run() local 69 auto store = store_.get(); in run()
|
H A D | global.cc | 56 auto store_ = wasm::Store::make(engine.get()); in run() local 57 auto store = store_.get(); in run()
|
H A D | table.cc | 76 auto store_ = wasm::Store::make(engine.get()); in run() local 77 auto store = store_.get(); in run()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | err_inject.c | 41 static DEVICE_ATTR(name, 0644, show_##name, store_##name) 67 store_##name(struct device *dev, struct device_attribute *attr, \
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | err_inject.c | 41 static DEVICE_ATTR(name, 0644, show_##name, store_##name) 67 store_##name(struct device *dev, struct device_attribute *attr, \
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | lm3533.h | 16 DEVICE_ATTR(_name, S_IRUGO | S_IWUSR , show_##_name, store_##_name)
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | lm3533.h | 16 DEVICE_ATTR(_name, S_IRUGO | S_IWUSR , show_##_name, store_##_name)
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | intel-uncore-frequency.c | 78 __ATTR(_name, 0644, show_##_name, store_##_name) 195 static ssize_t store_##name(struct kobject *kobj, \
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/uncore-frequency/ |
H A D | uncore-frequency-common.c | 100 static ssize_t store_##name(struct kobject *kobj, \ 154 data->_name##_kobj_attr.store = store_##_name; \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cpufreq.h | 290 __ATTR(_name, 0644, show_##_name, store_##_name) 294 __ATTR(_name, 0200, NULL, store_##_name) 302 __ATTR(_name, 0644, show_##_name, store_##_name)
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cpufreq_governor.h | 76 __ATTR(_name, 0644, show_##_name, store_##_name)
|