HomeSort by relevance Sort by last modified time
    Searched defs:has_data (Results 1 - 25 of 27) sorted by null

1 2

  /external/harfbuzz_ng/src/
hb-ot-color-colr-table.hh 92 bool has_data () const { return numBaseGlyphs; } function in struct:OT::COLR
hb-ot-color-svg-table.hh 78 bool has_data () const { return svgDocEntries; } function in struct:OT::SVG
92 bool has_data () const { return table->has_data (); } function in struct:OT::SVG::accelerator_t
hb-ot-vorg-table.hh 62 bool has_data () const { return version.to_int (); } function in struct:OT::VORG
hb-aat-fdsc-table.hh 43 bool has_data () const { return tag; } function in struct:AAT::FontDescriptor
hb-aat-layout-feat-table.hh 160 bool has_data () const { return version.to_int (); } function in struct:AAT::feat
hb-ot-color-cpal-table.hh 112 bool has_data () const { return numPalettes; } function in struct:OT::CPAL
hb-aat-layout-trak-table.hh 165 bool has_data () const { return version.to_int (); } function in struct:AAT::trak
hb-ot-color-sbix-table.hh 135 bool has_data () const { return version; } function in struct:OT::sbix
148 bool has_data () const { return table->has_data (); } function in struct:OT::sbix::accelerator_t
228 if (!has_data ())
hb-ot-var-fvar-table.hh 101 bool has_data () const { return version.to_int (); } function in struct:OT::fvar
hb-ot-kern-table.hh 274 bool has_data () const { return u.version32; } function in struct:OT::kern
hb-ot-layout-gdef-table.hh 354 bool has_data () const { return version.to_int (); } function in struct:OT::GDEF
hb-ot-color-cbdt-table.hh 508 bool has_data () const { return cbdt.get_length (); } function in struct:OT::CBDT::accelerator_t
hb-ot-math-table.hh 684 bool has_data () const { return version.to_int (); } function in struct:OT::MATH
hb-ot-os2-table.hh 97 bool has_data () const { return this != &Null (OS2); } function in struct:OT::OS2
hb-aat-layout-kerx-table.hh 991 bool has_data () const { return version; } function in struct:AAT::kerx
hb-aat-layout-morx-table.hh 1101 bool has_data () const { return version != 0; } function in struct:AAT::mortmorx
    [all...]
hb-ot-layout-gsubgpos.hh 2652 bool has_data () const { return version.to_int (); } function in struct:OT::GSUBGPOS
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install.py 659 def has_data (self): member in class:install
668 ('install_data', has_data),
  /external/autotest/client/cros/audio/
check_quality.py 294 self.has_data()
341 def has_data(self): member in class:QualityChecker
  /external/python/cpython2/Lib/distutils/command/
install.py 659 def has_data (self): member in class:install
668 ('install_data', has_data),
  /external/python/cpython3/Lib/distutils/command/
install.py 644 def has_data(self): member in class:install
654 ('install_data', has_data),
  /external/u-boot/drivers/tpm/
tpm_tis_lpc.c 306 const u32 has_data = TIS_STS_DATA_AVAILABLE | TIS_STS_VALID; local
312 has_data, has_data);
372 } while ((value & has_data) == has_data);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 222 if self.has_data():
232 def has_data(self): member in class:Request
    [all...]
  /external/python/cpython2/Lib/
urllib2.py 257 if self.has_data():
267 def has_data(self): member in class:Request
    [all...]
  /external/webrtc/talk/session/media/
mediasession.h 115 bool has_data() const { return data_channel_type != DCT_NONE; } function in struct:cricket::MediaSessionOptions

Completed in 1822 milliseconds

1 2