/external/harfbuzz_ng/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 | main.cc | 69 switch (ot.get_tag ()) in main()
|
D | hb-open-file.hh | 453 hb_tag_t get_tag () const { return u.tag; } in get_tag() function
|
D | hb-ot-layout-common.hh | 203 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()
|
D | hb-ot-layout-gsubgpos.hh | 2847 { 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/rust/crates/serde_cbor/src/ |
D | tags.rs | 180 let t = get_tag(); in visit_newtype_struct() 196 get_tag() in current_cbor_tag() 205 pub(crate) fn get_tag() -> Option<u64> { in get_tag() function 213 pub(crate) fn get_tag() -> Option<u64> { in get_tag() function
|
D | ser.rs | 16 use crate::tags::{get_tag, CBOR_NEWTYPE_NAME}; 409 for tag in get_tag().into_iter() { in serialize_newtype_struct()
|
/external/python/setuptools/setuptools/command/ |
D | install_lib.py | 80 base = os.path.join('__pycache__', '__init__.' + imp.get_tag())
|
/external/libsrtp2/crypto/include/ |
D | cipher.h | 158 srtp_cipher_get_tag_func_t get_tag; member
|
/external/webrtc/rtc_base/ |
D | logging_unittest.cc | 124 const char* get_tag() const { return tag_; } in get_tag() function in rtc::LogMessageForTesting 295 const char* tag = log_msg.get_tag(); in TEST()
|
/external/libsrtp2/crypto/cipher/ |
D | cipher.c | 140 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/rust/crates/serde_cbor/src/value/ |
D | de.rs | 141 let tag = crate::tags::get_tag(); in deserialize()
|
/external/python/cpython3/Lib/ |
D | imp.py | 67 def get_tag(): function
|
/external/ply/ply/test/ |
D | testyacc.py | 30 modname = mod+"."+imp.get_tag()+ext
|
D | testlex.py | 37 modname = mod+"."+imp.get_tag()+ext
|
/external/python/cpython3/Lib/test/ |
D | test_imp.py | 421 tag = imp.get_tag()
|
/external/python/cpython3/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 | 1418 :func:`get_tag`; if :attr:`sys.implementation.cache_tag` is not defined then
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 1269 <imp.get_tag>` in their name, in a :file:`__pycache__` subdirectory
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 325 >>> imp.get_tag() # doctest: +SKIP
|
/external/python/cpython3/Misc/ |
D | HISTORY | 6963 - Issue #15166: Implement `imp.get_tag()` using `sys.implementation.cache_tag`.
|