Searched refs:storage_ (Results 1 - 25 of 84) sorted by last modified time

1234

/external/llvm/include/llvm/ADT/
H A DIndexedMap.h34 StorageT storage_; member in class:llvm::IndexedMap
44 assert(toIndex_(n) < storage_.size() && "index out of bounds!");
45 return storage_[toIndex_(n)];
49 assert(toIndex_(n) < storage_.size() && "index out of bounds!");
50 return storage_[toIndex_(n)];
54 storage_.reserve(s);
58 storage_.resize(s, nullVal_);
62 storage_.clear();
67 if (NewSize > storage_.size())
72 return toIndex_(n) < storage_
[all...]
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp1931 MultiVertexArrayTest::Spec::ArraySpec::ArraySpec(Array::InputType inputType_, Array::OutputType outputType_, Array::Storage storage_, Array::Usage usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, GLValue max_)
1934 , storage (storage_)
/external/deqp/framework/opengl/
H A DgluVarType.cpp258 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout& layout_, deUint32 memoryAccessQualifierBits_) argument
261 , storage (storage_)
H A DgluVarType.hpp256 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
/external/chromium_org/v8/src/base/
H A Dlazy-instance.h183 reinterpret_cast<void*>(&storage_));
189 return AllocationTrait::MutableInstance(&storage_);
194 return *AllocationTrait::MutableInstance(&storage_);
201 mutable StorageType storage_; member in struct:v8::base::LazyInstanceImpl
/external/chromium_org/v8/src/
H A Druntime.cc10040 storage_(Handle<FixedArray>::cast(
10058 if (index < static_cast<uint32_t>(storage_->length())) {
10059 storage_->set(index, *elm);
10071 SeededNumberDictionary::cast(*storage_));
10092 static_cast<uint32_t>(FixedArrayBase::cast(*storage_)->length())) {
10110 array->set_elements(*storage_);
10118 Handle<FixedArray> current_storage(*storage_);
10139 GlobalHandles::Destroy(Handle<Object>::cast(storage_).location());
10143 storage_ = Handle<FixedArray>::cast(
10148 Handle<FixedArray> storage_; // Alway
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dc-signature.h78 MachineType storage_[1 + kParamCount]; member in class:v8::internal::compiler::CSignatureOf
83 reinterpret_cast<MachineType*>(&storage_)) {
84 if (return_count_ == 1) storage_[0] = MachineTypeForC<Ret>();
/external/chromium_org/third_party/webrtc/base/
H A Dcryptstring.h79 storage_ = new char[32];
82 storage_[0] = 0;
91 memcpy(storage_ + length_, data, length);
93 storage_[length_] = '\0';
99 password->CopyTo(storage_ + length_, true);
108 return storage_;
119 char * old_storage = storage_;
127 storage_ = new char[capacity_];
130 memcpy(storage_, old_storage, length_);
143 storage_[
151 char * storage_; member in class:rtc::FormatCryptString
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Darea_code_map.cc39 storage_.reset(storage);
43 const int entries = storage_->GetNumOfEntries();
54 const int* const lengths = storage_->GetPossibleLengths();
55 const int lengths_size = storage_->GetPossibleLengthsSize();
68 const int32 current_prefix = storage_->GetPrefix(current_index);
70 return storage_->GetDescription(current_index);
80 int32 current_value = storage_->GetPrefix(current);
H A Darea_code_map.h67 scoped_ptr<const DefaultMapStorage> storage_; member in class:i18n::phonenumbers::AreaCodeMap
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dretriever.cc43 storage_(storage),
48 assert(storage_ != NULL);
49 storage_->Get(key, *validated_data_ready_);
79 storage_->Put(key, data);
94 ValidatingStorage* storage_; member in class:i18n::addressinput::__anon12564::Helper
105 : source_(source), storage_(new ValidatingStorage(storage)) {
107 assert(storage_ != NULL);
114 new Helper(key, retrieved, *source_, storage_.get());
H A Dretriever.h50 // for the data in |storage_| first. If storage does not have the data for
60 scoped_ptr<ValidatingStorage> storage_; member in class:i18n::addressinput::Retriever
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dfake_storage_test.cc38 : storage_(),
44 FakeStorage storage_; member in class:__anon12583::FakeStorageTest
65 storage_.Get("key", *data_ready_);
73 storage_.Put("key", new std::string("value"));
74 storage_.Get("key", *data_ready_);
82 storage_.Put("key", new std::string("bad-value"));
83 storage_.Put("key", new std::string("good-value"));
84 storage_.Get("key", *data_ready_);
H A Dnull_storage_test.cc39 NullStorage storage_; member in class:__anon12588::NullStorageTest
66 storage_.Put(kKey, new std::string("bar"));
70 storage_.Get(kKey, *data_ready_);
H A Dvalidating_storage_test.cc53 storage_(wrapped_storage_),
59 Storage* const wrapped_storage_; // Owned by |storage_|.
60 ValidatingStorage storage_; member in class:__anon12607::ValidatingStorageTest
81 storage_.Put(kKey, new std::string(kValidatedData));
82 storage_.Get(kKey, *data_ready_);
90 storage_.Put(kKey, new std::string(kEmptyData));
91 storage_.Get(kKey, *data_ready_);
99 storage_.Get(kKey, *data_ready_);
107 storage_.Put(kKey, new std::string(kValidatedData));
109 storage_
[all...]
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dencode.cc884 storage_(new uint8_t[2 << kMetaBlockSizeBits]) {
889 storage_[0] = 0;
902 delete[] storage_;
931 WriteBits(1, 0, &storage_ix_, storage_);
933 WriteBits(1, 1, &storage_ix_, storage_);
934 WriteBits(3, window_bits_ - 17, &storage_ix_, storage_);
983 &input_pos_, &storage_ix_, storage_);
988 storage_[storage_ix_ >> 3] &= (1 << (storage_ix_ & 7)) - 1;
989 EncodeMetaBlockLength(input_size, false, true, &storage_ix_, storage_);
991 memcpy(encoded_buffer, storage_, hdr_siz
[all...]
H A Dencode.h77 uint8_t* storage_; member in class:brotli::BrotliCompressor
/external/chromium_org/ui/gfx/image/
H A Dimage.cc418 // |storage_| is NULL for empty Images.
432 storage_ = new internal::ImageStorage(Image::kImageRepPNG);
439 storage_ = new internal::ImageStorage(Image::kImageRepSkia);
448 : storage_(new internal::ImageStorage(Image::kImageRepCocoaTouch)) {
457 storage_ = new internal::ImageStorage(Image::kImageRepCocoa);
464 Image::Image(const Image& other) : storage_(other.storage_) {
468 storage_ = other.storage_;
578 storage_
[all...]
H A Dimage.h193 scoped_refptr<internal::ImageStorage> storage_; member in class:gfx::Image
H A Dimage_skia.cc260 ImageSkia::ImageSkia() : storage_(NULL) {
264 : storage_(new internal::ImageSkiaStorage(source, size)) {
271 : storage_(new internal::ImageSkiaStorage(source, scale)) {
273 if (!storage_->has_source())
274 storage_ = NULL;
285 ImageSkia::ImageSkia(const ImageSkia& other) : storage_(other.storage_) {
289 storage_ = other.storage_;
333 std::vector<gfx::ImageSkiaRep>& reps = storage_
[all...]
H A Dimage_skia.h129 bool isNull() const { return storage_.get() == NULL; }
174 scoped_refptr<internal::ImageSkiaStorage> storage_; member in class:gfx::ImageSkia
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dchrome_storage_impl_unittest.cc21 storage_(store_.get()),
22 runner_(&storage_) {}
27 ChromeStorageImpl storage_; member in class:autofill::ChromeStorageImplTest
H A Dstorage_test_runner.cc19 : storage_(storage),
58 storage_->Get("key", *callback);
67 storage_->Put("key", new std::string("value"));
69 storage_->Get("key", *callback);
78 storage_->Put("key", new std::string("bad-value"));
79 storage_->Put("key", new std::string("good-value"));
81 storage_->Get("key", *callback);
H A Dstorage_test_runner.h37 ::i18n::addressinput::Storage* storage_; // weak member in class:autofill::StorageTestRunner
/external/chromium_org/net/proxy/
H A Dproxy_script_fetcher_impl_unittest.cc58 RequestContext() : storage_(this) {
60 storage_.set_host_resolver(scoped_ptr<HostResolver>(new MockHostResolver));
61 storage_.set_cert_verifier(new MockCertVerifier);
62 storage_.set_transport_security_state(new TransportSecurityState);
63 storage_.set_proxy_service(ProxyService::CreateFixed(no_proxy));
64 storage_.set_ssl_config_service(new SSLConfigServiceDefaults);
65 storage_.set_http_server_properties(
77 storage_.set_http_transaction_factory(new HttpCache(
84 storage_.set_job_factory(job_factory);
92 URLRequestContextStorage storage_; member in class:net::__anon9393::RequestContext
[all...]

Completed in 2255 milliseconds

1234