Searched
full:opaque (Results
376 -
400 of
961) sorted by null
<<11121314151617181920>>
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableContainerStateTest.java | 297 dr0.setOpacity(PixelFormat.OPAQUE); 300 assertEquals(PixelFormat.OPAQUE, mDrawableContainerState.getOpacity());
|
ColorDrawableTest.java | 149 assertEquals(PixelFormat.OPAQUE, colorDrawable.getOpacity());
|
/development/tools/apkcheck/ |
README.txt | 167 (6) Use of opaque non-public types 170 to by application code. For example, an opaque type might be passed to
|
/external/dbus/dbus/ |
dbus-timeout.c | 162 * Opaque data type representing a list of timeouts 398 * Opaque object representing a timeout.
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_interface.h | 130 * @param aContext Optional opaque data to be passed back to user with the command response 148 * @param aContext Optional opaque data to be passed back to user with the command response
|
/external/opencore/pvmi/recognizer/include/ |
pvmf_recognizer_registry.h | 155 * Optional pointer to opaque data that will be returned in the command completion response 178 * Optional pointer to opaque data that will be returned in the command completion response
|
/external/qemu/audio/ |
esdaudio.c | 465 static void qesd_audio_fini (void *opaque) 467 (void) opaque;
|
wavaudio.c | 417 static void wav_audio_fini (void *opaque) 419 (void) opaque;
|
/external/qemu/hw/ |
qdev.c | 261 void *opaque) 266 receive, receive_iov, cleanup, opaque);
|
/external/qemu/proxy/ |
proxy_common.c | 300 service->serv_free( service->opaque ); 341 ProxyConnection* conn = service->serv_connect( service->opaque,
|
/external/qemu/ |
readline.c | 443 ReadLineFunc *readline_func, void *opaque) 447 rs->readline_opaque = opaque;
|
/external/skia/src/core/ |
SkBlitter_A8.cpp | 326 int opaque = fShader->getFlags() & SkShader::kOpaqueAlpha_Flag; local 336 if (opaque && aa == 255 && mode == NULL)
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
radiotap.c | 49 * This function initializes an opaque iterator struct which can then 55 * call __ieee80211_radiotap_iterator_init() to init a semi-opaque iterator
|
/external/zlib/examples/ |
fitblk.c | 150 def.opaque = Z_NULL; 182 inf.opaque = Z_NULL;
|
/frameworks/base/awt/javax/imageio/metadata/ |
IIOStandardMetadataFormatResources.properties | 130 TileOpacities=A list of completely opaque tiles 131 OpaqueTile=The index of a completely opaque tile
|
/frameworks/base/core/java/android/net/http/ |
HttpAuthHeader.java | 35 private final static String OPAQUE_TOKEN = "opaque"; 211 * @return The opaque value or null if there is none.
|
/frameworks/base/core/java/android/os/ |
Binder.java | 83 * @return Returns an opaque token that can be used to restore the 98 * @param token The opaque token that was previously returned by
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
NinePatchDrawable.java | 313 * value of OPAQUE or TRANSLUCENT. 318 PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE;
|
/frameworks/base/libs/utils/ |
ZipUtils.cpp | 66 zstream.opaque = Z_NULL; 178 zstream.opaque = Z_NULL;
|
/system/core/adb/ |
adb.h | 138 void (*func)(void* opaque, atransport* t); 139 void* opaque; member in struct:adisconnect
|
/bootable/recovery/minzip/ |
Hash.h | 59 * This structure should be considered opaque.
|
/dalvik/vm/ |
Hash.h | 71 * This structure should be considered opaque.
|
/dalvik/vm/reflect/ |
Reflect.h | 199 * structure should be treated as opaque.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
async_queues.sgml | 71 The #GAsyncQueue struct is an opaque data structure, which represents
|
caches.sgml | 34 The #GCache struct is an opaque data structure containing information about
|
Completed in 230 milliseconds
<<11121314151617181920>>