/external/chromium_org/google_apis/gcm/ |
gcm_client_impl.cc | 15 void GCMClientImpl::CheckIn(const std::string& username, 19 void GCMClientImpl::Register(const std::string& username, 20 const std::string& app_id, 21 const std::string& cert, 22 const std::vector<std::string>& sender_ids) { 25 void GCMClientImpl::Unregister(const std::string& username, 26 const std::string& app_id) { 29 void GCMClientImpl::Send(const std::string& username, 30 const std::string& app_id, 31 const std::string& receiver_id [all...] |
gcm_client_impl.h | 19 virtual void CheckIn(const std::string& username, 21 virtual void Register(const std::string& username, 22 const std::string& app_id, 23 const std::string& cert, 24 const std::vector<std::string>& sender_ids) OVERRIDE; 25 virtual void Unregister(const std::string& username, 26 const std::string& app_id) OVERRIDE; 27 virtual void Send(const std::string& username, 28 const std::string& app_id, 29 const std::string& receiver_id [all...] |
/external/chromium_org/media/base/ |
text_track_config.h | 8 #include <string> 27 const std::string& label, 28 const std::string& language, 29 const std::string& id); 35 const std::string& label() const { return label_; } 36 const std::string& language() const { return language_; } 37 const std::string& id() const { return id_; } 41 std::string label_; 42 std::string language_; 43 std::string id_ [all...] |
/external/chromium_org/ppapi/tests/ |
test_flash_file.h | 8 #include <string> 19 virtual void RunTests(const std::string& filter); 25 std::string TestOpenFile(); 26 std::string TestRenameFile(); 27 std::string TestDeleteFileOrDir(); 28 std::string TestCreateDir(); 29 std::string TestQueryFile(); 30 std::string TestGetDirContents(); 31 std::string TestCreateTemporaryFile(); 34 // std::string TestOpenFileRef() [all...] |
test_var.h | 8 #include <string> 21 virtual void RunTests(const std::string& filter); 23 std::string TestBasicString(); 24 std::string TestInvalidAndEmpty(); 25 std::string TestInvalidUtf8(); 26 std::string TestNullInputInUtf8Conversion(); 27 std::string TestValidUtf8(); 28 std::string TestUtf8WithEmbeddedNulls(); 29 std::string TestVarToUtf8ForWrongType(); 30 std::string TestHasPropertyAndMethod() [all...] |
test_flash_clipboard.h | 8 #include <string> 19 virtual void RunTests(const std::string& filter); 23 bool ReadStringVar(uint32_t format, std::string* result); 24 bool WriteStringVar(uint32_t format, const std::string& text); 26 bool ReadPlainTextMatches(const std::string& expected); 27 bool ReadHTMLMatches(const std::string& expected); 30 std::string TestReadWritePlainText(); 31 std::string TestReadWriteHTML(); 32 std::string TestReadWriteRTF(); 33 std::string TestReadWriteMultipleFormats() [all...] |
test_image_data.h | 8 #include <string> 19 virtual void RunTests(const std::string& filter); 22 std::string TestInvalidFormat(); 23 std::string TestGetNativeFormat(); 24 std::string TestFormatSupported(); 25 std::string TestInvalidSize(); 26 std::string TestHugeSize(); 27 std::string TestInitToZero(); 28 std::string TestIsImageData(); 31 std::string SubTestFormatSupported(PP_ImageDataFormat format) [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
shortnumberinfo.h | 23 #include <string> 33 using std::string; 47 bool ConnectsToEmergencyNumber(const string& number, 48 const string& region_code) const; 55 bool IsEmergencyNumber(const string& number, 56 const string& region_code) const; 62 scoped_ptr<map<string, PhoneMetadata> > 66 const string& region_code) const; 68 bool MatchesEmergencyNumberHelper(const string& number, 69 const string& region_code [all...] |
regexp_adapter.h | 29 #include <string> 34 using std::string; 43 // Converts to a C++ string. 44 virtual string ToString() const = 0; 54 // Matches string to regular expression, returns true if expression was 56 // input_string - string to be searched. 58 // the beginning of the tested region of the string. 59 // matched_string1 - the first string extracted from the match. Can be NULL. 60 // matched_string2 - the second string extracted from the match. Can be NULL. 61 // matched_string3 - the third string extracted from the match. Can be NULL [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/ |
file.h | 49 static bool Exists(const string& name); 51 // Read an entire file to a string. Return true if successful, false 53 static bool ReadFileToString(const string& name, string* output); 56 static void ReadFileToStringOrDie(const string& name, string* output); 58 // Create a file and write a string to it. 59 static void WriteStringToFileOrDie(const string& contents, 60 const string& name); 63 static bool CreateDir(const string& name, int mode) [all...] |
/external/protobuf/src/google/protobuf/testing/ |
file.h | 49 static bool Exists(const string& name); 51 // Read an entire file to a string. Return true if successful, false 53 static bool ReadFileToString(const string& name, string* output); 56 static void ReadFileToStringOrDie(const string& name, string* output); 58 // Create a file and write a string to it. 59 static void WriteStringToFileOrDie(const string& contents, 60 const string& name); 63 static bool CreateDir(const string& name, int mode) [all...] |
/external/chromium_org/chrome/tools/convert_dict/ |
aff_reader.h | 10 #include <string> 27 // rule string will be specified literally in the .dic file. This must be 31 // Returns a string representing the encoding of the dictionary. This will 35 // Converts the given string from the file encoding to UTF-8, returning true 37 bool EncodingToUTF8(const std::string& encoded, std::string* utf8) const; 39 // Adds a new affix string, returning the index. If it already exists, returns 43 int GetAFIndexForAFString(const std::string& af_string); 46 const std::string& comments() const { return intro_comment_; } 47 const std::vector<std::string>& affix_rules() const { return affix_rules_; [all...] |
/external/chromium_org/google_apis/gaia/ |
gaia_auth_consumer.h | 9 #include <string> 15 typedef std::vector<std::string> ResponseCookies; 18 typedef std::map<std::string, std::string> UserInfoMap; 26 ClientLoginResult(const std::string& new_sid, 27 const std::string& new_lsid, 28 const std::string& new_token, 29 const std::string& new_data); 34 std::string sid; 35 std::string lsid [all...] |
oauth_request_signer.h | 9 #include <string> 32 typedef std::map<std::string,std::string> Parameters; 51 static bool Decode(const std::string& text, std::string* decoded_text); 52 static std::string Encode(const std::string& text); 54 // Signs a request specified as URL string, complete with parameters. 61 const std::string& consumer_key, 62 const std::string& consumer_secret [all...] |
/external/chromium/chrome/browser/chromeos/input_method/ |
input_method_util.h | 10 #include <string> 35 // Converts a string sent from IBus IME engines, which is written in English, 36 // into Chrome's string ID, then pulls internationalized resource string from 40 const std::string& english_string, const std::string& input_method_id); 41 std::string GetStringUTF8( 42 const std::string& english_string, const std::string& input_method_id); 44 const std::string& english_string, const std::string& input_method_id) [all...] |
/external/chromium_org/net/cookies/ |
parsed_cookie.h | 8 #include <string> 19 typedef std::pair<std::string, std::string> TokenValuePair; 22 // The maximum length of a cookie string we will try to parse 27 // Construct from a cookie string like "BLAH=1; path=/; domain=.google.com" 28 ParsedCookie(const std::string& cookie_line); 35 const std::string& Name() const { return pairs_[0].first; } 36 const std::string& Token() const { return Name(); } 37 const std::string& Value() const { return pairs_[0].second; } 40 const std::string& Path() const { return pairs_[path_index_].second; [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstString.java | 26 /** {@code non-null;} the string value */ 27 private final CstUtf8 string; field in class:CstString 32 * @param string {@code non-null;} the string value 34 public CstString(CstUtf8 string) { 35 if (string == null) { 36 throw new NullPointerException("string == null"); 39 this.string = string; 45 * @param string {@code non-null;} the string valu [all...] |
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
xmlconstants.cc | 32 const std::string & XmlConstants::str_empty() { 33 static const std::string str_empty_; 37 const std::string & XmlConstants::ns_xml() { 38 static const std::string ns_xml_("http://www.w3.org/XML/1998/namespace"); 42 const std::string & XmlConstants::ns_xmlns() { 43 static const std::string ns_xmlns_("http://www.w3.org/2000/xmlns/"); 47 const std::string & XmlConstants::str_xmlns() { 48 static const std::string str_xmlns_("xmlns"); 52 const std::string & XmlConstants::str_xml() { 53 static const std::string str_xml_("xml") [all...] |
/external/chromium_org/dbus/ |
dbus_statistics.h | 8 #include <string> 41 CHROME_DBUS_EXPORT void AddSentMethodCall(const std::string& service, 42 const std::string& interface, 43 const std::string& method); 44 CHROME_DBUS_EXPORT void AddReceivedSignal(const std::string& service, 45 const std::string& interface, 46 const std::string& method); 49 CHROME_DBUS_EXPORT void AddBlockingSentMethodCall(const std::string& service, 50 const std::string& interface, 51 const std::string& method) [all...] |
/external/chromium_org/extensions/browser/ |
file_highlighter.h | 8 #include <string> 19 // of a given file (in string form). The Highlighter will split the source into 30 std::string GetBeforeFeature() const; 33 std::string GetFeature() const; 37 std::string GetAfterFeature() const; 44 FileHighlighter(const std::string& contents); 47 std::string contents_; 73 ManifestHighlighter(const std::string& manifest, 74 const std::string& key, 75 const std::string& specific /* optional */) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
optionsfile.h | 32 #include <string> 41 OptionsFile(const std::string &path); 48 bool GetStringValue(const std::string& option, std::string* out_val) const; 49 bool GetIntValue(const std::string& option, int* out_val) const; 50 bool SetStringValue(const std::string& option, const std::string& val); 51 bool SetIntValue(const std::string& option, int val); 52 bool RemoveValue(const std::string& option); 55 typedef std::map<std::string, std::string> OptionsMap [all...] |
/external/chromium_org/tools/clang/empty_string/tests/ |
test-original.cc | 5 // Test file for the empty string clang tool. 7 #include <string> 9 // Tests for std::string declarations. 10 void TestDeclarations() { std::string a(""), b("abc"), c(""); } 12 // Tests for std::string allocated with new. 14 std::string* a = new std::string(""), 15 *b = new std::string("abc"), 16 *c = new std::string(""), 17 *d = new std::string(); [all...] |
/external/webrtc/src/system_wrappers/source/ |
data_log_no_op.cc | 13 #include <string> 24 std::string DataLog::Combine(const std::string& table_name, int table_id) { 25 return std::string(); 28 int DataLog::AddTable(const std::string& /*table_name*/) { 32 int DataLog::AddColumn(const std::string& /*table_name*/, 33 const std::string& /*column_name*/, 38 int DataLog::NextRow(const std::string& /*table_name*/) { 55 int DataLogImpl::AddTable(const std::string& /*table_name*/) { 59 int DataLogImpl::AddColumn(const std::string& /*table_name*/ [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_utils_autogen.h | 12 static std::string GetStringAttachment(uint32 value); 13 static std::string GetStringBackbufferAttachment(uint32 value); 14 static std::string GetStringBlitFilter(uint32 value); 15 static std::string GetStringBufferParameter(uint32 value); 16 static std::string GetStringBufferTarget(uint32 value); 17 static std::string GetStringBufferUsage(uint32 value); 18 static std::string GetStringCapability(uint32 value); 19 static std::string GetStringCmpFunction(uint32 value); 20 static std::string GetStringCompressedTextureFormat(uint32 value); 21 static std::string GetStringDrawMode(uint32 value) [all...] |
/external/chromium/base/json/ |
string_escape.h | 11 #include <string> 18 // Escape |str| appropriately for a JSON string literal, _appending_ the 22 // javascript string that is identical and the same length as the input |str|. 23 BASE_API void JsonDoubleQuote(const std::string& str, 25 std::string* dst); 28 BASE_API std::string GetDoubleQuotedJson(const std::string& str); 32 std::string* dst); 35 BASE_API std::string GetDoubleQuotedJson(const string16& str);
|