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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_bytes.py992 newval = method(3)
993 self.assertEqual(val, newval)
994 self.assertTrue(val is not newval,
999 newval = eval(expr)
1000 self.assertEqual(val, newval)
1001 self.assertTrue(val is not newval,
H A Dtest_datetime.py1072 for name, newval in (("year", 2),
1076 newargs[i] = newval
1078 got = base.replace(**{name: newval})
1617 for name, newval in (("year", 2),
1625 newargs[i] = newval
1627 got = base.replace(**{name: newval})
1941 for name, newval in (("hour", 5),
1946 newargs[i] = newval
1948 got = base.replace(**{name: newval})
2314 for name, newval i
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dedk2module.c446 "stat_float_times([newval]) -> oldval\n\n\
448 If newval is True, future calls to stat() return floats, if it is False,\n\
450 If newval is omitted, return the current setting.\n");
455 int newval = -1; local
457 if (!PyArg_ParseTuple(args, "|i:stat_float_times", &newval))
459 if (newval == -1)
462 _stat_float_times = newval;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c445 "stat_float_times([newval]) -> oldval\n\n\
447 If newval is True, future calls to stat() return floats, if it is False,\n\
449 If newval is omitted, return the current setting.\n");
454 int newval = -1; local
456 if (!PyArg_ParseTuple(args, "|i:stat_float_times", &newval))
458 if (newval == -1)
461 _stat_float_times = newval;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c1245 "stat_float_times([newval]) -> oldval\n\n\
1247 If newval is True, future calls to stat() return floats, if it is False,\n\
1249 If newval is omitted, return the current setting.\n");
1254 int newval = -1; local
1255 if (!PyArg_ParseTuple(args, "|i:stat_float_times", &newval))
1257 if (newval == -1)
1260 _stat_float_times = newval;

Completed in 115 milliseconds