HomeSort by relevance Sort by last modified time
    Searched refs:param (Results 151 - 175 of 3536) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
set_param.pass.cpp 15 // void param(const param_type& parm);
27 d.param(p);
28 assert(d.param() == p);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
set_param.pass.cpp 15 // void param(const param_type& parm);
27 d.param(p);
28 assert(d.param() == p);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
set_param.pass.cpp 15 // void param(const param_type& parm);
27 d.param(p);
28 assert(d.param() == p);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
set_param.pass.cpp 15 // void param(const param_type& parm);
27 d.param(p);
28 assert(d.param() == p);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
set_param.pass.cpp 15 // void param(const param_type& parm);
27 d.param(p);
28 assert(d.param() == p);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
AsymmetricCipherKeyPairGenerator.java 11 * @param param the parameters the key pair is to be initialised with.
13 public void init(KeyGenerationParameters param);
CipherKeyGenerator.java 16 * @param param the parameters to be used for key generation
19 KeyGenerationParameters param)
21 this.random = param.getRandom();
22 this.strength = (param.getStrength() + 7) / 8;
  /external/clang/test/CodeGen/
debug-info-block-out-return.c 15 // CHECK: !DILocalVariable(name: "param", arg: 2,{{.*}}line: 2,
22 BigStruct_t (^a)() = ^(int param) {
  /external/libnfc-nxp/src/
nfc_osal_deferred_call.h 30 void nfc_osal_deferred_call(nfc_osal_def_call_t func, void *param);