| /system/tpm/trunks/ |
| tpm_handle.h | 22 #include <string> 36 // std::string response = handle.SendCommandAndWait(command); 47 void SendCommand(const std::string& command, 49 std::string SendCommandAndWait(const std::string& command) override; 54 TPM_RC SendCommandInternal(const std::string& command, std::string* response);
|
| /test/vts/drivers/libdrivercomm/ |
| VtsDriverFileUtil.cpp | 28 string ReadFile(const string& file_path) { 30 string content((istreambuf_iterator<char>(ifs)), 35 string GetDirFromFilePath(const string& str) { 37 if (found == string::npos) {
|
| /bootable/recovery/private/ |
| install.h | 21 #include <string> 29 int update_binary_command(const std::string& package, ZipArchiveHandle zip, 30 const std::string& binary_path, int retry_count, int status_fd, 31 std::vector<std::string>* cmd);
|
| /device/google/cuttlefish_common/host/libs/vm_manager/ |
| libvirt_manager.h | 18 #include <string> 33 std::string BuildXmlConfig() const;
|
| /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/ |
| PhysicalPresenceStrings.uni | 2 String definitions for TPM 2.0 physical presence confirm text.
17 #string TPM_HEAD_STR #language en-US "A configuration change was requested to %s this computer's TPM (Trusted Platform Module)\n\n"
18 #string TPM_PPI_HEAD_STR #language en-US "A configuration change was requested to allow the Operating System to %s the computer's TPM (Trusted Platform Module) without asking for user confirmation in the future.\n\n"
20 #string TPM_ACCEPT_KEY #language en-US "Press F10 "
21 #string TPM_CAUTION_KEY #language en-US "Press F12 "
22 #string TPM_REJECT_KEY #language en-US "to %s the TPM \nPress ESC to reject this change request and continue\n"
24 #string TPM_ENABLE #language en-US "enable"
25 #string TPM_DISABLE #language en-US "disable"
26 #string TPM_CLEAR #language en-US "clear"
27 #string TPM_SET_PCR_BANKS #language en-US "change the boot measurements to use PC (…) [all...] |
| /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/ |
| PhysicalPresenceStrings.uni | 2 String definitions for TPM 2.0 physical presence confirm text.
17 #string TPM_HEAD_STR #language en-US "A configuration change was requested to %s this computer's TPM (Trusted Platform Module)\n\n"
18 #string TPM_PPI_HEAD_STR #language en-US "A configuration change was requested to allow the Operating System to %s the computer's TPM (Trusted Platform Module) without asking for user confirmation in the future.\n\n"
20 #string TPM_ACCEPT_KEY #language en-US "Press F10 "
21 #string TPM_CAUTION_KEY #language en-US "Press F12 "
22 #string TPM_REJECT_KEY #language en-US "to %s the TPM \nPress ESC to reject this change request and continue\n"
24 #string TPM_CLEAR #language en-US "clear"
26 #string TPM_NO_PPI_INFO #language en-US "to approve future Operating System requests "
28 #string TPM_WARNING_CLEAR #language en-US "WARNING: Clearing erases information stored on the TPM. You will lose all created keys and access to data encrypted by these keys. "
29 #string TPM_NOTE_CLEAR #language en-US "NOTE: This action does not clear the TPM, but by (…) [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| ITokenSource.cs | 68 string SourceName 73 string[] TokenNames
|
| /external/clang/include/clang/Frontend/ |
| DependencyOutputOptions.h | 13 #include <string> 38 std::string OutputFile; 44 std::string HeaderIncludeOutputFile; 48 std::vector<std::string> Targets; 51 std::vector<std::string> ExtraDeps; 54 std::string ShowIncludesPretendHeader; 57 std::string DOTOutputFile; 60 std::string ModuleDependencyOutputDir;
|
| /external/deqp/framework/opengl/ |
| gluContextFactory.cpp | 29 ContextFactory::ContextFactory (const std::string& name, const std::string& description)
|
| /external/deqp/framework/randomshaders/ |
| rsgNameAllocator.hpp | 28 #include <string> 41 std::string allocate (void);
|
| /external/elfutils/libelf/ |
| elf_hash.c | 40 elf_hash (const char *string) 42 return _dl_elf_hash (string);
|
| /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/ |
| configurationackmessage.h | 18 #include <string> 32 virtual std::string ToString() const;
|
| /external/google-tv-pairing-protocol/cpp/src/polo/util/ |
| certificateutil.h | 20 #include <string> 30 // Reads an X509 certificate from a PEM encoded string. 31 // @param pem the PEM encoded string 34 static X509* X509FromPEM(std::string pem); 36 // Converts an X509 certificate to a PEM encoded string. 38 // @return a PEM encoded string of the given certificate 39 static std::string X509ToPEM(X509* x509); 41 // Loads a private key from a PEM encoded string. 42 // @param pem the PEM encoded string 46 static EVP_PKEY* PKEYFromPEM(std::string pem [all...] |
| /external/jcommander/src/main/java/com/beust/jcommander/ |
| MissingCommandException.java | 29 public MissingCommandException(String string) { 30 super(string);
|
| /external/libcxx/test/std/re/re.alg/re.alg.replace/ |
| test3.pass.cpp | 28 std::string phone_book("555-1234, 555-2345, 555-3456"); 29 std::string r = std::regex_replace(phone_book, phone_numbers, 30 std::string("123-$&")); 35 std::string phone_book("555-1234, 555-2345, 555-3456"); 36 std::string r = std::regex_replace(phone_book, phone_numbers, 37 std::string("123-$&"), 43 std::string phone_book("555-1234, 555-2345, 555-3456"); 44 std::string r = std::regex_replace(phone_book, phone_numbers, 45 std::string("123-&"), 51 std::string phone_book("555-1234, 555-2345, 555-3456") [all...] |
| /external/libcxx/test/std/strings/basic.string/string.cons/ |
| string_view.fail.cpp | 10 // <string> 14 #include <string> 17 void foo ( const string &s ) {} 22 foo(sv); // requires implicit conversion from string_view to string
|
| /external/libtextclassifier/util/java/ |
| string_utils.h | 21 #include <string> 25 bool JStringToUtf8String(JNIEnv* env, const jstring& jstr, std::string* result);
|
| /external/llvm/tools/llvm-cxxdump/ |
| llvm-cxxdump.h | 14 #include <string> 17 extern llvm::cl::list<std::string> InputFilenames;
|
| /external/parameter-framework/upstream/parameter/ |
| InstanceDefinition.h | 34 #include <string> 41 virtual std::string getKind() const;
|
| Mapper.h | 32 #include <string> 40 bool &bKeepDiving, std::string &strError) = 0;
|
| Syncer.h | 32 #include <string> 40 std::string &strError) = 0;
|
| /external/parameter-framework/upstream/parameter/include/ |
| SelectionCriterionInterface.h | 32 #include <string> 41 virtual std::string getCriterionName() const = 0;
|
| /external/parameter-framework/upstream/utility/ |
| Tokenizer.cpp | 32 using std::string; 35 const string Tokenizer::defaultDelimiters = " \n\r\t\v\f"; 37 Tokenizer::Tokenizer(const string &input, const string &delimiters, bool mergeDelimiters) 42 vector<string> Tokenizer::split() 44 vector<string> result; 45 string token; 49 if (_delimiters.find(character) != string::npos) {
|
| /external/parameter-framework/upstream/xmlserializer/ |
| XmlDocSource.h | 37 #include <string> 66 * @param[in] strRootElementType a string containing the root element type 67 * @param[in] strRootElementName a string containing the root element name 68 * @param[in] strNameAttributeName a string containing the name of the root name attribute 72 const std::string &strRootElementType = "", 73 const std::string &strRootElementName = "", 74 const std::string &strNameAttributeName = ""); 102 std::string getRootElementName() const; 106 std::string getSchemaBaseUri(); 115 void setSchemaBaseUri(const std::string &uri) [all...] |
| /external/perf_data_converter/src/quipper/ |
| run_command.h | 8 #include <string> 11 #include "compat/string.h" 19 int RunCommand(const std::vector<string>& command, std::vector<char>* output);
|