HomeSort by relevance Sort by last modified time
    Searched refs:first_param (Results 1 - 6 of 6) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 225 def _test_all_chown_common(self, chown_func, first_param, stat_func):
229 stat = stat_func(first_param)
235 chown_func(first_param, uid, gid)
237 chown_func(first_param, -1, gid)
239 chown_func(first_param, uid, -1)
257 chown_func(first_param, big_value, big_value)
259 chown_func(first_param, -1, -1)
261 chown_func(first_param, uid, gid)
270 self.assertRaises(OSError, chown_func, first_param, 0, 0)
272 self.assertRaises(OSError, chown_func, first_param, 0, -1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 225 def _test_all_chown_common(self, chown_func, first_param, stat_func):
229 stat = stat_func(first_param)
235 chown_func(first_param, uid, gid)
237 chown_func(first_param, -1, gid)
239 chown_func(first_param, uid, -1)
257 chown_func(first_param, big_value, big_value)
259 chown_func(first_param, -1, -1)
261 chown_func(first_param, uid, gid)
270 self.assertRaises(OSError, chown_func, first_param, 0, 0)
272 self.assertRaises(OSError, chown_func, first_param, 0, -1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 225 def _test_all_chown_common(self, chown_func, first_param, stat_func):
229 stat = stat_func(first_param)
235 chown_func(first_param, uid, gid)
237 chown_func(first_param, -1, gid)
239 chown_func(first_param, uid, -1)
257 chown_func(first_param, big_value, big_value)
259 chown_func(first_param, -1, -1)
261 chown_func(first_param, uid, gid)
270 self.assertRaises(OSError, chown_func, first_param, 0, 0)
272 self.assertRaises(OSError, chown_func, first_param, 0, -1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 225 def _test_all_chown_common(self, chown_func, first_param, stat_func):
229 stat = stat_func(first_param)
235 chown_func(first_param, uid, gid)
237 chown_func(first_param, -1, gid)
239 chown_func(first_param, uid, -1)
257 chown_func(first_param, big_value, big_value)
259 chown_func(first_param, -1, -1)
261 chown_func(first_param, uid, gid)
270 self.assertRaises(OSError, chown_func, first_param, 0, 0)
272 self.assertRaises(OSError, chown_func, first_param, 0, -1
    [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp 738 ir_rvalue *first_param = (ir_rvalue *)parameters->head; local
739 ir_rvalue *rhs = new(ctx) ir_swizzle(first_param, 0, 0, 0, 0,
930 ir_rvalue *const first_param = (ir_rvalue *) parameters->head; local
954 inst = new(ctx) ir_assignment(rhs_ref, first_param, NULL, 0x01);
995 } else if (first_param->type->is_matrix()) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 214 def _test_all_chown_common(self, chown_func, first_param):
224 chown_func(first_param, ent.pw_uid, ent.pw_gid)
230 first_param, 0, 0)
233 chown_func(first_param, os.getuid(), os.getgid())

Completed in 538 milliseconds