Searched refs:string_table_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_symbols.h42 return string_table_ + sym->st_name;
59 return string_table_ + str_id;
64 const char* string_table() const { return string_table_; }
68 const char* string_table_; member in class:crazy::ElfSymbols
H A Dcrazy_linker_elf_symbols.cpp47 string_table_ = reinterpret_cast<const char*>(dyn_addr);
57 if (symbol_table_ == NULL || string_table_ == NULL || hash_bucket_ == NULL)
116 *sym_name = string_table_ + nearest_sym->st_name;
129 if (strcmp(string_table_ + symbol->st_name, symbol_name))
/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_file_reader.cc54 base::StringPiece string_table_; member in class:ipc_fuzzer::__anon15789::Reader
142 string_table_ = file_data_.substr(string_table_offset);
143 if (string_table_.empty()) {
147 if (string_table_.end()[-1] != '\0') {
160 if (offset >= string_table_.size()) {
164 name_map_.Add(entry->type, std::string(string_table_.data() + offset));
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dcounting_policy.cc164 string_table_("string_ids"),
179 if (!string_table_.Initialize(db))
297 if (!string_table_.StringToInt(db, action.extension_id(), &id))
303 if (!string_table_.StringToInt(db, action.api_name(), &id))
316 if (!string_table_.StringToInt(db, args, &id))
334 if (!string_table_.StringToInt(db, action.page_title(), &id))
351 if (!string_table_.StringToInt(db, Util::Serialize(action.other()), &id))
652 if (string_table_.StringToInt(db, extension_id, &id)) {
689 string_table_.ClearCache();
783 string_table_
[all...]
H A Dcounting_policy.h125 DatabaseStringTable string_table_; member in class:extensions::CountingPolicy
/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.cc1011 string_map_type::iterator it = string_table_.find(key);
1012 if (it == string_table_.end())
1044 string_table_.clear();
1065 string_table_[host_key] = fixed;
1070 string_table_[host_key] = value;
1110 string_table_[PROXY_MODE] = mode;
1112 string_table_[PROXY_AUTOCONF_URL] = value;
1147 string_map_type::iterator it = string_table_.find(key);
1148 if (it != string_table_.end()) {
1153 string_table_
1345 string_map_type string_table_; member in namespace:net::__anon8774
[all...]

Completed in 811 milliseconds