| /external/chromium_org/net/base/ |
| net_util.h | 18 #include <string> 91 std::string::const_iterator host_and_port_begin, 92 std::string::const_iterator host_and_port_end, 93 std::string* host, 96 const std::string& host_and_port, 97 std::string* host, 100 // Returns a host:port string for the given URL. 101 NET_EXPORT std::string GetHostAndPort(const GURL& url); 103 // Returns a host[:port] string for the given URL, where the port is omitted 105 NET_EXPORT_PRIVATE std::string GetHostAndOptionalPort(const GURL& url) [all...] |
| /external/chromium_org/net/tools/dump_cache/ |
| url_to_filename_encoder_unittest.cc | 7 #include <string> 16 using std::string; 48 const string kInvalidChars = "<>:\"|?*'"; 51 EXPECT_EQ(string::npos, kInvalidChars.find(c)); 58 void Validate(const string& in_word, const string& gold_word) { 59 string escaped_word, url; 61 std::string(), in_word, '/', &escaped_word); 69 void ValidateAllSegmentsSmall(const string& in_word) { 70 string escaped_word, url [all...] |
| /external/chromium_org/remoting/host/ |
| token_validator_base.h | 33 std::string token_validation_cert_issuer; 42 const std::string& token_scope, 48 const std::string& token, 50 const std::string& shared_secret)>& on_token_validated) OVERRIDE; 53 virtual const std::string& token_scope() const OVERRIDE; 67 virtual void StartValidateRequest(const std::string& token) = 0; 68 virtual bool IsValidScope(const std::string& token_scope); 69 std::string ProcessResponse(); 73 std::string token_scope_; 79 std::string data_ [all...] |
| /external/chromium_org/remoting/signaling/ |
| xmpp_signal_strategy.h | 47 std::string host; 51 std::string username; 52 std::string auth_token; 53 std::string auth_service; 67 virtual std::string GetLocalJid() const OVERRIDE; 71 virtual std::string GetNextId() OVERRIDE; 79 void SetAuthInfo(const std::string& username, 80 const std::string& auth_token, 81 const std::string& auth_service); 85 void SetResourceName(const std::string& resource_name) [all...] |
| /external/chromium_org/storage/browser/fileapi/ |
| external_mount_points.h | 9 #include <string> 62 bool RegisterFileSystem(const std::string& mount_name, 69 virtual bool RevokeFileSystem(const std::string& mount_name) OVERRIDE; 70 virtual bool GetRegisteredPath(const std::string& mount_name, 74 std::string* mount_name, 76 std::string* cracked_id, 106 base::FilePath CreateVirtualRootPath(const std::string& mount_name) const; 110 const std::string& mount_name, 122 typedef std::map<std::string, Instance*> NameToInstance; 125 typedef std::map<base::FilePath, std::string> PathToName [all...] |
| /external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
| raw_printer_test.cc | 6 #include <string> 9 using std::string; 18 CHECK_EQ(string(""), buffer); 21 CHECK_EQ(string(""), string(buffer)); 30 CHECK_EQ(string("hello world"), string(buffer)); 39 CHECK_EQ(string("12"), string(buffer)); 48 CHECK_EQ(string("hello world"), string(buffer)) [all...] |
| /external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
| raw_printer_test.cc | 6 #include <string> 9 using std::string; 18 CHECK_EQ(string(""), buffer); 21 CHECK_EQ(string(""), string(buffer)); 30 CHECK_EQ(string("hello world"), string(buffer)); 39 CHECK_EQ(string("12"), string(buffer)); 48 CHECK_EQ(string("hello world"), string(buffer)) [all...] |
| /external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
| data_log_impl.h | 22 #include <string> 42 virtual void ToString(std::string* container_string) const = 0; 50 virtual void ToString(std::string* container_string) const { 68 virtual void ToString(std::string* container_string) const { 98 int AddTable(const std::string& table_name); 102 int AddColumn(const std::string& table_name, 103 const std::string& column_name, 109 int InsertCell(const std::string& table_name, 110 const std::string& column_name, 115 int NextRow(const std::string& table_name) [all...] |
| /external/chromium_org/ui/message_center/ |
| fake_message_center.cc | 45 bool FakeMessageCenter::HasClickedListener(const std::string& id) { 50 const std::string& id) { 68 const std::string& old_id, 71 void FakeMessageCenter::RemoveNotification(const std::string& id, 81 void FakeMessageCenter::SetNotificationIcon(const std::string& notification_id, 85 void FakeMessageCenter::SetNotificationImage(const std::string& notification_id, 90 const std::string& notification_id, 99 void FakeMessageCenter::ClickOnNotification(const std::string& id) { 102 void FakeMessageCenter::ClickOnNotificationButton(const std::string& id, 106 void FakeMessageCenter::MarkSinglePopupAsShown(const std::string& id [all...] |
| fake_message_center.h | 30 virtual bool HasClickedListener(const std::string& id) OVERRIDE; 32 const std::string& id) OVERRIDE; 37 virtual void UpdateNotification(const std::string& old_id, 41 virtual void RemoveNotification(const std::string& id, bool by_user) OVERRIDE; 44 virtual void SetNotificationIcon(const std::string& notification_id, 47 virtual void SetNotificationImage(const std::string& notification_id, 50 virtual void SetNotificationButtonIcon(const std::string& notification_id, 55 virtual void ClickOnNotification(const std::string& id) OVERRIDE; 56 virtual void ClickOnNotificationButton(const std::string& id, 58 virtual void MarkSinglePopupAsShown(const std::string& id [all...] |
| /external/chromium_org/ui/webui/resources/js/ |
| local_strings.js | 27 * Returns a formatted string where $1 to $9 are replaced by the second to the 29 * @param {string} s The format string. 32 * @return {string} The string after format substitution. 41 * Returns a string after removing Windows-style accelerators. 42 * @param {string} s The input string that may contain accelerators. 43 * @return {string} The resulting string with accelerators removed [all...] |
| /external/deqp/executor/ |
| xeBatchResult.hpp | 31 #include <string> 42 std::string releaseName; 43 std::string releaseId; 44 std::string targetName; 47 std::string candyTargetName; 48 std::string configName; 49 std::string resultName; 50 std::string timestamp; 93 std::string m_casePath; 95 std::string m_statusDetails [all...] |
| /external/deqp/framework/common/ |
| tcuFactoryRegistry.hpp | 28 #include <string> 54 AbstractFactory* getFactoryByName (const std::string& name); 55 const AbstractFactory* getFactoryByName (const std::string& name) const; 70 FactoryBase (const std::string& name, const std::string& description); 77 const std::string m_name; 78 const std::string m_description; 94 Factory* getFactoryByName (const std::string& name); 95 const Factory* getFactoryByName (const std::string& name) const; 108 inline Factory* FactoryRegistry<Factory>::getFactoryByName (const std::string& name [all...] |
| /external/e2fsprogs/lib/e2p/ |
| mntopts.c | 14 #include <string.h> 22 const char *string; member in struct:mntopt 47 for (f = mntopt_list; f->string; f++) { 49 return f->string; 56 int e2p_string2mntopt(char *string, unsigned int *mask) 62 for (f = mntopt_list; f->string; f++) { 63 if (!strcasecmp(string, f->string)) { 68 if (strncasecmp(string, "MNTOPT_", 7)) 71 if (string[8] == 0 [all...] |
| /external/libcxx/test/containers/unord/unord.map/ |
| load_factor.pass.cpp | 19 #include <string> 28 typedef std::unordered_map<int, std::string> C; 29 typedef std::pair<int, std::string> P; 45 typedef std::unordered_map<int, std::string> C; 46 typedef std::pair<int, std::string> P; 52 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 53 min_allocator<std::pair<const int, std::string>>> C; 54 typedef std::pair<int, std::string> P; 70 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 71 min_allocator<std::pair<const int, std::string>>> C [all...] |
| /external/libcxx/test/containers/unord/unord.multimap/ |
| load_factor.pass.cpp | 19 #include <string> 28 typedef std::unordered_multimap<int, std::string> C; 29 typedef std::pair<int, std::string> P; 45 typedef std::unordered_multimap<int, std::string> C; 46 typedef std::pair<int, std::string> P; 52 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 53 min_allocator<std::pair<const int, std::string>>> C; 54 typedef std::pair<int, std::string> P; 70 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 71 min_allocator<std::pair<const int, std::string>>> C [all...] |
| /external/libcxx/test/strings/string.conversions/ |
| Android.mk | 17 test_makefile := external/libcxx/test/strings/string.conversions/Android.mk 19 test_name := strings/string.conversions/stod 23 test_name := strings/string.conversions/stold 27 test_name := strings/string.conversions/to_wstring 31 test_name := strings/string.conversions/stoul 35 test_name := strings/string.conversions/stol 39 test_name := strings/string.conversions/stoll 43 test_name := strings/string.conversions/to_string 47 test_name := strings/string.conversions/stoull 51 test_name := strings/string.conversions/sto [all...] |
| /external/chromium_org/third_party/protobuf/src/google/protobuf/ |
| descriptor.h | 57 #include <string> 118 string leading_comments; 119 string trailing_comments; 130 const string& name() const; 137 const string& full_name() const; 164 string DebugString() const; 178 const FieldDescriptor* FindFieldByName(const string& name) const; 184 const string& lowercase_name) const; 191 const string& camelcase_name) const; 203 const Descriptor* FindNestedTypeByName(const string& name) const [all...] |
| /external/chromium_org/v8/samples/ |
| process.cc | 33 #include <string> 53 virtual const string& Path() = 0; 54 virtual const string& Referrer() = 0; 55 virtual const string& Host() = 0; 56 virtual const string& UserAgent() = 0; 69 virtual bool Initialize(map<string, string>* options, 70 map<string, string>* output) = 0; 86 JsHttpRequestProcessor(Isolate* isolate, Handle<String> script [all...] |
| /external/chromium_org/base/ |
| values.h | 14 // something like this, either use a double or make a string value containing 24 #include <string> 43 typedef std::map<std::string, Value*> ValueMap; 85 virtual bool GetAsString(std::string* out_value) const; 145 // Initializes a StringValue with a UTF-8 narrow character string. 146 explicit StringValue(const std::string& in_value); 154 std::string* GetString(); 155 const std::string& GetString() const; 158 virtual bool GetAsString(std::string* out_value) const OVERRIDE; 165 std::string value_ [all...] |
| /art/runtime/ |
| oat_file.h | 21 #include <string> 45 static OatFile* OpenWithElfFile(ElfFile* elf_file, const std::string& location, 46 std::string* error_msg); 49 static OatFile* Open(const std::string& filename, 50 const std::string& location, 54 std::string* error_msg); 61 static OatFile* OpenWritable(File* file, const std::string& location, std::string* error_msg); 63 static OatFile* OpenReadable(File* file, const std::string& location, std::string* error_msg) [all...] |
| /external/chromium_org/chrome/browser/chromeos/login/users/ |
| chrome_user_manager_impl.h | 9 #include <string> 70 const std::string& user_id) OVERRIDE; 73 virtual UserFlow* GetUserFlow(const std::string& user_id) const OVERRIDE; 74 virtual void SetUserFlow(const std::string& user_id, UserFlow* flow) OVERRIDE; 75 virtual void ResetUserFlow(const std::string& user_id) OVERRIDE; 84 const std::string& user_id, 86 virtual void SaveUserDisplayName(const std::string& user_id, 90 const std::string& user_id) const OVERRIDE; 99 virtual void OnExternalDataSet(const std::string& policy, 100 const std::string& user_id) OVERRIDE [all...] |
| /external/chromium_org/chrome/browser/signin/ |
| fake_profile_oauth2_token_service.cc | 27 const std::string& account_id) const { 32 const std::string& primary_account_id) { 37 std::vector<std::string> FakeProfileOAuth2TokenService::GetAccounts() { 38 std::vector<std::string> account_ids; 39 for (std::map<std::string, std::string>::const_iterator iter = 47 const std::string& account_id, 48 const std::string& refresh_token) { 53 const std::string& token) { 58 const std::string& account_id [all...] |
| /external/chromium_org/chrome/browser/supervised_user/ |
| supervised_user_refresh_token_fetcher.cc | 60 const std::string& account_id, 61 const std::string& device_id, 66 virtual void Start(const std::string& supervised_user_id, 67 const std::string& device_name, 73 const std::string& access_token, 82 virtual void OnGetTokensResponse(const std::string& refresh_token, 83 const std::string& access_token, 85 virtual void OnRefreshTokenResponse(const std::string& access_token, 97 const std::string& token); 99 std::string account_id_ [all...] |
| /external/chromium_org/chromeos/network/ |
| network_state_handler.h | 10 #include <string> 107 const DeviceState* GetDeviceState(const std::string& device_path) const; 120 const NetworkState* GetNetworkState(const std::string& service_path) const; 142 // network matching |type|, or an empty string if none is connected. 143 std::string FormattedHardwareAddressForType( 173 const std::string& service_path, 178 const NetworkState* GetNetworkStateFromGuid(const std::string& guid) const; 196 void WaitForScan(const std::string& type, const base::Closure& callback); 209 void RequestUpdateForNetwork(const std::string& service_path); 212 void ClearLastErrorForNetwork(const std::string& service_path) [all...] |