Searched refs:value_size (Results 1 – 15 of 15) sorted by relevance
/external/chromium/chrome/browser/policy/ |
D | configuration_policy_provider_delegate_win.cc | 18 DWORD value_size = 0; in ReadRegistryStringValue() local 22 if (key->ReadValue(name.c_str(), 0, &value_size, &key_type) != ERROR_SUCCESS) in ReadRegistryStringValue() 31 buffer.reset(new uint8[value_size + 2]); in ReadRegistryStringValue() 32 memset(buffer.get(), 0, value_size + 2); in ReadRegistryStringValue() 33 key->ReadValue(name.c_str(), buffer.get(), &value_size, NULL); in ReadRegistryStringValue()
|
/external/protobuf/python/google/protobuf/internal/ |
D | encoder.py | 175 def _FixedSizer(value_size): argument 184 result = len(value) * value_size 188 element_size = value_size + tag_size 193 field_size = value_size + tag_size 475 value_size = struct.calcsize(format) 484 local_EncodeVarint(write, len(value) * value_size)
|
D | decoder.py | 255 value_size = struct.calcsize(format) 266 new_pos = pos + value_size
|
/external/chromium/chrome/browser/extensions/ |
D | isolated_app_apitest.cc | 24 int value_size; in HasCookie() local 26 automation_util::GetCookies(contents->GetURL(), contents, &value_size, in HasCookie()
|
/external/chromium/chrome/browser/automation/ |
D | automation_util.cc | 110 int* value_size, in GetCookies() argument 112 *value_size = -1; in GetCookies() 129 *value_size = static_cast<int>(value->size()); in GetCookies()
|
D | automation_util.h | 39 int* value_size,
|
D | testing_automation_provider.h | 72 void GetCookies(const GURL& url, int handle, int* value_size,
|
D | testing_automation_provider.cc | 514 int* value_size, in GetCookies() argument 518 automation_util::GetCookies(url, contents, value_size, value); in GetCookies()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | TCPackedCache.h | 144 COMPILE_ASSERT(kValuebits <= sizeof(V) * 8, value_size); in PackedCache()
|
/external/openssl/include/openssl/ |
D | crypto.h | 175 size_t value_size; /* Max size of value for output, length for input */ member
|
/external/openssl/crypto/ |
D | crypto.h | 175 size_t value_size; /* Max size of value for output, length for input */ member
|
/external/openssl/crypto/store/ |
D | str_lib.c | 1582 context->attributes->value_size); in STORE_parse_attrs_next() 1599 context->attributes->value_size); in STORE_parse_attrs_next()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 2950 for (int i = 0; i < this->value_size(); i++) { in SerializeWithCachedSizes() 2980 for (int i = 0; i < this->value_size(); i++) { in SerializeWithCachedSizesToArray() 3020 total_size += 1 * this->value_size(); in ByteSize() 3021 for (int i = 0; i < this->value_size(); i++) { in ByteSize() 3078 for (int i = 0; i < value_size(); i++) { in IsInitialized()
|
D | descriptor.pb.h | 984 inline int value_size() const; 3253 inline int EnumDescriptorProto::value_size() const { in value_size() function
|
D | descriptor.cc | 3196 if (proto.value_size() == 0) { in BuildEnum()
|