| /external/chromium_org/ppapi/tests/ |
| testing_instance.h | 8 #include <string> 71 // string. 78 // std::string FooTest() { 87 void LogTest(const std::string& test_name, 88 const std::string& error_message, 90 const std::string& current_test_name() { return current_test_name_; } 93 void AppendError(const std::string& message); 99 const std::string& protocol() { 105 const std::string& websocket_host() { return websocket_host_; } 109 void EvalScript(const std::string& script) [all...] |
| /external/chromium_org/remoting/protocol/ |
| token_validator.h | 8 #include <string> 30 const std::string& shared_secret)> TokenValidatedCallback; 39 const std::string& token, 47 virtual const std::string& token_scope() const = 0; 58 const std::string& local_jid, 59 const std::string& remote_jid) = 0;
|
| /external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
| DirectiveHandlerBase.h | 10 #include <string> 27 const std::string &msg) = 0; 31 const std::string &name, 32 const std::string &value) = 0; 35 const std::string &name, 36 const std::string &behavior) = 0;
|
| /external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
| fake_storage.h | 25 #include <string> 48 // const std::string& key, 49 // std::string* data) { 65 virtual void Put(const std::string& key, std::string* data); 66 virtual void Get(const std::string& key, const Callback& data_ready) const; 69 std::map<std::string, std::string*> data_;
|
| /external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
| mucroomdiscoverytask.h | 32 #include <string> 47 const std::string&, 48 const std::string&, 49 const std::set<std::string>&, 50 const std::map<std::string, std::string>& > SignalResult;
|
| /external/clang/include/clang/Frontend/ |
| DependencyOutputOptions.h | 13 #include <string> 32 std::string OutputFile; 38 std::string HeaderIncludeOutputFile; 42 std::vector<std::string> Targets; 45 std::string DOTOutputFile; 48 std::string ModuleDependencyOutputDir;
|
| /external/llvm/lib/Target/NVPTX/ |
| ManagedStringPool.h | 1 //===-- ManagedStringPool.h - Managed String Pool ---------------*- C++ -*-===// 10 // The strings allocated from a managed string pool are owned by the string 11 // pool and will be deleted together with the managed string pool. 19 #include <string> 23 /// ManagedStringPool - The strings allocated from a managed string pool are 24 /// owned by the string pool and will be deleted together with the managed 25 /// string pool. 27 SmallVector<std::string *, 8> Pool; 32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin() [all...] |
| /external/oprofile/libutil++/ |
| op_exception.h | 22 #include <string> 30 explicit op_exception(std::string const& msg); 35 std::string message; 46 explicit op_fatal_error(std::string const & msg); 54 explicit op_runtime_error(std::string const & err); 55 op_runtime_error(std::string const & err, int cerrno);
|
| /art/compiler/ |
| elf_stripper.h | 20 #include <string> 31 static bool Strip(File* file, std::string* error_msg);
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| ITokenSource.cs | 68 string SourceName 73 string[] TokenNames
|
| /external/bison/lib/ |
| xstrndup.h | 1 /* Duplicate a bounded initial segment of a string, with out-of-memory 20 /* Return a newly allocated copy of at most N bytes of STRING. 22 STRING. */ 23 extern char *xstrndup (const char *string, size_t n);
|
| /external/chromium_org/base/i18n/ |
| case_conversion.h | 15 // Returns the lower case equivalent of string. Uses ICU's default locale. 16 BASE_I18N_EXPORT string16 ToLower(const StringPiece16& string); 18 // Returns the upper case equivalent of string. Uses ICU's default locale. 19 BASE_I18N_EXPORT string16 ToUpper(const StringPiece16& string);
|
| /external/chromium_org/base/prefs/ |
| pref_notifier.h | 8 #include <string> 20 virtual void OnPreferenceChanged(const std::string& pref_name) = 0;
|
| pref_observer.h | 8 #include <string> 18 const std::string& pref_name) = 0;
|
| pref_value_map.h | 9 #include <string> 19 // A generic string to value map used by the PrefStore implementations. 22 typedef std::map<std::string, base::Value*>::iterator iterator; 23 typedef std::map<std::string, base::Value*>::const_iterator const_iterator; 31 bool GetValue(const std::string& key, const base::Value** value) const; 32 bool GetValue(const std::string& key, base::Value** value); 36 bool SetValue(const std::string& key, base::Value* value); 40 bool RemoveValue(const std::string& key); 55 bool GetBoolean(const std::string& key, bool* value) const; 58 void SetBoolean(const std::string& key, bool value) [all...] |
| /external/chromium_org/base/ |
| safe_strerror_posix.h | 8 #include <string> 22 // It will write the string form of error "err" to buffer buf of length len. 31 // in a C++ string. 35 // allocate a string. 36 BASE_EXPORT std::string safe_strerror(int err);
|
| /external/chromium_org/cc/test/ |
| layer_tree_json_parser.h | 8 #include <string> 17 scoped_refptr<Layer> ParseTreeFromJson(std::string json,
|
| /external/chromium_org/chrome/browser/chromeos/app_mode/ |
| app_launch_utils.h | 8 #include <string> 18 void LaunchAppOrDie(Profile *profile, const std::string& app_id);
|
| app_session_lifetime.h | 8 #include <string> 15 void InitAppSession(Profile* profile, const std::string& app_id);
|
| /external/chromium_org/chrome/browser/chromeos/attestation/ |
| fake_certificate.h | 8 #include <string> 21 std::string* certificate);
|
| /external/chromium_org/chrome/browser/chromeos/ |
| enrollment_dialog_view.h | 8 #include <string> 20 bool CreateDialog(const std::string& service_path,
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| signin_specifics.h | 8 #include <string> 19 std::string guest_mode_url;
|
| /external/chromium_org/chrome/browser/chromeos/login/test/ |
| js_checker.h | 8 #include <string> 25 void Evaluate(const std::string& expression); 28 bool GetBool(const std::string& expression); 29 int GetInt(const std::string& expression); 30 std::string GetString(const std::string& expression); 33 void ExpectTrue(const std::string& expression); 34 void ExpectFalse(const std::string& expression); 37 void ExpectEQ(const std::string& expression, int result); 38 void ExpectNE(const std::string& expression, int result) [all...] |
| /external/chromium_org/chrome/browser/chromeos/login/users/ |
| fake_supervised_user_manager.cc | 7 #include <string> 17 const std::string& manager_id) const { 22 const std::string& manager_id, 23 const std::string& local_user_id, 24 const std::string& sync_user_id, 29 std::string FakeSupervisedUserManager::GenerateUserId() { 30 return std::string(); 39 const std::string& sync_id) const { 43 std::string FakeSupervisedUserManager::GetUserSyncId( 44 const std::string& supervised_user_id) const [all...] |
| /external/chromium_org/chrome/browser/devtools/ |
| devtools_embedder_message_dispatcher.h | 9 #include <string> 36 virtual void InspectedURLChanged(const std::string& url) = 0; 39 virtual void OpenInNewTab(const std::string& url) = 0; 40 virtual void SaveToFile(const std::string& url, 41 const std::string& content, 43 virtual void AppendToFile(const std::string& url, 44 const std::string& content) = 0; 47 virtual void RemoveFileSystem(const std::string& file_system_path) = 0; 49 const std::string& file_system_url) = 0; 51 const std::string& file_system_path) = 0 [all...] |