HomeSort by relevance Sort by last modified time
    Searched defs:bd (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /packages/services/Telephony/src/org/apache/james/mime4j/
MimeStreamParser.java 137 BodyDescriptor bd = parseHeader(is); local
139 if (bd.isMultipart()) {
140 bodyDescriptors.addFirst(bd);
142 handler.startMultipart(bd);
145 new MimeBoundaryInputStream(is, bd.getBoundary());
150 tempIs = new MimeBoundaryInputStream(is, bd.getBoundary());
171 } else if (bd.isMessage()) {
172 if (bd.isBase64Encoded()) {
176 } else if (bd.isQuotedPrintableEncoded()) {
181 bodyDescriptors.addFirst(bd);
227 BodyDescriptor bd = new BodyDescriptor(bodyDescriptors.isEmpty() local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 100 Bigint *bb = NULL, *bb1, *bd = NULL, *bd0 = NULL, *bs = NULL, *delta = NULL; local
489 Bfree(bd);
574 /* Put digits into bd: true value = bd * 10^e */
581 bd = Balloc(bd0->k);
582 if (bd == NULL)
584 Bcopy(bd, bd0);
668 bd = pow5mult(bd, bd5);
669 if (bd == NULL
    [all...]
strtodg.c 355 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local
749 /* Put digits into bd: true value = bd * 10^e */
756 bd = Balloc(bd0->k);
757 if (bd == NULL)
759 Bcopy(bd, bd0);
816 bd = pow5mult(bd, bd5);
817 if (bd == NULL)
821 bd = lshift(bd, bd2)
    [all...]
  /external/dbus/dbus/
dbus-bus.c 328 BusData *bd = data; local
330 if (bd->is_well_known)
342 if (bus_connections[i] == bd->connection)
350 dbus_free (bd->unique_name);
351 dbus_free (bd);
359 BusData *bd; local
364 bd = dbus_connection_get_data (connection, bus_data_slot);
365 if (bd == NULL)
367 bd = dbus_new0 (BusData, 1);
368 if (bd == NULL
431 BusData *bd; local
653 BusData *bd; local
766 BusData *bd; local
810 BusData *bd; local
    [all...]
  /external/fio/engines/
binject.c 35 static void binject_buc_init(struct binject_data *bd, struct io_u *io_u)
97 struct binject_data *bd = td->io_ops->data; local
99 void *buf = bd->cmds;
113 bd->fd_flags[i] = fio_set_fd_nonblocking(bf->fd, "binject");
115 bd->fd_flags[i] = -1;
117 bd->pfds[i].fd = bf->fd;
118 bd->pfds[i].events = POLLIN;
123 ret = poll(bd->pfds, td->o.nr_files, -1);
132 if (pollin_events(bd->pfds, td->o.nr_files))
150 bd->events[ev_index] = (struct io_u *) (unsigned long) buc->usr_ptr
188 struct binject_data *bd = td->io_ops->data; local
237 struct binject_data *bd = td->io_ops->data; local
379 struct binject_data *bd = td->io_ops->data; local
392 struct binject_data *bd; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
BigNumberFormatTest.java 416 android.icu.math.BigDecimal bd = new android.icu.math.BigDecimal(input); local
417 String output = fmt.format(bd);
419 logln("input=" + input + " num=" + bd + " output=" + output);
421 errln("FAIL: input=" + input + " num=" + bd + " output=" + output +
435 java.math.BigDecimal bd = new java.math.BigDecimal(val); local
436 String jdk = jdkFormat.format(bd);
437 String icu = icuFormat.format(bd);
444 double d = bd.doubleValue();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 412 com.ibm.icu.math.BigDecimal bd = new com.ibm.icu.math.BigDecimal(input); local
413 String output = fmt.format(bd);
415 logln("input=" + input + " num=" + bd + " output=" + output);
417 errln("FAIL: input=" + input + " num=" + bd + " output=" + output +
431 java.math.BigDecimal bd = new java.math.BigDecimal(val); local
432 String jdk = jdkFormat.format(bd);
433 String icu = icuFormat.format(bd);
440 double d = bd.doubleValue();
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c 344 int w, int h, int bd) {
357 dst[x] = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd);
369 int w, int h, int bd) {
383 clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd), 1);
395 int bd) {
409 ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd);
421 int bd) {
435 clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd), 1);
449 int w, int h, int bd) {
474 intermediate_height, bd);
566 NULL, 0, NULL, 0, w, h, bd); local
    [all...]
  /external/mesa3d/src/glx/
