/external/opencore/oscl/oscl/osclbase/src/ |
pvlogger.h | 581 * This method logs opaque data buffers to all the appenders, after running thrrough 611 * This method logs opaque data buffers to all the appenders, after running thrrough
|
/external/openssl/crypto/ |
crypto.h | 385 /* An opaque type representing an implementation of "ex_data" support */ 387 /* Return an opaque pointer to the current "ex_data" implementation */
|
/external/openssl/include/openssl/ |
crypto.h | 385 /* An opaque type representing an implementation of "ex_data" support */ 387 /* Return an opaque pointer to the current "ex_data" implementation */
|
/external/qemu/audio/ |
alsaaudio.c | 999 static void alsa_audio_fini (void *opaque) 1005 (void) opaque;
|
dsoundaudio.c | 941 static void dsound_audio_fini (void *opaque) 944 dsound *s = opaque;
|
ossaudio.c | 733 static void oss_audio_fini (void *opaque) 735 (void) opaque;
|
/external/qemu/block/ |
vvfat.c | 998 BDRVVVFATState *s = bs->opaque; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_pixels.c | 339 /* Find the opaque pixel value corresponding to an RGB triple */ 378 * and that opaque alpha is 255.
|
/external/qemu/ |
qemu-io.c | 140 static void aio_rw_done(void *opaque, int ret) 142 *(int *)opaque = ret;
|
gdbstub.c | [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebViewPrivate.h | 223 in a non-opaque window, since the color is drawn using NSCompositeCopy. 231 in a non-opaque window, since the color is drawn using NSCompositeCopy.
|
/external/zlib/contrib/blast/ |
blast.c | 38 void *inhow; /* opaque information passed to infun() */ 49 void *outhow; /* opaque information passed to outfun() */
|
/frameworks/base/docs/html/guide/topics/resources/ |
animation-resource.jd | 119 is opaque.</dd> 122 is opaque.</dd>
|
/frameworks/base/libs/utils/ |
ZipFileRO.cpp | 588 zstream.opaque = Z_NULL; 655 zstream.opaque = Z_NULL;
|
/external/dbus/dbus/ |
dbus-hash.c | 164 * Hash table internals. Hash tables are opaque objects, they must be 266 * Public opaque hash table iterator object. 272 * Public opaque hash table object. [all...] |
/external/qemu/target-arm/ |
helper.c | [all...] |
/frameworks/base/core/java/android/view/ |
View.java | [all...] |
/frameworks/base/libs/surfaceflinger/ |
SurfaceFlinger.cpp | 695 * opaqueRegion: area of a surface that is fully opaque. 702 * footprint minus the opaque regions above it. 726 // compute the opaque region 730 // the opaque region is the layer's footprint 742 // subtract the opaque region covered by the layers above us [all...] |
/external/qemu/android/ |
main.c | 107 static void handle_key_command( void* opaque, SkinKeyCommand command, int param ); 570 qemulator_light_brightness( void* opaque, const char* light, int value ) 572 QEmulator* emulator = opaque; 652 QEmulator* emulator = ds->opaque; 747 handle_key_command( void* opaque, SkinKeyCommand command, int down ) 772 QEmulator* emulator = opaque; 932 ds->opaque = emulator; [all...] |
/frameworks/base/core/java/android/widget/ |
ListView.java | [all...] |
/dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
MatcherTest.java | 412 assertFalse("Matcher uses opaque bounds by default", [all...] |
/external/bluetooth/glib/gobject/ |
gtype.h | 389 * An opaque structure used as the base of all classes. 399 * An opaque structure used as the base of all type instances. 409 * An opaque structure used as the base of all interface types. [all...] |
/external/qemu/hw/ |
bt.h | 149 void *opaque; member in struct:bt_l2cap_conn_params_s 150 void (*sdu_in)(void *opaque, const uint8_t *data, int len); 151 void (*close)(void *opaque); [all...] |
/external/tcpdump/ |
print-snmp.c | 80 #undef OPAQUE /* defined in <wingdi.h> */ 118 "Opaque", 119 #define OPAQUE 4 [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ClipDrawableTest.java | 183 assertEquals(PixelFormat.OPAQUE, clipDrawable.getOpacity());
|