Home
last modified time | relevance | path

Searched refs:pobj (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dcf_bpttool.py732 def add_info(self, pobj): argument
738 self.label = pobj[JSON_KEYWORD_PARTITIONS_LABEL]
739 value = pobj.get(JSON_KEYWORD_PARTITIONS_OFFSET)
742 value = pobj.get(JSON_KEYWORD_PARTITIONS_SIZE)
745 value = pobj.get(JSON_KEYWORD_PARTITIONS_GROW)
748 value = pobj.get(JSON_KEYWORD_PARTITIONS_AB)
751 value = pobj.get(JSON_KEYWORD_PARTITIONS_AB_EXPANDED)
754 value = pobj.get(JSON_KEYWORD_PARTITIONS_GUID)
757 value = pobj.get(JSON_KEYWORD_PARTITIONS_IGNORE)
760 value = pobj.get(JSON_KEYWORD_PARTITIONS_TYPE_GUID)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c488 to_complex(PyObject **pobj, Py_complex *pc) in to_complex() argument
490 PyObject *obj = *pobj; in to_complex()
500 *pobj = NULL; in to_complex()
510 *pobj = Py_NotImplemented; in to_complex()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c492 to_complex(PyObject **pobj, Py_complex *pc) in to_complex() argument
494 PyObject *obj = *pobj; in to_complex()
504 *pobj = NULL; in to_complex()
514 *pobj = Py_NotImplemented; in to_complex()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c4142 PyObject *pobj = (PyObject *)NULL; local
4154 &hobj, &pobj, &family, &socktype,
4172 if (PyInt_Check(pobj) || PyLong_Check(pobj)) {
4173 long value = PyLong_AsLong(pobj);
4178 } else if (PyString_Check(pobj)) {
4179 pptr = PyString_AsString(pobj);
4180 } else if (pobj == Py_None) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c4060 PyObject *pobj = (PyObject *)NULL; local
4072 &hobj, &pobj, &family, &socktype,
4090 if (PyInt_Check(pobj)) {
4091 PyOS_snprintf(pbuf, sizeof(pbuf), "%ld", PyInt_AsLong(pobj));
4093 } else if (PyString_Check(pobj)) {
4094 pptr = PyString_AsString(pobj);
4095 } else if (pobj == Py_None) {
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
DLan9118Dxe.c941 IN EFI_SIMPLE_NETWORK_PROTOCOL* pobj, in SnpNvData() argument
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
DLan91xDxe.c1592 IN EFI_SIMPLE_NETWORK_PROTOCOL* pobj, in SnpNvData() argument