HomeSort by relevance Sort by last modified time
    Searched refs:opaque (Results 351 - 375 of 621) sorted by null

<<11121314151617181920>>

  /external/syslinux/core/fs/xfs/
xfs_fs.h 362 uint32_t opaque[4]; member in struct:xfs_attrlist_cursor
367 struct xfs_attrlist_cursor pos; /* opaque cookie, list offset */
  /external/syslinux/extlinux/
xfs_fs.h 362 uint32_t opaque[4]; member in struct:xfs_attrlist_cursor
367 struct xfs_attrlist_cursor pos; /* opaque cookie, list offset */
  /external/zlib/src/examples/
gzjoin.c 302 strm.opaque = Z_NULL;
  /prebuilts/go/darwin-x86/src/image/color/
ycbcr.go 156 // YCbCr represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for
344 // CMYK represents a fully opaque CMYK color, having 8 bits for each of cyan,
  /prebuilts/go/linux-x86/src/image/color/
ycbcr.go 156 // YCbCr represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for
344 // CMYK represents a fully opaque CMYK color, having 8 bits for each of cyan,
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzjoin.c 302 strm.opaque = Z_NULL;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 226 /* if variant is opaque and scissor doesn't effect the tile */
227 if (inputs->opaque) {
385 tri->inputs.opaque = setup->fs.current.variant->opaque;
    [all...]
lp_setup_point.c 488 point->inputs.opaque = FALSE;
  /external/tensorflow/tensorflow/core/kernels/
fused_batch_norm_op.cc 323 static_cast<const U*>(estimated_variance_ptr.opaque());
324 U* inv_variance = static_cast<U*>(inv_var_ptr.opaque());
332 U* variance = static_cast<U*>(batch_var_ptr.opaque());
    [all...]
  /external/valgrind/coregrind/
m_libcprint.c 798 void VG_(vcbprintf)( void(*char_sink)(HChar, void* opaque),
799 void* opaque,
803 ( char_sink, opaque, format, vargs );
    [all...]
m_stacktrace.c     [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 689 " opaque=\"5ccc069c403ebaf9f0171e9517f40e41\"";
810 std::string realm, nonce, qop, opaque; local
814 bool has_opaque = HttpHasAttribute(args, "opaque", &opaque);
857 ss << ", opaque=" << quote(opaque);
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 570 // If the surface has insets, it can't be opaque.
605 void setOpaque(boolean opaque) {
606 mIsOpaque = opaque && !mHasInsets;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraStream.cpp     [all...]
  /prebuilts/go/darwin-x86/src/net/url/
url.go 324 // scheme:opaque[?query][#fragment]
335 Opaque string // encoded opaque data
512 // We consider rootless paths per RFC 3986 as opaque.
513 url.Opaque = rest
723 // scheme:opaque?query#fragment
726 // If u.Opaque is non-empty, String uses the first form;
746 if u.Opaque != "" {
747 buf.WriteString(u.Opaque)
973 if ref.Opaque != ""
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url.go 324 // scheme:opaque[?query][#fragment]
335 Opaque string // encoded opaque data
512 // We consider rootless paths per RFC 3986 as opaque.
513 url.Opaque = rest
723 // scheme:opaque?query#fragment
726 // If u.Opaque is non-empty, String uses the first form;
746 if u.Opaque != "" {
747 buf.WriteString(u.Opaque)
973 if ref.Opaque != ""
    [all...]
  /external/libpng/
png.c 329 create_struct.zstream.opaque = png_ptr;
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 309 create_struct.zstream.opaque = png_ptr;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzread.c 109 state->strm.opaque = Z_NULL;
  /external/elfutils/libelf/
elf_compress.c 116 z.opaque = Z_NULL;
  /external/libmicrohttpd/src/include/
microhttpd.h     [all...]
  /external/pdfium/third_party/libtiff/
tif_zip.c 426 sp->stream.opaque = NULL;
  /external/python/cpython2/Modules/zlib/
gzread.c 109 state->strm.opaque = Z_NULL;

Completed in 1169 milliseconds

<<11121314151617181920>>