HomeSort by relevance Sort by last modified time
    Searched defs:brd (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 47 std::unique_ptr<SkBitmapRegionDecoder> brd(
50 if (!brd) {
55 return GraphicsJNI::createBitmapRegionDecoder(env, brd.release());
68 jobject brd = createBitmapRegionDecoder(env, std::move(stream)); local
69 return brd;
88 jobject brd = createBitmapRegionDecoder(env, std::move(stream)); local
89 return brd;
96 jobject brd = NULL; local
102 brd = createBitmapRegionDecoder(env, std::move(stream));
104 return brd;
117 jobject brd = createBitmapRegionDecoder(env, std::move(stream)); local
169 SkBitmapRegionDecoder* brd = reinterpret_cast<SkBitmapRegionDecoder*>(brdHandle); local
237 SkBitmapRegionDecoder* brd = local
243 SkBitmapRegionDecoder* brd = local
249 SkBitmapRegionDecoder* brd = local
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 310 final BitmapRegionDecoder brd; local
312 brd = BitmapRegionDecoder
315 brd = BitmapRegionDecoder.newInstance(in, true /* shareable */);
342 bitmap = brd.decodeRegion(srcRect, mOpts);
344 brd.recycle();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
comstats.h 36 unsigned long brd; member in struct:__anon62440
85 unsigned long brd; member in struct:__anon62442
  /external/syslinux/gpxe/src/drivers/net/
ns8390.c 651 struct wd_board *brd; local
674 for (brd = wd_boards; brd->name; brd++)
675 if (brd->id == c) break;
676 if (!brd->name) {
680 eth_flags = brd->flags;
681 eth_memsize = brd->memsize;
694 if (brd->id == TYPE_SMC8216T || brd->id == TYPE_SMC8216C)
    [all...]
  /external/iproute2/ip/
ipaddress.c 1210 print_string(PRINT_FP, NULL, " brd ", NULL);
2487 inet_prefix brd; local
    [all...]
  /external/dhcpcd-6.8.2/
dhcp.c 1285 struct in_addr brd; local
1347 if (get_option_addr(ifp->ctx, &brd,
1349 brd.s_addr = addr.s_addr | ~net.s_addr;
1351 "broadcast_address", inet_ntoa(brd));
    [all...]
dhcp.h 191 struct in_addr brd; member in struct:dhcp_lease
  /external/toybox/toys/pending/
ip.c 738 char *line_feed = " ", *flags,*peer = "brd";
952 *brd = toybuf+768, *peer = toybuf+1024, *any = toybuf+1280, local
1021 sprintf(brd, " brd %s", lbuf);
1022 }else brd = "";
1031 printf("%s%s%s%s%s %c", family, brd, peer, scope, label,
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
microblaze-opcm.h 36 wic, wdc, wdcclear, wdcflush, mts, mfs, mbar, br, brd, enumerator in enum:microblaze_instr

Completed in 239 milliseconds