/third_party/python/Lib/ |
H A D | pickletools.py | 193 def __init__(self, name, n, reader, doc): 195 self.name = name 203 self.n = n 205 self.reader = reader 208 self.doc = doc 961 def __init__(self, name, obtype, doc): 963 self.name = name 969 self.obtype = obtype 972 self.doc = doc 974 def __repr__(self) [all...] |
/third_party/python/Modules/ |
H A D | timemodule.c | 99 time_time(PyObject *self, PyObject *unused) in time_time() argument 116 time_time_ns(PyObject *self, PyObject *unused) in time_time_ns() argument 190 time_clock_gettime(PyObject *self, PyObject *args) argument 219 time_clock_gettime_ns(PyObject *self, PyObject *args) argument 249 time_clock_settime(PyObject *self, PyObject *args) argument 280 time_clock_settime_ns(PyObject *self, PyObject *args) argument 315 time_clock_getres(PyObject *self, PyObject *args) argument 346 time_pthread_getcpuclockid(PyObject *self, PyObject *args) argument 373 time_sleep(PyObject *self, PyObject *timeout_obj) argument 911 time_strptime(PyObject *self, PyObjec argument 992 time_ctime(PyObject *self, PyObject *args) global() argument 1094 time_tzset(PyObject *self, PyObject *unused) global() argument 1140 time_monotonic(PyObject *self, PyObject *unused) global() argument 1155 time_monotonic_ns(PyObject *self, PyObject *unused) global() argument 1179 time_perf_counter(PyObject *self, PyObject *unused) global() argument 1195 time_perf_counter_ns(PyObject *self, PyObject *unused) global() argument 1370 time_process_time(PyObject *self, PyObject *unused) global() argument 1385 time_process_time_ns(PyObject *self, PyObject *unused) global() argument 1537 time_thread_time(PyObject *self, PyObject *unused) global() argument 1552 time_thread_time_ns(PyObject *self, PyObject *unused) global() argument 1575 time_get_clock_info(PyObject *self, PyObject *args) global() argument [all...] |
H A D | faulthandler.c | 263 faulthandler_dump_traceback_py(PyObject *self, in faulthandler_dump_traceback_py() argument 541 faulthandler_py_enable(PyObject *self, PyObject *args, PyObject *kwargs) in faulthandler_py_enable() argument 595 faulthandler_disable_py(PyObject *self, PyObject *Py_UNUSED(ignored)) in faulthandler_disable_py() argument 605 faulthandler_is_enabled(PyObject *self, PyObject *Py_UNUSED(ignored)) in faulthandler_is_enabled() argument 703 faulthandler_dump_traceback_later(PyObject *self, in faulthandler_dump_traceback_later() argument 803 faulthandler_cancel_dump_traceback_later_py(PyObject *self, in faulthandler_cancel_dump_traceback_later_py() argument 905 faulthandler_register_py(PyObject *self, in faulthandler_register_py() argument 986 faulthandler_unregister_py(PyObject *self, PyObject *args) in faulthandler_unregister_py() argument 1037 faulthandler_read_null(PyObject *self, PyObject *args) in faulthandler_read_null() argument 1073 faulthandler_sigsegv(PyObject *self, PyObjec argument 1096 faulthandler_fatal_error_c_thread(PyObject *self, PyObject *args) faulthandler_fatal_error_c_thread() argument 1126 faulthandler_sigfpe(PyObject *self, PyObject *args) faulthandler_sigfpe() argument 1145 faulthandler_sigabrt(PyObject *self, PyObject *args) faulthandler_sigabrt() argument 1173 faulthandler_stack_overflow(PyObject *self, PyObject *Py_UNUSED(ignored)) faulthandler_stack_overflow() argument 1226 faulthandler_raise_exception(PyObject *self, PyObject *args) faulthandler_raise_exception() argument [all...] |
/third_party/musl/src/thread/ |
H A D | __tls_get_addr.c | 5 pthread_t self = __pthread_self(); in __tls_get_addr() local 6 return (void *)(self->dtv[v[0]] + v[1]); in __tls_get_addr()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | stubs.py | 9 def setUpPyfakefs(self): 10 self.skipTest("pyfakefs not available")
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_listener.py | 50 def Modified(self): 77 def Modified(self):
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | variant.h | 548 inline VariantAccessResult<I, Self> AccessUnion(Self&& self, SizeT<I> /*i*/) { 549 return reinterpret_cast<VariantAccessResult<I, Self>>(self); 557 void DeducedDestroy(T& self) { // NOLINT 558 self.~T(); 567 static typename VariantType::Variant& Derived(VariantType& self) { // NOLINT 568 return static_cast<typename VariantType::Variant&>(self); 573 const VariantType& self) { // NOLINT 574 return static_cast<const typename VariantType::Variant&>(self); 578 static void Destroy(VariantType& self) { // NOLINT 579 Derived(self) 721 Replace( Self* self, Args&&... args) Replace() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_future4.py | 6 def test_unicode_literals(self): 7 self.assertIsInstance("literal", str)
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_pattern_lock.cpp | 101 auto self = FFIData::GetData<NativePatternLockController>(selfID); in FfiOHOSAceFrameworkPatternLockControllerReset() local 102 if (self) { in FfiOHOSAceFrameworkPatternLockControllerReset() 103 self->Reset(); in FfiOHOSAceFrameworkPatternLockControllerReset()
|
H A D | cj_gesture_ffi.cpp | 356 auto self = FFIData::GetData<NativePanGestureOption>(selfID); in FfiOHOSAceFrameworkPanGestureOptionsSetFingers() local 357 if (self != nullptr) { in FfiOHOSAceFrameworkPanGestureOptionsSetFingers() 358 self->SetFingers(fingers); in FfiOHOSAceFrameworkPanGestureOptionsSetFingers() 369 auto self = FFIData::GetData<NativePanGestureOption>(selfID); in FfiOHOSAceFrameworkPanGestureOptionsSetDirection() local 370 if (self != nullptr) { in FfiOHOSAceFrameworkPanGestureOptionsSetDirection() 371 self->SetDirection(panDirection); in FfiOHOSAceFrameworkPanGestureOptionsSetDirection() 379 auto self = FFIData::GetData<NativePanGestureOption>(selfID); in FfiOHOSAceFrameworkPanGestureOptionsSetDistance() local 380 if (self != nullptr) { in FfiOHOSAceFrameworkPanGestureOptionsSetDistance() 381 self->SetDistance(distance); in FfiOHOSAceFrameworkPanGestureOptionsSetDistance()
|
/test/testfwk/developer_test/src/core/command/ |
H A D | gen.py | 47 def process_command_gen(self, options): 54 self.fuzz_dir_generation(options) 58 def gen_fuzzer_list_file(self, fuzzer_list):
|
/third_party/musl/src/process/ |
H A D | fork.c | 63 pthread_t self=__pthread_self(), next=self->next; in fork() local 68 for (pthread_t td=next; td!=self; td=td->next) in fork()
|
/third_party/node/deps/v8/src/torque/ |
H A D | source-positions.cc | 59 SourceFileMap& self = Get(); in AllSources() local 61 result.reserve(static_cast<int>(self.sources_.size())); in AllSources() 62 for (int i = 0; i < static_cast<int>(self.sources_.size()); ++i) { in AllSources()
|
/third_party/python/Lib/http/ |
H A D | __init__.py | 169 def __repr__(self): 170 return "<%s.%s>" % (self.__class__.__name__, self._name_)
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_except.py | 47 def transform(self, node, results): 48 syms = self.syms 60 new_N = Name(self.new_name(), prefix=" ")
|
H A D | fix_raise.py | 38 def transform(self, node, results): 39 syms = self.syms 44 self.cannot_convert(node, msg)
|
H A D | fix_has_key.py | 71 def transform(self, node, results): 73 syms = self.syms 75 self.pattern.match(node.parent)):
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_text_file.py | 17 def test_class(self): 52 self.assertEqual(result, expected_result) 54 tmpdir = self.mkdtemp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | osfiber_windows.h | 48 static inline void WINAPI run(void* self); 94 void WINAPI OSFiber::run(void* self) { in run() argument 96 std::swap(func, reinterpret_cast<OSFiber*>(self)->target); in run()
|
/third_party/skia/tools/gdb/ |
H A D | bitmap.py | 46 def __init__(self): 47 super(sk_bitmap, self).__init__('sk_bitmap', 51 def invoke(self, arg, from_tty):
|
/third_party/python/Objects/clinic/ |
H A D | descrobject.c.h | 48 " def getx(self): return self._x\n" 49 " def setx(self, value): self._x = value\n" 50 " def delx(self): del self._x\n" 57 " def x(self):\n" 59 " return self._x\n" 61 " def x(self, value):\n" 62 " self 72 property_init(PyObject *self, PyObject *args, PyObject *kwargs) property_init() argument [all...] |
H A D | classobject.c.h | 6 "__reduce__($self, /)\n" 14 method___reduce___impl(PyMethodObject *self); 17 method___reduce__(PyMethodObject *self, PyObject *Py_UNUSED(ignored)) in method___reduce__() argument 19 return method___reduce___impl(self); in method___reduce__()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_ip_network_impl_test.cpp | 37 LnnProtocolManager self; 92 memset_s(&self, sizeof(LnnProtocolManager), 0, sizeof(LnnProtocolManager)); in HWTEST_F() 97 res = LnnEnableIpProtocol(&self, &netifMgr); in HWTEST_F() 99 res = LnnEnableIpProtocol(&self, &netifMgr); in HWTEST_F() 107 res = LnnInitIpProtocol(&self); in HWTEST_F() 109 res = LnnInitIpProtocol(&self); in HWTEST_F() 111 res = LnnInitIpProtocol(&self); in HWTEST_F() 272 memset_s(&self, sizeof(LnnProtocolManager), 0, sizeof(LnnProtocolManager)); in HWTEST_F() 273 LnnDeinitIpNetwork(&self); in HWTEST_F()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | __init__.py | 287 def __init__(self, usage): 288 self.__regeneratable_options = {} 289 argparse.ArgumentParser.__init__(self, usage=usage) 291 def add_argument(self, *args, **kw): 313 self.__regeneratable_options[dest] = { 320 argparse.ArgumentParser.add_argument(self, *args, **kw) 322 def parse_args(self, *args): 323 values, args = argparse.ArgumentParser.parse_known_args(self, *args) 324 values._regeneration_metadata = self.__regeneratable_options
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | __init__.py | 290 def __init__(self, usage): 291 self.__regeneratable_options = {} 292 argparse.ArgumentParser.__init__(self, usage=usage) 294 def add_argument(self, *args, **kw): 316 self.__regeneratable_options[dest] = { 323 argparse.ArgumentParser.add_argument(self, *args, **kw) 325 def parse_args(self, *args): 326 values, args = argparse.ArgumentParser.parse_known_args(self, *args) 327 values._regeneration_metadata = self.__regeneratable_options
|