| /prebuilts/go/darwin-x86/test/fixedbugs/issue15646.dir/ |
| a.go | 9 func (T) m() string { 13 func (*T) mp() string { 17 func F() func(T) string { 21 func Fp() func(*T) string {
|
| /prebuilts/go/darwin-x86/test/fixedbugs/ |
| issue17752.go | 9 func f(m map[string]int) int { 13 func g(m map[[8]string]int) int { 14 return m[[8]string{"a", "a", "a", "a", "a", "a", "a", "a"}] 18 m := map[[8]string]int{}
|
| issue18661.go | 21 if obj != struct{ a *string }{} { 27 func f() [2]string { 29 return [2]string{"abc", "def"} 33 var e interface{} = [2]string{"abc", "def"}
|
| /prebuilts/go/darwin-x86/test/fixedbugs/issue7995b.dir/ |
| x1.go | 8 func F(x *int) string {
|
| /prebuilts/go/linux-x86/misc/swig/callback/ |
| callback.h | 8 virtual std::string run() { return "Callback::run"; } 19 std::string call();
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/generate/ |
| generate_test.go | 14 in string 15 out []string 20 {"x", []string{"x"}}, 21 {" a b\tc ", []string{"a", "b", "c"}}, 22 {` " a " `, []string{" a "}}, 23 {"$GOARCH", []string{runtime.GOARCH}}, 24 {"$GOOS", []string{runtime.GOOS}}, 25 {"$GOFILE", []string{"proc.go"}}, 26 {"$GOPACKAGE", []string{"sys"}}, 27 {"a $XXNOTDEFINEDXX b", []string{"a", "", "b"}} [all...] |
| /prebuilts/go/linux-x86/src/cmd/objdump/testdata/ |
| fmthello.go | 10 func Println(s string) {
|
| /prebuilts/go/linux-x86/test/fixedbugs/ |
| bug058.go | 10 var m map[string] *Box; 13 m := make(map[string] *Box); 21 (MAP[<string>*STRING]*<Box>{}) 22 (<string>*STRING)
|
| issue17752.go | 9 func f(m map[string]int) int { 13 func g(m map[[8]string]int) int { 14 return m[[8]string{"a", "a", "a", "a", "a", "a", "a", "a"}] 18 m := map[[8]string]int{}
|
| issue18661.go | 21 if obj != struct{ a *string }{} { 27 func f() [2]string { 29 return [2]string{"abc", "def"} 33 var e interface{} = [2]string{"abc", "def"}
|
| /prebuilts/go/linux-x86/test/fixedbugs/bug467.dir/ |
| p1.go | 5 func (s SockaddrUnix) Error() string { return "blah" }
|
| /prebuilts/go/linux-x86/test/fixedbugs/issue15646.dir/ |
| a.go | 9 func (T) m() string { 13 func (*T) mp() string { 17 func F() func(T) string { 21 func Fp() func(*T) string {
|
| /prebuilts/go/linux-x86/test/fixedbugs/issue7995b.dir/ |
| x1.go | 8 func F(x *int) string {
|
| /prebuilts/misc/common/swig/include/2.0.11/guile/ |
| cplusplus.i | 7 %typemap(guile,out) string, std::string { 10 %typemap(guile,in) string, std::string {
|
| /prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
| std_string.i | 4 * SWIG typemaps for std::string 8 // std::string is typemapped by value 9 // This can prevent exporting methods which return a string 15 #include <string> 24 %naturalvar string; 27 class string; 31 %typemap(in) string { 32 /* %typemap(in) string */ 36 SWIG_exception(SWIG_TypeError, "string expected"); 39 %typemap(in) const string & ($*1_ltype temp) [all...] |
| /prebuilts/misc/common/swig/include/2.0.11/perl5/ |
| std_common.i | 12 #include <string> 17 std::string SwigSvToString(SV* sv) { 20 return std::string(ptr, len); 22 void SwigSvFromString(SV* sv, const std::string& s) {
|
| /prebuilts/misc/common/swig/include/2.0.11/ruby/ |
| std_string.i | 2 %warnfilter(801) std::string; // wrong class name 6 AUTODOC(substr, "Return a portion of the String");
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/containers/sequences/dynarray/dynarray.overview/ |
| indexing.pass.cpp | 31 #include <string> 69 test ( { std::string("1"), std::string("1"), std::string("2"), std::string("3"), 70 std::string("5"), std::string("8")} ); 74 test<std::string> ( {} );
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/strings/basic.string/string.modifiers/ |
| insert_iter_char_db1.pass.cpp | 10 // <string> 18 #include <string> 27 typedef std::string S;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/ |
| max_load_factor.pass.cpp | 25 #include <string> 34 typedef std::unordered_map<int, std::string> C; 39 typedef std::unordered_map<int, std::string> C; 47 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 48 min_allocator<std::pair<const int, std::string>>> C; 53 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 54 min_allocator<std::pair<const int, std::string>>> C; 63 typedef std::unordered_map<int, std::string> C;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/ |
| max_load_factor.pass.cpp | 24 #include <string> 32 typedef std::unordered_multimap<int, std::string> C; 37 typedef std::unordered_multimap<int, std::string> C; 45 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 46 min_allocator<std::pair<const int, std::string>>> C; 51 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 52 min_allocator<std::pair<const int, std::string>>> C; 61 typedef std::unordered_multimap<int, std::string> C;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/ |
| overflow.pass.cpp | 21 #include <string> 26 std::string s;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ifstream.cons/ |
| string.pass.cpp | 15 // explicit basic_ifstream(const string& s, ios_base::openmode mode = ios_base::in); 23 std::ifstream fs(std::string("test.dat")); 28 // std::ifstream(const std::string&, std::ios_base::openmode) is tested in 29 // test/std/input.output/file.streams/fstreams/ofstream.cons/string.pass.cpp 32 std::wifstream fs(std::string("test.dat")); 37 // std::wifstream(const std::string&, std::ios_base::openmode) is tested in 38 // test/std/input.output/file.streams/fstreams/ofstream.cons/string.pass.cpp
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/quoted.manip/ |
| quoted_char.fail.cpp | 16 #include <string> 28 std::string s;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale/locale.operators/ |
| compare.pass.cpp | 24 std::string s2("aaaaaaA"); 25 std::string s3("BaaaaaA");
|