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

<<191192193194195196197198199200>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug372.go 11 func (T) m() string { return "T" }
15 m func() string
19 func ff() string { return "ff" }
bug481.go 7 // Returning an index into a conversion from string to slice caused a
12 func F1(s string) byte {
16 func F2(s string) rune {
issue5753.go 14 func (t *Thing) broken(s string) []string {
15 foo := [1]string{s}
issue7547.go 9 func f() map[string]interface{} {
10 var p *map[string]map[string]interface{}
  /prebuilts/go/darwin-x86/test/ken/
string.go 7 // Test string operations including printing.
12 var c string
72 /* create string with integer constant */
73 c = string('x')
78 /* create string with integer variable */
80 c = string(v)
85 /* create string with byte array */
90 c = string(z1[0:])
95 /* create string with int array */
100 c = string(z2[0:]
    [all...]
  /prebuilts/go/darwin-x86/test/
parentype.go 14 f(map[string]string{"a":"b","c":"d"})
16 f(map[string]func(){"a":g,"c":g})
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
dummy_publicsuffix_test.go 13 func (dummypsl) PublicSuffix(domain string) string {
17 func (dummypsl) String() string {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug311.go 10 m := make(map[string][1000]byte)
16 if k != "hi" || string(v[:]) != string(vv[:]) {
bug372.go 11 func (T) m() string { return "T" }
15 m func() string
19 func ff() string { return "ff" }
bug481.go 7 // Returning an index into a conversion from string to slice caused a
12 func F1(s string) byte {
16 func F2(s string) rune {
issue5753.go 14 func (t *Thing) broken(s string) []string {
15 foo := [1]string{s}
issue7547.go 9 func f() map[string]interface{} {
10 var p *map[string]map[string]interface{}
  /prebuilts/go/linux-x86/test/ken/
string.go 7 // Test string operations including printing.
12 var c string
72 /* create string with integer constant */
73 c = string('x')
78 /* create string with integer variable */
80 c = string(v)
85 /* create string with byte array */
90 c = string(z1[0:])
95 /* create string with int array */
100 c = string(z2[0:]
    [all...]
  /prebuilts/go/linux-x86/test/
parentype.go 14 f(map[string]string{"a":"b","c":"d"})
16 f(map[string]func(){"a":g,"c":g})
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/
count.pass.cpp 19 #include <string>
27 typedef std::unordered_map<int, std::string> C;
28 typedef std::pair<int, std::string> P;
46 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
47 min_allocator<std::pair<const int, std::string>>> C;
48 typedef std::pair<int, std::string> P;
find_const.pass.cpp 19 #include <string>
27 typedef std::unordered_map<int, std::string> C;
28 typedef std::pair<int, std::string> P;
49 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
50 min_allocator<std::pair<const int, std::string>>> C;
51 typedef std::pair<int, std::string> P;
find_non_const.pass.cpp 19 #include <string>
27 typedef std::unordered_map<int, std::string> C;
28 typedef std::pair<int, std::string> P;
49 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
50 min_allocator<std::pair<const int, std::string>>> C;
51 typedef std::pair<int, std::string> P;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.modifiers/
insert_init.pass.cpp 21 #include <string>
30 typedef std::unordered_map<int, std::string> C;
31 typedef std::pair<int, std::string> P;
50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
51 min_allocator<std::pair<const int, std::string>>> C;
52 typedef std::pair<int, std::string> P;
insert_range.pass.cpp 20 #include <string>
29 typedef std::unordered_map<int, std::string> C;
30 typedef std::pair<int, std::string> P;
50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
51 min_allocator<std::pair<const int, std::string>>> C;
52 typedef std::pair<int, std::string> P;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/
count.pass.cpp 19 #include <string>
27 typedef std::unordered_multimap<int, std::string> C;
28 typedef std::pair<int, std::string> P;
49 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
50 min_allocator<std::pair<const int, std::string>>> C;
51 typedef std::pair<int, std::string> P;
find_const.pass.cpp 19 #include <string>
27 typedef std::unordered_multimap<int, std::string> C;
28 typedef std::pair<int, std::string> P;
49 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
50 min_allocator<std::pair<const int, std::string>>> C;
51 typedef std::pair<int, std::string> P;
find_non_const.pass.cpp 19 #include <string>
27 typedef std::unordered_multimap<int, std::string> C;
28 typedef std::pair<int, std::string> P;
49 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
50 min_allocator<std::pair<const int, std::string>>> C;
51 typedef std::pair<int, std::string> P;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.device/
ctor.pass.cpp 22 // explicit random_device(const string& token = implementation-defined);
26 // therefore aren't required to accept any string, but the default shouldn't
40 bool is_valid_random_device(const std::string &token) {
49 void check_random_device_valid(const std::string &token) {
53 void check_random_device_invalid(const std::string &token) {
71 std::string token = "wrong file";
75 std::string token = "/dev/urandom";
82 std::string token = "/dev/random";
89 // Test that random_device(const string&) properly handles getting
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.replace/
test6.pass.cpp 29 std::string r = std::regex_replace(phone_book, phone_numbers,
36 std::string r = std::regex_replace(phone_book, phone_numbers,
44 std::string r = std::regex_replace(phone_book, phone_numbers,
52 std::string r = std::regex_replace(phone_book, phone_numbers,
60 std::string r = std::regex_replace(phone_book, phone_numbers,
68 std::string r = std::regex_replace(phone_book, phone_numbers,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
commandlineflags.h 5 #include <string>
15 #define DECLARE_string(name) extern std::string FLAG(name)
23 std::string FLAG(name) = (default_val)
29 bool ParseInt32(const std::string& src_text, const char* str, int32_t* value);
31 // Parses a bool/Int32/string from the environment variable
38 // Parses a string for a bool flag, in the form of either
49 // Parses a string for an Int32 flag, in the form of
56 // Parses a string for a Double flag, in the form of
63 // Parses a string for a string flag, in the form o
    [all...]

Completed in 943 milliseconds

<<191192193194195196197198199200>>