HomeSort by relevance Sort by last modified time
    Searched refs:param_type (Results 176 - 200 of 235) sorted by null

1 2 3 4 5 6 78 910

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
param_ctor_iterator.pass.cpp 16 // param_type(InputIteratorB firstB, InputIteratorB lastB,
26 typedef D::param_type P;
40 typedef D::param_type P;
54 typedef D::param_type P;
68 typedef D::param_type P;
84 typedef D::param_type P;
ctor_param.pass.cpp 15 // explicit piecewise_constant_distribution(const param_type& parm);
24 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
param_ctor_iterator.pass.cpp 16 // param_type(InputIteratorB firstB, InputIteratorB lastB,
26 typedef D::param_type P;
41 typedef D::param_type P;
56 typedef D::param_type P;
71 typedef D::param_type P;
88 typedef D::param_type P;
ctor_param.pass.cpp 15 // explicit piecewise_linear_distribution(const param_type& parm);
24 typedef D::param_type P;
  /external/chromium/chrome/browser/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) {
38 static bool Read(const Message* m, void** iter, param_type* p) {
58 static void Log(const param_type& p, std::string* l) {
76 typedef history::URLRow param_type; typedef in struct:IPC::ParamTraits
77 static void Write(Message* m, const param_type& p) {
86 static bool Read(const Message* m, void** iter, param_type* p) {
109 static void Log(const param_type& p, std::string* l) {
131 typedef ProfileWriter::BookmarkEntry param_type; typedef in struct:IPC::ParamTraits
132 static void Write(Message* m, const param_type& p)
169 typedef history::ImportedFaviconUsage param_type; typedef in struct:IPC::ParamTraits
195 typedef TemplateURLRef param_type; typedef in struct:IPC::ParamTraits
220 typedef TemplateURL::ImageRef param_type; typedef in struct:IPC::ParamTraits
248 typedef TemplateURL param_type; typedef in struct:IPC::ParamTraits
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
eval.pass.cpp 32 typedef D::param_type P;
48 typedef D::param_type P;
64 typedef D::param_type P;
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
32 typedef D::param_type P;
49 typedef D::param_type P;
66 typedef D::param_type P;
  /external/chromium/chrome/common/
automation_messages.cc 176 const param_type& p) {
187 param_type* p) {
197 void ParamTraits<AutomationMsg_Find_Params>::Log(const param_type& p,
205 const param_type& p) {
212 param_type* p) {
222 const param_type& p, std::string* l) {
245 const param_type& p) {
253 param_type* p) {
263 const param_type& p,
283 const param_type& p)
    [all...]
render_messages.h 59 typedef gfx::NativeView param_type; typedef in struct:IPC::ParamTraits
60 static void Write(Message* m, const param_type& p) {
64 static bool Read(const Message* m, void** iter, param_type* p) {
70 static void Log(const param_type& p, std::string* l) {
79 typedef ContentSettings param_type; typedef in struct:IPC::ParamTraits
80 static void Write(Message* m, const param_type& p);
81 static bool Read(const Message* m, void** iter, param_type* r);
82 static void Log(const param_type& p, std::string* l);
  /external/webkit/Source/WebCore/inspector/
generate-inspector-idl 101 def param_type(domain_name, param): function
132 params.append("in%s %s %s" % (optional, param_type(domain_name, in_param), in_param["name"]))
135 params.append("out %s %s" % (param_type(domain_name, out_param), out_param["name"]))
147 params.append("out%s %s %s" % (optional, param_type(domain_name, in_param), in_param["name"]))
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
eval.pass.cpp 52 typedef D::param_type P;
70 typedef D::param_type P;
88 typedef D::param_type P;
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
52 typedef D::param_type P;
71 typedef D::param_type P;
90 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
25 typedef D::param_type P;
  /external/libnfc-nci/src/nfc/llcp/
llcp_util.c 46 UINT8 param_type, param_len, *p = p_bytes; local
50 BE_STREAM_TO_UINT8 (param_type, p);
53 switch (param_type)
89 LLCP_TRACE_ERROR1 ("llcp_util_parse_link_params (): Unexpected type 0x%x", param_type);
494 UINT8 param_type, param_len, *p = p_bytes; local
502 BE_STREAM_TO_UINT8 (param_type, p);
505 switch (param_type)
543 LLCP_TRACE_ERROR1 ("llcp_util_parse_connect (): Unexpected type 0x%x", param_type);
633 UINT8 param_type, param_len, *p = p_bytes; local
640 BE_STREAM_TO_UINT8 (param_type, p)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
eval.pass.cpp 34 typedef D::param_type P;
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
34 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
eval.pass.cpp 34 typedef D::param_type P;
73 typedef D::param_type P;
112 typedef D::param_type P;
151 typedef D::param_type P;
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
34 typedef D::param_type P;
74 typedef D::param_type P;
114 typedef D::param_type P;
154 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
eval_param.pass.cpp 14 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
33 typedef D::param_type P;
71 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
34 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
35 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
35 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
34 typedef D::param_type P;
76 typedef D::param_type P;
118 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
34 typedef D::param_type P;
76 typedef D::param_type P;
118 typedef D::param_type P;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
eval_param.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g, const param_type& parm);
34 typedef D::param_type P;
76 typedef D::param_type P;
118 typedef D::param_type P;

Completed in 602 milliseconds

1 2 3 4 5 6 78 910