Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 163) sorted by relevance

1234567

/device/generic/goldfish-opengl/android-emu/android/base/
DStringFormat.cpp44 size_t extra = 0; in StringAppendFormatWithArgs() local
48 int ret = vsnprintf(&(*string)[cur_size], extra, format, args2); in StringAppendFormatWithArgs()
58 if (extra == 0) { in StringAppendFormatWithArgs()
60 extra = ret_sz + 1; in StringAppendFormatWithArgs()
61 string->resize(cur_size + extra); in StringAppendFormatWithArgs()
64 if (ret_sz < extra) { in StringAppendFormatWithArgs()
75 extra += (extra >> 1) + 32; in StringAppendFormatWithArgs()
76 string->resize(cur_size + extra); in StringAppendFormatWithArgs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_elementtree.c250 ElementObjectExtra* extra; member
264 self->extra = PyObject_Malloc(sizeof(ElementObjectExtra)); in element_new_extra()
265 if (!self->extra) in element_new_extra()
272 self->extra->attrib = attrib; in element_new_extra()
274 self->extra->length = 0; in element_new_extra()
275 self->extra->allocated = STATIC_CHILDREN; in element_new_extra()
276 self->extra->children = self->extra->_children; in element_new_extra()
286 Py_DECREF(self->extra->attrib); in element_dealloc_extra()
288 for (i = 0; i < self->extra->length; i++) in element_dealloc_extra()
289 Py_DECREF(self->extra->children[i]); in element_dealloc_extra()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_imageop.py23 def _check(self, name, size=None, *extra): argument
35 arguments = (data, size, width, height) + extra
37 arguments = (data, width, height) + extra
43 def check_size(self, name, *extra): argument
45 self._check(name, size, *extra)
47 def check(self, name, *extra): argument
48 self._check(name, None, *extra)
Dtest_decorators.py273 x.extra = 'Hello'
277 self.assertEqual(C.extra, 'Hello')
281 x.extra = 10
284 x.extra += 5
290 self.assertEqual(C.extra, 15)
294 x.extra = 'first'
297 x.extra = 'second'
302 self.assertEqual(C.extra, 'second')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinftrees.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
183 base = extra = work; /* dummy value--not used */
189 extra = lext;
190 extra -= 257;
195 extra = dext;
224 here.op = (unsigned char)(extra[work[sym]]);
Dinfback.c538 state->extra = (unsigned)(here.op) & 15;
539 if (state->extra != 0) {
540 NEEDBITS(state->extra);
541 state->length += BITS(state->extra);
542 DROPBITS(state->extra);
571 state->extra = (unsigned)(here.op) & 15;
572 if (state->extra != 0) {
573 NEEDBITS(state->extra);
574 state->offset += BITS(state->extra);
575 DROPBITS(state->extra);
Dinflate.c731 state->head->extra = Z_NULL;
739 state->head->extra != Z_NULL) {
741 zmemcpy(state->head->extra + len, next,
1068 state->extra = (unsigned)(here.op) & 15;
1071 if (state->extra) {
1072 NEEDBITS(state->extra);
1073 state->length += BITS(state->extra);
1074 DROPBITS(state->extra);
1075 state->back += state->extra;
1105 state->extra = (unsigned)(here.op) & 15;
[all …]
Dinflate.h104 unsigned extra; /* extra bits needed */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinftrees.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
184 base = extra = work; /* dummy value--not used */
190 extra = lext;
191 extra -= 257;
196 extra = dext;
224 this.op = (unsigned char)(extra[work[sym]]);
Dinfback.c521 state->extra = (unsigned)(this.op) & 15;
522 if (state->extra != 0) {
523 NEEDBITS(state->extra);
524 state->length += BITS(state->extra);
525 DROPBITS(state->extra);
554 state->extra = (unsigned)(this.op) & 15;
555 if (state->extra != 0) {
556 NEEDBITS(state->extra);
557 state->offset += BITS(state->extra);
558 DROPBITS(state->extra);
Dinflate.c678 state->head->extra = Z_NULL;
686 state->head->extra != Z_NULL) {
688 zmemcpy(state->head->extra + len, next,
991 state->extra = (unsigned)(this.op) & 15;
994 if (state->extra) {
995 NEEDBITS(state->extra);
996 state->length += BITS(state->extra);
997 DROPBITS(state->extra);
1024 state->extra = (unsigned)(this.op) & 15;
1027 if (state->extra) {
[all …]
Dinflate.h100 unsigned extra; /* extra bits needed */ member
Dtrees.c497 const intf *extra = desc->stat_desc->extra_bits; local
525 if (n >= base) xbits = extra[n-base];
1081 int extra; /* number of extra bits to send */ local
1093 extra = extra_lbits[code];
1094 if (extra != 0) {
1096 send_bits(s, lc, extra); /* send the extra length bits */
1103 extra = extra_dbits[code];
1104 if (extra != 0) {
1106 send_bits(s, dist, extra); /* send the extra distance bits */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dwinmakemakefile.py113 extra = moddefn.GetCompilerOptions()
114 if extra:
115 print "\t\t%s \\" % (' '.join(extra),)
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinftrees.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
183 base = extra = work; /* dummy value--not used */
188 extra = lext;
193 extra = dext;
222 here.op = (unsigned char)(extra[work[sym] - match]);
Dinflate.c754 state->head->extra = Z_NULL;
762 state->head->extra != Z_NULL) {
764 zmemcpy(state->head->extra + len, next,
1091 state->extra = (unsigned)(here.op) & 15;
1094 if (state->extra) {
1095 NEEDBITS(state->extra);
1096 state->length += BITS(state->extra);
1097 DROPBITS(state->extra);
1098 state->back += state->extra;
1128 state->extra = (unsigned)(here.op) & 15;
[all …]
Dinflate.h107 unsigned extra; /* extra bits needed */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dzipfile.py298 self.extra = "" # ZIP extra data
330 extra = self.extra
336 extra = extra + struct.pack(fmt,
348 len(filename), len(extra))
349 return header + filename + extra
368 extra = self.extra
370 while extra:
371 tp, ln = unpack('<HH', extra[:4])
374 counts = unpack('<QQQ', extra[4:28])
376 counts = unpack('<QQ', extra[4:20])
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dzipfile.py310 self.extra = "" # ZIP extra data
342 extra = self.extra
348 extra = extra + struct.pack(fmt,
365 len(filename), len(extra))
366 return header + filename + extra
385 extra = self.extra
387 while len(extra) >= 4:
388 tp, ln = unpack('<HH', extra[:4])
391 counts = unpack('<QQQ', extra[4:28])
393 counts = unpack('<QQ', extra[4:20])
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenType.py246 def __init__(self, name, arg = None, extra = None): argument
248 if extra is None:
256 self.convert = extra
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dasdl.py267 extra = ", seq=True"
269 extra = ", opt=True"
271 extra = ""
273 return "Field(%s%s)" % (self.type, extra)
275 return "Field(%s, %s%s)" % (self.type, self.name, extra)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py1218 def makeRecord(self, name, level, fn, lno, msg, args, exc_info, func=None, extra=None): argument
1224 if extra is not None:
1225 for key in extra:
1228 rv.__dict__[key] = extra[key]
1231 def _log(self, level, msg, args, exc_info=None, extra=None): argument
1249 record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
1371 def __init__(self, logger, extra): argument
1383 self.extra = extra
1395 kwargs["extra"] = self.extra
/device/google/contexthub/firmware/os/platform/native/
Dnative.mk18 LKR = os/platform/$(PLATFORM)/lkr/native.extra.lkr
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dquoprimime.py95 def _max_append(L, s, maxlen, extra=''): argument
99 L[-1] += extra + s
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstring.h28 #define isreserved(s) ((s)->tsv.tt == LUA_TSHRSTR && (s)->tsv.extra > 0)

1234567