Searched defs:value_size (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/content/browser/download/
H A Dfile_metadata_linux.cc21 const char* value, size_t value_size,
23 int result = setxattr(path, name, value, value_size, flags);
20 SetExtendedFileAttribute(const char* path, const char* name, const char* value, size_t value_size, int flags) argument
/external/chromium_org/rlz/win/lib/
H A Dregistry_util.cc20 char* value, size_t* value_size) {
28 if (value_string.length() > *value_size) {
29 *value_size = value_string.length();
34 strncpy(value, base::WideToUTF8(value_string).c_str(), *value_size);
35 value[*value_size - 1] = 0;
19 RegKeyReadValue(base::win::RegKey& key, const wchar_t* name, char* value, size_t* value_size) argument
/external/chromium_org/chromeos/system/
H A Dname_value_pairs_parser.cc83 size_t value_size = std::string::npos; local
87 value_size = comment_pos - eq_pos - 1;
94 base::TrimString(pair.substr(eq_pos + 1, value_size), kTrimChars, &value);
/external/chromium_org/chrome/browser/extensions/
H A Disolated_app_browsertest.cc104 int value_size; local
106 ui_test_utils::GetCookies(contents->GetURL(), contents, &value_size,
/external/chromium_org/chrome/installer/util/
H A Dregistry_key_backup.cc138 DWORD value_size = 0; local
142 value_size = static_cast<DWORD>(value_buffer.size());
144 NULL, &value_type, &value_buffer[0], &value_size);
152 &value_buffer[0], value_size);
156 if (value_size > value_buffer.size())
157 value_buffer.resize(value_size);
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_tree_db.cc425 int num_entries, int value_size, int entries_per_batch) {
450 bytes_ += value_size + strlen(key);
452 if (!db_->set(cpp_key, gen_.Generate(value_size).ToString())) {
501 } else if (sscanf(argv[i], "--value_size=%d%c", &n, &junk) == 1) {
424 Write(bool sync, Order order, DBState state, int num_entries, int value_size, int entries_per_batch) argument
H A Ddb_bench_sqlite3.cc479 int num_entries, int value_size, int entries_per_batch) {
535 const char* value = gen_.Generate(value_size).data();
547 value_size, SQLITE_STATIC);
551 bytes_ += value_size + strlen(key);
689 } else if (sscanf(argv[i], "--value_size=%d%c", &n, &junk) == 1) {
478 Write(bool write_sync, Order order, DBState state, int num_entries, int value_size, int entries_per_batch) argument
/external/ltrace/
H A Dvalue.c132 size_t size = value_size(val, arguments);
224 value_size(struct value *val, struct value_dict *arguments) function
H A Ddict.c39 size_t key_size, size_t value_size,
48 vect_init(&dict->values, value_size);
38 dict_init(struct dict *dict, size_t key_size, size_t value_size, size_t (*hash1)(const void *), int (*eq)(const void *, const void *), size_t (*hash2)(size_t)) argument
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_api.c905 UINT8 *p_value, INT32 value_size)
917 p_msg->value_size = value_size;
904 BTA_JvAddAttribute(UINT32 handle, UINT16 attr_id, UINT8 *p_value, INT32 value_size) argument
H A Dbta_jv_int.h383 INT32 value_size; member in struct:__anon951
/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_win.cc548 size_t value_size) {
552 size_t character_size = value_size / sizeof(WCHAR);
553 CHECK_EQ(character_size * sizeof(WCHAR), value_size); local
560 CHECK_EQ(value_size, sizeof(DWORD));
565 new DeviceRegistryPropertyValue(property_type, value.Pass(), value_size));
571 size_t value_size)
574 value_size_(value_size) {
594 size_t value_size)
597 value_size_(value_size) {
545 Create( DWORD property_type, scoped_ptr<uint8_t[]> value, size_t value_size) argument
568 DeviceRegistryPropertyValue( DWORD property_type, scoped_ptr<uint8_t[]> value, size_t value_size) argument
592 DevicePropertyValue(DEVPROPTYPE property_type, scoped_ptr<uint8_t[]> value, size_t value_size) argument
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc438 int* value_size,
440 *value_size = -1;
452 *value_size = static_cast<int>(value->size());
436 GetCookies(const GURL& url, WebContents* contents, int* value_size, std::string* value) argument
/external/lldb/source/Expression/
H A DIRInterpreter.cpp164 size_t value_size = m_target_data.getTypeStoreSize(value->getType()); local
169 m_memory_map.GetMemoryData(value_extractor, process_address, value_size, extract_error);
175 if (value_size == 1 || value_size == 2 || value_size == 4 || value_size == 8)
177 uint64_t u64value = value_extractor.GetMaxU64(&offset, value_size);
H A DIRForTarget.cpp1541 const uint64_t value_size = clang_type.GetByteSize(); local
1550 value_size,
1558 value_size,
/external/openssl/crypto/
H A Dcrypto.h175 size_t value_size; /* Max size of value for output, length for input */ member in struct:openssl_item_st
/external/openssl/include/openssl/
H A Dcrypto.h175 size_t value_size; /* Max size of value for output, length for input */ member in struct:openssl_item_st
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp436 static const char* find_value_line(const char* map, int size, const char *key, int* value_size) argument
448 read_file_line(map, i + key_len + 1, size, value_size);
449 if(*value_size)
855 int value_size = 0; local
857 word_pos = read_line_word(line, word_pos, line_size, value, &value_size);
858 //debug("read_line_word linkkey:%s, size:%d", value, value_size);
861 int linkkey_size = value_size / 2;
863 if(hex2bytes(value, value_size, linkkey))
868 line_size, value, &value_size);
885 word_pos = read_line_word(line, word_pos, line_size, value, &value_size);
[all...]
H A Dbtif_storage.c1544 bt_status_t btif_storage_read_hl_apps_cb(char *value, int value_size) argument
1547 int read_size=value_size, read_type=BTIF_CFG_TYPE_BIN;
1551 memset(value, 0, value_size);
1553 value, value_size, BTIF_CFG_TYPE_BIN))
1571 if ((read_size != value_size) || (read_type != BTIF_CFG_TYPE_BIN) )
1573 BTIF_TRACE_ERROR("%s value_size=%d read_size=%d read_type=%d",
1574 __FUNCTION__, value_size, read_size, read_type);
1581 BTIF_TRACE_DEBUG("%s status=%d value_size=%d", __FUNCTION__, bt_status, value_size);
1645 int value_size local
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h984 inline int value_size() const;
3253 inline int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1026 inline int value_size() const;
3967 inline int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto

Completed in 668 milliseconds