Searched
refs:string (Results
4501 -
4525 of
46739) sorted by null
<<181182183184185186187188189190>>
| /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/ |
| configurationmessage.h | 18 #include <string> 43 virtual std::string ToString() const;
|
| /external/googletest/googletest/xcode/Samples/FrameworkSample/ |
| widget.cc | 40 Widget::Widget(int number, const std::string& name) 54 std::string Widget::GetStringValue() const {
|
| widget_test.cc | 38 #include <string> 48 EXPECT_EQ(std::string("name"), widget.GetStringValue()); 51 // This test verifies the conversion of the float and string values to int and
|
| /external/junit/src/main/java/org/junit/internal/runners/ |
| InitializationError.java | 30 public InitializationError(String string) { 31 this(new Exception(string));
|
| /external/junit/src/main/java/org/junit/runners/model/ |
| InitializationError.java | 35 * with message {@code string} 37 public InitializationError(String string) { 38 this(new Exception(string));
|
| /external/libbrillo/brillo/dbus/ |
| dbus_signal.cc | 13 const std::string& interface_name, 14 const std::string& signal_name)
|
| /external/libbrillo/brillo/ |
| syslog_logging.cc | 9 #include <string> 29 static std::string s_ident; 30 static std::string s_accumulated; 40 const std::string& message) { 111 std::string GetLog() { 117 bool FindLog(const char* string) { 118 return s_accumulated.find(string) != std::string::npos;
|
| variant_dictionary_unittest.cc | 5 #include <string> 17 dictionary.emplace("b", "string"); 21 EXPECT_EQ("string", GetVariantValueOrDefault<const char*>(dictionary, "b")); 24 EXPECT_EQ("", GetVariantValueOrDefault<std::string>(dictionary, "missing"));
|
| /external/libchrome/base/ |
| rand_util.h | 11 #include <string> 45 // Fills a string of length |length| with random data and returns it. 49 // The returned string is likely not ASCII/UTF-8. Use with care. 54 BASE_EXPORT std::string RandBytesAsString(size_t length);
|
| /external/libchrome/dbus/ |
| mock_bus.h | 23 MOCK_METHOD2(GetObjectProxy, ObjectProxy*(const std::string& service_name, 26 ObjectProxy*(const std::string& service_name, 31 MOCK_METHOD2(GetObjectManager, ObjectManager*(const std::string&, 37 const std::string& service_name, 40 MOCK_METHOD2(RequestOwnershipAndBlock, bool(const std::string& service_name, 42 MOCK_METHOD1(ReleaseOwnership, bool(const std::string& service_name)); 55 MOCK_METHOD2(AddMatch, void(const std::string& match_rule, 57 MOCK_METHOD2(RemoveMatch, bool(const std::string& match_rule,
|
| /external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/ |
| default.pass.cpp | 35 #include <string> 87 test<std::string> ( "fourteen" ); 91 testInitList( { std::string("1"), std::string("1"), std::string("2"), std::string("3"), 92 std::string("5"), std::string("8")} );
|
| /external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.overview/ |
| at.pass.cpp | 26 #include <string> 87 test ( { std::string("1"), std::string("1"), std::string("2"), std::string("3"), 88 std::string("5"), std::string("8")} ); 92 test<std::string> ( {} );
|
| /external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.zero/ |
| default.pass.cpp | 28 #include <string> 46 test<std::string> ();
|
| /external/libcxx/test/std/diagnostics/syserr/ |
| is_error_code_enum.pass.cpp | 17 #include <string> 48 test<false, std::string>();
|
| /external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/ |
| ostream_joiner.cons.pass.cpp | 22 #include <string> 30 const std::string nine = "9"; 36 { exp::ostream_joiner<std::string> oj(std::cout, std::string("9")); } 42 { exp::ostream_joiner<std::string> oj(std::cout, nine); } 48 { exp::ostream_joiner<std::string, wchar_t> oj(std::wcout, std::string("9")); } 54 { exp::ostream_joiner<std::string, wchar_t> oj(std::wcout, nine); }
|
| /external/libcxx/test/std/re/re.regex/re.regex.assign/ |
| assign_string_flag.pass.cpp | 25 r2.assign(std::string("(a([bc]))")); 29 r2.assign(std::string("(a([bc]))"), std::regex::extended);
|
| /external/libcxx/test/std/strings/basic.string/string.access/ |
| db_cback.pass.cpp | 10 // <string> 18 #include <string> 29 typedef std::string S;
|
| db_cfront.pass.cpp | 10 // <string> 18 #include <string> 29 typedef std::string S;
|
| db_cindex.pass.cpp | 10 // <string> 12 // Index const string out of bounds. 18 #include <string> 29 typedef std::string S;
|
| db_index.pass.cpp | 10 // <string> 12 // Index string out of bounds. 18 #include <string> 29 typedef std::string S;
|
| /external/libcxx/test/std/strings/basic.string/string.capacity/ |
| empty.pass.cpp | 10 // <string> 14 #include <string> 31 typedef std::string S;
|
| length.pass.cpp | 10 // <string> 14 #include <string> 29 typedef std::string S;
|
| size.pass.cpp | 10 // <string> 14 #include <string> 29 typedef std::string S;
|
| /external/libcxx/test/std/strings/basic.string/string.cons/ |
| default_noexcept.pass.cpp | 12 // <string> 19 #include <string> 35 typedef std::string C;
|
| /external/libcxx/test/std/strings/basic.string/string.iterators/ |
| cbegin.pass.cpp | 10 // <string> 14 #include <string> 34 typedef std::string S;
|
Completed in 1291 milliseconds
<<181182183184185186187188189190>>