Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_posix.py303 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1341 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); in emit_inline_vector_constructor() local
1544 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); in emit_inline_matrix_constructor() local
/external/python/cpython3/Lib/test/
Dtest_posix.py694 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc719 auto first_param = context->tensors[node->inputs->data[0]].params; in Map() local