| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/ |
| CodeGenOptions.h | 23 #include <string> 110 std::string CodeModel; 115 std::string CoverageDataFile; 118 std::string CoverageNotesFile; 120 /// The version string to put into coverage files. 124 std::string DebugPass; 126 /// The string to embed in debug information as the current working directory. 127 std::string DebugCompilationDir; 129 /// The string to embed in the debug information for the compile unit, if 131 std::string DwarfDebugFlags [all...] |
| /system/security/keystore/include/keystore/ |
| keystore_client_impl.h | 21 #include <string> 37 bool encryptWithAuthentication(const std::string& key_name, const std::string& data, 38 int32_t flags, std::string* encrypted_data) override; 39 bool decryptWithAuthentication(const std::string& key_name, const std::string& encrypted_data, 40 std::string* data) override; 41 bool oneShotOperation(KeyPurpose purpose, const std::string& key_name, 43 const std::string& input_data, const std::string& signature_to_verify [all...] |
| /external/protobuf/src/google/protobuf/io/ |
| printer.cc | 74 map<string, pair<size_t, size_t> >::const_iterator iter = 90 const string& file_path, const vector<int>& path) { 109 void Printer::Print(const map<string, string>& variables, const char* text) { 140 string varname(text + pos, endpos - pos); 146 map<string, string>::const_iterator iter = variables.find(varname); 152 pair<map<string, pair<size_t, size_t> >::iterator, bool> inserted = 175 static map<string, string> empty [all...] |
| /art/libartbase/base/ |
| file_magic.h | 21 #include <string> 28 File OpenAndReadMagic(const char* filename, uint32_t* magic, std::string* error_msg); 31 bool ReadMagicAndReset(int fd, uint32_t* magic, std::string* error_msg);
|
| /art/runtime/ |
| native_bridge_art_interface.h | 22 #include <string> 29 bool LoadNativeBridge(const std::string& native_bridge_library_filename); 32 void PreInitializeNativeBridge(const std::string& dir);
|
| /bionic/tools/versioner/src/ |
| Utils.cpp | 21 #include <string.h> 25 #include <string> 32 std::string getWorkingDir() { 40 std::vector<std::string> collectHeaders(const std::string& directory, 41 const std::unordered_set<std::string>& ignored_directories) { 42 std::vector<std::string> headers; 74 std::string path = ent->fts_path; 85 llvm::StringRef StripPrefix(llvm::StringRef string, llvm::StringRef prefix) { 86 if (string.startswith(prefix)) [all...] |
| /bootable/recovery/ |
| common.h | 23 #include <string> 35 extern std::string stage; 47 bool reboot(const std::string& command);
|
| /build/kati/ |
| file_cache.h | 18 #include <string> 30 virtual Makefile* ReadMakefile(const string& filename) = 0; 31 virtual void GetAllFilenames(unordered_set<string>* out) = 0;
|
| /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/ |
| UsbCredentialProviderStrings.uni | 2 String definitions for the USB Credential Provider.
18 #string STR_CREDENTIAL_TITLE #language en-US "USB Credential Provider"
20 #string STR_NULL_STRING #language en-US ""
22 #string STR_PROVIDER_NAME #language en-US "INTEL USB Credential Provider"
24 #string STR_PROVIDER_TYPE_NAME #language en-US "Secure Card Credential Provider"
26 #string STR_READ_USB_TOKEN_ERROR #language en-US "Read USB Token File Error!"
28 #string STR_INSERT_USB_TOKEN #language en-US "Please insert USB key with Token"
|
| /external/apache-xml/src/main/java/org/apache/xml/utils/ |
| XMLStringFactory.java | 30 * Create a new XMLString from a Java string. 33 * @param string Java String reference, which must be non-null. 35 * @return An XMLString object that wraps the String reference. 37 public abstract XMLString newstr(String string); 43 * @param string FastStringBuffer reference, which must be non-null. 49 public abstract XMLString newstr(FastStringBuffer string, int start, 56 * @param string FastStringBuffer reference, which must be non-null. 62 public abstract XMLString newstr(char[] string, int start, [all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
| DERGraphicString.java | 12 private final byte[] string; field in class:DERGraphicString 15 * return a Graphic String from the passed in object 45 * return a Graphic String from a tagged object. 72 * @param string the byte encoding of the characters making up the string. 75 byte[] string) 77 this.string = Arrays.clone(string); 82 return Arrays.clone(string); 92 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length [all...] |
| DERVideotexString.java | 12 private final byte[] string; field in class:DERVideotexString 15 * return a Videotex String from the passed in object 45 * return a Videotex String from a tagged object. 72 * @param string the byte encoding of the characters making up the string. 75 byte[] string) 77 this.string = Arrays.clone(string); 82 return Arrays.clone(string); 92 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length [all...] |
| /external/elfutils/libelf/ |
| elf_gnu_hash.c | 40 elf_gnu_hash (const char *string) 43 for (unsigned char c = *string; c != '\0'; c = *++string)
|
| /external/flatbuffers/grpc/src/compiler/ |
| go_generator.h | 48 grpc::string custom_method_io_type; 51 grpc::string package_name; 55 grpc::string GenerateServiceSource(grpc_generator::File *file,
|
| /external/google-breakpad/src/processor/ |
| module_factory.h | 49 const string &name) const = 0; 56 const string &name) const { 65 const string &name) const {
|
| /external/google-tv-pairing-protocol/cpp/src/polo/encoding/ |
| hexadecimalencoder.h | 18 #include <string> 30 virtual std::string EncodeToString( 35 const std::string& secret) const;
|
| secretencoder.h | 19 #include <string> 33 // Encodes a byte array representation of a secret to a string. 35 // @return a string representation of the given secret 36 virtual std::string EncodeToString( 39 // Decodes the string representation of the secret to a byte array. 40 // @param secret a string representation of the secret 43 const std::string& secret) const = 0;
|
| /external/libchrome/base/ |
| base64url.h | 8 #include <string> 25 // Encodes the |input| string in base64url, defined in RFC 4648: 32 std::string* output); 45 // Decodes the |input| string in base64url, defined in RFC 4648: 52 std::string* output) WARN_UNUSED_RESULT;
|
| guid.h | 10 #include <string> 23 // If GUID generation fails an empty string is returned. 24 BASE_EXPORT std::string GenerateGUID(); 26 // Returns true if the input string conforms to the version 4 GUID format. 30 // given string is valid output string) 33 // Returns true if the input string is valid version 4 GUID output string. 39 BASE_EXPORT std::string RandomDataToGUIDString(const uint64_t bytes[2]);
|
| sha1.h | 10 #include <string> 20 // Computes the SHA-1 hash of the input string |str| and returns the full 22 BASE_EXPORT std::string SHA1HashString(const std::string& str);
|
| /external/libchrome/base/metrics/ |
| user_metrics.h | 8 #include <string> 33 // string literal parameter and not a variable e.g. 56 BASE_EXPORT void RecordComputedAction(const std::string& action); 58 // Called with the action string. 59 typedef Callback<void(const std::string&)> ActionCallback;
|
| /external/libchrome/crypto/ |
| nss_crypto_module_delegate.h | 8 #include <string> 36 virtual std::string RequestPassword(const std::string& slot_name, bool retry,
|
| p224_spake.h | 10 #include <string> 62 // GetNextMessage returns a byte string which must be passed to the other 64 const std::string& GetNextMessage(); 72 const std::string& error() const; 76 const std::string& GetKey() const; 80 const std::string& GetUnverifiedKey() const; 98 void SetXForTesting(const std::string& x); 103 std::string next_message_; 104 std::string error_; 109 const std::string& client_masked_dh [all...] |
| /external/libcxx/test/libcxx/strings/basic.string/string.modifiers/ |
| insert_iter_size_char_db1.pass.cpp | 10 // <string> 18 #include <string> 25 std::string s; 26 std::string s2;
|
| /external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/ |
| default.pass.cpp | 18 #include <string> 25 std::string s("dog"); 27 assert(out.str() == std::string("123 4.5 dog"));
|