/third_party/python/Modules/clinic/ |
H A D | spwdmodule.c.h | 22 spwd_getspnam(PyObject *module, PyObject *arg_) in spwd_getspnam() argument 27 if (!PyUnicode_Check(arg_)) { in spwd_getspnam() 28 _PyArg_BadArgument("getspnam", "argument", "str", arg_); in spwd_getspnam() 31 if (PyUnicode_READY(arg_) == -1) { in spwd_getspnam() 34 arg = arg_; in spwd_getspnam()
|
/third_party/node/src/ |
H A D | cleanup_queue.cc | 37 cb.fn_(cb.arg_); in Drain() 44 return std::hash<void*>()(cb.arg_); in operator ()() 49 return a.fn_ == b.fn_ && a.arg_ == b.arg_; in operator ()()
|
H A D | cleanup_queue.h | 46 arg_(arg), in CleanupHookCallback() 49 // Only hashes `arg_`, since that is usually enough to identify the hook. 54 // Compares by `fn_` and `arg_` being equal. 63 void* arg_; member in node::CleanupQueue::CleanupHookCallback
|
H A D | cleanup_queue-inl.h | 53 return static_cast<BaseObject*>(callback.arg_); in GetBaseObject()
|
H A D | env.h | 610 void* arg_; member 1066 void* arg_; member
|
H A D | env.cc | 974 hc.cb_(this, hc.handle_, hc.arg_); in CleanupHandles() 1054 at_exit.cb_(at_exit.arg_); in RunAtExitCallbacks()
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-types.cc | 201 : AsmCallableType(), return_type_(dest), arg_(src) {} in AsmMinMaxType() 214 if (!args[ii]->IsA(arg_)) { 223 return "(" + arg_->Name() + ", " + arg_->Name() + "...) -> " + 228 AsmType* arg_; member in v8::internal::wasm::__anon13995::final
|
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_timer.h | 62 cb_(arg_); in Callback() 71 void* arg_ = nullptr; member in OHOS::GraphicTimer
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | future.h | 115 arg_ = BASE_NS::move(arg); in SetParam() 125 promise_.Set(task_->Invoke(arg_)); 140 IAny::Ptr arg_; member in ContinuationQueueTask
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 746 void *arg_; // arg of function_ or object of method_ member in absl::Condition 947 T *x = static_cast<T *>(c->arg_); in CastAndCallMethod() 956 T *x = static_cast<T *>(c->arg_); in CastAndCallFunction() 965 arg_(const_cast<void *>(static_cast<const void *>(arg))) {} in Condition() 973 arg_(object) {} in Condition() 982 arg_(reinterpret_cast<void *>(const_cast<T *>(object))) {} in Condition()
|
H A D | mutex.cc | 2721 arg_(arg) {} in Condition() 2724 return (*c->function_)(c->arg_); in CallVoidPtrFunction() 2732 arg_(const_cast<bool *>(cond)) {} in Condition() 2747 a->arg_ == b->arg_ && a->method_ == b->method_; in GuaranteedEqual()
|
/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | graphic_timer.cpp | 82 : cb_(cb), arg_(arg), isPeriodic_(isPeriodic) in GraphicTimer() 147 : cb_(cb), arg_(arg), isPeriodic_(isPeriodic) in GraphicTimer() 210 : cb_(cb), arg_(arg), isPeriodic_(isPeriodic) in GraphicTimer()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.h | 38 const FormatArgImpl* arg() const { return arg_; } in arg() 39 void set_arg(const FormatArgImpl* a) { arg_ = a; } in set_arg() 42 const FormatArgImpl* arg_; member in absl::str_format_internal::BoundConversion
|
/third_party/ltp/testcases/kernel/sched/clisrv/ |
H A D | pthserv.c | 167 void *new_thread(void *arg_) in new_thread() argument 169 int arg = (uintptr_t) arg_; in new_thread()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_node_api.cpp | 228 void* arg_; member 269 info->fun_(info->arg_, FinishAsyncCleanupHook, info); in RunAsyncCleanupHook() 279 info->arg_ = arg; in AddEnvironmentCleanupHook()
|
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 2346 this.arg_ = l21; 3029 if (e17.arg_ && e17.arg_.customStyle && e17.arg_.customStyle === true) {
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 265 Arg &&arg_) : subset_context (subset_context_), out (out_), in subset_offset_array_arg_t() 266 base (base_), arg (arg_) {} in subset_offset_array_arg_t()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |