Searched refs:from (Results 1 - 25 of 1625) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from
[all...]
H A Dchar32_t_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from
[all...]
H A Dchar_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[10]= {0}; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from
[all...]
H A Dwchar_t_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char* from = "123467890"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from
[all...]
H A Dwchar_t_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
31 const std::basic_string<F::intern_type> from(L"some text");
32 std::vector<char> to(from.size()+1);
36 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
39 assert(static_cast<std::size_t>(from_next - from.data()) == from.size());
40 assert(static_cast<std::size_t>(to_next - to.data()) == from.size());
44 std::basic_string<F::intern_type> from(
[all...]
H A Dchar_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
28 const std::basic_string<F::intern_type> from("some text");
29 std::vector<char> to(from.size());
34 assert(f.in(mbs, from.data(), from.data() + from.size(), from_next,
36 assert(from_next == from.data());
H A Dchar_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
28 const std::basic_string<F::intern_type> from("some text");
29 std::vector<char> to(from.size());
34 assert(f.out(mbs, from.data(), from.data() + from.size(), from_next,
36 assert(from_next == from.data());
H A Dwchar_t_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
29 const std::basic_string<F::extern_type> from("some text");
30 const std::basic_string<F::intern_type> expected(from.begin(), from.end());
31 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
36 F::result r = f.in(mbs, from.data(), from.data() + from.size(), from_next,
39 assert(static_cast<std::size_t>(from_next - from.data()) == from
[all...]
H A Dchar16_t_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
28 const char from[] = "some text"; local
34 assert(f.in(mbs, from, from + 9, from_next,
36 assert(from_next - from == 9);
39 assert(to[i] == from[i]);
H A Dchar16_t_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; local
37 F::result r = f.out(mbs, from, from + 9, from_next,
40 assert(from_next - from == 9);
43 assert(to[i] == from[i]);
H A Dchar32_t_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
28 const char from[] = "some text"; local
34 assert(f.in(mbs, from, from + 9, from_next,
36 assert(from_next - from == 9);
39 assert(to[i] == static_cast<char32_t>(from[i]));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from
[all...]
H A Dchar32_t_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from
[all...]
H A Dchar_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[10]= {0}; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from
[all...]
H A Dwchar_t_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char* from = "123467890"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from
[all...]
H A Dwchar_t_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
31 const std::basic_string<F::intern_type> from(L"some text");
32 std::vector<char> to(from.size()+1);
36 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
39 assert(static_cast<std::size_t>(from_next - from.data()) == from.size());
40 assert(static_cast<std::size_t>(to_next - to.data()) == from.size());
44 std::basic_string<F::intern_type> from(
[all...]
H A Dchar_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
28 const std::basic_string<F::intern_type> from("some text");
29 std::vector<char> to(from.size());
34 assert(f.in(mbs, from.data(), from.data() + from.size(), from_next,
36 assert(from_next == from.data());
H A Dchar_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
28 const std::basic_string<F::intern_type> from("some text");
29 std::vector<char> to(from.size());
34 assert(f.out(mbs, from.data(), from.data() + from.size(), from_next,
36 assert(from_next == from.data());
H A Dwchar_t_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
29 const std::basic_string<F::extern_type> from("some text");
30 const std::basic_string<F::intern_type> expected(from.begin(), from.end());
31 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
36 F::result r = f.in(mbs, from.data(), from.data() + from.size(), from_next,
39 assert(static_cast<std::size_t>(from_next - from.data()) == from
[all...]
/prebuilts/python/darwin-x86/2.7.5/bin/
H A Didle3 from idlelib.PyShell import main
H A D2to33 from lib2to3.main import main
/prebuilts/python/linux-x86/2.7.5/bin/
H A Didle3 from idlelib.PyShell import main
H A D2to33 from lib2to3.main import main
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
H A Dcopy_assign.pass.cpp41 const directory_iterator from(testDir);
42 TEST_REQUIRE(from != directory_iterator{});
43 const path entry = *from;
46 to = from;
47 TEST_REQUIRE(to == from);
49 TEST_CHECK(*from == entry);
57 const directory_iterator from{};
62 to = from;
63 TEST_REQUIRE(to == from);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
H A Dcopy_assign.pass.cpp41 const directory_iterator from(testDir);
42 TEST_REQUIRE(from != directory_iterator{});
43 const path entry = *from;
46 to = from;
47 TEST_REQUIRE(to == from);
49 TEST_CHECK(*from == entry);
57 const directory_iterator from{};
62 to = from;
63 TEST_REQUIRE(to == from);

Completed in 257 milliseconds

1234567891011>>