Home
last modified time | relevance | path

Searched defs:container (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
Dplat_pm.c80 static void mt_save_generic_timer(unsigned long *container) in mt_save_generic_timer()
107 static void mt_restore_generic_timer(unsigned long *container) in mt_restore_generic_timer()
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/
Dplat_pm.c124 static void mt_save_generic_timer(unsigned long *container) in mt_save_generic_timer()
151 static void mt_restore_generic_timer(unsigned long *container) in mt_restore_generic_timer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py794 def assertIn(self, member, container, msg=None): argument
801 def assertNotIn(self, member, container, msg=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dargparse.py1331 def _add_container_actions(self, container): argument
1473 def __init__(self, container, title=None, description=None, **kwargs): argument
1507 def __init__(self, container, required=False): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dargparse.py1344 def _add_container_actions(self, container): argument
1486 def __init__(self, container, title=None, description=None, **kwargs): argument
1520 def __init__(self, container, required=False): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_itertools.py1007 def makecycle(self, iterator, container): argument
Dtest_descr.py3821 container = [] variable in ClassPropertiesAndMethods.test_subtype_resurrection.C
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dpyexpat.c502 PyObject *container, *rv, *args; in my_StartElementHandler() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpyexpat.c502 PyObject *container, *rv, *args; in my_StartElementHandler() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c6228 int PyUnicode_Contains(PyObject *container, in PyUnicode_Contains()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c6323 int PyUnicode_Contains(PyObject *container, in PyUnicode_Contains()