| /prebuilts/misc/common/swig/include/2.0.11/java/ |
| std_string.i | 4 * Typemaps for std::string and const std::string& 5 * These are mapped to a Java String and are passed around by value. 7 * To use non-const std::string references use the following %apply. Note 9 * %apply const std::string & {std::string &}; 13 #include <string> 18 %naturalvar string; 20 class string; 22 // string [all...] |
| /external/parameter-framework/upstream/parameter/ |
| ConfigurableDomain.h | 40 #include <string> 55 CConfigurableDomain(const std::string &strName); 63 bool createConfiguration(const std::string &strName, 64 const CParameterBlackboard *pMainBlackboard, std::string &strError); 65 bool deleteConfiguration(const std::string &strName, std::string &strError); 66 bool renameConfiguration(const std::string &strName, const std::string &strNewName, 67 std::string &strError); 77 bool restoreConfiguration(const std::string &configurationName [all...] |
| /system/tools/hidl/ |
| VectorType.h | 34 std::string templatedTypeName() const override; 41 std::string getCppType( 45 std::string getJavaType(bool forInitializer) const override; 47 std::string getVtsType() const override; 48 std::string getVtsValueName() const override; 52 const std::string &name, 53 const std::string &parcelObj, 61 const std::string &name, 62 const std::string &sanitizedName, 64 const std::string &parcelObj [all...] |
| /build/kati/ |
| find.h | 19 #include <string> 40 bool Parse(const string& cmd); 43 string chdir; 44 string testdir; 45 vector<string> finddirs; 53 unique_ptr<vector<string>> found_files; 54 unique_ptr<unordered_set<string>> read_dirs; 65 virtual bool HandleFind(const string& cmd, 68 string* out) = 0;
|
| /external/google-breakpad/src/common/linux/ |
| google_crashdump_uploader.cc | 43 GoogleCrashdumpUploader::GoogleCrashdumpUploader(const string& product, 44 const string& version, 45 const string& guid, 46 const string& ptime, 47 const string& ctime, 48 const string& email, 49 const string& comments, 50 const string& minidump_pathname, 51 const string& crash_server, 52 const string& proxy_host [all...] |
| /external/googletest/googletest/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/libbrillo/brillo/strings/ |
| string_utils.cc | 8 #include <string.h> 17 std::vector<std::string> Split(const std::string& str, 18 const std::string& delimiter, 21 std::vector<std::string> tokens; 25 for (std::string::size_type i = 0;;) { 26 const std::string::size_type pos = 28 std::string tmp_str{str.substr(i, pos - i)}; 40 bool SplitAtFirst(const std::string& str, 41 const std::string& delimiter [all...] |
| /external/libvpx/libvpx/third_party/googletest/src/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/mesa3d/src/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/perf_data_converter/src/quipper/ |
| dso.h | 13 #include "compat/string.h" 24 string name; 25 string build_id; 40 bool ReadElfBuildId(const string& filename, string* buildid); 41 bool ReadElfBuildId(int fd, string* buildid); 45 bool ReadModuleBuildId(const string& module_name, string* buildid); 47 bool ReadBuildIdNote(DataReader* data, string* buildid); 51 bool IsKernelNonModuleName(string name) [all...] |
| /external/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 */, 145 bool FindFileByName(const string& filename, 147 bool FindFileContainingSymbol(const string& symbol_name, 149 bool FindFileContainingExtension(const string& containing_type, 152 bool FindAllExtensionNumbers(const string& extendee_type, 168 bool AddSymbol(const string& name, Value value) [all...] |
| /external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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/webrtc/webrtc/libjingle/xmpp/ |
| xmppauth.h | 32 const std::string& auth_mechanism, 33 const std::string& auth_token); 42 virtual std::string GetAuthMechanism() const { return auth_mechanism_; } 43 virtual std::string GetAuthToken() const { return auth_token_; } 45 virtual std::string ChooseBestSaslMechanism( 46 const std::vector<std::string>& mechanisms, 50 const std::string& mechanism); 55 std::string auth_mechanism_; 56 std::string auth_token_;
|
| /external/webrtc/webrtc/system_wrappers/source/ |
| field_trial_default.cc | 13 #include <string> 22 std::string FindFullName(const std::string& name) { 24 return std::string(); 26 std::string trials_string(trials_init_string); 28 return std::string(); 34 // Find next name/value pair in field trial configuration string. 44 std::string field_name(trials_string, next_item, 46 std::string field_value(trials_string, field_name_end + 1, 53 return std::string(); [all...] |
| /frameworks/base/tools/aapt2/link/ |
| ManifestFixer.h | 20 #include <string> 33 Maybe<std::string> min_sdk_version_default; 36 Maybe<std::string> target_sdk_version_default; 41 Maybe<std::string> rename_manifest_package; 45 Maybe<std::string> rename_instrumentation_target_package; 48 Maybe<std::string> version_name_default; 51 Maybe<std::string> version_code_default; 55 Maybe<std::string> compile_sdk_version; 59 Maybe<std::string> compile_sdk_version_codename;
|
| /hardware/interfaces/drm/1.0/vts/functional/ |
| vendor_modules.h | 22 #include <string> 37 explicit VendorModules(const std::string& dir) { 47 DrmHalVTSVendorModule* getModule(const std::string& path); 52 std::vector<std::string> getPathList() const {return mPathList;} 55 std::vector<std::string> mPathList; 56 std::map<std::string, std::unique_ptr<SharedLibrary>> mOpenLibraries; 61 void scanModules(const std::string& dir); 63 inline bool endsWith(const std::string& str, const std::string& suffix) const {
|
| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
| ImapSimpleString.java | 26 private final String TAG = "ImapSimpleString"; 27 private String string; field in class:ImapSimpleString 29 /* package */ ImapSimpleString(String string) { 30 this.string = (string != null) ? string : ""; 35 string = null; 40 public String getString() [all...] |
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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> >*);
|
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...] |
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/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> >*);
|
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...] |
| /prebuilts/misc/windows/protobuf2.5/include/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> >*);
|
| /prebuilts/misc/windows/protobuf2.5/include/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...] |
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/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...] |