Home
last modified time | relevance | path

Searched defs:chars (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dpulldom.py155 def ignorableWhitespace(self, chars): argument
160 def characters(self, chars): argument
315 def ignorableWhitespace(self, chars): argument
321 def characters(self, chars): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dpulldom.py155 def ignorableWhitespace(self, chars): argument
160 def characters(self, chars): argument
315 def ignorableWhitespace(self, chars): argument
321 def characters(self, chars): argument
/device/google/crosshatch/json-c/
Dprintbuf.c125 int chars; in vasprintf() local
/device/google/sunfish/json-c/
Dprintbuf.c125 int chars; in vasprintf() local
/device/google/coral/json-c/
Dprintbuf.c125 int chars; in vasprintf() local
/device/google/bonito/json-c/
Dprintbuf.c125 int chars; in vasprintf() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py250 def strip(s, chars=None): argument
262 def lstrip(s, chars=None): argument
272 def rstrip(s, chars=None): argument
Dcodecs.py430 def read(self, size=-1, chars=-1, firstline=False): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstring.py248 def strip(s, chars=None): argument
260 def lstrip(s, chars=None): argument
270 def rstrip(s, chars=None): argument
DUserString.py104 def lstrip(self, chars=None): return self.__class__(self.data.lstrip(chars)) argument
117 def rstrip(self, chars=None): return self.__class__(self.data.rstrip(chars)) argument
125 def strip(self, chars=None): return self.__class__(self.data.strip(chars)) argument
Dcodecs.py424 def read(self, size=-1, chars=-1, firstline=False): argument
D_pyio.py1618 def _set_decoded_chars(self, chars): argument
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTimeVals.h96 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt), (2 * (MY_TZNAME_MAX + 1)))]; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzlib.c40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
Dminigzip.c87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c159 ascii_escape_char(Py_UNICODE c, char *output, Py_ssize_t chars) in ascii_escape_char()
205 Py_ssize_t chars; in ascii_escape_unicode() local
262 Py_ssize_t chars; in ascii_escape_str() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c159 ascii_escape_char(Py_UNICODE c, char *output, Py_ssize_t chars) in ascii_escape_char()
205 Py_ssize_t chars; in ascii_escape_unicode() local
262 Py_ssize_t chars; in ascii_escape_str() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
Dsaxutils.py226 def ignorableWhitespace(self, chars): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
Dsaxutils.py254 def ignorableWhitespace(self, chars): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dtextio.c1338 textiowrapper_set_decoded_chars(textio *self, PyObject *chars) in textiowrapper_set_decoded_chars()
1348 PyObject *chars; in textiowrapper_get_decoded_chars() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dtextio.c1315 textiowrapper_set_decoded_chars(textio *self, PyObject *chars) in textiowrapper_set_decoded_chars()
1325 PyObject *chars; in textiowrapper_get_decoded_chars() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_codecs.py13 def write(self, chars): argument