glx_pbuffer.c 743 unsigned int width, height, bd, depth; local
763 (dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth)) {
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 491 final BitmapDrawable bd = (BitmapDrawable)getResources().getDrawable(id); local
492 return Bitmap.createBitmap(bd.getBitmap());
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalArithmeticTest.java 477 BigDecimal bd; local
480 bd = new BigDecimal(new BigInteger("123456789012345678"), 3, mc);
481 assertEquals("incorrect value", "123456789012345.67", bd.toString());
484 bd = (new BigDecimal(biStr)).round(mc);
485 assertEquals("incorrect value", "1.234567890123456789012345678902E+44", bd.toString());
486 bd = (new BigDecimal(nbiStr)).round(mc);
487 assertEquals("incorrect value", "-1.234567890123456789012345678902E+44", bd.toString());
490 bd = (new BigDecimal(biStr)).round(mc);
491 assertEquals("incorrect value", "1.234567890123456789012345678E+44", bd.toString());
492 bd = (new BigDecimal(nbiStr)).round(mc)
    [all...]
OldBigDecimalConstructorsTest.java 48 BigDecimal bd; local
53 bd = new BigDecimal(bi, mc);
54 assertEquals("incorrect value", "1.234567890123456789012345678902E+34", bd.toString());
55 bd = new BigDecimal(nbi, mc);
56 assertEquals("incorrect value", "-1.234567890123456789012345678902E+34", bd.toString());
59 bd = new BigDecimal(bi, mc);
60 assertEquals("incorrect value", "1.234567890123456789012345678E+34", bd.toString());
61 bd = new BigDecimal(nbi, mc);
62 assertEquals("incorrect value", "-1.234567890123456789012345678E+34", bd.toString());
65 bd = new BigDecimal(bi, mc)
134 BigDecimal bd; local
266 BigDecimal bd; local
306 BigDecimal bd; local
393 BigDecimal bd; local
445 BigDecimal bd; local
528 BigDecimal bd; local
583 BigDecimal bd; local
651 BigDecimal bd = new BigDecimal(a); local
674 BigDecimal bd; local
    [all...]
OldBigDecimalConvertTest.java 441 BigDecimal bd = new BigDecimal("1"); local
444 assertEquals("incorrect value", bdResult.unscaledValue(), bd.unscaledValue());
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java 70 BigDecimal bd = new BigDecimal(longDec); local
71 assertBigDecimalWithFraction(bd, "1,123.46%", 2);
72 assertBigDecimalWithFraction(bd, "1,123.45678901%", 8);
73 assertBigDecimalWithFraction(bd, "1,123.4567890123%", 10);
74 assertBigDecimalWithFraction(bd, "1,123.45678901234567890123%", 20);
75 assertBigDecimalWithFraction(bd, "1,123.456789012345678901234567890123%", 30);
156 private void assertBigDecimalWithFraction(BigDecimal bd, String expectedResult, int fraction) {
159 assertEquals(expectedResult, pf.format(bd));
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 176 Mailbox bd = ProviderTestUtils.setupMailbox("b1", a.mId, true, c, Mailbox.TYPE_DRAFTS); local
181 assertFalse(Mailbox.isRefreshable(c, bd.mId));
198 Mailbox bd = ProviderTestUtils.setupMailbox("b1", a.mId, true, c, Mailbox.TYPE_DRAFTS); local
203 assertFalse(bd.canHaveMessagesMoved());
  /external/ceres-solver/internal/ceres/
autodiff_test.cc 115 A bd = b*d; local
120 R(0, 0) = aa+bb-cc-dd; R(0, 1) = A(2)*(bc-ad); R(0, 2) = A(2)*(ac+bd); // NOLINT
122 R(2, 0) = A(2)*(bd-ac); R(2, 1) = A(2)*(ab+cd); R(2, 2) = aa-bb-cc+dd; // NOLINT
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 23 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch) {
26 unsigned char *pred_ptr = bd->predictor;
418 BLOCKD *bd = &x->block[24]; local
420 if(bd->dequant[0]>=35 && bd->dequant[1]>=35)
423 for(i=0;i<(*bd->eob);i++)
425 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]];
440 for(i=0;i<(*bd->eob);i++)
443 bd->qcoeff[rc]=0;
444 bd->dqcoeff[rc]=0
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 542 uint16_t *output, int outlength, int bd) {
582 *optr++ = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd);
596 *optr++ = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd);
607 *optr++ = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd);
620 *optr++ = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd);
626 uint16_t *output, int bd) {
646 *optr++ = clip_pixel_highbd(sum, bd);
656 *optr++ = clip_pixel_highbd(sum, bd);
665 *optr++ = clip_pixel_highbd(sum, bd);
676 *optr++ = clip_pixel_highbd(sum, bd);
821 intbuf + width2 * i, width2, tmpbuf, bd); local
    [all...]
  /external/opencv3/modules/core/src/
