/third_party/ltp/testcases/kernel/power_management/ |
H A D | pm_sched_domain.py | 14 def __init__(self, msg): 15 self.msg = msg
|
/third_party/python/Include/cpython/ |
H A D | descrobject.h | 5 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 D | js_input_method.h | 38 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 D | print_async_call.h | 49 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 D | scan_async_call.h | 51 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 D | async_call.h | 47 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 D | call.h | 52 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 D | async_call.h | 48 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 D | async_call.h | 54 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 D | napi_preferences.h | 64 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 D | router_bridge_vlan.sh | 50 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 D | lists.py | 120 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 D | lists.py | 125 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 D | It_posix_pthread_188.c | 42 pthread_t self; in PthreadF01() local 48 self = pthread_self(); in PthreadF01() 49 ret = pthread_getschedparam(self, &policy, &schedparam); in PthreadF01()
|
H A D | It_posix_pthread_187.c | 42 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 D | gmock_output_test.py | 157 def testOutput(self): 167 self.assertEqual(golden, output) 171 self.assertEqual(['GMockOutputTest.CatchesLeakedMocks',
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_test_cert_macros.py | 19 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 D | object-pattern.js | 166 var obj = {self: '123'}; property 168 const {self, prot} = obj; 169 assert (self === '123');
|
/third_party/node/lib/ |
H A D | wasi.js | 36 function setupInstance(self, instance) { 40 self[kInstance] = instance; 41 self[kSetMemory](instance.exports.memory);
|
/third_party/node/test/parallel/ |
H A D | test-inspector-open.js | 84 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 D | common.h | 47 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 D | v8-cppgc.h | 206 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 D | v8-cppgc.h | 228 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 D | build_caselists.py | 39 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 D | osfiber_asm.h | 87 static inline void run(OSFiber* self); 132 void OSFiber::run(OSFiber* self) { in run() argument 133 self->target(); in run()
|