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

<<181182183184185186187188189190>>

  /prebuilts/go/linux-x86/test/
method1.go 14 func (t *T) M(int, string) // GCCGO_ERROR "previous"
20 func f(int, string) // GCCGO_ERROR "previous"
23 func g(a int, b string) // GCCGO_ERROR "previous"
24 func g(a int, c string) // ERROR "redeclared|redefinition"
  /prebuilts/jdk/jdk8/darwin-x86/lib/
orb.idl 38 valuetype StringValue string;
  /prebuilts/jdk/jdk8/linux-x86/lib/
orb.idl 38 valuetype StringValue string;
  /prebuilts/jdk/jdk9/darwin-x86/include/
orb.idl 38 valuetype StringValue string;
  /prebuilts/jdk/jdk9/linux-x86/include/
orb.idl 38 valuetype StringValue string;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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")} );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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> ( {} );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/containers/sequences/dynarray/dynarray.zero/
default.pass.cpp 28 #include <string>
46 test<std::string> ();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/
is_error_code_enum.pass.cpp 17 #include <string>
48 test<false, std::string>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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); }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.capacity/
empty.pass.cpp 10 // <string>
14 #include <string>
29 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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/
default_noexcept.pass.cpp 12 // <string>
19 #include <string>
35 typedef std::string C;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.iterators/
cbegin.pass.cpp 10 // <string>
14 #include <string>
34 typedef std::string S;
cend.pass.cpp 10 // <string>
14 #include <string>
30 typedef std::string S;
crbegin.pass.cpp 10 // <string>
14 #include <string>
34 typedef std::string S;
crend.pass.cpp 10 // <string>
14 #include <string>
30 typedef std::string S;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/string.classes/
typedefs.pass.cpp 10 // <string>
15 // typedef basic_string<char> string;
20 #include <string>
25 static_assert((std::is_same<std::string, std::basic_string<char> >::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.variant/variant.status/
valueless_by_exception.pass.cpp 28 #include <string>
43 using V = std::variant<int, long, std::string>;

Completed in 808 milliseconds

<<181182183184185186187188189190>>