HomeSort by relevance Sort by last modified time
    Searched defs:str (Results 301 - 325 of 4378) sorted by null

<<11121314151617181920>>

  /packages/services/Car/procfs-inspector/server/
directory.cpp 41 std::string procfsinspector::Directory::Entry::str() { function in class:procfsinspector::Directory::Entry
51 if (stat(str().c_str(), &buf)) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
textpad.py 187 str = curses.wrapper(test_editbox) variable in class:Textbox
188 print 'Contents of text box:', repr(str)
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
textpad.py 187 str = curses.wrapper(test_editbox) variable in class:Textbox
188 print 'Contents of text box:', repr(str)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13799.go 143 type str struct { type
147 func recur1(j int, s *str) { // ERROR "recur1 s does not escape"
162 var fn *str
164 // var fn *str // this makes it work, because fn stays off heap
165 fn = &str{m} // ERROR "&str literal escapes to heap"
180 // var fn *str
182 var fn *str // this makes it work, because fn stays off heap
183 fn = &str{m} // ERROR "&str literal does not escape
    [all...]
  /prebuilts/go/darwin-x86/test/
slice3err.go 11 var str string var
42 _ = str[:]
43 _ = str[i:]
44 _ = str[:j]
45 _ = str[i:j]
46 _ = str[::] // ERROR "3-index slice of string" "middle index required in 3-index slice" "final index required in 3-index slice"
47 _ = str[i::] // ERROR "3-index slice of string" "middle index required in 3-index slice" "final index required in 3-index slice"
48 _ = str[:j:] // ERROR "3-index slice of string" "final index required in 3-index slice"
49 _ = str[i:j:] // ERROR "3-index slice of string" "final index required in 3-index slice"
50 _ = str[::k] // ERROR "3-index slice of string" "middle index required in 3-index slice
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13799.go 143 type str struct { type
147 func recur1(j int, s *str) { // ERROR "recur1 s does not escape"
162 var fn *str
164 // var fn *str // this makes it work, because fn stays off heap
165 fn = &str{m} // ERROR "&str literal escapes to heap"
180 // var fn *str
182 var fn *str // this makes it work, because fn stays off heap
183 fn = &str{m} // ERROR "&str literal does not escape
    [all...]
  /prebuilts/go/linux-x86/test/
slice3err.go 11 var str string var
42 _ = str[:]
43 _ = str[i:]
44 _ = str[:j]
45 _ = str[i:j]
46 _ = str[::] // ERROR "3-index slice of string" "middle index required in 3-index slice" "final index required in 3-index slice"
47 _ = str[i::] // ERROR "3-index slice of string" "middle index required in 3-index slice" "final index required in 3-index slice"
48 _ = str[:j:] // ERROR "3-index slice of string" "final index required in 3-index slice"
49 _ = str[i:j:] // ERROR "3-index slice of string" "final index required in 3-index slice"
50 _ = str[::k] // ERROR "3-index slice of string" "middle index required in 3-index slice
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/ext.manip/
put_money.pass.cpp 32 std::basic_string<CharT> str() const function in class:testbuf
62 assert(sb.str() == "-$1,234,567.89");
71 assert(sb.str() == "-USD 1,234,567.89");
80 assert(sb.str() == L"-$1,234,567.89");
89 assert(sb.str() == L"-USD 1,234,567.89");
put_time.pass.cpp 32 std::basic_string<CharT> str() const function in class:testbuf
69 assert(sb.str() == "Sat Dec 31 23:55:59 2061");
84 assert(sb.str() == L"Sat Dec 31 23:55:59 2061");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 30 testbuf(const std::basic_string<CharT>& str)
31 : str_(str)
38 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb2.str() == "testing...");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 27 testbuf(const std::basic_string<CharT>& str)
28 : str_(str)
35 std::basic_string<CharT> str() const function in class:testbuf
63 assert(sb2.str() == "testing");
68 assert(sb2.str() == "testing...");
78 assert(sb2.str() == L"testing");
83 assert(sb2.str() == L"testing...");
get_streambuf_chart.pass.cpp 28 testbuf(const std::basic_string<CharT>& str)
29 : str_(str)
36 std::basic_string<CharT> str() const function in class:testbuf
64 assert(sb2.str() == "testing");
69 assert(sb2.str() == "testing...");
79 assert(sb2.str() == L"testing");
84 assert(sb2.str() == L"testing...");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 32 std::basic_string<CharT> str() const function in class:testbuf
ios_base.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
ostream.pass.cpp 32 std::basic_string<CharT> str() const function in class:testbuf
67 assert(sb.str() == "testing...");
streambuf.pass.cpp 30 testbuf(const std::basic_string<CharT>& str)
31 : str_(str)
38 std::basic_string<CharT> str() const function in class:testbuf
65 assert(sb.str() == "");
67 assert(sb.str() == "testing...");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "1");
81 assert(sb.str() == "true");
89 assert(sb.str() == "false");
double.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "-10.5");
float.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "-10.5");
int.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fffffff6");
long.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fffffff6");
long_double.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "-10.5");
long_long.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fffffffffffffff6");
minus1.pass.cpp 38 assert(ss.str() == expected);
46 assert(ss.str() == expected);
55 std::string str = ss.str(); local
56 for (size_t i = 0; i < str.size(); ++i )
57 str[i] = static_cast<char>(std::toupper(str[i]));
59 assert(str == expected);
short.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fff6");

Completed in 1303 milliseconds

<<11121314151617181920>>