| /external/chromium_org/third_party/protobuf/src/google/protobuf/ |
| generated_message_util.h | 41 #include <string> 63 // Default empty string object. Don't use the pointer directly. Instead, call 65 LIBPROTOBUF_EXPORT extern const ::std::string* empty_string_; 70 LIBPROTOBUF_EXPORT inline const ::std::string& GetEmptyString() { 81 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
|
| /external/chromium_org/third_party/re2/re2/testing/ |
| string_generator.h | 5 // String generator: generates all possible strings of up to 12 #include <string> 22 StringGenerator(int maxlen, const vector<string>& alphabet); 41 int maxlen_; // Maximum length string to generate. 42 vector<string> alphabet_; // Alphabet, one string per letter. 46 string s_; // String data in last StringPiece returned by Next(). 48 vector<int> digits_; // Alphabet indices for next string.
|
| /external/chromium_org/third_party/webrtc/base/ |
| openssldigest.h | 24 explicit OpenSSLDigest(const std::string& algorithm); 34 static bool GetDigestEVP(const std::string &algorithm, 38 std::string* algorithm); 40 static bool GetDigestSize(const std::string &algorithm,
|
| socketaddress.h | 14 #include <string> 34 // literal IP string or a hostname to be resolved later. 35 SocketAddress(const std::string& hostname, int port); 68 void SetIP(const std::string& hostname); 83 const std::string& hostname() const { return hostname_; } 107 std::string HostAsURIString() const; 111 std::string HostAsSensitiveURIString() const; 113 // Returns the port as a string. 114 std::string PortAsString() const; 117 std::string ToString() const [all...] |
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/mock/ |
| mock_packet_manipulator.h | 16 #include <string>
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
| normal_test.h | 20 NormalTest(std::string name, std::string description, unsigned int testNo); 21 NormalTest(std::string name, std::string description, uint32_t bitRate, unsigned int testNo);
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
| codec_database_test.h | 17 #include <string.h> 38 std::string _inname; 39 std::string _outname; 40 std::string _encodedName;
|
| /external/chromium_org/tools/gn/ |
| command_format_unittest.cc | 11 bool FormatFileToString(const std::string& input_filename, 13 std::string* output); 18 std::string out; \ 19 std::string expected; \
|
| /external/chromium_org/ui/base/webui/ |
| web_ui_util.h | 8 #include <string> 22 UI_BASE_EXPORT std::string GetBitmapDataUrl(const SkBitmap& bitmap); 28 // bitmap. Returns empty string if a resource does not exist for given 30 UI_BASE_EXPORT std::string GetBitmapDataUrlFromResource(int resource_id); 38 // Pares a formatted scale factor string into float and sets to |scale_factor|. 45 std::string* path,
|
| /external/chromium_org/ui/gfx/ |
| platform_font.h | 8 #include <string> 27 static PlatformFont* CreateFromNameAndSize(const std::string& font_name, 58 virtual std::string GetFontName() const = 0; 61 virtual std::string GetActualFontNameForTesting() const = 0;
|
| /external/chromium_org/ui/gl/ |
| gl_context_stub.cc | 39 std::string GLContextStub::GetExtensions() { 40 return std::string(); 43 std::string GLContextStub::GetGLRenderer() { 44 return std::string("CHROMIUM");
|
| /external/clang/test/Index/ |
| complete-exprs.cpp | 3 class string { class 5 string(); 6 string(const char *); 7 string(const char *, int n); 55 // CHECK-CC1: ClassDecl:{TypedText string} (50) 56 // CHECK-CC1: CXXConstructor:{TypedText string}{LeftParen (}{RightParen )} (50) 57 // CHECK-CC1: CXXConstructor:{TypedText string}{LeftParen (}{Placeholder const char *}{RightParen )} (50) 58 // CHECK-CC1: CXXConstructor:{TypedText string}{LeftParen (}{Placeholder const char *}{Comma , }{Placeholder int n}{RightParen )} (50) 65 // CHECK-CC2: ClassDecl:{TypedText string} (50)
|
| /external/clang/unittests/Tooling/ |
| RefactoringCallbacksTest.cpp | 22 void expectRewritten(const std::string &Code, 23 const std::string &Expected, 40 std::string Code = "void f() { int i = 1; }"; 41 std::string Expected = "void f() { ; }"; 47 std::string Code = "#define A void f() { int i = 1; }\nA"; 48 std::string Expected = "#define A void f() { ; }\nA"; 54 std::string Code = "#define A void f() { int i = 1; }"; 55 std::string Expected = "#define A void f() { int i = 1; }"; 61 std::string Code = "void f() { int i = 1; }"; 62 std::string Expected = "void f() { int i = 2; }" [all...] |
| /external/compiler-rt/test/asan/TestCases/Linux/ |
| glob.cc | 11 #include <string.h> 13 #include <string> 17 std::string path = argv[1]; 18 std::string pattern = path + "/glob_test_root/*a";
|
| /external/compiler-rt/test/asan/TestCases/Posix/ |
| init-order-dlopen.cc | 22 #include <string> 24 using std::string; 49 string path = string(argv[0]) + "-so.so";
|
| strerror_r_test.cc | 6 #include <string.h>
|
| /external/compiler-rt/test/asan/TestCases/ |
| stack-buffer-overflow.cc | 6 #include <string.h>
|
| strdup_oob_test.cc | 6 #include <string.h>
|
| /external/compiler-rt/test/msan/ |
| c-strdup.c | 10 #include <string.h>
|
| /external/deqp/framework/randomshaders/ |
| rsgDefs.hpp | 39 Exception (const std::string& message) : std::runtime_error(message) {}
|
| /external/fio/ |
| tickmarks.h | 6 char string[20]; member in struct:tickmark
|
| /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/ |
| configurationackmessage.cc | 25 std::string ConfigurationAckMessage::ToString() const {
|
| /external/libcxx/test/containers/unord/unord.map/ |
| db_local_iterators_7.pass.cpp | 19 #include <string> 30 typedef std::unordered_map<int, std::string> C; 39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 40 min_allocator<std::pair<const int, std::string>>> C;
|
| /external/libcxx/test/containers/unord/unord.multimap/ |
| db_local_iterators_7.pass.cpp | 19 #include <string> 30 typedef std::unordered_multimap<int, std::string> C; 39 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 40 min_allocator<std::pair<const int, std::string>>> C;
|
| /external/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/ |
| str.pass.cpp | 24 assert(in.str() == std::string("123 4.5 dog"));
|