Home
last modified time | relevance | path

Searched defs:Param (Results 1 – 25 of 43) sorted by relevance

12

/third_party/boost/boost/typeof/
Dtype_template_param.hpp17 #define BOOST_TYPEOF_TYPE_PARAM_EXPANDTYPE(Param) class argument
32 #define BOOST_TYPEOF_TYPE_PARAM_PLACEHOLDER(Param) int argument
33 #define BOOST_TYPEOF_TYPE_PARAM_DECLARATION_TYPE(Param) class argument
34 #define BOOST_TYPEOF_TYPE_PARAM_PLACEHOLDER_TYPES(Param, n) BOOST_PP_CAT(T,n) argument
Dintegral_template_param.hpp49 #define BOOST_TYPEOF_INTEGRAL_PARAM_GETTYPE(Param)\ argument
52 #define BOOST_TYPEOF_INTEGRAL_PARAM_EXPANDTYPE(Param)\ argument
69 #define BOOST_TYPEOF_INTEGRAL_PARAM_PLACEHOLDER(Param)\ argument
72 #define BOOST_TYPEOF_INTEGRAL_PARAM_DECLARATION_TYPE(Param)\ argument
75 #define BOOST_TYPEOF_INTEGRAL_PARAM_PLACEHOLDER_TYPES(Param, n)\ argument
Dtemplate_template_param.hpp39 #define BOOST_TYPEOF_TEMPLATE_PARAM_PLACEHOLDER(Param)\ argument
43 #define BOOST_TYPEOF_TEMPLATE_PARAM_DECLARATION_TYPE(Param) class argument
46 #define BOOST_TYPEOF_TEMPLATE_PARAM_PLACEHOLDER_TYPES(Param, n)\ argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dgaussian_distribution_test.cc178 struct Param { struct
179 double mean;
180 double stddev;
181 double p_fail; // Z-Test probability of failure.
182 int trials; // Z-Test trials.
Dexponential_distribution_test.cc177 struct Param { struct
178 double lambda;
179 double p_fail;
180 int trials;
Dlog_uniform_int_distribution_test.cc216 using Param = log_uniform_i32::param_type; in GenParams() typedef
/third_party/abseil-cpp/absl/random/
Dgaussian_distribution_test.cc194 struct Param { struct
195 double mean;
196 double stddev;
197 double p_fail; // Z-Test probability of failure.
198 int trials; // Z-Test trials.
Dexponential_distribution_test.cc188 struct Param { struct
189 double lambda;
190 double p_fail;
191 int trials;
Dlog_uniform_int_distribution_test.cc216 using Param = log_uniform_i32::param_type; in GenParams() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceClFlags.cpp191 typename ToSetterParam<T>::ReturnType toSetterParam(const T &Param) { in toSetterParam()
197 toSetterParam(const cl::list<Ice::VerboseItem> &Param) { in toSetterParam()
210 toSetterParam(const cl::list<std::string> &Param) { in toSetterParam()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h290 struct Param { struct
302 Param() { reset(); } in Param() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_binary_expression_test.cc962 struct Param { struct
963 Type type;
964 ast::BinaryOp op;
965 std::string name;
1147 struct Param { struct
1148 ast::BinaryOp op;
1149 std::string name;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInlineSimple.cpp107 auto Param = llvm::getInlineParams(OptLevel, SizeOptLevel); in createFunctionInliningPass() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp62 for (auto *Param : Ty->params()) in computeSignatureVTs() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_hiAppEvent.js64 Param: ParamMock, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXReplaceImageHandles.cpp158 unsigned Param = atoi(Sym.data()+ParamBaseName.size()); in findIndexForHandle() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h50 unsigned char Param; member
/third_party/boost/boost/graph/
Ddag_shortest_paths.hpp128 inline void dag_shortest_paths(const VertexListGraph& g, in dag_shortest_paths()
Dmcgregor_common_subgraphs.hpp501 void mcgregor_common_subgraphs(const GraphFirst& graph1, in mcgregor_common_subgraphs()
676 void mcgregor_common_subgraphs_unique(const GraphFirst& graph1, in mcgregor_common_subgraphs_unique()
854 void mcgregor_common_subgraphs_maximum(const GraphFirst& graph1, in mcgregor_common_subgraphs_maximum()
1052 void mcgregor_common_subgraphs_maximum_unique(const GraphFirst& graph1, in mcgregor_common_subgraphs_maximum_unique()
Ddijkstra_shortest_paths_no_color_map.hpp220 inline void dijkstra_shortest_paths_no_color_map(const Graph& graph, in dijkstra_shortest_paths_no_color_map()
Dvf2_sub_graph_iso.hpp1064 bool vf2_subgraph_mono(const GraphSmall& graph_small, in vf2_subgraph_mono()
1116 bool vf2_subgraph_iso(const GraphSmall& graph_small, in vf2_subgraph_iso()
1230 bool vf2_graph_iso(const Graph1& graph1, const Graph2& graph2, in vf2_graph_iso()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDriver.cpp105 static const char *FlagValue(const char *Param, const char *Name) { in FlagValue()
130 static bool ParseOneFlag(const char *Param) { in ParseOneFlag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp174 for (auto &Param : Fn.args()) { in FunctionInfo() local
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DEchoMessages.cs1380 public global::Grpc.Testing.RequestParams Param { property in Grpc.Testing.EchoRequest
1841 public global::Grpc.Testing.ResponseParams Param { property in Grpc.Testing.EchoResponse
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp290 struct BTF::BTFParam Param; in completeType() local
305 for (const auto &Param : Parameters) { in emitType() local

12