lapack.cpp 1071 #define bd macro
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemb.c 22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch)
26 unsigned char *pred_ptr = bd->predictor;
473 BLOCKD *bd = &x->block[24]; local
475 if(bd->dequant[0]>=35 && bd->dequant[1]>=35)
478 for(i=0;i<(*bd->eob);i++)
480 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]];
495 for(i=0;i<(*bd->eob);i++)
498 bd->qcoeff[rc]=0;
499 bd->dqcoeff[rc]=0
    [all...]
  /external/ceres-solver/include/ceres/
rotation.h 494 T bd = b * d; local
499 R(0, 0) = aa + bb - cc - dd; R(0, 1) = T(2) * (bc - ad); R(0, 2) = T(2) * (ac + bd); // NOLINT
501 R(2, 0) = T(2) * (bd - ac); R(2, 1) = T(2) * (ab + cd); R(2, 2) = aa - bb - cc + dd; // NOLINT
  /external/clang/lib/Analysis/
UninitializedValues.cpp 693 const BlockDecl *bd = be->getBlockDecl(); local
694 for (const auto &I : bd->captures()) {
  /external/clang/test/SemaCXX/
conditional-expr.cpp 111 BadDerived bd; local
112 (void)(i1 ? bb : bd); // expected-error {{conditional expression is ambiguous; 'BadBase' can be converted to 'BadDerived' and vice versa}}
113 (void)(i1 ? bd : bb); // expected-error {{conditional expression is ambiguous}}
  /external/jdiff/src/jdiff/
DiffMyers.java 112 final int[] bd = bdiag; // Additional help for the compiler. local
126 bd[bdiagoff + bmid] = xlim;
158 if (odd && bmin <= d && d <= bmax && bd[bdiagoff + d] <= fd[fdiagoff + d])
167 bd[bdiagoff + --bmin - 1] = Integer.MAX_VALUE;
171 bd[bdiagoff + ++bmax + 1] = Integer.MAX_VALUE;
176 int x, y, oldx, tlo = bd[bdiagoff + d - 1], thi = bd[bdiagoff + d + 1];
189 bd[bdiagoff + d] = x;
190 if (!odd && fmin <= d && d <= fmax && bd[bdiagoff + d] <= fd[fdiagoff + d])
246 if ((xlim - bd[bdiagoff + d])*2 + dd > 12 * (c + (dd > 0 ? dd : -dd))
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 193 int bd; member in struct:macroblockd

Completed in 896 milliseconds

12 3 4 5 6 7