Home
last modified time | relevance | path

Searched refs:self (Results 3851 - 3875 of 6772) sorted by relevance

1...<<151152153154155156157158159160>>...271

/third_party/ltp/testcases/kernel/power_management/
H A Dpm_sched_domain.py14 def __init__(self, msg):
15 self.msg = msg
/third_party/python/Include/cpython/
H A Ddescrobject.h5 typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args,
8 typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args,
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.h38 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override
40 CHECK_RETURN(self != nullptr, "self is nullptr!", napi_invalid_arg);
41 return Context::operator()(env, argc, argv, self);
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_async_call.h49 napi_env env, size_t argc, napi_value *argv, napi_value self, napi_callback_info info) in operator ()()
54 return input_(env, argc, argv, self, info); in operator ()()
108 napi_ref self = nullptr; member
48 operator ()( napi_env env, size_t argc, napi_value *argv, napi_value self, napi_callback_info info) operator ()() argument
/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dscan_async_call.h51 virtual napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) in operator ()() argument
56 return input_(env, argc, argv, self); in operator ()()
113 napi_ref self = nullptr; member
/base/request/request/frameworks/js/napi/include/upload/
H A Dasync_call.h47 virtual napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) in operator ()() argument
52 napi_status ret = input_(env, argc, argv, self); in operator ()()
96 napi_ref self = nullptr; member
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dcall.h52 virtual napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) in operator ()() argument
57 auto ret = input_(env, argc, argv, self); in operator ()()
104 napi_ref self = nullptr; member
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dasync_call.h48 virtual napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) in operator ()() argument
53 return input_(env, argc, argv, self); in operator ()()
96 napi_ref self = nullptr; member
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dasync_call.h54 virtual napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) in operator ()() argument
59 auto ret = input_(env, argc, argv, self); in operator ()()
107 napi_ref self = nullptr; member
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/include/
H A Dnapi_preferences.h64 static std::pair<PreferencesProxy *, std::weak_ptr<Preferences>> GetSelfInstance(napi_env env, napi_value self);
66 static napi_value RegisterDataObserver(napi_env env, size_t argc, napi_value *argv, napi_value self);
67 static napi_value UnRegisterDataObserver(napi_env env, size_t argc, napi_value *argv, napi_value self);
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Drouter_bridge_vlan.sh50 bridge vlan add dev br1 vid 555 self pvid untagged
107 bridge vlan add dev br1 vid 333 self
109 bridge vlan del dev br1 vid 333 self
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dlists.py120 def __init__(self):
121 super(LxListChk, self).__init__("lx-list-check", gdb.COMMAND_DATA,
124 def invoke(self, arg, from_tty):
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dlists.py125 def __init__(self):
126 super(LxListChk, self).__init__("lx-list-check", gdb.COMMAND_DATA,
129 def invoke(self, arg, from_tty):
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_188.c42 pthread_t self; in PthreadF01() local
48 self = pthread_self(); in PthreadF01()
49 ret = pthread_getschedparam(self, &policy, &schedparam); in PthreadF01()
H A DIt_posix_pthread_187.c42 pthread_t self; in PthreadF01() local
48 self = pthread_self(); in PthreadF01()
49 ret = pthread_getschedparam(self, &policy, &schedparam); in PthreadF01()
/third_party/googletest/googlemock/test/
H A Dgmock_output_test.py157 def testOutput(self):
167 self.assertEqual(golden, output)
171 self.assertEqual(['GMockOutputTest.CatchesLeakedMocks',
/third_party/mbedtls/tests/scripts/
H A Dgenerate_test_cert_macros.py19 def __call__(self, parser, namespace, values, option_string):
23 if self.dest in ('string', 'binary') and not os.path.exists(filename):
26 namespace.values.append((self.dest, macro_name, filename))
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-pattern.js166 var obj = {self: '123'}; property
168 const {self, prot} = obj;
169 assert (self === '123');
/third_party/node/lib/
H A Dwasi.js36 function setupInstance(self, instance) {
40 self[kInstance] = instance;
41 self[kSetMemory](instance.exports.memory);
/third_party/node/test/parallel/
H A Dtest-inspector-open.js84 function close(self, err) {
85 self.end();
86 self.on('close', () => callback(err));
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A Dcommon.h47 pthread_t self; in thread_func() local
53 self = pthread_self(); in thread_func()
54 rc = pthread_getschedparam(self, &policy, &sp); in thread_func()
/third_party/node/deps/v8/include/
H A Dv8-cppgc.h206 static cppgc::TraceDescriptor GetTraceDescriptor(const void* self) { in GetTraceDescriptor()
210 static void Trace(Visitor* visitor, const void* self) { in Trace()
212 *static_cast<const v8::TracedReference<T>*>(self)); in Trace()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-cppgc.h228 static cppgc::TraceDescriptor GetTraceDescriptor(const void* self) { in GetTraceDescriptor()
232 static void Trace(Visitor* visitor, const void* self) { in Trace()
234 *static_cast<const v8::TracedReference<T>*>(self)); in Trace()
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dbuild_caselists.py39 def __init__ (self, name, api):
40 self.name = name
41 self.api = api
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_asm.h87 static inline void run(OSFiber* self);
132 void OSFiber::run(OSFiber* self) { in run() argument
133 self->target(); in run()

Completed in 23 milliseconds

1...<<151152153154155156157158159160>>...271