Home
last modified time | relevance | path

Searched refs:get_tag (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-meta-table.hh45 hb_tag_t get_tag () const { return tag; } in get_tag() function
88 | hb_map (&DataMap::get_tag) in get_entries()
Dhb-ot-layout-jstf-table.hh151 { return langSys.get_tag (i); } in get_lang_sys_tag()
203 { return scriptList.get_tag (i); } in get_script_tag()
Dhb-open-file.hh463 hb_tag_t get_tag () const { return u.tag; } in get_tag() function
Dmain.cc359 switch (ot.get_tag ()) in print_layout_info_using_private_api()
Dhb-ot-layout-common.hh438 const Tag& get_tag (unsigned int i) const in get_tag() function
716 { return langSys.get_tag (i); } in get_lang_sys_tag()
Dhb-ot-layout-gsubgpos.hh3564 { return (this+scriptList).get_tag (i); } in get_script_tag()
3577 { return i == Index::NOT_FOUND_INDEX ? HB_TAG_NONE : (this+featureList).get_tag (i); } in get_feature_tag()
/third_party/ffmpeg/libavformat/
Daiffdec.c56 static int get_tag(AVIOContext *pb, uint32_t * tag) in get_tag() function
221 filesize = get_tag(pb, &tag); in aiff_read_header()
240 size = get_tag(pb, &tag); in aiff_read_header()
Dasfdec_f.c323 static void get_tag(AVFormatContext *s, const char *key, int type, int len, int type2_size) in get_tag() function
643 get_tag(s, "title", 0, len1, 32); in asf_read_content_desc()
644 get_tag(s, "author", 0, len2, 32); in asf_read_content_desc()
645 get_tag(s, "copyright", 0, len3, 32); in asf_read_content_desc()
646 get_tag(s, "comment", 0, len4, 32); in asf_read_content_desc()
680 get_tag(s, name, value_type, value_len, 32); in asf_read_ext_content_desc()
746 get_tag(s, name, value_type, value_len, 16); in asf_read_metadata()
878 get_tag(s, "ASF_Protection_Type", -1, len, 32); in asf_read_header()
883 get_tag(s, "ASF_Key_ID", -1, len, 32); in asf_read_header()
888 get_tag(s, "ASF_License_URL", -1, len, 32); in asf_read_header()
Dwtvdec.c467 static void get_tag(AVFormatContext *s, AVIOContext *pb, const char *key, int type, int length) in get_tag() function
556 get_tag(s, pb, key, type, length); in parse_legacy_attrib()
/third_party/python/Lib/
Dimp.py68 def get_tag(): function
/third_party/python/Lib/test/
Dtest_imp.py423 tag = imp.get_tag()
/third_party/python/Doc/library/
Dimp.rst207 :func:`get_tag`; if :attr:`sys.implementation.cache_tag` is not defined then
243 .. function:: get_tag()
Dimportlib.rst1490 :func:`get_tag`; if :attr:`sys.implementation.cache_tag` is not defined then
/third_party/rust/crates/rust-openssl/openssl/src/
Dsymm.rs608 pub fn get_tag(&self, tag: &mut [u8]) -> Result<(), ErrorStack> { in get_tag() method
736 c.get_tag(tag)?; in encrypt_aead()
/third_party/harfbuzz/
Dhuawei_harfbuzz.patch245 + { return langSys.get_tag (i); }
/third_party/python/Doc/distutils/
Dapiref.rst1269 <imp.get_tag>` in their name, in a :file:`__pycache__` subdirectory
/third_party/python/Doc/whatsnew/
D3.2.rst325 >>> imp.get_tag() # doctest: +SKIP
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi25313 <!-- const OT::Tag& OT::RecordArrayOf<OT::Feature>::get_tag(unsigned int) -->
25314 …<function-decl name='get_tag' mangled-name='_ZNK2OT13RecordArrayOfINS_7FeatureEE7get_tagEj' filepa…
/third_party/python/Misc/
DHISTORY6963 - Issue #15166: Implement `imp.get_tag()` using `sys.implementation.cache_tag`.
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi16179 …<function-decl name='get_tag' mangled-name='_ZNK2OT13RecordArrayOfINS_7FeatureEE7get_tagEj' filepa…
/third_party/chromium/patch/
D0001-cve.patch124360 + import_test="hasattr(imp, 'get_tag')"
148852 + import_test="hasattr(imp, 'get_tag')"