| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/ |
| Config.h | 39 std::string CPU; 41 std::vector<std::string> MAttrs; 53 /// will be the one specified by the string. Only works with the new pass 55 std::string OptPipeline; 58 // identified by the string. Only works with the new pass manager, in 60 std::string AAPipeline; 64 std::string OverrideTriple; 68 std::string DefaultTriple; 71 std::string SampleProfile; 74 std::string RemarksFilename = "" [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/ |
| Config.h | 39 std::string CPU; 41 std::vector<std::string> MAttrs; 56 /// will be the one specified by the string. Only works with the new pass 58 std::string OptPipeline; 61 // identified by the string. Only works with the new pass manager, in 63 std::string AAPipeline; 67 std::string OverrideTriple; 71 std::string DefaultTriple; 74 std::string SampleProfile; 77 std::string RemarksFilename = "" [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/ |
| Config.h | 39 std::string CPU; 41 std::vector<std::string> MAttrs; 56 /// will be the one specified by the string. Only works with the new pass 58 std::string OptPipeline; 61 // identified by the string. Only works with the new pass manager, in 63 std::string AAPipeline; 67 std::string OverrideTriple; 71 std::string DefaultTriple; 74 std::string SampleProfile; 77 std::string RemarksFilename = "" [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/ |
| Config.h | 39 std::string CPU; 41 std::vector<std::string> MAttrs; 53 /// will be the one specified by the string. Only works with the new pass 55 std::string OptPipeline; 58 // identified by the string. Only works with the new pass manager, in 60 std::string AAPipeline; 64 std::string OverrideTriple; 68 std::string DefaultTriple; 71 std::string SampleProfile; 74 std::string RemarksFilename = "" [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/ |
| Config.h | 39 std::string CPU; 41 std::vector<std::string> MAttrs; 56 /// will be the one specified by the string. Only works with the new pass 58 std::string OptPipeline; 61 // identified by the string. Only works with the new pass manager, in 63 std::string AAPipeline; 67 std::string OverrideTriple; 71 std::string DefaultTriple; 74 std::string SampleProfile; 77 std::string RemarksFilename = "" [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/ |
| Config.h | 39 std::string CPU; 41 std::vector<std::string> MAttrs; 56 /// will be the one specified by the string. Only works with the new pass 58 std::string OptPipeline; 61 // identified by the string. Only works with the new pass manager, in 63 std::string AAPipeline; 67 std::string OverrideTriple; 71 std::string DefaultTriple; 74 std::string SampleProfile; 77 std::string RemarksFilename = "" [all...] |
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/ |
| bucket_count.pass.cpp | 19 #include <string> 28 typedef std::unordered_map<int, std::string> C; 33 typedef std::unordered_map<int, std::string> C; 34 typedef std::pair<int, std::string> P; 51 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 52 min_allocator<std::pair<const int, std::string>>> C; 57 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 58 min_allocator<std::pair<const int, std::string>>> C; 59 typedef std::pair<int, std::string> P;
|
| load_factor.pass.cpp | 19 #include <string> 30 typedef std::unordered_map<int, std::string> C; 31 typedef std::pair<int, std::string> P; 47 typedef std::unordered_map<int, std::string> C; 53 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 54 min_allocator<std::pair<const int, std::string>>> C; 55 typedef std::pair<int, std::string> P; 71 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 72 min_allocator<std::pair<const int, std::string>>> C;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/ |
| load_factor.pass.cpp | 19 #include <string> 29 typedef std::unordered_multimap<int, std::string> C; 30 typedef std::pair<int, std::string> P; 46 typedef std::unordered_multimap<int, std::string> C; 52 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 53 min_allocator<std::pair<const int, std::string>>> C; 54 typedef std::pair<int, std::string> P; 70 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 71 min_allocator<std::pair<const int, std::string>>> C;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.types/ios_failure/ |
| ctor_char_pointer_error_code.pass.cpp | 17 #include <string> 23 std::string what_arg("io test message"); 26 std::string what_message(se.what()); 27 assert(what_message.find(what_arg) != std::string::npos); 28 assert(what_message.find("Is a directory") != std::string::npos); 31 std::string what_arg("io test message"); 34 std::string what_message(se.what()); 35 assert(what_message.find(what_arg) != std::string::npos); 37 (std::io_errc::stream))) != std::string::npos);
|
| ctor_string_error_code.pass.cpp | 14 // explicit failure(const string& msg, const error_code& ec = io_errc::stream); 17 #include <string> 26 std::string what_arg("io test message"); 29 std::string what_message(se.what()); 30 assert(what_message.find(what_arg) != std::string::npos); 31 assert(what_message.find("Is a directory") != std::string::npos); 34 std::string what_arg("io test message"); 37 std::string what_message(se.what()); 38 assert(what_message.find(what_arg) != std::string::npos); 40 (std::io_errc::stream))) != std::string::npos) [all...] |
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.match/ |
| parse_curly_brackets.pass.cpp | 21 #include <string> 29 std::string re("\\{a\\}"); 30 std::string target("{a}"); 39 std::string re("\\{a\\}"); 40 std::string target("{a}"); 49 std::string re("\\{a\\}"); 50 std::string target("{a}"); 59 std::string re("\\{a\\}"); 60 std::string target("{a}");
|
| /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/ |
| file_finder.cc | 25 std::string MaybeSlash(const shaderc_util::string_piece& path) { 33 std::string FileFinder::FindReadableFilepath( 34 const std::string& filename) const { 39 const std::string prefixed_filename = 46 std::string FileFinder::FindRelativeReadableFilepath( 47 const std::string& requesting_file, const std::string& filename) const { 53 if (last_slash != std::string::npos) { 64 const std::string relative_filename =
|
| /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/ |
| name_mapper.h | 19 #include <string> 31 using NameMapper = std::function<std::string(uint32_t)>; 78 std::string NameForId(uint32_t id); 81 // Transforms the given string so that it is acceptable as an Id name in 83 std::string Sanitize(const std::string& suggested_name); 89 void SaveName(uint32_t id, const std::string& suggested_name); 108 std::string NameForEnumOperand(spv_operand_type_t type, uint32_t word); 112 std::unordered_map<uint32_t, std::string> name_for_id_; 114 std::unordered_set<std::string> used_names_ [all...] |
| /system/core/adb/ |
| commandline.h | 43 static void OnStream(std::string* string, FILE* stream, const char* buffer, int length) { 44 if (string != nullptr) { 45 string->append(buffer, length); 57 // stream or to a string 63 DefaultStandardStreamsCallback(std::string* stdout_str, std::string* stderr_str) 80 std::string* stdout_str_; 81 std::string* stderr_str_; 95 const std::string& command, bool disable_shell_protocol [all...] |
| /system/core/fs_mgr/ |
| fs_mgr_boot_config.cpp | 17 #include <string> 28 bool fs_mgr_get_boot_config_from_kernel_cmdline(const std::string& key, std::string* out_val) { 31 std::string cmdline; 32 std::string cmdline_key("androidboot." + key); 35 std::vector<std::string> pieces = android::base::Split(entry, "="); 51 bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) { 67 std::string file_name = get_android_dt_dir() + "/" + key;
|
| /system/libhidl/transport/include/hidl/ |
| ServiceManagement.h | 20 #include <string> 42 void onRegistration(const std::string &packageName, 43 const std::string &interfaceName, 44 const std::string &instanceName); 47 void waitForHwService(const std::string &interface, const std::string &instanceName); 49 void preloadPassthroughService(const std::string &descriptor); 57 sp<::android::hidl::base::V1_0::IBase> getRawServiceInternal(const std::string& descriptor, 58 const std::string& instance,
|
| /system/netd/server/ |
| IptablesRestoreController.h | 33 virtual int execute(const IptablesTarget target, const std::string& commands, 34 std::string* output) = 0; 45 int execute(const IptablesTarget target, const std::string& commands, 46 std::string* output) override; 76 int sendCommand(const IptablesProcessType type, const std::string& command, 77 std::string *output); 80 const std::string& command, 81 std::string *output); 84 const std::string& command);
|
| /system/nvram/hal/include/nvram/hal/tests/ |
| scoped_nvram_device.h | 20 #include <string> 59 const std::string& authorization_value); 61 const std::string& authorization_value); 64 const std::string& data, 65 const std::string& authorization_value); 68 const std::string& authorization_value, 69 std::string* data); 72 const std::string& authorization_value); 74 const std::string& authorization_value);
|
| /system/tools/hidl/c2hal/ |
| AST.h | 26 #include <string> 38 AST(const std::string &path, 39 const std::string &outputDir, 40 const std::string &package, 49 const std::string &getFilename() const; 66 std::string mPath; 67 std::string mOutputDir; 68 std::string mPackage; 80 const std::string getFileDir() const;
|
| /system/tpm/attestation/server/ |
| attestation_service.h | 23 #include <string> 111 const std::string& attestation_ca_origin() { return attestation_ca_origin_; } 181 bool CreateEnrollRequest(std::string* enroll_request); 185 // |server_error| to the error string from the CA. 186 bool FinishEnroll(const std::string& enroll_response, 187 std::string* server_error); 192 bool CreateCertificateRequest(const std::string& username, 195 const std::string& origin, 196 std::string* certificate_request, 197 std::string* message_id) [all...] |
| database_impl.h | 22 #include <string> 36 virtual bool Read(std::string* data) = 0; 38 virtual bool Write(const std::string& data) = 0; 62 bool Read(std::string* data) override; 63 bool Write(const std::string& data) override; 71 bool EncryptProtobuf(std::string* encrypted_output); 75 bool DecryptProtobuf(const std::string& encrypted_input); 80 std::string database_key_; 81 std::string sealed_database_key_;
|
| /system/tpm/trunks/ |
| password_authorization_delegate.cc | 28 const std::string& password) { 35 const std::string& command_hash, 38 std::string* authorization) { 54 const std::string& response_hash, 55 const std::string& authorization) { 57 std::string mutable_auth_string(authorization); 58 std::string auth_bytes; 63 LOG(ERROR) << __func__ << ": Authorization string was of wrong length."; 86 std::string* parameter) { 91 std::string* parameter) [all...] |
| /system/update_engine/common/ |
| action_unittest.cc | 20 #include <string> 23 using std::string; 34 typedef string OutputObjectType; 35 typedef string InputObjectType; 41 typedef string InputObjectType; 42 typedef string OutputObjectType; 43 ActionPipe<string>* in_pipe() { return in_pipe_.get(); } 44 ActionPipe<string>* out_pipe() { return out_pipe_.get(); } 51 string Type() const { return "ActionTestAction"; }
|
| /test/vts/drivers/hal/server/ |
| VtsHalDriverServerMain.cpp | 26 #include <string> 70 string spec_dir_path = kDefaultSpecDirPath; 71 string callback_socket_name = ""; 72 string server_socket_path; 73 string service_name; 87 spec_dir_path = string(optarg); 91 callback_socket_name = string(optarg); 96 server_socket_path = string(optarg); 100 service_name = string(optarg);
|