| /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/ |
| default_ctor.pass.cpp | 19 #include <string> 28 virtual std::string message(int) const {return std::string();}
|
| /external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ |
| ctor_error_code.pass.cpp | 19 #include <string> 27 std::string what_message(se.what()); 28 assert(what_message.find("Not a directory") != std::string::npos);
|
| ctor_int_error_category.pass.cpp | 19 #include <string> 27 std::string what_message(se.what()); 28 assert(what_message.find("Not a directory") != std::string::npos);
|
| /external/libcxx/test/std/re/re.alg/re.alg.replace/ |
| test4.pass.cpp | 27 std::string phone_book("555-1234, 555-2345, 555-3456"); 28 std::string r = std::regex_replace(phone_book, phone_numbers, 34 std::string phone_book("555-1234, 555-2345, 555-3456"); 35 std::string r = std::regex_replace(phone_book, phone_numbers, 42 std::string phone_book("555-1234, 555-2345, 555-3456"); 43 std::string r = std::regex_replace(phone_book, phone_numbers, 50 std::string phone_book("555-1234, 555-2345, 555-3456"); 51 std::string r = std::regex_replace(phone_book, phone_numbers, 58 std::string phone_book("555-1234, 555-2345, 555-3456"); 59 std::string r = std::regex_replace(phone_book, phone_numbers [all...] |
| test5.pass.cpp | 29 std::string r = std::regex_replace(phone_book, phone_numbers, 30 std::string("123-$&")); 36 std::string r = std::regex_replace(phone_book, phone_numbers, 37 std::string("123-$&"), 44 std::string r = std::regex_replace(phone_book, phone_numbers, 45 std::string("123-&"), 52 std::string r = std::regex_replace(phone_book, phone_numbers, 53 std::string("123-$&"), 60 std::string r = std::regex_replace(phone_book, phone_numbers, 61 std::string("123-$&") [all...] |
| /external/libcxx/test/std/strings/string.view/string.view.cons/ |
| from_string1.fail.cpp | 17 #include <string> 24 using string = std:: basic_string <char, dummy_char_traits>; 27 string s{"QBCDE"};
|
| from_string2.fail.cpp | 17 #include <string> 24 using string = std:: basic_string <char>; 27 string s{"QBCDE"};
|
| /external/libmojo/base/android/ |
| apk_assets.h | 8 #include <string> 26 const std::string& file_path, 33 const std::string& key,
|
| /external/libmojo/mojo/common/ |
| data_pipe_utils.h | 10 #include <string> 23 std::string* contents); 26 const std::string& source,
|
| /external/libmojo/mojo/public/cpp/bindings/ |
| disconnect_reason.h | 10 #include <string> 16 DisconnectReason(uint32_t in_custom_reason, const std::string& in_description) 20 std::string description;
|
| message_header_validator.h | 18 explicit MessageHeaderValidator(const std::string& description); 22 void SetDescription(const std::string& description); 27 std::string description_;
|
| /external/libmojo/mojo/public/cpp/bindings/tests/ |
| validation_test_input_parser.h | 11 #include <string> 113 bool ParseValidationTestInput(const std::string& input, 116 std::string* error_message);
|
| /external/libmojo/mojo/public/cpp/test_support/ |
| test_utils.h | 8 #include <string> 17 bool WriteTextMessage(const MessagePipeHandle& handle, const std::string& text); 22 bool ReadTextMessage(const MessagePipeHandle& handle, std::string* text);
|
| /external/llvm/include/llvm/DebugInfo/PDB/ |
| IPDBSourceFile.h | 15 #include <string> 30 virtual std::string getFileName() const = 0; 32 virtual std::string getChecksum() const = 0;
|
| /external/llvm/include/llvm/Support/ |
| DataStream.h | 21 #include <string> 34 std::unique_ptr<DataStreamer> getDataFileStreamer(const std::string &Filename, 35 std::string *Err);
|
| PluginLoader.h | 24 void operator=(const std::string &Filename); 26 static std::string& getPlugin(unsigned num); 31 static cl::opt<PluginLoader, false, cl::parser<std::string> >
|
| /external/llvm/test/tools/sancov/Inputs/ |
| test.cpp | 7 #include <string> 12 std::string bar(std::string str) { printf("bar\n"); return str; }
|
| /external/llvm/tools/llvm-dwp/ |
| DWPError.h | 6 #include <string> 11 DWPError(std::string Info) : Info(std::move(Info)) {} 19 std::string Info;
|
| /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
| testfrmw.c | 24 * void output(char * string, ...) 43 void output(char *string, ...) 47 va_start(ap, string); 48 vprintf(string, ap);
|
| /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
| testfrmw.c | 24 * void output(char * string, ...) 43 void output(char *string, ...) 47 va_start(ap, string); 48 vprintf(string, ap);
|
| /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
| testfrmw.c | 24 * void output(char * string, ...) 43 void output(char *string, ...) 47 va_start(ap, string); 48 vprintf(string, ap);
|
| /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
| testfrmw.c | 24 * void output(char * string, ...) 43 void output(char *string, ...) 47 va_start(ap, string); 48 vprintf(string, ap);
|
| /external/parameter-framework/upstream/parameter/ |
| BitParameterBlockType.h | 34 #include <string> 39 CBitParameterBlockType(const std::string &strName); 51 virtual std::string getKind() const;
|
| CommandHandlerWrapper.h | 41 bool process(const std::string &command, const std::vector<std::string> &arguments, 42 std::string &output) override;
|
| ConfigurationAccessContext.h | 34 #include <string> 39 CConfigurationAccessContext(std::string &strError, CParameterBlackboard *pParameterBlackboard, 43 CConfigurationAccessContext(std::string &strError, bool bSerializeOut);
|