| /external/chromium_org/content/browser/ |
| tcmalloc_internals_request_job.h | 22 // Records the output for a specified header string. 23 void SetOutput(const std::string& header, const std::string& output); 25 void DumpToHTMLTable(std::string* data); 28 // the output for a canonical process-specific header string that 32 const std::string& output); 40 typedef std::map<std::string, std::string> AboutTcmallocOutputsType; 53 virtual int GetData(std::string* mime_type, 54 std::string* charset [all...] |
| /external/chromium_org/content/common/ |
| database_messages.h | 17 std::string /* the origin */, 23 std::string /* the origin */, 28 std::string /* the origin */) 32 std::string /* the origin */, 61 std::string /* origin identifier */, 66 std::string /* origin identifier */, 73 std::string /* origin identifier */, 78 std::string /* origin identifier */, 83 std::string /* origin identifier */,
|
| /external/chromium_org/content/common/fileapi/ |
| webblob_messages.h | 20 std::string /*uuid */) 22 std::string /* uuid */, 25 std::string /*uuid*/, 29 std::string /* uuid */, 30 std::string /* content_type */) 33 std::string /* uuid */) 35 std::string /* uuid */) 38 std::string /* uuid */) 47 std::string /* content_type */)
|
| /external/chromium_org/content/public/browser/ |
| url_data_source.h | 8 #include <string> 44 virtual std::string GetSource() const = 0; 50 // Called by URLDataSource to request data at |path|. The string parameter is 54 virtual void StartDataRequest(const std::string& path, 60 // string to specify no mime type. 61 virtual std::string GetMimeType(const std::string& path) const = 0; 74 const std::string& path) const; 100 virtual std::string GetContentSecurityPolicyObjectSrc() const; 102 virtual std::string GetContentSecurityPolicyFrameSrc() const [all...] |
| /external/chromium_org/device/bluetooth/ |
| bluetooth_gatt_notify_session_chromeos.h | 8 #include <string> 33 virtual std::string GetCharacteristicIdentifier() const OVERRIDE; 42 const std::string& device_address, 43 const std::string& service_identifier, 44 const std::string& characteristic_identifier, 52 const std::string& property_name) OVERRIDE; 61 std::string device_address_; 64 std::string service_id_; 67 std::string characteristic_id_;
|
| /external/chromium_org/native_client_sdk/src/examples/api/url_loader/ |
| url_loader_handler.h | 8 #include <string> 18 // with the results encoded in the message as a string and self-destroys. 23 // std::string.insert() typically grows the string's capacity by somewhere 38 const std::string& url); 43 URLLoaderHandler(pp::Instance* instance_, const std::string& url); 67 void ReportResult(const std::string& fname, 68 const std::string& text, 72 void ReportResultAndDie(const std::string& fname, 73 const std::string& text [all...] |
| /external/chromium_org/net/quic/crypto/ |
| quic_server_info.h | 8 #include <string> 70 std::string server_config; // A serialized handshake message. 71 std::string source_address_token; // An opaque proof of IP ownership. 72 std::vector<std::string> certs; // A list of certificates in leaf-first 74 std::string server_config_sig; // A signature of |server_config_|. 89 bool Parse(const std::string& data); 90 std::string Serialize(); 95 bool ParseInner(const std::string& data); 98 std::string SerializeInner() const;
|
| /external/chromium_org/net/tools/dump_cache/ |
| url_utilities.cc | 13 std::string UrlUtilities::GetUrlHost(const std::string& url) { 15 if (b == std::string::npos) 21 if (next_slash != std::string::npos 22 && next_colon != std::string::npos 24 return std::string(url, b, next_colon - b); 26 if (next_slash == std::string::npos) { 27 if (next_colon != std::string::npos) { 28 return std::string(url, b, next_colon - b); 33 return std::string(url, b, next_slash - b) [all...] |
| /external/chromium_org/net/url_request/ |
| url_request_simple_job.h | 8 #include <string> 27 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE; 28 virtual bool GetCharset(std::string* charset) OVERRIDE; 43 virtual int GetData(std::string* mime_type, 44 std::string* charset, 45 std::string* data, 55 std::string mime_type_; 56 std::string charset_; 57 std::string data_;
|
| /external/chromium_org/ppapi/shared_impl/ |
| url_request_info_data.h | 8 #include <string> 26 explicit BodyItem(const std::string& data); 35 std::string data; 55 std::string url; 56 std::string method; 57 std::string headers; 66 // be used. (Setting the custom referrer to an empty string indicates that no 69 std::string custom_referrer_url; 77 std::string custom_content_transfer_encoding; 79 std::string custom_user_agent [all...] |
| /external/chromium_org/remoting/host/ |
| pin_hash.cc | 14 std::string MakeHostPinHash(const std::string& host_id, 15 const std::string& pin) { 16 std::string hash = protocol::AuthenticationMethod::ApplyHashFunction( 18 std::string hash_base64; 23 bool VerifyHostPinHash(const std::string& hash, 24 const std::string& host_id, 25 const std::string& pin) { 31 std::string hash_calculated =
|
| /external/chromium_org/remoting/protocol/ |
| me2me_host_authenticator_factory.h | 8 #include <string> 32 const std::string& host_owner, 33 const std::string& local_cert, 41 const std::string& host_owner, 42 const std::string& local_cert, 55 const std::string& local_jid, 56 const std::string& remote_jid, 62 std::string host_owner_; 63 std::string local_cert_;
|
| /external/chromium_org/testing/gtest/include/gtest/internal/ |
| gtest-string.h | 34 // This header file declares the String class and functions used internally by 45 // string.h is not guaranteed to provide strcpy on C++ Builder. 49 #include <string.h> 50 #include <string> 57 // String - an abstract class holding static string utilities. 58 class GTEST_API_ String { 62 // Clones a 0-terminated C string, allocating memory using new. The 64 // delete[]. Returns the cloned string, or NULL if the input is 67 // This is different from strdup() in string.h, which allocate [all...] |
| /external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
| testdata_source.cc | 23 #include <string> 40 // Each data key begins with this string. Example of a data key: 54 std::map<std::string, std::string> InitData() { 55 std::map<std::string, std::string> data; 62 const std::string normal_prefix(1, kNormalPrefix); 63 const std::string aggregate_prefix(1, kAggregatePrefix); 65 std::string key; 66 std::string value [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
| xmppauth.h | 49 const std::string& auth_mechanism, 50 const std::string& auth_token); 59 virtual std::string GetAuthMechanism() const { return auth_mechanism_; } 60 virtual std::string GetAuthToken() const { return auth_token_; } 62 virtual std::string ChooseBestSaslMechanism( 63 const std::vector<std::string>& mechanisms, 67 const std::string& mechanism); 72 std::string auth_mechanism_; 73 std::string auth_token_;
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
| code_generator.h | 42 #include <string> 78 const string& parameter, 80 string* error) const = 0; 105 virtual io::ZeroCopyOutputStream* Open(const string& filename) = 0; 114 const string& filename, const string& insertion_point); 135 extern void ParseGeneratorParameter(const string&, 136 vector<pair<string, string> >*);
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/ |
| descriptor_database.h | 41 #include <string> 72 virtual bool FindFileByName(const string& filename, 78 virtual bool FindFileContainingSymbol(const string& symbol_name, 85 virtual bool FindFileContainingExtension(const string& containing_type, 99 virtual bool FindAllExtensionNumbers(const string& extendee_type, 144 bool FindFileByName(const string& filename, 146 bool FindFileContainingSymbol(const string& symbol_name, 148 bool FindFileContainingExtension(const string& containing_type, 151 bool FindAllExtensionNumbers(const string& extendee_type, 167 bool AddSymbol(const string& name, Value value) [all...] |
| /external/chromium_org/third_party/webrtc/base/ |
| systeminfo.h | 14 #include <string> 39 std::string GetCpuVendor(); 51 std::string GetMachineModel(); 56 std::string device_name; 57 std::string description; 60 std::string driver; 61 std::string driver_version; 70 std::string cpu_vendor_; 76 std::string machine_model_;
|
| /external/gtest/include/gtest/internal/ |
| gtest-string.h | 34 // This header file declares the String class and functions used internally by 45 // string.h is not guaranteed to provide strcpy on C++ Builder. 49 #include <string.h> 50 #include <string> 57 // String - an abstract class holding static string utilities. 58 class GTEST_API_ String { 62 // Clones a 0-terminated C string, allocating memory using new. The 64 // delete[]. Returns the cloned string, or NULL if the input is 67 // This is different from strdup() in string.h, which allocate [all...] |
| /external/libcxx/test/strings/basic.string/string.nonmembers/string.special/ |
| Android.mk | 17 test_makefile := external/libcxx/test/strings/basic.string/string.nonmembers/string.special/Android.mk 19 test_name := strings/basic.string/string.nonmembers/string.special/swap 23 test_name := strings/basic.string/string.nonmembers/string.special/swap_noexcept
|
| /external/openfst/src/extensions/far/ |
| farscript.cc | 27 void FarCompileStrings(const vector<string> &in_fnames, 28 const string &out_fname, 29 const string &arc_type, 30 const string &fst_type, 35 const string &symbols_fname, 36 const string &unknown_symbol, 41 const string &key_prefix, 42 const string &key_suffix) { 53 void FarCreate(const vector<string> &in_fnames, 54 const string &out_fname [all...] |
| /external/oprofile/pp/ |
| common_option.h | 25 extern std::string threshold_opt; 26 extern std::string command_options; 27 extern std::vector<std::string> image_path; 28 extern std::string root_path; 31 std::list<std::string> common; 32 std::list<std::string> first; 33 std::list<std::string> second; 59 demangle_type handle_demangle_option(std::string const & option); 69 merge_option handle_merge_option(std::vector<std::string> const & mergespec,
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
| DERT61String.java | 9 * DER T61String (also the teletex string), try not to use this if you don't need to. The standard support the encoding for 16 private byte[] string; field in class:DERT61String 19 * return a T61 string from the passed in object. 47 * return an T61 String from a tagged object. 72 * basic constructor - string encoded as a sequence of bytes. 75 byte[] string) 77 this.string = string; 81 * basic constructor - with string 8 bit assumed. 84 String string [all...] |
| DERUTF8String.java | 15 private byte[] string; field in class:DERUTF8String 18 * return an UTF8 string from the passed in object. 47 * return an UTF8 String from a tagged object. 74 * basic constructor - byte encoded string. 76 DERUTF8String(byte[] string) 78 this.string = string; 84 public DERUTF8String(String string) 86 this.string = Strings.toUTF8ByteArray(string) [all...] |
| /external/chromium_org/base/ |
| sys_info.h | 9 #include <string> 55 static std::string OperatingSystemName(); 58 static std::string OperatingSystemVersion(); 76 static std::string OperatingSystemArchitecture(); 81 // an empty string is returned. 82 static std::string CPUModelName(); 95 typedef std::map<std::string, std::string> LsbReleaseMap; 101 static bool GetLsbReleaseValue(const std::string& key, std::string* value) [all...] |