Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Drow.c31 Py_XDECREF(self->description); in pysqlite_row_dealloc()
42 self->description = 0; in pysqlite_row_init()
61 Py_INCREF(cursor->description); in pysqlite_row_init()
62 self->description = cursor->description; in pysqlite_row_init()
92 nitems = PyTuple_Size(self->description); in pysqlite_row_subscript()
95 … compare_key = PyString_AsString(PyTuple_GET_ITEM(PyTuple_GET_ITEM(self->description, i), 0)); in pysqlite_row_subscript()
150 nitems = PyTuple_Size(self->description); in pysqlite_row_keys()
153 if (PyList_Append(list, PyTuple_GET_ITEM(PyTuple_GET_ITEM(self->description, i), 0)) != 0) { in pysqlite_row_keys()
174 return PyObject_Hash(self->description) ^ PyObject_Hash(self->data); in pysqlite_row_hash()
185 PyObject *res = PyObject_RichCompare(self->description, other->description, opid); in pysqlite_row_richcompare()
Dcursor.c100 self->description = Py_None; in pysqlite_cursor_init()
139 Py_XDECREF(self->description); in pysqlite_cursor_dealloc()
556 Py_DECREF(self->description); in _pysqlite_query_execute()
558 self->description = Py_None; in _pysqlite_query_execute()
690 if (self->description == Py_None) { in _pysqlite_query_execute()
695 Py_DECREF(self->description); in _pysqlite_query_execute()
696 self->description = PyTuple_New(numcols); in _pysqlite_query_execute()
697 if (!self->description) { in _pysqlite_query_execute()
712 PyTuple_SetItem(self->description, i, descriptor); in _pysqlite_query_execute()
1069 {"description", T_OBJECT, offsetof(pysqlite_Cursor, description), RO},
Drow.h32 PyObject* description; member
Dcursor.h36 PyObject* description; member
/device/google/wahoo/wifi_offload/
Doffload_status_util.cpp26 OffloadStatus createOffloadStatus(OffloadStatusCode code, const std::string &description) { in createOffloadStatus() argument
27 return {code, description}; in createOffloadStatus()
Doffload_status_util.h29 OffloadStatus createOffloadStatus(OffloadStatusCode code, const std::string &description);
/device/google/accessory/arduino/AndroidAccessory/
DAndroidAccessory.h26 const char *description; variable
56 const char *description,
DAndroidAccessory.cpp40 const char *description, in AndroidAccessory() argument
45 description(description), in AndroidAccessory()
95 sendString(addr, ACCESSORY_STRING_DESCRIPTION, description); in switchDevice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dcommand_template15 # Brief (40-50 characters) description of the command
16 description = ""
Dinstall_headers.py14 description = "install C/C++ header files" variable in install_headers
Dinstall_scripts.py17 description = "install scripts (Python or otherwise)" variable in install_scripts
Dclean.py16 description = "clean up temporary files from 'build' command" variable in clean
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dsuite.py264 def __init__(self, description): argument
265 self.description = description
268 return self.description
274 return "<ErrorHolder description=%r>" % (self.description,)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Doptparse.py267 def format_description(self, description): argument
268 if description:
269 return self._format_text(description) + "\n"
933 def __init__(self, option_class, conflict_handler, description): argument
942 self.set_description(description)
965 def set_description(self, description): argument
966 self.description = description
969 return self.description
1082 if self.description:
1091 def __init__(self, parser, title, description=None): argument
[all …]
Dargparse.py1183 description, argument
1189 self.description = description
1362 description=group.description,
1486 def __init__(self, container, title=None, description=None, **kwargs): argument
1493 super_init(description=description, **kwargs)
1559 description=None, argument
1579 superinit(description=description,
1658 description = _(kwargs.pop('description', None))
1659 self._subparsers = self.add_argument_group(title, description)
2301 formatter.add_text(self.description)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Doptparse.py266 def format_description(self, description): argument
267 if description:
268 return self._format_text(description) + "\n"
932 def __init__(self, option_class, conflict_handler, description): argument
941 self.set_description(description)
964 def set_description(self, description): argument
965 self.description = description
968 return self.description
1081 if self.description:
1090 def __init__(self, parser, title, description=None): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddist.py708 description = klass.description
710 description = "(no description available)"
712 print(" %-*s %s" % (max_length, cmd, description))
774 description = klass.description
776 description = "(no description available)"
777 rv.append((cmd, description))
1038 self.description = None
1068 self.description = _read_field('summary')
1083 self.description = _read_field('summary')
1195 return self._encode_field(self.description) or "UNKNOWN"
/device/linaro/bootloader/edk2/BaseTools/Conf/
Dtarget.template22 # of the platform description file that will be used …
24 … working directory does not contain one or more description
31 # valid targets specified in the platform description
41 # during the parsing of a platform description file,
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DAcpiTables.inf2 # Component description file for PlatformAcpiTable module.
5 # All .asi files tagged with "ToolCode="DUMMY"" in following file list are device description and …
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_02.txt13 Content-description: Masthead (Ppp digest, Vol 1 #2)
32 Content-description: Today's Topics (5 msgs)
124 Content-description: Digest Footer
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/
DAcpiTables.inf2 # Component description file for PlatformAcpiTable module.
6 # file list are device description and are included by top
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DCommandLine.py187 description = o.help
189 description = description + ' (%s)' % o.default
190 return '%s %s' % (name, description)
/device/google/contexthub/firmware/variant/
DREADME10 1.1 General description
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
Dpygettext.py297 file, pathname, description = imp.find_module(parts[0], pathlist)
303 if description[2] == imp.PKG_DIRECTORY:
311 file, pathname, description = imp.find_module(
315 if description[2] not in [imp.PY_SOURCE, imp.PKG_DIRECTORY]:
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/NorFlashQemuLib/
DNorFlashQemuLib.inf3 # Component description file for NorFlashQemuLib module

12345678910>>...23