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

  /external/chromium/chrome/browser/extensions/
isolated_app_apitest.cc 24 int value_size; local
26 automation_util::GetCookies(contents->GetURL(), contents, &value_size,
  /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/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 401 static const char* find_value_line(const char* map, int size, const char *key, int* value_size)
413 read_file_line(map, i + key_len + 1, size, value_size);
414 if(*value_size)
620 int value_size = 0; local
622 word_pos = read_line_word(line, word_pos, line_size, value, &value_size);
623 //debug("read_line_word linkkey:%s, size:%d", value, value_size);
626 int linkkey_size = value_size / 2;
628 if(hex2bytes(value, value_size, linkkey))
633 line_size, value, &value_size);
650 word_pos = read_line_word(line, word_pos, line_size, value, &value_size);
    [all...]
btif_storage.c 1611 int value_size = sizeof(value); local
    [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/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 383 INT32 value_size; member in struct:__anon2842
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 3253 inline int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto
    [all...]

Completed in 1143 milliseconds