Home
last modified time | relevance | path

Searched defs:element (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c39 #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/
DElementTree.py106 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/
DElementTree.py106 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/
Dplistlib.py159 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
Dsets.py274 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/
Dcss_pm_scpi.c75 int rc, element; in css_scp_get_power_state() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_randommodule.c315 PyObject *element; in random_getstate() local
342 unsigned long element; in random_setstate() local
D_elementtree.c391 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
DcPickle.c1457 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
Ditertoolsmodule.c3640 PyObject *element; member
3650 PyObject *element; in repeat_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_randommodule.c315 PyObject *element; in random_getstate() local
342 unsigned long element; in random_setstate() local
DcPickle.c1488 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
Ditertoolsmodule.c3683 PyObject *element; member
3693 PyObject *element; in repeat_new() local
/device/google/cuttlefish_common/common/vsoc/lib/
Dvsoc_memory.cpp45 for (auto& element : v) { in GetConstPointers() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dxmlbuilder.py325 def acceptNode(self, element): argument
328 def startContainer(self, element): argument
Dminidom.py852 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/
Dxmlbuilder.py325 def acceptNode(self, element): argument
328 def startContainer(self, element): argument
Dminidom.py856 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/
Dtest_xml_etree.py114 def check_element(element): argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.c1958 element(int old_not,int first_on_line,int use_def_MT_handler) in element() function
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp535 for (const auto& element : mChanges->getTypeChanges()) { in getChangedCompositionTypes() local
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c739 unsigned int element; in pcm_mask_test() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c6324 PyObject *element) in PyUnicode_Contains()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c6229 PyObject *element) in PyUnicode_Contains()