Searched defs:first_param (Results 1 – 11 of 11) sorted by relevance
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
D | pointer_element.hpp | 34 template <typename T> struct first_param struct 35 { typedef void type; }; 40 struct first_param< TemplateClass<T, Args...> > struct 42 typedef T type; 51 struct first_param struct 53 { typedef T type; }; 59 struct first_param struct 61 { typedef T type; }; 67 struct first_param struct 69 { typedef T type; }; [all …]
|
/external/ComputeLibrary/scripts/ |
D | format_doxygen.py | 6 def process_comment(fd, comment, first_param, last_param): argument 106 first_param = -1 variable 145 first_param = len(comment) - 1 variable 165 first_param = -1 variable
|
/external/autotest/utils/frozen_chromite/lib/ |
D | gob_util.py | 137 def _QueryString(param_dict, first_param=None): argument 383 def QueryChanges(host, param_dict, first_param=None, limit=None, o_params=None, argument
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_function.cpp | 1512 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); in emit_inline_vector_constructor() local 1705 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); in emit_inline_matrix_constructor() local
|
/external/cronet/tot/base/trace_event/ |
D | trace_config.cc | 766 bool first_param = true; in ToTraceOptionsString() local
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 1428 for (int first_param = list->FirstStateVarIndex; in _mesa_optimize_state_parameters() local
|
/external/cronet/stable/base/trace_event/ |
D | trace_config.cc | 766 bool first_param = true; in ToTraceOptionsString() local
|
/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/ |
D | binary.hpp | 148 #define BOOST_DETAIL_SPLIT_AND_SWAP_PARAMS( first_param, second_param ) \ argument 154 #define BOOST_DETAIL_FIRST_MACRO_PARAM( first_param, second_param ) \ argument
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 738 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 7199 unsigned first_param = returns ? 1 : 0; in func_to_nir_builder() local
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 2702 auto first_param = context->tensors[node->inputs->data[0]].params; in Validate() local
|