/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s 132 opaque before calling the init function. All other fields are set by the 135 The opaque value provided by the application will be passed as the first 138 opaque value. 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller. 346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by 488 fields next_in, zalloc, zfree and opaque must be initialized before b [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 691 " opaque=\"5ccc069c403ebaf9f0171e9517f40e41\""; 812 std::string realm, nonce, qop, opaque; local 816 bool has_opaque = HttpHasAttribute(args, "opaque", &opaque); 859 ss << ", opaque=" << quote(opaque);
|
/external/kernel-headers/original/linux/ |
zlib.h | 109 opaque before calling the init function. All other fields are set by the 112 The opaque value provided by the application will be passed as the first 115 opaque value. 193 zalloc, zfree and opaque must be initialized before by the caller. 457 fields next_in, zalloc, zfree and opaque must be initialized before by 591 fields next_in, avail_in, zalloc, zfree and opaque must be initialized [all...] |
/external/ppp/pppd/plugins/radius/ |
radius.c | 81 static void radius_ip_up(void *opaque, int arg); 82 static void radius_ip_down(void *opaque, int arg); [all...] |
/external/skia/include/core/ |
SkBitmap.h | 33 // This is an opaque class, not interpreted by skia 53 * 1-bit per pixel, (0 is transparent, 1 is opaque) 58 kA8_Config, //!< 8-bits per pixel, with only alpha specified (0 is transparent, 0xFF is opaque) 168 /** Returns true if the bitmap is opaque (has no translucent/transparent pixels). 171 /** Specify if this bitmap's pixels are all opaque or not. Is only meaningful for configs 631 kColorsAreOpaque_Flag = 0x01 //!< if set, all of the colors in the table are opaque (alpha==0xFF)
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableContainerStateTest.java | 297 dr0.setOpacity(PixelFormat.OPAQUE); 300 assertEquals(PixelFormat.OPAQUE, mDrawableContainerState.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 | 163 * Opaque data type representing a list of timeouts 399 * Opaque object representing a timeout.
|
/external/icu4c/common/unicode/ |
icuplug.h | 86 * <p>The UPlugData* is an opaque pointer to the plugin-specific data, and is 115 * Opaque structure passed to/from a plugin.
|
/external/libvpx/nestegg/include/nestegg/ |
nestegg.h | 81 typedef struct nestegg nestegg; /**< Opaque handle referencing the stream state. */ 82 typedef struct nestegg_packet nestegg_packet; /**< Opaque handle referencing a packet of data. */
|
/external/libvpx/ |
usage.dox | 26 Most of the context is implementation specific, and thus opaque to the 37 A codec interface is an opaque structure that controls how function calls
|
/external/llvm/include/llvm/Support/ |
InstVisitor.h | 21 // We operate on opaque instruction classes, so forward declare all instruction 158 // necessary because we use the instruction classes as opaque types...
|
/external/protobuf/src/google/protobuf/io/ |
gzip_stream.cc | 54 zcontext_.opaque = Z_NULL; 208 zcontext_.opaque = Z_NULL;
|
/external/qemu/audio/ |
wavaudio.c | 413 static void wav_audio_fini (void *opaque) 415 (void) opaque;
|
/external/qemu/ |
readline.c | 444 ReadLineFunc *readline_func, void *opaque) 448 rs->readline_opaque = opaque;
|
/external/skia/src/core/ |
SkBlitter_A8.cpp | 298 int opaque = fShader->getFlags() & SkShader::kOpaqueAlpha_Flag; local 307 if (opaque && aa == 255 && mode == NULL) {
|
/external/valgrind/main/VEX/priv/ |
guest_generic_bb_to_IR.h | 121 /*IN*/ Bool (*resteerOkFn) ( /*opaque*/void*, Addr64 ), 129 /* Vex-opaque data passed to all caller (valgrind) supplied
|
/external/webkit/Source/JavaScriptCore/heap/ |
Heap.cpp | 255 // opaque roots to determine reachability. 261 // If the set of opaque roots has grown, more weak handles may have become reachable.
|
/external/webkit/Source/WebCore/rendering/ |
InlineTextBox.cpp | 362 FloatSize InlineTextBox::applyShadowToGraphicsContext(GraphicsContext* context, const ShadowData* shadow, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal) 374 if (shadow->next() || stroked || !opaque) { 394 bool opaque = fillColor.alpha() == 255; local 395 if (!opaque) 401 extraOffset = roundedIntSize(InlineTextBox::applyShadowToGraphicsContext(context, shadow, boxRect, stroked, opaque, horizontal)); 402 else if (!opaque) 427 if (shadow->next() || stroked || !opaque) 433 } while (shadow || stroked || !opaque); [all...] |
/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/wpa_supplicant_8/src/utils/ |
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/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 | 82 * @return Returns an opaque token that can be used to restore the 97 * @param token The opaque token that was previously returned by
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
NinePatchDrawable.java | 315 * value of OPAQUE or TRANSLUCENT. 320 PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE;
|