| /external/chromium_org/net/http/ |
| http_content_disposition.cc | 24 // Decodes a "Q" encoded string as described in RFC 2047 section 4.2. Similar to 25 // decoding a quoted-printable string. Returns true if the input was valid. 26 bool DecodeQEncoding(const std::string& input, std::string* output) { 27 std::string temp; 29 for (std::string::const_iterator it = input.begin(); it != input.end(); 59 // Decodes a "Q" or "B" encoded string as per RFC 2047 section 4. The encoding 61 bool DecodeBQEncoding(const std::string& part, 63 const std::string& charset, 64 std::string* output) [all...] |
| /external/chromium_org/chrome/browser/drive/ |
| dummy_drive_service.cc | 31 void DummyDriveService::Initialize(const std::string& account_id) {} 51 std::string DummyDriveService::GetRootResourceId() const { 59 const std::string& directory_resource_id, 63 const std::string& search_query, 67 const std::string& title, 68 const std::string& directory_resource_id, 84 const std::string& resource_id, 88 const std::string& resource_id, 99 const std::string& resource_id, 100 const std::string& etag [all...] |
| dummy_drive_service.h | 21 virtual void Initialize(const std::string& account_id) OVERRIDE; 31 virtual std::string GetRootResourceId() const OVERRIDE; 35 const std::string& directory_resource_id, 38 const std::string& search_query, 41 const std::string& title, 42 const std::string& directory_resource_id, 54 const std::string& resource_id, 57 const std::string& resource_id, 65 const std::string& resource_id, 66 const std::string& etag [all...] |
| /external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
| drive_service_on_worker.h | 36 const std::string& parent_resource_id, 37 const std::string& directory_title, 42 const std::string& resource_id, 43 const std::string& etag, 48 const std::string& resource_id, 64 virtual std::string GetRootResourceId() const OVERRIDE; 71 const std::string& resource_id, 75 const std::string& directory_resource_id, 79 const std::string& parent_resource_id, 80 const std::string& resource_id [all...] |
| metadata_database_index_on_disk.h | 10 #include <string> 37 const std::string& file_id, FileMetadata* metadata) const OVERRIDE; 42 virtual void RemoveFileMetadata(const std::string& file_id) OVERRIDE; 45 const std::string& file_id) const OVERRIDE; 46 virtual int64 GetAppRootTracker(const std::string& app_id) const OVERRIDE; 48 int64 parent_tracker_id, const std::string& title) const OVERRIDE; 51 virtual std::string PickMultiTrackerFileID() const OVERRIDE; 67 virtual std::vector<std::string> GetRegisteredAppIDs() const OVERRIDE; 69 virtual std::vector<std::string> GetAllMetadataIDs() const OVERRIDE; 117 const std::string& active_tracker_key [all...] |
| /external/chromium_org/components/dom_distiller/core/ |
| viewer.cc | 7 #include <string> 54 const std::string GetJsTheme(DistilledPagePrefs::Theme theme) { 64 const std::string GetThemeCssClass(DistilledPagePrefs::Theme theme) { 74 const std::string GetJsFontFamily(DistilledPagePrefs::FontFamily font_family) { 84 const std::string GetFontCssClass(DistilledPagePrefs::FontFamily font_family) { 93 void EnsureNonEmptyTitleAndContent(std::string* title, std::string* content) { 103 std::string ReplaceHtmlTemplateValues( 104 const std::string& title, 105 const std::string& content [all...] |
| /external/chromium_org/components/search_engines/ |
| template_url.h | 8 #include <string> 35 // access in order to get at important data like the underlying URL string or 49 // correct string field. Use |INDEXED| to indicate that the numerical 66 typedef std::pair<std::string, std::string> PostContent; 82 const std::string& selection, 83 const std::string& base_page_url, 89 const std::string& selection, 90 const std::string& content, 91 const std::string& base_page_url [all...] |
| /external/libcxx/src/ |
| string.cpp | 1 //===------------------------- string.cpp ---------------------------------===// 12 #include "string" 31 string 32 operator+<char, char_traits<char>, allocator<char> >(char const*, string const&); 39 void throw_helper( const string& msg ) 50 void throw_from_string_out_of_range( const string& func ) 56 void throw_from_string_invalid_arg( const string& func ) 66 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) 86 as_integer(const string& func, const S& s, size_t* idx, int base); 88 // string [all...] |
| /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
| command_line_interface_unittest.cc | 85 // command is automatically split on spaces, and the string "$tmpdir" 87 void Run(const string& command); 100 void CreateTempFile(const string& name, const string& contents); 103 void CreateTempDir(const string& name); 119 void ExpectErrorText(const string& expected_text); 123 void ExpectErrorSubstring(const string& expected_substring); 127 const string& expected_substring); 131 bool HasAlternateErrorSubstring(const string& expected_substring); 142 void ExpectGenerated(const string& generator_name [all...] |
| /external/chromium_org/google_apis/gaia/ |
| gaia_auth_fetcher.cc | 7 #include <string> 33 static bool CookiePartsContains(const std::vector<std::string>& parts, 35 for (std::vector<std::string>::const_iterator it = parts.begin(); 44 std::string* refresh_token, 45 std::string* access_token, 174 const std::string& source, 209 const std::string& body, 210 const std::string& headers, 245 std::string GaiaAuthFetcher::MakeClientLoginBody( 246 const std::string& username [all...] |
| /external/chromium_org/third_party/icu/source/i18n/ |
| coleitr.cpp | 72 * Get the ordering priority of the next character in the string. 74 * occured or if the end of string has been reached 101 // and we only compare the string not the contents of the normalization 103 int thislength = (int)(m_data_->iteratordata_.endp - m_data_->iteratordata_.string); 104 int thatlength = (int)(that.m_data_->iteratordata_.endp - that.m_data_->iteratordata_.string); 110 if (uprv_memcmp(m_data_->iteratordata_.string, 111 that.m_data_->iteratordata_.string, 143 * Get the ordering priority of the previous collation element in the string. 146 * occured or if the start of string has been reached. 154 * Resets the cursor to the beginning of the string 178 UChar *string = NULL; local 239 UnicodeString string; local 286 UChar *string = NULL; local [all...] |
| /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| cpp_helpers.cc | 54 string DotsToUnderscores(const string& name) { 58 string DotsToColons(const string& name) { 75 hash_set<string> MakeKeywordsMap() { 76 hash_set<string> result; 83 hash_set<string> kKeywords = MakeKeywordsMap(); 85 string UnderscoresToCamelCase(const string& input, bool cap_next_letter) { 86 string result [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
| HceReaderTestActivity.java | 36 setInfoResources(R.string.nfc_test, R.string.nfc_hce_reader_test_info, 0); 42 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_reader_tests)); 45 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_default_route_reader, 50 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_reader, 54 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_reader, 58 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_reader, 62 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_reader, 66 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_payment_reader, 70 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_non_payment_reader [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| MismatchedTokenException.cs | 48 private readonly ReadOnlyCollection<string> _tokenNames; 53 public MismatchedTokenException(string message) 57 public MismatchedTokenException(string message, Exception innerException) 65 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames) 70 this._tokenNames = new List<string>(tokenNames).AsReadOnly(); 72 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames) 77 this._tokenNames = new ReadOnlyCollection<string>(new List<string>(tokenNames)); 81 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException [all...] |
| /external/chromium_org/chrome/browser/extensions/api/networking_private/ |
| networking_private_api.h | 8 #include <string> 42 void Failure(const std::string& error_name); 63 void Failure(const std::string& error); 83 void Failure(const std::string& error); 103 void Failure(const std::string& error); 122 void Success(const std::string& guid); 123 void Failure(const std::string& error); 143 void Failure(const std::string& error); 164 void Failure(const std::string& error); 257 void Failure(const std::string& error) [all...] |
| /external/chromium_org/chrome/renderer/safe_browsing/ |
| phishing_url_feature_extractor_unittest.cc | 7 #include <string> 23 void SplitStringIntoLongAlphanumTokens(const std::string& full, 24 std::vector<std::string>* tokens) { 31 std::string url = "http://123.0.0.1/mydocuments/a.file.html"; 35 std::string("mydocuments")); 37 std::string("file")); 39 std::string("html")); 48 std::string("co.uk")); 50 std::string("cnn")); 52 std::string("www")) [all...] |
| /external/chromium_org/components/google/core/browser/ |
| google_util.cc | 7 #include <string> 39 bool IsPathHomePageBase(const std::string& path) { 46 bool IsValidHostName(const std::string& host, 47 const std::string& domain_in_lower_case, 53 if ((tld_length == 0) || (tld_length == std::string::npos)) 56 std::string host_minus_tld(host, 0, host.length() - tld_length - 1); 81 bool HasGoogleSearchQueryParam(const std::string& str) { 100 std::string GetGoogleLocale(const std::string& application_locale) { 106 const std::string& application_locale) [all...] |
| /external/chromium_org/content/public/browser/ |
| download_url_parameters.h | 8 #include <string> 45 typedef std::pair<std::string, std::string> RequestHeadersNameValuePair; 63 void add_request_header(const std::string& name, const std::string& value) { 67 void set_referrer_encoding(const std::string& referrer_encoding) { 71 void set_last_modified(const std::string& last_modified) { 74 void set_etag(const std::string& etag) { 77 void set_method(const std::string& method) { 80 void set_post_body(const std::string& post_body) [all...] |
| /external/chromium_org/dbus/ |
| object_proxy.h | 12 #include <string> 44 const std::string& service_name, 79 const std::string& old_owner, 80 const std::string& new_owner)> NameOwnerChangedCallback; 91 typedef base::Callback<void (const std::string&, const std::string&, bool)> 161 virtual void ConnectToSignal(const std::string& interface_name, 162 const std::string& signal_name, 237 bool ConnectToSignalInternal(const std::string& interface_name, 238 const std::string& signal_name [all...] |
| /external/chromium_org/net/quic/crypto/ |
| quic_crypto_client_config.h | 9 #include <string> 59 std::string* error_details); 65 void SetProof(const std::vector<std::string>& certs, 84 const std::string& server_config() const; 85 const std::string& source_address_token() const; 86 const std::vector<std::string>& certs() const; 87 const std::string& signature() const; 107 const std::vector<std::string>& certs, 112 std::string server_config_; // A serialized handshake message. 113 std::string source_address_token_; // An opaque proof of IP ownership [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| portallocator.h | 31 #include <string> 82 PortAllocatorSession(const std::string& content_name, 84 const std::string& username, 85 const std::string& password, 93 std::string content_name() const { return content_name_; } 111 const std::string& username() const { return username_; } 112 const std::string& password() const { return password_; } 114 std::string content_name_; 120 std::string username_; 121 std::string password_ [all...] |
| /external/chromium_org/net/spdy/ |
| hpack_decoder_test.cc | 8 #include <string> 25 using std::string; 41 void set_cookie_value(string value) { 44 string cookie_value() { 47 const std::map<string, string>& decoded_block() const { 50 const string& headers_block_buffer() const { 63 using std::string; 82 const std::map<string, string>& decoded_block() const [all...] |
| /external/chromium_org/base/strings/ |
| safe_sprintf_unittest.cc | 8 #include <string.h> 93 EXPECT_EQ(std::string(text), std::string(buf)); 100 EXPECT_EQ(std::string(text), std::string(buf)); 159 EXPECT_EQ(std::string(text), std::string(buf)); 166 EXPECT_EQ(std::string(text), std::string(buf)); 191 EXPECT_EQ("A%c", std::string(buf)) [all...] |
| /external/chromium_org/components/policy/core/browser/ |
| policy_error_map.cc | 20 explicit PendingError(const std::string& policy_name) 24 const std::string& policy_name() const { return policy_name_; } 29 std::string policy_name_; 38 SimplePendingError(const std::string& policy_name, 40 const std::string& replacement) 58 std::string replacement_; 65 DictSubkeyPendingError(const std::string& policy_name, 66 const std::string& subkey, 68 const std::string& replacement) 80 std::string subkey_ [all...] |
| /external/chromium_org/components/policy/core/common/cloud/ |
| cloud_policy_validator.h | 8 #include <string> 132 void ValidateUsername(const std::string& expected_user, bool canonicalize); 136 void ValidateDomain(const std::string& expected_domain); 141 void ValidateDMToken(const std::string& dm_token, 145 void ValidatePolicyType(const std::string& policy_type); 148 void ValidateSettingsEntityId(const std::string& settings_entity_id); 156 void ValidateCachedKey(const std::string& cached_key, 157 const std::string& cached_key_signature, 158 const std::string& verification_key, 159 const std::string& owning_domain) [all...] |