Home
last modified time | relevance | path

Searched defs:second (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish/network/wifi_forwarder/
Dcache.h49 const Value& second; variable
85 Value& second; variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py473 def _getAssertEqualityFunc(self, first, second): argument
497 def _baseAssertEqual(self, first, second, msg=None): argument
504 def assertEqual(self, first, second, msg=None): argument
511 def assertNotEqual(self, first, second, msg=None): argument
521 def assertAlmostEqual(self, first, second, places=None, msg=None, delta=None): argument
559 def assertNotAlmostEqual(self, first, second, places=None, msg=None, delta=None): argument
899 def assertMultiLineEqual(self, first, second, msg=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_win.c33 int first, second; in strcasecmp() local
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h26 #define __android_second(dummy, second, ...) second argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_generators.py1188 def second(): function
Dtest_unicode.py36 def assertEqual(self, first, second, msg=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c574 int *hour, int *minute, int *second, in normalize_datetime()
672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
699 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex()
1935 PyObject *second = NULL; in delta_new() local
3148 int second = 0; in time_new() local
3678 int second = 0; in datetime_new() local
4081 int second = DATE_GET_SECOND(date) + GET_TD_SECONDS(delta) * factor; in add_datetime_timedelta() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c574 int *hour, int *minute, int *second, in normalize_datetime()
672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
699 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex()
1935 PyObject *second = NULL; in delta_new() local
3148 int second = 0; in time_new() local
3678 int second = 0; in datetime_new() local
4081 int second = DATE_GET_SECOND(date) + GET_TD_SECONDS(delta) * factor; in add_datetime_timedelta() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Ddatetime.h217 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Ddatetime.h217 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c55 int MR_secondPredicateUnreachable(Predicate *first,Predicate *second) in MR_secondPredicateUnreachable()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py53 def ndiffAssertEqual(self, first, second): argument
Dtest_email.py52 def ndiffAssertEqual(self, first, second): argument