HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 2351 - 2375 of 46739) sorted by null

<<919293949596979899100>>

  /external/compiler-rt/test/asan/TestCases/
strdup_oob_test.cc 12 #include <string.h>
  /external/compiler-rt/test/msan/
c-strdup.c 10 #include <string.h>
  /external/compiler-rt/test/tsan/
ignore_lib4.cc 20 #include <string.h>
23 #include <string>
38 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib4.so";
  /external/curl/lib/
escape.h 25 * allocated string or NULL if an error occurred. */
28 const char *string, size_t length,
strtok.h 31 #include <string.h>
  /external/deqp/framework/randomshaders/
rsgDefs.hpp 39 Exception (const std::string& message) : std::runtime_error(message) {}
  /external/elfutils/libdwelf/
libdwelfP.h 35 #include <string.h>
  /external/fec/
encode_rs_char.c 5 #include <string.h>
encode_rs_int.c 5 #include <string.h>
  /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/gptfdisk/
gpttext.h 32 GPTDataTextUI(string filename);
61 void MainMenu(string filename);
63 void ExpertsMenu(string filename);
65 void RecoveryMenu(string filename);
  /external/harfbuzz_ng/test/fuzzing/
main.cc 8 std::string FileToString(const std::string &Path) {
11 return std::string((std::istreambuf_iterator<char>(T)),
17 std::string s = FileToString(argv[i]);
  /external/libcxx/test/libcxx/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/libcxx/strings/basic.string/string.modifiers/
erase_iter_db2.pass.cpp 10 // <string>
18 #include <string>
28 std::string l1("123");
29 std::string l2("123");
30 std::string::const_iterator i = l2.begin();
erase_iter_iter_db1.pass.cpp 10 // <string>
18 #include <string>
28 std::string l1("123");
29 std::string l2("123");
30 std::string::iterator i = l1.erase(l2.cbegin(), l1.cbegin()+1);
erase_iter_iter_db2.pass.cpp 10 // <string>
18 #include <string>
28 std::string l1("123");
29 std::string l2("123");
30 std::string::iterator i = l1.erase(l1.cbegin(), l2.cbegin()+1);
erase_iter_iter_db3.pass.cpp 10 // <string>
18 #include <string>
28 std::string l1("123");
29 std::string l2("123");
30 std::string::iterator i = l1.erase(l2.cbegin(), l2.cbegin()+1);
  /external/libcxx/test/std/containers/unord/unord.multimap/
bucket_count.pass.cpp 19 #include <string>
27 typedef std::unordered_multimap<int, std::string> C;
32 typedef std::unordered_multimap<int, std::string> C;
33 typedef std::pair<int, std::string> P;
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/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/
str.pass.cpp 24 assert(in.str() == std::string("123 4.5 dog"));
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/
message.pass.cpp 14 // virtual string message(int ev) const = 0;
18 #include <string>
26 std::string m1 = e_cat1.message(5);
27 std::string m2 = e_cat2.message(5);
28 std::string m3 = e_cat2.message(6);
  /external/libcxx/test/std/re/re.syn/
smatch.pass.cpp 12 // typedef match_results<string::const_iterator> smatch;
20 static_assert((std::is_same<std::match_results<std::string::const_iterator>, std::smatch>::value), "");
sregex_iterator.pass.cpp 12 // typedef regex_iterator<string::const_iterator> sregex_iterator;
20 static_assert((std::is_same<std::regex_iterator<std::string::const_iterator>, std::sregex_iterator>::value), "");
sregex_token_iterator.pass.cpp 12 // typedef regex_token_iterator<string::const_iterator> sregex_token_iterator;
20 static_assert((std::is_same<std::regex_token_iterator<std::string::const_iterator>, std::sregex_token_iterator>::value), "");

Completed in 1117 milliseconds

<<919293949596979899100>>