HomeSort by relevance Sort by last modified time
    Searched refs:is (Results 276 - 300 of 10574) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<charT, traits>& is,
37 std::istringstream is(os.str());
39 is >> d2;
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<charT, traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<charT, traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
24 // operator>>(basic_istream<charT, traits>& is,
39 std::istringstream is(os.str());
41 is >> e2;
  /external/valgrind/drd/tests/
custom_alloc_fiw.stderr.exp 2 --free-is-write=yes is incompatible with custom memory allocator client requests
6 --free-is-write=yes is incompatible with custom memory allocator client requests
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
GenericSignatureFormatErrorTest.java 29 InputStream is = this.getClass().getResourceAsStream("/resources/dex1.bytes"); local
30 assertNotNull(is);
37 // dalvikvm: 'waitpid failed' log msg - only occurs when @SideEffect is removed
38 // and this test is run via running tests.luni.AllTestsLang TestSuite
41 * dex1.bytes is a jar file with a classes.dex in it.
60 InputStream is = this.getClass().getResourceAsStream("/resources/dex1.bytes"); local
61 assertNotNull(is);
63 copy(is, fos);
89 private void copy(InputStream is, OutputStream os) {
92 while ((b = is.read()) != -1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
resetiosflags.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
28 std::istream is(&sb);
29 assert(is.flags() & std::ios_base::skipws);
30 is >> std::resetiosflags(std::ios_base::skipws);
31 assert(!(is.flags() & std::ios_base::skipws));
42 std::wistream is(&sb);
43 assert(is.flags() & std::ios_base::skipws);
44 is >> std::resetiosflags(std::ios_base::skipws);
45 assert(!(is.flags() & std::ios_base::skipws));
setiosflags.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
28 std::istream is(&sb);
29 assert(!(is.flags() & std::ios_base::oct));
30 is >> std::setiosflags(std::ios_base::oct);
31 assert(is.flags() & std::ios_base::oct);
42 std::wistream is(&sb);
43 assert(!(is.flags() & std::ios_base::oct));
44 is >> std::setiosflags(std::ios_base::oct);
45 assert(is.flags() & std::ios_base::oct);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
24 // operator>>(basic_istream<charT, traits>& is,
39 std::istringstream is(os.str());
41 is >> e2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
21 // operator>>(basic_istream<charT, traits>& is,
35 std::istringstream is(os.str());
37 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<charT, traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<charT, traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<charT, traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<CharT, Traits>& is,
36 std::istringstream is(os.str());
38 is >> d2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
io.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
22 // operator>>(basic_istream<charT, traits>& is,
37 std::istringstream is(os.str());
39 is >> d2;

Completed in 3376 milliseconds

<<11121314151617181920>>