/aosp_15_r20/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 …]
|
/aosp_15_r20/external/ComputeLibrary/scripts/ |
H A 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
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ast_function.cpp | 1513 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); in emit_inline_vector_constructor() local 1706 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); in emit_inline_matrix_constructor() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_posix.py | 303 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | prog_statevars.c | 1428 for (int first_param = list->FirstStateVarIndex; in _mesa_optimize_state_parameters() local
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | trace_config.cc | 768 bool first_param = true; in ToTraceOptionsString() local
|
/aosp_15_r20/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
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_posix.py | 717 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 7131 unsigned first_param = returns ? 1 : 0; in func_to_nir_builder() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate.cc | 2702 auto first_param = context->tensors[node->inputs->data[0]].params; in Validate() local
|