Searched refs:first_param (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dgmock_class.py87 first_param = node.parameters[0]
88 if source[first_param.start:first_param.end].strip() == 'void':
/external/python/cpython2/Lib/test/
H A Dtest_posix.py298 def _test_all_chown_common(self, chown_func, first_param, stat_func):
302 stat = stat_func(first_param)
308 chown_func(first_param, uid, gid)
310 chown_func(first_param, -1, gid)
312 chown_func(first_param, uid, -1)
330 chown_func(first_param, big_value, big_value)
332 chown_func(first_param, -1, -1)
334 chown_func(first_param, uid, gid)
343 self.assertRaises(OSError, chown_func, first_param, 0, 0)
345 self.assertRaises(OSError, chown_func, first_param,
[all...]
/external/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py88 first_param = node.parameters[0]
89 if source[first_param.start:first_param.end].strip() == 'void':
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dgmock_class.py88 first_param = node.parameters[0]
89 if source[first_param.start:first_param.end].strip() == 'void':
/external/mesa3d/src/compiler/glsl/
H A Dast_function.cpp1218 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); local
1219 ir_rvalue *rhs = new(ctx) ir_swizzle(first_param, 0, 0, 0, 0,
1416 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); local
1421 glsl_base_type param_base_type = first_param->type->base_type;
1446 inst = new(ctx) ir_assignment(rhs_ref, first_param, NULL, 0x01);
1489 } else if (first_param->type->is_matrix()) {
1499 assert(first_param->next->is_tail_sentinel());
1500 ir_rvalue *const src_matrix = first_param;
1551 new(ctx) ir_variable(first_param->type, "mat_ctor_mat",
1558 new(ctx) ir_assignment(rhs_var_ref, first_param, NUL
[all...]

Completed in 302 milliseconds