HomeSort by relevance Sort by last modified time
    Searched refs:value_size (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/policy/
configuration_policy_provider_delegate_win.cc 18 DWORD value_size = 0; local
22 if (key->ReadValue(name.c_str(), 0, &value_size, &key_type) != ERROR_SUCCESS)
31 buffer.reset(new uint8[value_size + 2]);
32 memset(buffer.get(), 0, value_size + 2);
33 key->ReadValue(name.c_str(), buffer.get(), &value_size, NULL);
  /external/chromium/chrome/browser/automation/
automation_util.h 39 int* value_size,
automation_util.cc 110 int* value_size,
112 *value_size = -1;
129 *value_size = static_cast<int>(value->size());
testing_automation_provider.h 72 void GetCookies(const GURL& url, int handle, int* value_size,
    [all...]
testing_automation_provider.cc 514 int* value_size,
518 automation_util::GetCookies(url, contents, value_size, value);
    [all...]
  /external/chromium/chrome/browser/extensions/
isolated_app_apitest.cc 24 int value_size; local
26 automation_util::GetCookies(contents->GetURL(), contents, &value_size,
  /external/protobuf/python/google/protobuf/internal/
encoder.py 175 def _FixedSizer(value_size):
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)
decoder.py 255 value_size = struct.calcsize(format)
266 new_pos = pos + value_size
  /external/webkit/Source/JavaScriptCore/wtf/
TCPackedCache.h 144 COMPILE_ASSERT(kValuebits <= sizeof(V) * 8, value_size);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 474 int value_size);
481 int value_size);
shader_program.cpp 619 int value_size) {
620 if (expected_count != (value_size / components)) {
625 value_size / components, value_size);
634 int value_size) {
635 if (value_size % components != 0) {
638 components, value_size);
    [all...]
  /external/openssl/crypto/
crypto.h 175 size_t value_size; /* Max size of value for output, length for input */ member in struct:openssl_item_st
  /external/openssl/include/openssl/
crypto.h 175 size_t value_size; /* Max size of value for output, length for input */ member in struct:openssl_item_st
  /external/openssl/crypto/store/
str_lib.c     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
descriptor.pb.h 3253 inline int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto
    [all...]
descriptor.cc     [all...]

Completed in 651 milliseconds