Home
last modified time | relevance | path

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

/external/harfbuzz_ng/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()
Dmain.cc69 switch (ot.get_tag ()) in main()
Dhb-open-file.hh453 hb_tag_t get_tag () const { return u.tag; } in get_tag() function
Dhb-ot-layout-common.hh203 const Tag& get_tag (unsigned int i) const in get_tag() function
245 record->tag = this->get_tag(i); in subset()
366 { return langSys.get_tag (i); } in get_lang_sys_tag()
Dhb-ot-layout-gsubgpos.hh2847 { return (this+scriptList).get_tag (i); } in get_script_tag()
2860 { return i == Index::NOT_FOUND_INDEX ? HB_TAG_NONE : (this+featureList).get_tag (i); } in get_feature_tag()
/external/python/setuptools/setuptools/command/
Dinstall_lib.py80 base = os.path.join('__pycache__', '__init__.' + imp.get_tag())
/external/libsrtp2/crypto/include/
Dcipher.h158 srtp_cipher_get_tag_func_t get_tag; member
/external/libsrtp2/crypto/cipher/
Dcipher.c140 if (!((c)->type)->get_tag) { in srtp_cipher_get_tag()
144 return (((c)->type)->get_tag(((c)->state), buffer, tag_len)); in srtp_cipher_get_tag()
/external/python/cpython3/Lib/
Dimp.py67 def get_tag(): function
/external/ply/ply/test/
Dtestyacc.py30 modname = mod+"."+imp.get_tag()+ext
Dtestlex.py37 modname = mod+"."+imp.get_tag()+ext
/external/python/cpython3/Lib/test/
Dtest_imp.py421 tag = imp.get_tag()
/external/python/cpython3/Doc/library/
Dimp.rst207 :func:`get_tag`; if :attr:`sys.implementation.cache_tag` is not defined then
243 .. function:: get_tag()
Dimportlib.rst1378 :func:`get_tag`; if :attr:`sys.implementation.cache_tag` is not defined then
/external/python/cpython3/Doc/distutils/
Dapiref.rst1251 <imp.get_tag>` in their name, in a :file:`__pycache__` subdirectory
/external/python/cpython3/Doc/whatsnew/
D3.2.rst325 >>> imp.get_tag() # doctest: +SKIP
/external/python/cpython3/Misc/
DHISTORY6963 - Issue #15166: Implement `imp.get_tag()` using `sys.implementation.cache_tag`.