/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-meta-table.hh | 45 hb_tag_t get_tag () const { return tag; } in get_tag() function 88 | hb_map (&DataMap::get_tag) in get_entries()
|
D | hb-ot-layout-jstf-table.hh | 151 { return langSys.get_tag (i); } in get_lang_sys_tag() 203 { return scriptList.get_tag (i); } in get_script_tag()
|
D | hb-open-file.hh | 463 hb_tag_t get_tag () const { return u.tag; } in get_tag() function
|
D | main.cc | 359 switch (ot.get_tag ()) in print_layout_info_using_private_api()
|
D | hb-ot-layout-common.hh | 438 const Tag& get_tag (unsigned int i) const in get_tag() function 716 { return langSys.get_tag (i); } in get_lang_sys_tag()
|
D | hb-ot-layout-gsubgpos.hh | 3564 { 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/ |
D | aiffdec.c | 56 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()
|
D | asfdec_f.c | 323 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()
|
D | wtvdec.c | 467 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/ |
D | imp.py | 68 def get_tag(): function
|
/third_party/python/Lib/test/ |
D | test_imp.py | 423 tag = imp.get_tag()
|
/third_party/python/Doc/library/ |
D | imp.rst | 207 :func:`get_tag`; if :attr:`sys.implementation.cache_tag` is not defined then 243 .. function:: get_tag()
|
D | importlib.rst | 1490 :func:`get_tag`; if :attr:`sys.implementation.cache_tag` is not defined then
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | symm.rs | 608 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/ |
D | huawei_harfbuzz.patch | 245 + { return langSys.get_tag (i); }
|
/third_party/python/Doc/distutils/ |
D | apiref.rst | 1269 <imp.get_tag>` in their name, in a :file:`__pycache__` subdirectory
|
/third_party/python/Doc/whatsnew/ |
D | 3.2.rst | 325 >>> imp.get_tag() # doctest: +SKIP
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 25313 <!-- 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/ |
D | HISTORY | 6963 - Issue #15166: Implement `imp.get_tag()` using `sys.implementation.cache_tag`.
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 16179 …<function-decl name='get_tag' mangled-name='_ZNK2OT13RecordArrayOfINS_7FeatureEE7get_tagEj' filepa…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 124360 + import_test="hasattr(imp, 'get_tag')" 148852 + import_test="hasattr(imp, 'get_tag')"
|