| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/java/ |
| java_names.h | 41 #include <string> 59 string ClassName(const Descriptor* descriptor); 66 string ClassName(const EnumDescriptor* descriptor); 73 string ClassName(const FileDescriptor* descriptor); 80 string ClassName(const ServiceDescriptor* descriptor);
|
| /system/bt/service/common/bluetooth/util/ |
| atomic_string.h | 20 #include <string> 26 // A simple atomic container class for std::string. 29 explicit AtomicString(const std::string& str); 32 std::string Get() const; 33 void Set(const std::string& str); 37 std::string str_;
|
| /system/core/init/ |
| reboot.h | 20 #include <string> 26 void __attribute__((noreturn)) RebootSystem(unsigned int cmd, const std::string& rebootTarget); 30 * reason Reason string like "reboot", "shutdown,userrequested" 31 * rebootTarget Reboot target string like "bootloader". Otherwise, it should be an 32 * empty string. 35 void DoReboot(unsigned int cmd, const std::string& reason, const std::string& rebootTarget, 39 bool HandlePowerctlMessage(const std::string& command);
|
| /system/libvintf/ |
| utils-common.cpp | 26 std::string PropertyFetcher::getProperty(const std::string&, 27 const std::string& defaultValue) const { 31 uint64_t PropertyFetcher::getUintProperty(const std::string&, uint64_t, 36 bool PropertyFetcher::getBoolProperty(const std::string&, bool defaultValue) const {
|
| /system/tpm/trunks/ |
| command_transceiver.h | 20 #include <string> 30 typedef base::Callback<void(const std::string& response)> ResponseCallback; 38 virtual void SendCommand(const std::string& command, 44 virtual std::string SendCommandAndWait(const std::string& command) = 0;
|
| /system/vold/fs/ |
| Exfat.h | 22 #include <string> 30 status_t Check(const std::string& source); 31 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, 33 status_t Format(const std::string& source);
|
| F2fs.h | 22 #include <string> 30 status_t Check(const std::string& source); 31 status_t Mount(const std::string& source, const std::string& target); 32 status_t Format(const std::string& source);
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| cpu-h8500.c | 31 const char *string) 33 if (strcmp (string,"h8/500") == 0) 35 if (strcmp (string,"H8/500") == 0) 37 if (strcmp (string,"h8500") == 0) 39 if (strcmp (string,"H8500") == 0)
|
| /external/libbrillo/brillo/ |
| mime_utils.h | 8 #include <string> 71 using Parameters = std::vector<std::pair<std::string, std::string>>; 73 // Combine a MIME type, subtype and parameters into a MIME string. 76 BRILLO_EXPORT std::string Combine( 77 const std::string& type, 78 const std::string& subtype, 81 // Splits a MIME string into type and subtype. 83 BRILLO_EXPORT bool Split(const std::string& mime_string, 84 std::string* type [all...] |
| /external/webrtc/webrtc/base/ |
| messagedigest.h | 14 #include <string> 43 static MessageDigest* Create(const std::string& alg); 47 bool IsFips180DigestAlgorithm(const std::string& alg); 60 size_t ComputeDigest(const std::string& alg, const void* input, size_t in_len, 63 // returns it as a hex-encoded string. 64 std::string ComputeDigest(MessageDigest* digest, const std::string& input); 66 // the desired digest name |alg|, e.g. DIGEST_SHA_1. Returns empty string if 68 std::string ComputeDigest(const std::string& alg, const std::string& input) [all...] |
| /prebuilts/misc/common/swig/include/2.0.11/go/ |
| std_string.i | 4 * Typemaps for std::string and const std::string& 5 * These are mapped to a Go 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 %typemap(gotype) string, const string & "string [all...] |
| /external/parameter-framework/upstream/parameter/ |
| ParameterMgrFullConnector.cpp | 38 using std::string; 40 CParameterMgrFullConnector::CParameterMgrFullConnector(const string &strConfigurationFilePath) 52 std::string error; 58 std::string error; 64 std::string error; 68 bool CParameterMgrFullConnector::setTuningMode(bool bOn, string &strError) 98 bool CParameterMgrFullConnector::setAutoSync(bool bAutoSyncOn, string &strError) 108 bool CParameterMgrFullConnector::sync(string &strError) 113 bool CParameterMgrFullConnector::accessParameterValue(const string &strPath, string &strValue [all...] |
| /external/boringssl/src/ssl/test/ |
| test_config.h | 18 #include <string> 27 std::string write_settings; 31 std::string key_file; 32 std::string cert_file; 33 std::string expected_server_name; 34 std::string expected_certificate_types; 36 std::string advertise_npn; 37 std::string expected_next_proto; 39 std::string select_next_proto; 49 std::string expected_channel_id [all...] |
| /external/webrtc/webrtc/modules/utility/source/ |
| helpers_ios.mm | 28 NSString* NSStringFromStdString(const std::string& stdString) { 29 // std::string may contain null termination character so we construct 36 std::string StdStringFromNSString(NSString* nsString) { 38 return std::string(reinterpret_cast<const char*>([charData bytes]), 56 std::string GetCurrentThreadDescription() { 61 std::string GetAudioSessionCategory() { 66 std::string GetSystemName() { 71 std::string GetSystemVersion() { 81 std::string GetDeviceType() { 86 std::string GetDeviceName() [all...] |
| /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
| SecureBootConfigStrings.uni | 2 String definitions for Secure Boot Configuration form.
17 #string STR_SECUREBOOT_TITLE #language en-US "Secure Boot Configuration"
18 #string STR_SECUREBOOT_HELP #language en-US "Press <Enter> to select Secure Boot options."
20 #string STR_NULL #language en-US ""
22 #string STR_SECURE_BOOT_STATE_PROMPT #language en-US "Current Secure Boot State"
23 #string STR_SECURE_BOOT_STATE_HELP #language en-US "Current Secure Boot state: enabled or disabled."
24 #string STR_SECURE_BOOT_STATE_CONTENT #language en-US " "
26 #string STR_SECURE_BOOT_PROMPT #language en-US "Attempt Secure Boot"
27 #string STR_SECURE_BOOT_HELP #language en-US "Enable/Disable the Secure Boot feature after platform reset"
29 #string STR_SECURE_BOOT_ENROLL_SIGNATURE #language en-US "Enroll Signature" [all...] |
| /external/swiftshader/third_party/LLVM/tools/bugpoint/ |
| ToolRunner.h | 42 std::vector<std::string> gccArgs; // GCC-specific arguments.
44 const std::vector<std::string> *GCCArgs)
51 static GCC *create(std::string &Message,
52 const std::string &GCCBinary,
53 const std::vector<std::string> *Args);
62 int ExecuteProgram(const std::string &ProgramFile,
63 const std::vector<std::string> &Args,
65 const std::string &InputFile,
66 const std::string &OutputFile,
67 std::string *Error = 0, [all...] |
| /external/flatbuffers/include/flatbuffers/ |
| code_generators.h | 52 void SetValue(const std::string& key, const std::string& value) { 60 void operator+=(std::string text); 62 // Returns the current contents of the CodeWriter as a std::string. 63 std::string ToString() const { return stream_.str(); } 66 std::map<std::string, std::string> value_map_; 74 static std::string NamespaceDir(const Parser &parser, 75 const std::string &path, 79 BaseGenerator(const Parser &parser, const std::string &path [all...] |
| /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
| Strings.java | 25 * Static utility methods pertaining to {@code String} or {@code CharSequence} 35 * Returns the given string if it is non-null; the empty string otherwise. 37 * @param string the string to test and possibly return 38 * @return {@code string} itself if it is non-null; {@code ""} if it is null 40 public static String nullToEmpty(String string) { 41 return (string == null) ? "" : string [all...] |
| /system/extras/simpleperf/ |
| read_apk.h | 24 #include <string> 38 EmbeddedElf(const std::string& filepath, 39 const std::string& entry_name, 50 const std::string &filepath() const { return filepath_; } 53 const std::string &entry_name() const { return entry_name_; } 62 std::string filepath_; // containing APK path 63 std::string entry_name_; // name of entry in zip index of embedded elf file 74 static bool FindOffsetInApkByName(const std::string& apk_path, 75 const std::string& elf_filename, 77 static EmbeddedElf* FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) [all...] |
| /device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/ |
| TlsAuthConfigDxeStrings.uni | 2 String definitions for Tls Authentication Configuration form. 17 #string STR_TLS_AUTH_CONFIG_TITLE #language en-US "Tls Auth Configuration" 18 #string STR_TLS_AUTH_CONFIG_HELP #language en-US "Press <Enter> to select Tls Auth Configuration." 20 #string STR_TLS_AUTH_CONFIG_SERVER_CA #language en-US "Server CA Configuration" 21 #string STR_TLS_AUTH_CONFIG_SERVER_CA_HELP #language en-US "Press <Enter> to configure Server CA." 22 #string STR_TLS_AUTH_CONFIG_CLIENT_CERT #language en-US "Client Cert Configuration" 23 #string STR_TLS_AUTH_CONFIG_CLIENT_CERT_HELP #language en-US "Client cert configuration is unsupported currently." 25 #string STR_TLS_AUTH_CONFIG_ENROLL_CERT #language en-US "Enroll Cert" 26 #string STR_TLS_AUTH_CONFIG_ENROLL_CERT_HELP #language en-US "Press <Enter> to enroll cert." 27 #string STR_TLS_AUTH_CONFIG_DELETE_CERT #language en-US "Delete Cert" [all...] |
| /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/ |
| TrEEConfigStrings.uni | 2 String definitions for TCG configuration form.
17 #string STR_TREE_TITLE #language en-US "TrEE Configuration"
18 #string STR_TREE_HELP #language en-US "Press <Enter> to select TrEE Setup options."
20 #string STR_TREE_DEVICE_STATE_PROMPT #language en-US "Current TPM Device"
21 #string STR_TREE_DEVICE_STATE_HELP #language en-US "Current TPM Device: Disable, TPM1.2, or TPM2.0"
22 #string STR_TREE_DEVICE_STATE_CONTENT #language en-US ""
24 #string STR_TREE_DEVICE_PROMPT #language en-US "Attempt TPM Device"
25 #string STR_TREE_DEVICE_HELP #language en-US "Attempt TPM Device: Disable, TPM1.2, or TPM2.0"
26 #string STR_TREE_DEVICE_CONTENT #language en-US ""
28 #string STR_TREE_PP_OPERATION #language en-US "TPM2 Physical Presence Operation" [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
| StringExtensions.cs | 42 public static char charAt( string str, int index ) 48 public static bool endsWith( string str, string value ) 54 public static int indexOf( string str, char value ) 60 public static int indexOf( string str, char value, int startIndex ) 66 public static int indexOf( string str, string value ) 72 public static int indexOf( string str, string value, int startIndex ) 78 public static int lastIndexOf( string str, char value [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
| StringExtensions.cs | 43 public static char charAt( this string str, int index ) 49 public static bool endsWith( this string str, string value ) 55 public static int indexOf( this string str, char value ) 61 public static int indexOf( this string str, char value, int startIndex ) 67 public static int indexOf( this string str, string value ) 73 public static int indexOf( this string str, string value, int startIndex ) 79 public static int lastIndexOf( this string str, char value [all...] |
| /external/tensorflow/tensorflow/core/protobuf/ |
| master.proto | 43 // The target string used from the client's perspective. 44 string target = 3; 52 string session_handle = 1; 80 string session_handle = 1; 113 string session_handle = 1; 121 repeated string fetch = 3; 125 repeated string target = 4; 132 string partial_run_handle = 6; 155 string status_error_message = 4; 171 string session_handle = 1 [all...] |
| /prebuilts/misc/common/swig/include/2.0.11/php/ |
| std_string.i | 4 * SWIG typemaps for std::string types 8 // std::string is typemapped by value 9 // This can prevent exporting methods which return a string 17 #include <string> 22 %naturalvar string; 24 class string; 26 %typemap(typecheck,precedence=SWIG_TYPECHECK_STRING) string, const string& %{ 30 %typemap(in) string %{ 35 %typemap(directorout) string % [all...] |