HomeSort by relevance Sort by last modified time
    Searched refs:param_type (Results 151 - 175 of 288) 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.weibull/
ctor_param.pass.cpp 15 // explicit weibull_distribution(const param_type& parm);
24 typedef D::param_type P;
get_param.pass.cpp 15 // param_type param() const;
24 typedef D::param_type P;
set_param.pass.cpp 15 // void param(const param_type& parm);
24 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
ctor_param.pass.cpp 15 // explicit uniform_int_distribution(const param_type& parm);
24 typedef D::param_type P;
get_param.pass.cpp 15 // param_type param() const;
24 typedef D::param_type P;
set_param.pass.cpp 15 // void param(const param_type& parm);
24 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
ctor_param.pass.cpp 15 // explicit uniform_real_distribution(const param_type& parm);
24 typedef D::param_type P;
get_param.pass.cpp 15 // param_type param() const;
24 typedef D::param_type P;
set_param.pass.cpp 15 // void param(const param_type& parm);
24 typedef D::param_type P;
  /external/chromium_org/content/common/mac/
attributed_string_coder.h 102 typedef mac::AttributedStringCoder::EncodedString param_type; typedef in struct:IPC::ParamTraits
103 static void Write(Message* m, const param_type& p);
104 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
105 static void Log(const param_type& p, std::string* l);
110 typedef mac::AttributedStringCoder::FontAttribute param_type; typedef in struct:IPC::ParamTraits
111 static void Write(Message* m, const param_type& p);
112 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
113 static void Log(const param_type& p, std::string* l);
  /external/chromium/chrome/common/extensions/
