/third_party/boost/boost/typeof/ |
D | type_template_param.hpp | 17 #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
|
D | integral_template_param.hpp | 49 #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
|
D | template_template_param.hpp | 39 #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/ |
D | gaussian_distribution_test.cc | 178 struct Param { struct 179 double mean; 180 double stddev; 181 double p_fail; // Z-Test probability of failure. 182 int trials; // Z-Test trials.
|
D | exponential_distribution_test.cc | 177 struct Param { struct 178 double lambda; 179 double p_fail; 180 int trials;
|
D | log_uniform_int_distribution_test.cc | 216 using Param = log_uniform_i32::param_type; in GenParams() typedef
|
/third_party/abseil-cpp/absl/random/ |
D | gaussian_distribution_test.cc | 194 struct Param { struct 195 double mean; 196 double stddev; 197 double p_fail; // Z-Test probability of failure. 198 int trials; // Z-Test trials.
|
D | exponential_distribution_test.cc | 188 struct Param { struct 189 double lambda; 190 double p_fail; 191 int trials;
|
D | log_uniform_int_distribution_test.cc | 216 using Param = log_uniform_i32::param_type; in GenParams() typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceClFlags.cpp | 191 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/ |
D | AMDGPULibFunc.h | 290 struct Param { struct 302 Param() { reset(); } in Param() argument
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_binary_expression_test.cc | 962 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/ |
D | InlineSimple.cpp | 107 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/ |
D | WebAssemblyMachineFunctionInfo.cpp | 62 for (auto *Param : Ty->params()) in computeSignatureVTs() local
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_hiAppEvent.js | 64 Param: ParamMock, property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXReplaceImageHandles.cpp | 158 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/ |
D | OptTable.h | 50 unsigned char Param; member
|
/third_party/boost/boost/graph/ |
D | dag_shortest_paths.hpp | 128 inline void dag_shortest_paths(const VertexListGraph& g, in dag_shortest_paths()
|
D | mcgregor_common_subgraphs.hpp | 501 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()
|
D | dijkstra_shortest_paths_no_color_map.hpp | 220 inline void dijkstra_shortest_paths_no_color_map(const Graph& graph, in dijkstra_shortest_paths_no_color_map()
|
D | vf2_sub_graph_iso.hpp | 1064 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/ |
D | FuzzerDriver.cpp | 105 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/ |
D | CFLSteensAliasAnalysis.cpp | 174 for (auto &Param : Fn.args()) { in FunctionInfo() local
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | EchoMessages.cs | 1380 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/ |
D | BTFDebug.cpp | 290 struct BTF::BTFParam Param; in completeType() local 305 for (const auto &Param : Parameters) { in emitType() local
|