HomeSort by relevance Sort by last modified time
    Searched full:opaque (Results 751 - 775 of 1726) sorted by null

<<31323334353637383940>>

  /frameworks/base/include/media/
MediaPlayerInterface.h 142 // Invoke a generic method on the player by using opaque parcels
  /frameworks/base/libs/utils/
StreamingZipInflater.cpp 85 mInflateState.opaque = Z_NULL;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBar.java 121 PixelFormat.OPAQUE);
  /frameworks/base/services/java/com/android/server/wm/
DimAnimator.java 50 -1, 16, 16, PixelFormat.OPAQUE,
  /frameworks/compile/libbcc/include/bcc/
bcc.h 25 /* libbcc script opaque type */
  /hardware/ril/mock-ril/src/cpp/
node_buffer.h 34 * object in javascript. The object is not totally opaque, one can access
  /packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java 87 * Our own HttpEntity subclass that is able to insert opaque data (in this case the MIME
153 // Start the MIME tag; this is followed by "opaque" data (byte array)
155 // Send opaque data from the file stream
156 s.opaque(mFileStream, (int)mFileLength);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
malloc.h 145 /* Record the state of all malloc variables in an opaque data structure. */
search.h 77 /* Opaque type for internal use. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop.h 78 /** An opaque main loop object */
simple.h 113 * An opaque simple connection object */
volume.h 64 * volume values as opaque with a range from PA_VOLUME_MUTE (0%) to
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
mount.x 48 typedef opaque fhandle[FHSIZE];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 37 /** Mask transparency - 0 is transparent, 255 is opaque */
  /external/llvm/test/Transforms/IndVarSimplify/
2004-04-05-InvokeCastCrash.ll 16 %"struct.llvm::Constant" = type opaque
23 %"struct.llvm::IntrinsicLowering" = type opaque
25 %"struct.llvm::MachineConstantPool" = type opaque
26 %"struct.llvm::MachineFrameInfo" = type opaque
33 %"struct.llvm::Module" = type opaque
38 %"struct.llvm::SSARegMap" = type opaque
39 %"struct.llvm::SymbolTable" = type opaque
  /external/qemu/hw/
usb-ohci.c 332 OHCIState *s = port1->opaque;
382 static void ohci_reset(void *opaque)
384 OHCIState *ohci = opaque;
590 static void ohci_async_complete_packet(USBPacket *packet, void *opaque)
592 OHCIState *ohci = opaque;
    [all...]
  /external/wpa_supplicant/
tlsv1_client.c 150 /* opaque fragment[TLSPlaintext.length] */
194 /* opaque fragment[TLSPlaintext.length] */
207 /* Random random: uint32 gmt_unix_time, opaque random_bytes */
493 * opaque ASN.1Cert<2^24-1>;
1154 /* opaque fragment[TLSPlaintext.length] */
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm 538 // opaque. Otherwise, find where the tab might be dropped and insert
615 // normal state (fully opaque, has shadow, has key, etc).
665 // background overlay drawn over it (see below) will be fully opaque.
698 // for the selected state, it's fully opaque.
708 // 80% opaque. The hover glow brings up the overlay's opacity at most 50%.
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 403 * 255 means fully opaque.
564 * {@link android.graphics.PixelFormat#OPAQUE}.
569 * TRANSLUCENT and the others are OPAQUE then TRANSLUCENT should be
587 * else, OPAQUE is returned.
611 return PixelFormat.OPAQUE;
    [all...]
  /external/llvm/include/llvm-c/
Core.h 27 |* helpers to perform opaque reference<-->pointer conversions. These helpers *|
52 /* Opaque types. */
338 * opaque type
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp     [all...]
  /frameworks/base/tools/aapt/
Images.cpp 686 // 2. Every pixel has A == 255 (opaque)
719 // Check if image is really opaque
722 NOISY(printf("Found a non-opaque pixel at %d, %d = (%d %d %d %d)\n",
768 // 1. Opaque gray - use COLOR_TYPE_GRAY at 1 byte/pixel
891 NOISY(printf("Image %s is opaque gray, using PNG_COLOR_TYPE_GRAY\n", imageName));
897 NOISY(printf("Image %s is opaque RGB, using PNG_COLOR_TYPE_RGB\n", imageName));
    [all...]
  /external/zlib/
zlib.h 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 to zero. The application must initialize zalloc, zfree and opaque before
138 The opaque value provided by the application will be passed as the first
141 opaque value.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
370 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
526 fields next_in, zalloc, zfree and opaque must be initialized before by th
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 388 assertEquals(PixelFormat.OPAQUE, bitmapDrawable.getOpacity());
394 assertEquals(PixelFormat.OPAQUE, bitmapDrawable.getOpacity());
NinePatchDrawableTest.java 330 assertEquals(PixelFormat.OPAQUE, mNinePatchDrawable.getOpacity());
342 // opaque image

Completed in 1980 milliseconds

<<31323334353637383940>>