/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 39 #define PRINT_PENDING_STRING(pStruct, type, element) \ argument 47 #define PRINT_SMBIOS_STRING(pStruct, stringnumber, element) \ argument 55 #define PRINT_STRUCT_VALUE(pStruct, type, element) \ argument 61 #define PRINT_STRUCT_VALUE_H(pStruct, type, element) \ argument 67 #define PRINT_STRUCT_VALUE_LH(pStruct, type, element) \ argument 73 #define PRINT_BIT_FIELD(pStruct, type, element, size) \ argument 81 #define PRINT_SMBIOS_BIT_FIELD(pStruct, startaddress, element, size) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ |
D | ElementTree.py | 106 def find(self, element, tag, namespaces=None): argument 111 def findtext(self, element, tag, default=None, namespaces=None): argument 116 def iterfind(self, element, tag, namespaces=None): argument 123 def findall(self, element, tag, namespaces=None): argument 150 def iselement(element): argument 275 def __setitem__(self, index, element): argument 300 def append(self, element): argument 320 def insert(self, index, element): argument 335 def remove(self, element): argument 607 def __init__(self, element=None, file=None): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ |
D | ElementTree.py | 106 def find(self, element, tag, namespaces=None): argument 111 def findtext(self, element, tag, default=None, namespaces=None): argument 116 def iterfind(self, element, tag, namespaces=None): argument 123 def findall(self, element, tag, namespaces=None): argument 150 def iselement(element): argument 275 def __setitem__(self, index, element): argument 300 def append(self, element): argument 320 def insert(self, index, element): argument 335 def remove(self, element): argument 607 def __init__(self, element=None, file=None): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | plistlib.py | 159 def beginElement(self, element): argument 164 def endElement(self, element): argument 170 def simpleElement(self, element, value=None): argument 409 def handleBeginElement(self, element, attrs): argument 415 def handleEndElement(self, element): argument
|
D | sets.py | 274 def __contains__(self, element): argument 499 def add(self, element): argument 512 def remove(self, element): argument 525 def discard(self, element): argument
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scp/ |
D | css_pm_scpi.c | 75 int rc, element; in css_scp_get_power_state() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _randommodule.c | 315 PyObject *element; in random_getstate() local 342 unsigned long element; in random_setstate() local
|
D | _elementtree.c | 391 element_add_subelement(ElementObject* self, PyObject* element) in element_add_subelement() 467 element(PyObject* self, PyObject* args, PyObject* kw) in element() function 553 PyObject* element; in element_append() local 589 ElementObject* element; in element_copy() local 631 ElementObject* element; in element_deepcopy() local 776 PyObject* element = PySequence_Fast_GET_ITEM(seq, i); in element_extend() local 1037 PyObject* element; in element_insert() local 1151 PyObject* element; in element_remove() local 1421 PyObject* element = PySequence_Fast_GET_ITEM(seq, i); local
|
D | cPickle.c | 1457 PyObject *element = PyTuple_GET_ITEM(t, i); in store_tuple_elements() local 2029 PyObject *element = 0; in save_inst() local 3765 PyObject *element; in load_counted_tuple() local
|
D | itertoolsmodule.c | 3640 PyObject *element; member 3650 PyObject *element; in repeat_new() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _randommodule.c | 315 PyObject *element; in random_getstate() local 342 unsigned long element; in random_setstate() local
|
D | cPickle.c | 1488 PyObject *element = PyTuple_GET_ITEM(t, i); in store_tuple_elements() local 2060 PyObject *element = 0; in save_inst() local 3800 PyObject *element; in load_counted_tuple() local
|
D | itertoolsmodule.c | 3683 PyObject *element; member 3693 PyObject *element; in repeat_new() local
|
/device/google/cuttlefish_common/common/vsoc/lib/ |
D | vsoc_memory.cpp | 45 for (auto& element : v) { in GetConstPointers() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/ |
D | xmlbuilder.py | 325 def acceptNode(self, element): argument 328 def startContainer(self, element): argument
|
D | minidom.py | 852 def _set_attribute_node(element, attr): argument 1504 def _get_elem_info(self, element): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/ |
D | xmlbuilder.py | 325 def acceptNode(self, element): argument 328 def startContainer(self, element): argument
|
D | minidom.py | 856 def _set_attribute_node(element, attr): argument 1508 def _get_elem_info(self, element): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_xml_etree.py | 114 def check_element(element): argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | antlr.c | 1958 element(int old_not,int first_on_line,int use_def_MT_handler) in element() function
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 535 for (const auto& element : mChanges->getTypeChanges()) { in getChangedCompositionTypes() local
|
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/ |
D | pcm.c | 739 unsigned int element; in pcm_mask_test() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 6324 PyObject *element) in PyUnicode_Contains()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 6229 PyObject *element) in PyUnicode_Contains()
|