| /system/core/base/include/android-base/ |
| parsenetaddress.h | 20 #include <string> 32 bool ParseNetAddress(const std::string& address, std::string* host, int* port, 33 std::string* canonical_address, std::string* error);
|
| /system/core/fs_mgr/ |
| fs_mgr_priv_boot_config.h | 21 #include <string> 23 bool fs_mgr_get_boot_config_from_kernel_cmdline(const std::string& key, std::string* out_val); 24 bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val);
|
| /test/vts/agents/hal/ |
| SocketClientToDriver.h | 20 #include <string> 43 int32_t LoadHal(const string& file_path, int target_class, int target_type, 44 float target_version, const string& target_package, 45 const string& target_component_name, 46 const string& hw_binder_service_name, 47 const string& module_name); 50 string GetFunctions(); 53 string ReadSpecification(const string& component_name, int target_class, 55 const string& target_package) [all...] |
| /system/extras/simpleperf/ |
| get_test_data.h | 20 #include <string> 24 std::string GetTestData(const std::string& filename); 25 const std::string& GetTestDataDir(); 28 static const std::string ELF_FILE = "elf"; 29 static const std::string ELF_FILE_WITH_MINI_DEBUG_INFO = "elf_with_mini_debug_info"; 33 static const std::string PERF_DATA = "perf.data"; 37 static const std::string PERF_DATA_WITH_MULTIPLE_PIDS_AND_TIDS = "perf_with_multiple_pids_and_tids.data"; 40 static const std::string CALLGRAPH_FP_PERF_DATA = "perf_g_fp.data"; 42 static const std::string BRANCH_PERF_DATA = "perf_b.data" [all...] |
| /external/webrtc/webrtc/modules/utility/include/ |
| helpers_ios.h | 16 #include <string> 23 std::string StdStringFromNSString(NSString* nsString); 25 // Return thread ID as a string. 26 std::string GetThreadId(); 28 // Return thread ID as string suitable for debug logging. 29 std::string GetThreadInfo(); 31 // Returns [NSThread currentThread] description as string. 33 std::string GetCurrentThreadDescription(); 35 std::string GetAudioSessionCategory(); 38 std::string GetSystemName() [all...] |
| /system/bt/osi/include/ |
| hash_map_utils.h | 21 #include <string> 24 // Creates a hash map based on the |params| string containing key and value 33 std::unordered_map<std::string, std::string> 40 std::unordered_map<std::string, std::string>& map);
|
| /system/tools/hidl/utils/include/hidl-util/ |
| StringHelper.h | 21 #include <string> 29 // return original string 43 static std::string Uppercase(const std::string &in); 45 static std::string Lowercase(const std::string &in); 47 static std::string Capitalize(const std::string &in); 50 static std::string ToCamelCase(const std::string &in) [all...] |
| /external/parameter-framework/upstream/parameter/include/ |
| ParameterMgrFullConnector.h | 41 #include <string> 55 /** String list type which can hold list of error/info and can be presented to client */ 56 typedef std::list<std::string> Results; 58 CParameterMgrFullConnector(const std::string &strConfigurationFilePath); 89 bool setTuningMode(bool bOn, std::string &strError); 100 bool setAutoSync(bool bAutoSyncOn, std::string &strError); 102 bool sync(std::string &strError); 105 bool accessParameterValue(const std::string &strPath, std::string &strValue, bool bSet, 106 std::string &strError) [all...] |
| /system/core/init/ |
| host_init_stubs.cpp | 27 std::string GetProperty(const std::string&, const std::string& default_value) { 31 bool GetBoolProperty(const std::string&, bool default_value) { 42 std::string default_console = "/dev/console"; 45 uint32_t (*property_set)(const std::string& name, const std::string& value) = nullptr; 46 uint32_t HandlePropertySet(const std::string&, const std::string&, const std::string&, const ucred& [all...] |
| uevent.h | 20 #include <string> 26 std::string action; 27 std::string path; 28 std::string subsystem; 29 std::string firmware; 30 std::string partition_name; 31 std::string device_name;
|
| /test/vts/drivers/hal/common/include/utils/ |
| InterfaceSpecUtil.h | 20 #include <string> 37 string GetFunctionNamePrefix(const ComponentSpecificationMessage& message); 39 // Get HAL version string to be used to build a relevant dir path. 40 string GetVersionString(float version, bool for_macro=false); 43 string GetHidlHalDriverLibName(const string& package_name, const float version); 46 string GetInterfaceFQName(const string& package_name, const float version, 47 const string& interface_name); 51 string GetPackageName(const string& type_name) [all...] |
| /external/tensorflow/tensorflow/python/framework/ |
| python_op_gen_internal.h | 30 bool IsPythonReserved(const string& s); 33 string AvoidPythonReserved(const string& s); 37 string AttrValueToPython(const string& type, const AttrValue& value, 38 const string& dtype_module = "tf."); 40 void GenerateLowerCaseOpName(const string& str, string* result); 42 string DataTypeToPython(DataType dtype, const string& dtype_module) [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| AccessibilityContentDescriptions.java | 14 R.string.accessibility_no_phone, 15 R.string.accessibility_phone_one_bar, 16 R.string.accessibility_phone_two_bars, 17 R.string.accessibility_phone_three_bars, 18 R.string.accessibility_phone_signal_full 22 R.string.accessibility_no_data, 23 R.string.accessibility_data_one_bar, 24 R.string.accessibility_data_two_bars, 25 R.string.accessibility_data_three_bars, 26 R.string.accessibility_data_signal_ful [all...] |
| /system/tpm/attestation/server/ |
| key_store.h | 20 #include <string> 36 virtual bool Read(const std::string& username, 37 const std::string& key_label, 38 std::string* key_data) = 0; 43 virtual bool Write(const std::string& username, 44 const std::string& key_label, 45 const std::string& key_data) = 0; 49 virtual bool Delete(const std::string& username, 50 const std::string& key_label) = 0; 54 virtual bool DeleteByPrefix(const std::string& username [all...] |
| /external/parameter-framework/upstream/utility/ |
| Tokenizer.h | 34 #include <string> 39 * Must be initialized with a string to be tokenized and, optionally, a string 47 * @param[in] input The string to be tokenized 48 * @param[in] delimiters A string containing all the token delimiters 54 Tokenizer(const std::string &input, const std::string &delimiters = defaultDelimiters, 60 std::vector<std::string> split(); 63 static const std::string defaultDelimiters; 66 const std::string _input; //< string to be tokenize [all...] |
| DynamicLibrary.hpp | 34 #include <string> 45 DynamicLibrary(const std::string &path); 55 SymbolType getSymbol(const std::string &symbol) const 67 void *osGetSymbol(const std::string &symbol) const; 75 static std::string osSanitizePathName(const std::string &path); 85 const std::string _path; 91 static const std::string _osLibraryPrefix; 92 static const std::string _osLibrarySuffix;
|
| /external/parameter-framework/upstream/xmlserializer/ |
| XmlMemoryDocSource.h | 32 #include <string> 47 * @param[in] strRootElementType a string containing the root element type 48 * @param[in] strProduct a string containing the product name 49 * @param[in] strVersion a string containing the version number 53 const std::string &strRootElementType, const std::string &strProduct = "", 54 const std::string &strVersion = ""); 80 std::string _strXmlSchemaFile; 83 std::string _strProduct; 84 std::string _strVersion [all...] |
| /external/pdfium/testing/utils/ |
| path_service.h | 8 #include <string> 20 static bool EndsWithSeparator(const std::string& path); 23 static bool GetExecutableDir(std::string* path); 28 static bool GetSourceDir(std::string* path); 32 static bool GetTestDataDir(std::string* path); 35 static bool GetTestFilePath(const std::string& file_name, std::string* path);
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| name_uniquer.h | 19 #include <string> 36 explicit NameUniquer(const string& separator = "__"); 38 // Get a sanitized unique name in a string, with an optional prefix for 40 string GetUniqueName(tensorflow::StringPiece prefix = ""); 44 static string GetSanitizedName(const string& name); 47 // The string to use to separate the prefix of the name from the uniquing 49 string separator_; 53 std::unordered_map<string, int64> generated_names_;
|
| /system/tpm/attestation/common/ |
| mock_tpm_utility.h | 22 #include <string> 36 static std::string Transform(const std::string& method, 37 const std::string& input); 41 bool(const std::string&, 42 const std::string&, 43 const std::string&, 44 const std::string&, 45 const std::string&, 46 std::string*)); [all...] |
| /external/syslinux/gpxe/src/hci/ |
| editstring.c | 22 #include <string.h> 32 static void insert_delete ( struct edit_string *string, size_t delete_len, 35 static void insert_character ( struct edit_string *string, 37 static void delete_character ( struct edit_string *string ) __nonnull; 38 static void backspace ( struct edit_string *string ) __nonnull; 39 static void kill_eol ( struct edit_string *string ) __nonnull; 42 * Insert and/or delete text within an editable string 44 * @v string Editable string 48 static void insert_delete ( struct edit_string *string, size_t delete_len [all...] |
| /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/ |
| pairingrequestmessage.h | 18 #include <string> 32 explicit PairingRequestMessage(const std::string& service_name); 38 PairingRequestMessage(const std::string& service_name, 39 const std::string& client_name); 42 std::string service_name() const; 45 std::string client_name() const; 51 virtual std::string ToString() const; 53 std::string service_name_; 54 std::string client_name_;
|
| /external/parameter-framework/upstream/parameter/ |
| PathNavigator.h | 33 #include <string> 39 CPathNavigator(const std::string &strPath); 45 bool navigateThrough(const std::string &strItemName, std::string &strError); 48 std::string *next(); 51 std::string getCurrentPath() const; 54 void init(const std::string &strPath); 55 static bool checkPathFormat(const std::string &strUpl); 58 std::vector<std::string> _astrItems;
|
| /art/libdexfile/dex/ |
| descriptors_names.h | 20 #include <string> 29 // "[[I" would be "int[][]", "[Ljava/lang/String;" would be 30 // "java.lang.String[]", and so forth. 31 void AppendPrettyDescriptor(const char* descriptor, std::string* result); 32 std::string PrettyDescriptor(const char* descriptor); 33 std::string PrettyDescriptor(Primitive::Type type); 37 std::string MangleForJni(const std::string& s); 39 std::string GetJniShortName(const std::string& class_name, const std::string& method_name) [all...] |
| /art/tools/checker/common/ |
| testing.py | 15 def ToUnicode(string): 16 """ Converts a string into Unicode. 19 is not `None`, because `unicode` turns it into an actual "None" string. 21 assert string is not None 22 return unicode(string)
|