extension_messages.cc 67 typedef Extension::Location param_type; typedef in struct:IPC::ParamTraits
68 static void Write(Message* m, const param_type& p) {
72 static bool Read(const Message* m, void** iter, param_type* p) {
78 *p = static_cast<param_type>(val);
81 static void Log(const param_type& p, std::string* l) {
86 void ParamTraits<URLPattern>::Write(Message* m, const param_type& p) {
92 param_type* p) {
103 void ParamTraits<URLPattern>::Log(const param_type& p, std::string* l) {
107 void ParamTraits<ExtensionExtent>::Write(Message* m, const param_type& p) {
112 param_type* p)
    [all...]
extension_messages.h 117 typedef URLPattern param_type; typedef in struct:IPC::ParamTraits
118 static void Write(Message* m, const param_type& p);
119 static bool Read(const Message* m, void** iter, param_type* p);
120 static void Log(const param_type& p, std::string* l);
125 typedef ExtensionExtent param_type; typedef in struct:IPC::ParamTraits
126 static void Write(Message* m, const param_type& p);
127 static bool Read(const Message* m, void** iter, param_type* p);
128 static void Log(const param_type& p, std::string* l);
133 typedef ExtensionMsg_Loaded_Params param_type; typedef in struct:IPC::ParamTraits
134 static void Write(Message* m, const param_type& p)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
param_ctor_init.pass.cpp 15 // param_type(initializer_list<double> wl);
25 typedef D::param_type P;
33 typedef D::param_type P;
41 typedef D::param_type P;
50 typedef D::param_type P;
59 typedef D::param_type P;
69 typedef D::param_type P;
79 typedef D::param_type P;
param_ctor_iterator.pass.cpp 16 // param_type(InputIterator firstW, InputIterator lastW);
25 typedef D::param_type P;
34 typedef D::param_type P;
43 typedef D::param_type P;
53 typedef D::param_type P;
63 typedef D::param_type P;
74 typedef D::param_type P;
85 typedef D::param_type P;
ctor_param.pass.cpp 15 // explicit discrete_distribution(const param_type& parm);
24 typedef D::param_type P;
  /external/chromium_org/ipc/
ipc_message_utils.cc 252 void ParamTraits<bool>::Log(const param_type& p, std::string* l) {
256 void ParamTraits<unsigned char>::Write(Message* m, const param_type& p) {
257 m->WriteBytes(&p, sizeof(param_type));
261 param_type* r) {
263 if (!m->ReadBytes(iter, &data, sizeof(param_type)))
265 memcpy(r, data, sizeof(param_type));
269 void ParamTraits<unsigned char>::Log(const param_type& p, std::string* l) {
273 void ParamTraits<unsigned short>::Write(Message* m, const param_type& p) {
274 m->WriteBytes(&p, sizeof(param_type));
278 param_type* r)
    [all...]
param_traits_read_macros.h 27 Read(const Message* m, PickleIterator* iter, param_type* p) { \
36 Read(const Message* m, PickleIterator* iter, param_type* p) { \
42 *p = static_cast<param_type>(value); \
  /external/chromium_org/chrome/common/extensions/
extension_messages.cc 57 typedef Manifest::Location param_type; typedef in struct:IPC::ParamTraits
58 static void Write(Message* m, const param_type& p) {
62 static bool Read(const Message* m, PickleIterator* iter, param_type* p) {
68 *p = static_cast<param_type>(val);
71 static void Log(const param_type& p, std::string* l) {
76 void ParamTraits<URLPattern>::Write(Message* m, const param_type& p) {
82 param_type* p) {
100 void ParamTraits<URLPattern>::Log(const param_type& p, std::string* l) {
104 void ParamTraits<URLPatternSet>::Write(Message* m, const param_type& p) {
109 param_type* p)
    [all...]
  /external/chromium_org/content/common/
resource_messages.h 35 typedef scoped_refptr<net::HttpResponseHeaders> param_type; typedef in struct:IPC::ParamTraits
36 static void Write(Message* m, const param_type& p);
37 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
38 static void Log(const param_type& p, std::string* l);
43 typedef webkit_common::DataElement param_type; typedef in struct:IPC::ParamTraits
44 static void Write(Message* m, const param_type& p);
45 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
46 static void Log(const param_type& p, std::string* l);
51 typedef scoped_refptr<webkit_glue::ResourceDevToolsInfo> param_type; typedef in struct:IPC::ParamTraits
52 static void Write(Message* m, const param_type& p)
59 typedef net::LoadTimingInfo param_type; typedef in struct:IPC::ParamTraits
67 typedef scoped_refptr<webkit_glue::ResourceRequestBody> param_type; typedef in struct:IPC::ParamTraits
    [all...]
  /external/chromium_org/chrome/common/
automation_messages.h 196 typedef ContextMenuModel param_type; typedef in struct:IPC::ParamTraits
197 static void Write(Message* m, const param_type& p);
198 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
199 static void Log(const param_type& p, std::string* l);
204 typedef scoped_refptr<net::UploadData> param_type; typedef in struct:IPC::ParamTraits
205 static void Write(Message* m, const param_type& p);
206 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
207 static void Log(const param_type& p, std::string* l);
212 typedef net::URLRequestStatus param_type; typedef in struct:IPC::ParamTraits
213 static void Write(Message* m, const param_type& p)
    [all...]
  /external/chromium_org/chrome/common/importer/
profile_import_process_messages.h 30 typedef importer::SourceProfile param_type; typedef in struct:IPC::ParamTraits
31 static void Write(Message* m, const param_type& p) {
39 static bool Read(const Message* m, PickleIterator* iter, param_type* p) {
63 static void Log(const param_type& p, std::string* l) {
83 typedef ImporterURLRow param_type; typedef in struct:IPC::ParamTraits
84 static void Write(Message* m, const param_type& p) {
92 static bool Read(const Message* m, PickleIterator* iter, param_type* p) {
113 static void Log(const param_type& p, std::string* l) {
133 typedef ImportedBookmarkEntry param_type; typedef in struct:IPC::ParamTraits
134 static void Write(Message* m, const param_type& p)
171 typedef ImportedFaviconUsage param_type; typedef in struct:IPC::ParamTraits
197 typedef importer::URLKeywordInfo param_type; typedef in struct:IPC::ParamTraits
226 typedef importer::ImporterIE7PasswordInfo param_type; typedef in struct:IPC::ParamTraits
    [all...]
  /external/chromium_org/gpu/ipc/
gpu_command_buffer_traits.cc 11 const param_type& p) {
22 param_type* p) {
37 void ParamTraits<gpu::CommandBuffer::State> ::Log(const param_type& p,
42 void ParamTraits<gpu::Mailbox>::Write(Message* m, const param_type& p) {
48 param_type* p) {
57 void ParamTraits<gpu::Mailbox>::Log(const param_type& p, std::string* l) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
param_eq.pass.cpp 15 // class param_type;
25 typedef D::param_type P;
34 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
param_eq.pass.cpp 15 // class param_type;
25 typedef D::param_type P;
34 typedef D::param_type P;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
random.h 3139 struct param_type struct in class:fisher_f_distribution
3144 param_type(_RealType __m = _RealType(1), function in struct:fisher_f_distribution::param_type
3241 param_type; typedef
3363 struct param_type struct in class:student_t_distribution
3368 param_type(_RealType __n = _RealType(1)) function in struct:student_t_distribution::param_type
3454 param_type; typedef
3578 struct param_type struct in class:bernoulli_distribution
3583 param_type(double __p = 0.5) function in struct:bernoulli_distribution::param_type
3786 struct param_type struct in class:binomial_distribution
3792 param_type(_IntType __t = _IntType(1), double __p = 0.5) function in struct:binomial_distribution::param_type
4016 struct param_type struct in class:geometric_distribution
4022 param_type(double __p = 0.5) function in struct:geometric_distribution::param_type
4216 struct param_type struct in class:negative_binomial_distribution
4221 param_type(_IntType __k = 1, double __p = 0.5) function in struct:negative_binomial_distribution::param_type
4438 struct param_type struct in class:poisson_distribution
4444 param_type(double __mean = 1.0) function in struct:poisson_distribution::param_type
4654 struct param_type struct in class:exponential_distribution
4659 param_type(_RealType __lambda = _RealType(1)) function in struct:exponential_distribution::param_type
4856 struct param_type struct in class:weibull_distribution
4861 param_type(_RealType __a = _RealType(1), function in struct:weibull_distribution::param_type
5059 struct param_type struct in class:extreme_value_distribution
5064 param_type(_RealType __a = _RealType(0), function in struct:extreme_value_distribution::param_type
5259 struct param_type struct in class:discrete_distribution
5264 param_type() function in struct:discrete_distribution::param_type
5269 param_type(_InputIterator __wbegin, function in struct:discrete_distribution::param_type
5274 param_type(initializer_list<double> __wil) function in struct:discrete_distribution::param_type
5489 struct param_type struct in class:piecewise_constant_distribution
5494 param_type() function in struct:piecewise_constant_distribution::param_type
5756 struct param_type struct in class:piecewise_linear_distribution
5761 param_type() function in struct:piecewise_linear_distribution::param_type
    [all...]

Completed in 602 milliseconds

1 2 3 4 5 67 8 91011>>