/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | xmlReader.py | 21 self, fileOrPath, ttFont, progress=None, quiet=None, contentOnly=False argument 44 def read(self, rootless=False): argument 58 def close(self): argument 61 def _parseFile(self, file): argument 80 def _startElementHandler(self, name, attrs): argument 149 def _characterDataHandler(self, data): argument 165 def _endElementHandler(self, name): argument 178 def __init__(self, title, maxval=100): argument 181 def set(self, val, maxval=None): argument 184 def increment(self, val=1): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | fileio.c | 81 _PyFileIO_closed(PyObject *self) in _PyFileIO_closed() 90 fileio_dealloc_warn(fileio *self, PyObject *source) in fileio_dealloc_warn() 93 PyObject *exc, *val, *tb; in fileio_dealloc_warn() local 107 internal_close(fileio *self) in internal_close() 141 _io_FileIO_close_impl(fileio *self) in _io_FileIO_close_impl() 145 PyObject *exc, *val, *tb; in _io_FileIO_close_impl() local 173 fileio *self; in fileio_new() local 220 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode, 496 PyObject *exc, *val, *tb; local 513 fileio_traverse(fileio *self, visitproc visit, void *arg) [all …]
|
/aosp_15_r20/external/scapy/scapy/ |
H A D | packet.py | 36 def __init__(self, val=""): argument 38 def __str__(self): argument 40 def __bytes__(self): argument 42 def __repr__(self): argument 73 def upper_bonds(self): argument 78 def lower_bonds(self): argument 82 def _unpickle(self, dlist): argument 87 def __reduce__(self): argument 91 def __reduce_ex__(self, proto): argument 95 def __getstate__(self): argument [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_functions.py | 8 def splitlist(self, arg): argument 13 def wantobjects(self): argument 20 def __init__(self, val): argument 23 def __str__(self): argument 30 def __init__(self, *args): argument 33 def __str__(self): argument 39 def test_format_optdict(self): argument 127 def test_format_mapdict(self): argument 168 def test_format_elemcreate(self): argument 229 def test_format_layoutlist(self): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_ttk_textonly.py | 12 def splitlist(self, arg): argument 17 def wantobjects(self): argument 24 def __init__(self, val): argument 27 def __str__(self): argument 34 def __init__(self, *args): argument 37 def __str__(self): argument 43 def test_format_optdict(self): argument 131 def test_format_mapdict(self): argument 171 def test_format_elemcreate(self): argument 230 def test_format_layoutlist(self): argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/ |
D | parser.rs | 50 &mut self, in get_matches_with() 424 let val = ok!(external_parser.parse_ref( in get_matches_with() localVariable 485 &self, in match_arg_error() 560 &self, in possible_subcommand() 597 fn possible_long_flag_subcommand(&self, arg: &str) -> Option<&str> { in possible_long_flag_subcommand() 629 &self, in parse_help_subcommand() 659 fn is_new_arg(&self, next: &clap_lex::ParsedArg<'_>, current_positional: &Arg) -> bool { in is_new_arg() 692 &mut self, in parse_subcommand() 737 &mut self, in parse_long_arg() 856 &mut self, in parse_short_arg() [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/ |
H A D | parser.rs | 50 &mut self, in get_matches_with() 424 let val = ok!(external_parser.parse_ref( in get_matches_with() localVariable 485 &self, in match_arg_error() 560 &self, in possible_subcommand() 597 fn possible_long_flag_subcommand(&self, arg: &str) -> Option<&str> { in possible_long_flag_subcommand() 629 &self, in parse_help_subcommand() 659 fn is_new_arg(&self, next: &clap_lex::ParsedArg<'_>, current_positional: &Arg) -> bool { in is_new_arg() 692 &mut self, in parse_subcommand() 737 &mut self, in parse_long_arg() 856 &mut self, in parse_short_arg() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | row.rs | 17 fn reset(&mut self) { in reset() 54 pub fn map<F, B>(self, f: F) -> Map<'stmt, F> in map() 64 pub fn mapped<F, B>(self, f: F) -> MappedRows<'stmt, F> in mapped() 75 pub fn and_then<F, T, E>(self, f: F) -> AndThenRows<'stmt, F> in and_then() argument 109 fn drop(&mut self) { in drop() 260 pub fn get_unwrap<I: RowIndex, T: FromSql>(&self, idx: I) -> T { in get_unwrap() argument 280 pub fn get<I: RowIndex, T: FromSql>(&self, idx: I) -> Result<T> { in get() argument 314 pub fn get_ref<I: RowIndex>(&self, idx: I) -> Result<ValueRef<'_>> { in get_ref() 338 pub fn get_ref_unwrap<I: RowIndex>(&self, idx: I) -> ValueRef<'_> { in get_ref_unwrap() 353 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() [all …]
|
/aosp_15_r20/art/tools/ |
H A D | stream-trace-converter.py | 38 def WriteShortLE(f, val): argument 58 def WriteIntLE(f, val): argument 71 def PrintHeader(self, header): argument 78 def ProcessDataHeader(self, input, body): argument 114 def ProcessMethod(self, input): argument 120 def ProcessThread(self, input): argument 127 def ProcessTraceSummary(self, input): argument 133 def ProcessSpecial(self, input): argument 144 def Process(self, input, body): argument 157 def Finalize(self, header): argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/mixed_precision/ |
H A D | loss_scale_optimizer.py | 60 def __init__(self, value): argument 99 def __init__(self, argument 120 def _add_weight(self, name, initial_value, dtype=None): argument 156 def _trackable_children(self, argument 174 def _lookup_dependency(self, name): argument 187 def initial_loss_scale(self): argument 191 def growth_steps(self): argument 195 def multiplier(self): argument 199 def current_loss_scale(self): argument 204 def counter(self): argument [all …]
|
/aosp_15_r20/external/clang/utils/ |
H A D | ClangDataFormat.py | 39 def __init__(self, srcloc): argument 44 def offset(self): argument 47 def isInvalid(self): argument 50 def isMacro(self): argument 53 def isLocal(self, srcmgr_path): argument 56 def getPrint(self, srcmgr_path): argument 60 def summary(self): argument 69 def __init__(self, qualty): argument 72 def getAsString(self): argument 76 def summary(self): argument [all …]
|
/aosp_15_r20/build/soong/scripts/ |
H A D | jsonmodify.py | 50 def apply(self, obj, val): argument 56 def apply(self, obj, val): argument 63 def apply(self, obj, old_val, new_val): argument 70 def apply(self, obj): argument 77 def apply(self, obj, *args): argument 87 def __init__(self, **kw): argument 90 def decode(self, s: str): argument
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/bitview/ |
H A D | lib.rs | 11 fn get_bit_range_u64(&self, range: Range<usize>) -> u64; in get_bit_range_u64() 15 fn set_bit_range_u64(&mut self, range: Range<usize>, val: u64); in set_bit_range_u64() 47 let val = val as $ty; localVariable 69 let mut val = 0_u64; localVariable 155 &'a self, in subset() 161 fn range_in_parent(&self, range: Range<usize>) -> Range<usize> { in range_in_parent() 168 pub fn get_bit(&self, bit: usize) -> bool { in get_bit() 178 fn get_bit_range_u64(&self, range: Range<usize>) -> u64 { in get_bit_range_u64() 206 &'b mut self, in subset_mut() 212 fn range_in_parent(&self, range: Range<usize>) -> Range<usize> { in range_in_parent() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | token.py | 15 def split(self): argument 24 def __init__(self, *args): argument 28 def __contains__(self, val): argument 34 def __getattr__(self, val): argument 43 def __repr__(self): argument 46 def __copy__(self): argument 50 def __deepcopy__(self, memo): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | token.py | 15 def split(self): argument 24 def __init__(self, *args): argument 28 def __contains__(self, val): argument 34 def __getattr__(self, val): argument 43 def __repr__(self): argument 46 def __copy__(self): argument 50 def __deepcopy__(self, memo): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | token.py | 15 def split(self): argument 24 def __init__(self, *args): argument 28 def __contains__(self, val): argument 34 def __getattr__(self, val): argument 43 def __repr__(self): argument 46 def __copy__(self): argument 50 def __deepcopy__(self, memo): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | token.py | 15 def split(self): argument 24 def __init__(self, *args): argument 28 def __contains__(self, val): argument 34 def __getattr__(self, val): argument 43 def __repr__(self): argument 46 def __copy__(self): argument 50 def __deepcopy__(self, memo): argument
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | pwdmodule.c | 49 sets(PyObject *v, int i, char* val) in sets() 67 #define SETI(i,val) PyStructSequence_SET_ITEM(v, i, PyInt_FromLong((long) val)) in mkpwent() argument 68 #define SETS(i,val) sets(v, i, val) in mkpwent() argument 104 pwd_getpwuid(PyObject *self, PyObject *args) in pwd_getpwuid() 133 pwd_getpwnam(PyObject *self, PyObject *args) in pwd_getpwnam() 155 pwd_getpwall(PyObject *self)
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/ |
H A D | SparseCsrTensorMath.cpp | 164 Tensor& unary_op_out(F op_out, const Tensor& self, Tensor& result) { in unary_op_out() 187 Tensor& unary_op_inplace(Tensor& self, const F& op_inplace, Args&&... args) { in unary_op_inplace() 249 Tensor mul_sparse_csr(const Tensor& self, const Tensor& other) { in mul_sparse_csr() 276 Tensor& mul_sparse_csr_(Tensor& self, const Tensor& other) { in mul_sparse_csr_() 319 Tensor& self, in normal_sparse_csr_() 326 Tensor& fill_sparse_csr_(Tensor& self, const Scalar& value) { in fill_sparse_csr_() 331 const Tensor& self, in sparse_mask_sparse_compressed() 388 Tensor mul_scalar_sparse_csr(const Tensor& self, const Scalar& other) { in mul_scalar_sparse_csr() 400 Tensor& zero_sparse_csr_(Tensor& self) { in zero_sparse_csr_() 480 Tensor round_sparse_csr(const Tensor& self) { in round_sparse_csr() [all …]
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_cuda_nvml_based_avail.py | 46 def setUp(self): argument 64 def test_cuda_is_available(self, avoid_init, nvml_avail): argument 86 def test_env_var_parsing(self): argument 87 def _parse_visible_devices(val): argument 112 def test_partial_uuid_resolver(self): argument 151 def test_ordinal_parse_visible_devices(self): argument 152 def _device_count_nvml(val): argument
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _dbmmodule.c | 220 _dbm_dbm_close_impl(dbmobject *self) in _dbm_dbm_close_impl() 239 _dbm_dbm_keys_impl(dbmobject *self, PyTypeObject *cls) in _dbm_dbm_keys_impl() 271 dbm_contains(PyObject *self, PyObject *arg) in dbm_contains() 274 datum key, val; in dbm_contains() local 315 _dbm_dbm_get_impl(dbmobject *self, PyTypeObject *cls, const char *key, in _dbm_dbm_get_impl() 319 datum dbm_key, val; in _dbm_dbm_get_impl() local 347 _dbm_dbm_setdefault_impl(dbmobject *self, PyTypeObject *cls, const char *key, in _dbm_dbm_setdefault_impl() 351 datum dbm_key, val; in _dbm_dbm_setdefault_impl() local 389 dbm__enter__(PyObject *self, PyObject *args) in dbm__enter__() 396 dbm__exit__(PyObject *self, PyObject *args) in dbm__exit__() [all …]
|
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/ |
H A D | triton_kernel_wrap.py | 44 def add_kernel(self, kernel) -> int: argument 55 def get_kernel(self, idx: int): argument 62 def add_constant_args(self, args) -> int: argument 69 def get_constant_args(self, idx: int): argument 76 def reset_table(self) -> None: argument 98 def fake(self): argument 109 def __post_init__(self): argument 397 def __init__(self, fn): argument 401 def __call__(self, functions, fn_name, num_args): argument 410 def reset(self): argument [all …]
|
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/haxm_sys/ |
H A D | bindings.rs | 41 pub fn get_bit(&self, index: usize) -> bool { in get_bit() 54 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() 71 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() 75 let mut val = 0; in get() localVariable 89 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() 122 pub unsafe fn as_slice(&self, len: usize) -> &[T] { in as_slice() 126 pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T] { in as_mut_slice() 131 fn fmt(&self, fmt: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { in fmt() 270 pub fn set_sti_blocking(&mut self, val: u32) { in set_sti_blocking() 272 let val: u32 = ::std::mem::transmute(val); in set_sti_blocking() localVariable [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | distribute_utils.py | 199 def value_container(val): argument 362 def is_mirrored(val): argument 369 def is_sync_on_read(val): argument 379 def __init__(self): argument 384 def enter_scope(self): argument 387 def exit_scope(self): argument 390 def in_caching_scope(self): argument
|
/aosp_15_r20/external/scapy/scapy/contrib/ |
H A D | http2.py | 67 def __init__(self, name, default, size): argument 82 def addfield(self, pkt, s, val): argument 95 def getfield(self, pkt, s): argument 114 def h2i(self, pkt, x): argument 126 def i2h(self, pkt, x): argument 138 def m2i(self, pkt, x): argument 150 def i2m(self, pkt, x): argument 162 def any2i(self, pkt, x): argument 192 def __init__(self, name, default, size): argument 211 def h2i(self, pkt, x): argument [all …]
|