Home
last modified time | relevance | path

Searched defs:value_size (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/extensions/
Disolated_app_apitest.cc24 int value_size; in HasCookie() local
/external/chromium/chrome/browser/policy/
Dconfiguration_policy_provider_delegate_win.cc18 DWORD value_size = 0; in ReadRegistryStringValue() local
/external/bluetooth/bluedroid/btif/src/
Dbtif_config_util.cpp401 static const char* find_value_line(const char* map, int size, const char *key, int* value_size) in find_value_line()
620 int value_size = 0; in load_bluez_linkkeys() local
Dbtif_storage.c1485 bt_status_t btif_storage_read_hl_apps_cb(char *value, int value_size) in btif_storage_read_hl_apps_cb()
1611 int value_size = sizeof(value); in btif_storage_is_device_autopair_blacklisted() local
/external/chromium/chrome/browser/automation/
Dautomation_util.cc110 int* value_size, in GetCookies()
Dtesting_automation_provider.cc514 int* value_size, in GetCookies()
/external/openssl/include/openssl/
Dcrypto.h175 size_t value_size; /* Max size of value for output, length for input */ member
/external/openssl/crypto/
Dcrypto.h175 size_t value_size; /* Max size of value for output, length for input */ member
/external/protobuf/python/google/protobuf/internal/
Dencoder.py175 def _FixedSizer(value_size): argument
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_api.c897 UINT8 *p_value, INT32 value_size) in BTA_JvAddAttribute()
Dbta_jv_int.h383 INT32 value_size; member
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3253 inline int EnumDescriptorProto::value_size() const { in value_size() function