HomeSort by relevance Sort by last modified time
    Searched refs:param (Results 76 - 100 of 4366) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
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.bern/rand.dist.bern.geo/
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.bern/rand.dist.bern.negbin/
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.norm/rand.dist.norm.cauchy/
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.norm/rand.dist.norm.chisq/
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.norm/rand.dist.norm.f/
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.norm/rand.dist.norm.lognormal/
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.norm/rand.dist.norm.normal/
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.norm/rand.dist.norm.t/
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.exp/
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.extreme/
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.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/libnfc-nxp/src/
nfc_osal_deferred_call.h 30 void nfc_osal_deferred_call(nfc_osal_def_call_t func, void *param);
  /external/apache-http/src/org/apache/http/params/
AbstractHttpParams.java 57 Object param = getParameter(name); local
58 if (param == null) {
61 return ((Long)param).longValue();
70 Object param = getParameter(name); local
71 if (param == null) {
74 return ((Integer)param).intValue();
83 Object param = getParameter(name); local
84 if (param == null) {
87 return ((Double)param).doubleValue();
96 Object param = getParameter(name) local
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getschedparam.c 43 struct sched_param *param)
55 * Validate the policy and param args.
58 if (policy <= (int *) SCHED_MAX || param == NULL)
72 param->sched_priority = ((ptw32_thread_t *)thread.p)->sched_priority;
  /external/chromium_org/net/data/websocket/
protocol-test_wsh.py 13 param = cgi.parse_qs(r[1])
14 if 'protocol' in param:
15 request.ws_protocol = param['protocol'][0]
  /libcore/luni/src/main/java/javax/net/ssl/
CertPathTrustManagerParameters.java 30 private final CertPathParameters param; field in class:CertPathTrustManagerParameters
36 * @param parameters
40 param = (CertPathParameters) parameters.clone();
49 return (CertPathParameters) param.clone();
  /cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp 29 bool AudioProtocol::sendCommand(AudioParam& param)
36 bool AudioProtocol::handleReply(const uint32_t* data, AudioParam* param)
91 bool CmdDownload::sendCommand(AudioParam& param)
94 mBuffer[1] = htonl(4 + param.mBuffer->getSize());
95 mBuffer[2] = htonl(param.mId);
99 return sendData(param.mBuffer->getData(), param.mBuffer->getSize());
109 bool CmdStartPlayback::sendCommand(AudioParam& param)
113 mBuffer[2] = htonl(param.mId);
114 mBuffer[3] = htonl(param.mSamplingF)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_common.py 60 for param in func.parameterIterator():
61 if outputs_also or not param.is_output:
62 if param.is_image():
63 [dim, w, h, d, junk] = param.get_dimensions()
65 compsize = '__glImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, param.img_target)
66 if not param.img_send_null:
67 compsize = '(%s != NULL) ? %s : 0' % (param.name, compsize)
71 elif len(param.count_parameter_list)
    [all...]

Completed in 3559 milliseconds

1 2 34 5 6 7 8 91011>>