/aosp_15_r20/external/fonttools/Lib/fontTools/subset/ |
H A D | __init__.py | 14 from fontTools.subset.util import _add_method, _uniq_sort 479 @_add_method(otTables.Coverage) 485 @_add_method(otTables.Coverage) 491 @_add_method(otTables.Coverage) 499 @_add_method(otTables.Coverage) 505 @_add_method(otTables.ClassDef) 514 @_add_method(otTables.ClassDef) 522 @_add_method(otTables.ClassDef) 542 @_add_method(otTables.ClassDef) 548 @_add_method(otTables.SingleSubst) [all …]
|
H A D | cff.py | 6 from fontTools.subset.util import _add_method, _uniq_sort 28 @_add_method(ttLib.getTableClass("CFF ")) 71 @_add_method(ttLib.getTableClass("CFF ")) 92 @_add_method(ttLib.getTableClass("CFF ")) 135 @_add_method(psCharStrings.T2CharString) 149 @_add_method(psCharStrings.T2CharString) 356 @_add_method(ttLib.getTableClass("CFF ")) 394 @_add_method(ttLib.getTableClass("CFF ")) 399 @_add_method(ttLib.getTableClass("CFF ")) 467 @_add_method(ttLib.getTableClass("CFF "))
|
H A D | svg.py | 16 from fontTools.subset.util import _add_method 193 @_add_method(ttLib.getTableClass("SVG "))
|
H A D | util.py | 4 def _add_method(*clazzes): function
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | crypt.py | 92 def _add_method(name, *args, rounds=None): function 109 _add_method('SHA512', '6', 16, 106) 110 _add_method('SHA256', '5', 16, 63) 118 if _add_method('BLOWFISH', '2' + _v, 22, 59 + len(_v), rounds=1<<4): 121 _add_method('MD5', '1', 8, 34) 122 _add_method('CRYPT', None, 2, 13) 124 del _v, _add_method
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | crypt.py | 92 def _add_method(name, *args, rounds=None): function 109 _add_method('SHA512', '6', 16, 106) 110 _add_method('SHA256', '5', 16, 63) 118 if _add_method('BLOWFISH', '2' + _v, 22, 59 + len(_v), rounds=1<<4): 121 _add_method('MD5', '1', 8, 34) 122 _add_method('CRYPT', None, 2, 13) 124 del _v, _add_method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | crypt.py | 92 def _add_method(name, *args, rounds=None): function 109 _add_method('SHA512', '6', 16, 106) 110 _add_method('SHA256', '5', 16, 63) 118 if _add_method('BLOWFISH', '2' + _v, 22, 59 + len(_v), rounds=1<<4): 121 _add_method('MD5', '1', 8, 34) 122 _add_method('CRYPT', None, 2, 13) 124 del _v, _add_method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | crypt.py | 92 def _add_method(name, *args, rounds=None): function 109 _add_method('SHA512', '6', 16, 106) 110 _add_method('SHA256', '5', 16, 63) 118 if _add_method('BLOWFISH', '2' + _v, 22, 59 + len(_v), rounds=1<<4): 121 _add_method('MD5', '1', 8, 34) 122 _add_method('CRYPT', None, 2, 13) 124 del _v, _add_method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | crypt.py | 92 def _add_method(name, *args, rounds=None): function 109 _add_method('SHA512', '6', 16, 106) 110 _add_method('SHA256', '5', 16, 63) 118 if _add_method('BLOWFISH', '2' + _v, 22, 59 + len(_v), rounds=1<<4): 121 _add_method('MD5', '1', 8, 34) 122 _add_method('CRYPT', None, 2, 13) 124 del _v, _add_method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | crypt.py | 92 def _add_method(name, *args, rounds=None): function 109 _add_method('SHA512', '6', 16, 106) 110 _add_method('SHA256', '5', 16, 63) 118 if _add_method('BLOWFISH', '2' + _v, 22, 59 + len(_v), rounds=1<<4): 121 _add_method('MD5', '1', 8, 34) 122 _add_method('CRYPT', None, 2, 13) 124 del _v, _add_method
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/experimental/rpc/ |
H A D | rpc_ops.py | 364 self._add_method(m.method, output_specs, input_specs, self._client_handle, 367 def _add_method(self, method_name, output_specs, input_specs, client_handle, member in GrpcClient
|