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 SkAutoTDelete<SkBitmapRegionDecoder> brd(
49 if (NULL == brd) {
54 return GraphicsJNI::createBitmapRegionDecoder(env, brd.detach());
67 jobject brd = createBitmapRegionDecoder(env, stream); local
68 return brd;
87 jobject brd = createBitmapRegionDecoder(env, stream); local
88 return brd;
95 jobject brd = NULL; local
101 brd = createBitmapRegionDecoder(env, stream);
103 return brd;
116 jobject brd = createBitmapRegionDecoder(env, stream); local
176 SkBitmapRegionDecoder* brd = local
208 SkBitmapRegionDecoder* brd = local
214 SkBitmapRegionDecoder* brd = local
220 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.11-4.8/sysroot/usr/include/linux/
comstats.h 36 unsigned long brd; member in struct:__anon38598
85 unsigned long brd; member in struct:__anon38600
  /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:__anon40512
85 unsigned long brd; member in struct:__anon40514
  /external/iproute2/ip/
ipaddress.c 850 fprintf(fp, " brd ");
1075 fprintf(fp, "brd %s ",
1915 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.25/opcodes/
microblaze-opcm.h 34 wic, wdc, wdcclear, wdcflush, mts, mfs, mbar, br, brd, enumerator in enum:microblaze_instr

Completed in 213 milliseconds