HomeSort by relevance Sort by last modified time
    Searched refs:distribution_type (Results 26 - 50 of 73) sorted by null

12 3

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
param_types.pass.cpp 25 typedef param_type::distribution_type distribution_type; typedef
26 static_assert((std::is_same<D, distribution_type>::value), "");
  /external/chromium_org/chrome/installer/util/
installation_validator.h 103 virtual BrowserDistribution::Type distribution_type() const = 0;
117 virtual BrowserDistribution::Type distribution_type() const OVERRIDE;
130 virtual BrowserDistribution::Type distribution_type() const OVERRIDE;
143 virtual BrowserDistribution::Type distribution_type() const OVERRIDE;
156 virtual BrowserDistribution::Type distribution_type() const OVERRIDE;
174 rules_in.distribution_type())),
installer_state.h 155 const Product* FindProduct(BrowserDistribution::Type distribution_type) const;
245 BrowserDistribution::Type distribution_type,
install_util.h 51 BrowserDistribution::Type distribution_type);
installer_state.cc 429 // Adds a product of type |distribution_type| constructed on the basis of
435 BrowserDistribution::Type distribution_type,
440 distribution_type)));
447 system_install(), distribution_type);
495 BrowserDistribution::Type distribution_type) const {
498 if ((*scan)->is_type(distribution_type))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
throw_allocator.h 397 typedef std::uniform_real_distribution<double> distribution_type; typedef in struct:random_condition
400 typedef std::tr1::uniform_real<double> distribution_type; typedef in struct:random_condition
408 const distribution_type distribution(0, 1);
412 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t;
413 distribution_type distribution(0, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 389 typedef std::uniform_real_distribution<double> distribution_type; typedef in struct:random_condition
392 typedef std::tr1::uniform_real<double> distribution_type; typedef in struct:random_condition
400 const distribution_type distribution(0, 1);
404 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t;
405 distribution_type distribution(0, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 389 typedef std::uniform_real_distribution<double> distribution_type; typedef in struct:random_condition
392 typedef std::tr1::uniform_real<double> distribution_type; typedef in struct:random_condition
400 const distribution_type distribution(0, 1);
404 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t;
405 distribution_type distribution(0, 1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 397 typedef std::uniform_real_distribution<double> distribution_type; typedef in struct:random_condition
400 typedef std::tr1::uniform_real<double> distribution_type; typedef in struct:random_condition
408 const distribution_type distribution(0, 1);
412 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t;
413 distribution_type distribution(0, 1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 397 typedef std::uniform_real_distribution<double> distribution_type; typedef in struct:random_condition
400 typedef std::tr1::uniform_real<double> distribution_type; typedef in struct:random_condition
408 const distribution_type distribution(0, 1);
412 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t;
413 distribution_type distribution(0, 1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 397 typedef std::uniform_real_distribution<double> distribution_type; typedef in struct:random_condition
400 typedef std::tr1::uniform_real<double> distribution_type; typedef in struct:random_condition
408 const distribution_type distribution(0, 1);
412 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t;
413 distribution_type distribution(0, 1);

Completed in 347 milliseconds

12 3