Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 25 of 158) sorted by relevance

1234567

/external/webkit/V8Binding/v8/src/
Djson-delay.js116 var partial = [];
123 partial.push(strP);
127 final = "[" + partial.join(",") + "]";
128 } else if (partial.length > 0) {
130 final = "[\n" + indent + partial.join(separator) + "\n" +
145 var partial = [];
156 partial.push(member);
168 partial.push(member);
175 final = "{" + partial.join(",") + "}";
176 } else if (partial.length > 0) {
[all …]
/external/webkit/SunSpider/tests/
Dmath-partial-sums.js5 function partial(n){ function
31 partial(i);
DLIST19 math-partial-sums
/external/dropbear/
Dcli-auth.c141 unsigned int partial = 0; in recv_msg_userauth_failure() local
175 partial = buf_getbool(ses.payload); in recv_msg_userauth_failure()
177 if (partial) { in recv_msg_userauth_failure()
Dauth.h35 void send_msg_userauth_failure(int partial, int incrfail);
Dsvr-auth.c291 void send_msg_userauth_failure(int partial, int incrfail) { in send_msg_userauth_failure() argument
324 buf_putbyte(ses.writepayload, partial ? 1 : 0); in send_msg_userauth_failure()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c1344 tdb_len_t partial; in transaction_read() local
1356 partial = el->offset - off; in transaction_read()
1357 if (transaction_read(tdb, off, buf, partial, cv) != 0) { in transaction_read()
1360 len -= partial; in transaction_read()
1361 off += partial; in transaction_read()
1362 buf = (void *)(partial + (char *)buf); in transaction_read()
1365 partial = len; in transaction_read()
1367 partial = el->offset + el->length - off; in transaction_read()
1369 memcpy(buf, el->data + (off - el->offset), partial); in transaction_read()
1373 len -= partial; in transaction_read()
[all …]
/external/skia/src/core/
DSkMath.cpp485 int partial = findex & 255; in SkFixedSinCos() local
486 sinValue = interp_table(gSkSinTable, index, partial); in SkFixedSinCos()
490 partial = findex & 255; in SkFixedSinCos()
491 cosValue = interp_table(gSkSinTable, index, partial); in SkFixedSinCos()
/external/expat/tests/
DREADME.txt6 The Expat tests use a partial internal implementation of the "Check"
/external/webkit/WebKit/android/nav/
DFindCanvas.cpp414 SkRect partial = (this->*addMatch)(partialIndex, paint, relativeCount, in findHelper() local
416 partial.inset(mOutset, mOutset); in findHelper()
418 partial.roundOut(&dest); in findHelper()
/external/qemu/telephony/
Dsms.c1581 int partial; in sms_receiver_get_text_message() local
1583 partial = smspdu_get_text_message( frag->pdus[nn], utf8, utf8len ); in sms_receiver_get_text_message()
1584 utf8 += partial; in sms_receiver_get_text_message()
1585 utf8len -= partial; in sms_receiver_get_text_message()
1587 partial = smspdu_get_text_message( frag->pdus[nn], NULL, 0 ); in sms_receiver_get_text_message()
1589 total += partial; in sms_receiver_get_text_message()
/external/zlib/contrib/asm586/
DREADME.58624 partial register in the inner loop).
/external/icu4c/test/testdata/
Dconversion.txt95 // truncated, partial escape sequence
149 // truncated, partial escape sequence
205 // truncated, partial escape sequence
255 // truncated, partial escape sequence
423 // e4b8 is a partial sequence
451 // e080 is a partial sequence
734 // There will be a partial match up to the lead surrogate of U+603ff
/external/dbus/test/
Ddecode-gcov.c653 unsigned int partial : 1; /* only some of the blocks were executed */ member
662 unsigned int partial : 1; /* only some of the blocks were executed */ member
1811 l->partial = TRUE; in mark_coverage()
1854 func->partial = TRUE; in mark_coverage()
1998 if (l->partial) in merge_stats_for_file()
2016 if (func->partial) in merge_stats_for_file()
/external/bluetooth/glib/tests/
Dutf8.txt15 # INCOMPLETE : The string has a partial character at the end
/external/openssl/crypto/des/asm/
Dreadme72 Now the crunch. When a full register is used after a partial write, eg.
102 which may not incur the partial write penalty. On the pentium,
/external/dropbear/libtomcrypt/notes/
Dtech0006.txt56 The ANSI X9.62 and X9.63 algorithms [partial]. Supports all NIST GF(p) curves.
/external/icu4c/tools/tzcode/
Dreadme.txt66 This directory has partial contents of tzcode checked into ICU
/external/clearsilver/imd/
Dimd.c492 NEOERR *load_images (char *path, ULIST **rfiles, char *partial, int descend) in load_images() argument
524 if (partial) in load_images()
526 snprintf(ppath, sizeof(ppath), "%s/%s", partial, de->d_name); in load_images()
/external/openssl/crypto/
Dopensslconf.h.in37 * - Intel P6 because partial register stalls are very expensive;
/external/qemu/
DChangelog370 - partial soft MMU support for memory mapped I/Os
479 - partial setsockopt syscall support (Ulrich Weigand)
481 - first partial vm86() syscall support (can be used with runcom example).
/external/expat/
DChanges3 always use the (partial) internal implementation of the API.
/external/webkit/WebKit/English.lproj/
DLocalizable.strings539 "partial content" = "partial content";
/external/bluetooth/hcidump/
DChangeLog40 Add partial decoding for eSCO setup.
/external/bluetooth/glib/po/
Den_CA.po284 msgid "Channel terminates in a partial character"
285 msgstr "Channel terminates in a partial character"
548 msgid "the pattern contains items not supported for partial matching"
549 msgstr "the pattern contains items not supported for partial matching"
556 msgid "back references as conditions are not supported for partial matching"
557 msgstr "back references as conditions are not supported for partial matching"

1234567