HomeSort by relevance Sort by last modified time
    Searched refs:self_name (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/
allocation_record.cc 156 std::string self_name; local
157 self->GetThreadName(self_name);
158 if (self_name == "JDWP") {
  /external/python/cpython3/Lib/
dataclasses.py 390 def _field_assign(frozen, name, value, self_name):
395 # self_name is what "self" is called in this function: don't
398 return f'__builtins__.object.__setattr__({self_name},{name!r},{value})'
399 return f'{self_name}.{name}={value}'
402 def _field_init(f, frozen, globals, self_name):
453 return _field_assign(frozen, f.name, value, self_name)
475 def _init_fn(fields, frozen, has_post_init, self_name):
498 line = _field_init(f, frozen, globals, self_name)
508 body_lines.append(f'{self_name}.{_POST_INIT_NAME}({params_str})')
516 [self_name] + [_init_param(f) for f in fields if f.init]
    [all...]
  /external/tensorflow/tensorflow/python/ops/distributions/
distribution.py     [all...]
  /external/pdfium/third_party/pymock/
mock.py     [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py     [all...]
  /external/python/cpython3/Lib/unittest/
mock.py     [all...]
  /external/python/mock/mock/
mock.py     [all...]

Completed in 1523 milliseconds