HomeSort by relevance Sort by last modified time
    Searched full:typecast (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/mesa3d/src/egl/main/
egldriver.h 40 * Define an inline driver typecast function.
51 * Define the driver typecast functions for _EGLDriver, _EGLDisplay,
  /libcore/ojluni/src/main/java/java/security/cert/
CertificateFactorySpi.java 74 * the returned certificate object can be typecast to the corresponding
77 * can be typecast to the <code>X509Certificate</code> class.
214 * the returned collection view can be typecast to the corresponding
217 * collection can be typecast to the <code>X509Certificate</code> class.
254 * the returned CRL object can be typecast to the corresponding
257 * can be typecast to the <code>X509CRL</code> class.
286 * the returned collection view can be typecast to the corresponding
289 * collection can be typecast to the <code>X509CRL</code> class.
CertificateFactory.java 329 * the returned certificate object can be typecast to the corresponding
332 * can be typecast to the <code>X509Certificate</code> class.
454 * the returned collection view can be typecast to the corresponding
457 * collection can be typecast to the <code>X509Certificate</code> class.
494 * the returned CRL object can be typecast to the corresponding
497 * can be typecast to the <code>X509CRL</code> class.
529 * the returned collection view can be typecast to the corresponding
532 * collection can be typecast to the <code>X509CRL</code> class.
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyhead.swg 101 * VALUEFUNC(f) is a macro used to typecast a C function that implements
105 * VOIDFUNC(f) is a macro used to typecast a C function that implements
rubytracking.swg 99 instead we typecast it as a unsigned long and
  /external/icu/icu4c/source/common/
ucnvdisp.c 17 * 06/20/2000 helena OS/400 port changes; mostly typecast.
  /external/wpa_supplicant_8/src/crypto/
crypto_internal-rsa.c 17 /* Dummy structures; these are just typecast to struct crypto_rsa_key */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 137 /* typecast pointer to real structure */
189 /* typecast pointer to real structure */
295 /* typecast pointer to rela structure */
408 /* typecast pointer to rela structure */
474 /* typecast pointer to rela structure */
540 /* typecast pointer to rela structure */
579 /* typecast pointer to real structure */
627 /* typecast pointer to real structure */
700 /* typecast pointer to real structure */
778 /* typecast pointer to real structure *
    [all...]
  /external/toybox/lib/
llist.c 44 // I'd use a void ** for the argument, and even accept the typecast in all
  /external/curl/docs/examples/
httpput.c 105 /* provide the size of the upload, we specicially typecast the value
  /toolchain/binutils/binutils-2.25/binutils/
windmc.c 354 write_dbg_define (FILE *fp, const unichar *sym_name, const unichar *typecast)
362 if (typecast)
363 unicode_print (fp, typecast, unichar_len (typecast));
370 write_header_define (FILE *fp, const unichar *sym_name, rc_uint_type vid, const unichar *typecast, mc_node_lang *nl)
387 if (typecast && typecast[0] != 0)
388 tdef = convert_unicode_to_ACP (typecast);
  /external/wpa_supplicant_8/src/tls/
bignum.c 23 * struct bignum is just typecast to mp_int.
  /external/freetype/include/freetype/
ftglyph.h 153 /* You can typecast an @FT_Glyph to @FT_BitmapGlyph if you have */
197 /* You can typecast an @FT_Glyph to @FT_OutlineGlyph if you have */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftglyph.h 153 /* You can typecast an @FT_Glyph to @FT_BitmapGlyph if you have */
197 /* You can typecast an @FT_Glyph to @FT_OutlineGlyph if you have */
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_lzma.c 300 sp->stream.avail_out = (size_t)tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in LZMAPreEncode */
328 sp->stream.avail_out = (size_t)tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in ZIPPreEncode */
tif_zip.c 284 sp->stream.avail_out = (uInt) tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in ZIPPreEncode */
312 sp->stream.avail_out = (uInt) tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in ZIPPreEncode */
  /external/pdfium/third_party/freetype/include/freetype/
ftglyph.h 153 /* You can typecast an @FT_Glyph to @FT_BitmapGlyph if you have */
197 /* You can typecast an @FT_Glyph to @FT_OutlineGlyph if you have */
    [all...]
  /external/pdfium/third_party/libtiff/
tif_zip.c 287 sp->stream.avail_out = (uInt) tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in ZIPPreEncode */
315 sp->stream.avail_out = (uInt) tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in ZIPPreEncode */
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 594 /* Typecast pointer to real structure. */
600 /* Typecast pointer to real structure. */
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_workload.c 78 /* array of values of type uint8_t, is typecast as uint32 * and */
101 /* array of values of type uint8_t, is typecast as uint32 * and */
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftglyph.h 153 /* You can typecast an @FT_Glyph to @FT_BitmapGlyph if you have */
197 /* You can typecast an @FT_Glyph to @FT_OutlineGlyph if you have */
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 474 /* typecast an object to an FT_Module */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftobjs.h 481 /* typecast an object to an FT_Module */
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftobjs.h 481 /* typecast an object to an FT_Module */
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 1421 String typecast; local
    [all...]

Completed in 709 milliseconds

1 2 3 4