Home
last modified time | relevance | path

Searched defs:first_param (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dpointer_element.hpp34 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 Dformat_doxygen.py6 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 Dgob_util.py137 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 Dast_function.cpp1513 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/
Dtest_posix.py303 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c1428 for (int first_param = list->FirstStateVarIndex; in _mesa_optimize_state_parameters() local
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_config.cc768 bool first_param = true; in ToTraceOptionsString() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/
Dbinary.hpp148 #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/
Dtest_posix.py717 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c7131 unsigned first_param = returns ? 1 : 0; in func_to_nir_builder() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc2702 auto first_param = context->tensors[node->inputs->data[0]].params; in Validate() local