Searched refs:bd (Results 51 - 75 of 148) sorted by relevance

123456

/external/bluetooth/bluedroid/bta/
H A DAndroid.mk85 ./sys/bd.c \
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarkUtils.java159 BitmapDrawable bd = (BitmapDrawable) drawable;
160 return bd.getBitmap();
/external/chromium_org/remoting/host/installer/
H A Dbuild-installer-archive.py200 for bs, bd in zip(gen_files, gen_files_dst):
201 dst_file = os.path.join(temp_dir, bd)
/external/chromium_org/v8/test/mjsunit/
H A Dregexp-lookahead.js112 execRE(/^(?:(?=(b)(?:(?=(c))|d))|)bd/, "bd", ["bd", "b", undefined]);
/external/e2fsprogs/debugfs/
H A Ddebug_cmds.ct191 block_dump, bd;
/external/freetype/src/gzip/
H A Dinfcodes.c58 local inflate_codes_statef *inflate_codes_new( /* bl, bd, tl, td, z) */ argument
59 uInt bl, uInt bd,
71 c->dbits = (Byte)bd;
/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h464 PdtBalanceData<A> *bd = new PdtBalanceData<A>; local
484 bd->OpenInsert(paren_id, close_source + state_id_shift);
485 bd->CloseInsert(paren_id, close_source + state_id_shift,
494 bd->FinishInsert(*it);
498 return bd;
/external/pixman/pixman/
H A Dpixman-trap.c567 pixman_point_fixed_t ad, bd; local
571 bd.x = b->x - ref->x;
572 bd.y = b->y - ref->y;
574 return ((pixman_fixed_32_32_t) bd.y * ad.x -
575 (pixman_fixed_32_32_t) ad.y * bd.x) < 0;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c425 BLOCKD *bd; local
432 bd = &mb->e_mbd.block[i];
438 int this_diff = be->coeff[j] - bd->dqcoeff[j];
452 BLOCKD *bd; local
461 bd = &mb->e_mbd.block[i];
463 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
1056 BLOCKD *bd = &x->e_mbd.block[i]; local
1059 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride, x->e_mbd.subpixel_predict);
1060 vp8_subtract_b(be, bd, 16);
1062 x->quantize_b(be, bd);
1104 int bd = 0; local
1487 BLOCKD *bd = &x->e_mbd.block[i]; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c426 BLOCKD *bd; local
433 bd = &mb->e_mbd.block[i];
439 int this_diff = be->coeff[j] - bd->dqcoeff[j];
453 BLOCKD *bd; local
462 bd = &mb->e_mbd.block[i];
464 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
1057 BLOCKD *bd = &x->e_mbd.block[i]; local
1060 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride, x->e_mbd.subpixel_predict);
1061 vp8_subtract_b(be, bd, 16);
1063 x->quantize_b(be, bd);
1105 int bd = 0; local
1488 BLOCKD *bd = &x->e_mbd.block[i]; local
[all...]
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c339 void get_bdaddr(const char *str, bt_bdaddr_t *bd) { argument
340 char *d = ((char *)bd), *endp;
345 memset(bd, 0, sizeof(bt_bdaddr_t));
/external/doclava/res/assets/templates/assets/
H A Dprettify.js7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_pixels.c318 int rd, gd, bd; local
326 bd = pal->colors[i].b - b;
327 distance = (rd*rd)+(gd*gd)+(bd*bd);
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_drawable.c367 unsigned int width, height, bd, depth; local
404 XGetGeometry(dpy, d->drawable, &root, &x, &y, &width, &height, &bd,
/external/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.c367 unsigned int width, height, bd, depth; local
404 XGetGeometry(dpy, d->drawable, &root, &x, &y, &width, &height, &bd,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconinter.c155 int xs, int ys, int bd) {
158 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd);
168 int x, int y, int bd) {
179 sf, w, h, ref, kernel, sf->x_step_q4, sf->y_step_q4, bd);
312 xd->bd);
539 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd);
148 high_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const int subpel_x, const int subpel_y, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, int xs, int ys, int bd) argument
161 vp9_high_build_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const MV *src_mv, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, enum mv_precision precision, int x, int y, int bd) argument
H A Dvp9_blockd.h232 int bd; member in struct:macroblockd
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp49 ReduceMiscompilingPasses(BugDriver &bd) : BD(bd) {} argument
181 ReduceMiscompilingFunctions(BugDriver &bd, argument
184 : BD(bd), TestFn(F) {}
465 ReduceMiscompiledBlocks(BugDriver &bd, argument
469 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp1273 #define bd(y) ((double*)(bdata + y*src2step))[0] macro
1305 t = (bd(0)*Sd(1,1) - bd(1)*Sd(0,1))*d;
1306 Dd(1,0) = (bd(1)*Sd(0,0) - bd(0)*Sd(1,0))*d;
1354 t[0] = ((Sd(1,1) * Sd(2,2) - Sd(1,2) * Sd(2,1))*bd(0) +
1355 (Sd(0,2) * Sd(2,1) - Sd(0,1) * Sd(2,2))*bd(1) +
1356 (Sd(0,1) * Sd(1,2) - Sd(0,2) * Sd(1,1))*bd(2))*d;
1358 t[1] = ((Sd(1,2) * Sd(2,0) - Sd(1,0) * Sd(2,2))*bd(0) +
1359 (Sd(0,0) * Sd(2,2) - Sd(0,2) * Sd(2,0))*bd(
[all...]
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc1346 BranchDelaySlot bd) {
1349 Branch(bd, target);
1456 if (bd == PROTECT) {
2792 BranchDelaySlot bd) {
2802 if (bd == PROTECT)
2812 BranchDelaySlot bd) {
2820 Jump(t9, al, zero_reg, Operand(zero_reg), bd);
2830 BranchDelaySlot bd) {
2832 Jump(reinterpret_cast<intptr_t>(target), rmode, cond, rs, rt, bd);
2841 BranchDelaySlot bd) {
4268 CallStub(CodeStub* stub, TypeFeedbackId ast_id, Condition cond, Register r1, const Operand& r2, BranchDelaySlot bd) argument
4280 TailCallStub(CodeStub* stub, Condition cond, Register r1, const Operand& r2, BranchDelaySlot bd) argument
4585 CallExternalReference(const ExternalReference& ext, int num_arguments, BranchDelaySlot bd) argument
4617 JumpToExternalReference(const ExternalReference& builtin, BranchDelaySlot bd) argument
5129 JumpIfSmi(Register value, Label* smi_label, Register scratch, BranchDelaySlot bd) argument
5138 JumpIfNotSmi(Register value, Label* not_smi_label, Register scratch, BranchDelaySlot bd) argument
[all...]
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.cc1455 BranchDelaySlot bd) {
1458 Branch(bd, target);
1564 if (bd == PROTECT) {
2703 BranchDelaySlot bd) {
2713 if (bd == PROTECT)
2723 BranchDelaySlot bd) {
2731 Jump(t9, al, zero_reg, Operand(zero_reg), bd);
2741 BranchDelaySlot bd) {
2743 Jump(reinterpret_cast<intptr_t>(target), rmode, cond, rs, rt, bd);
2752 BranchDelaySlot bd) {
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dconvolve_test.cc37 int bd)
39 hv8_avg_(hv8_avg), use_high_bd_(bd) {}
181 int bd) {
220 *output_ptr = clip_pixel_high(temp >> VP9_FILTER_SHIFT, bd);
248 *dst_ptr++ = clip_pixel_high(temp >> VP9_FILTER_SHIFT, bd);
263 int bd) {
281 int bd) {
287 output_width, output_height, bd);
289 output_width, output_height, bd);
34 ConvolveFunctions(ConvolveFunc h8, ConvolveFunc h8_avg, ConvolveFunc v8, ConvolveFunc v8_avg, ConvolveFunc hv8, ConvolveFunc hv8_avg, int bd) argument
173 high_filter_block2d_8_c(const uint16_t *src_ptr, const unsigned int src_stride, const int16_t *HFilter, const int16_t *VFilter, uint16_t *dst_ptr, unsigned int dst_stride, unsigned int output_width, unsigned int output_height, int bd) argument
257 high_block2d_average_c(uint16_t *src, unsigned int src_stride, uint16_t *output_ptr, unsigned int output_stride, unsigned int output_width, unsigned int output_height, int bd) argument
273 high_filter_average_block2d_8_c(const uint16_t *src_ptr, const unsigned int src_stride, const int16_t *HFilter, const int16_t *VFilter, uint16_t *dst_ptr, unsigned int dst_stride, unsigned int output_width, unsigned int output_height, int bd) argument
/external/ceres-solver/include/ceres/
H A Drotation.h494 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/ceres-solver/internal/ceres/
H A Dautodiff_test.cc115 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/chromium_org/extensions/browser/
H A Dprocess_manager.cc484 BackgroundPageData& bd = background_page_data_[extension->id()];
486 if (!bd.keepalive_impulse) {
487 bd.keepalive_impulse = true;
488 if (!bd.previous_keepalive_impulse) {

Completed in 842 milliseconds

123456