/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 865 if (cb->args[1]) in ctnetlink_done() 866 nf_ct_put((struct nf_conn *)cb->args[1]); in ctnetlink_done() 1193 last = (struct nf_conn *)cb->args[1]; in ctnetlink_dump_table() 1197 for (; cb->args[0] < nf_conntrack_htable_size; cb->args[0]++) { in ctnetlink_dump_table() 1206 lockp = &nf_conntrack_locks[cb->args[0] % CONNTRACK_LOCKS]; in ctnetlink_dump_table() 1208 if (cb->args[0] >= nf_conntrack_htable_size) { in ctnetlink_dump_table() 1212 hlist_nulls_for_each_entry(h, n, &nf_conntrack_hash[cb->args[0]], in ctnetlink_dump_table() 1229 if (cb->args[1]) { in ctnetlink_dump_table() 1232 cb->args[ in ctnetlink_dump_table() [all...] |
/third_party/python/Lib/ |
H A D | turtle.py | 307 'def %(method)s(self, *args, **kw): return ' + 308 'self.%(attribute)s.%(method)s(*args, **kw)') 400 def bbox(self, *args): 403 return self._canvas.bbox(*args) 405 def cget(self, *args, **kwargs): 408 return self._canvas.cget(*args, **kwargs) 410 def config(self, *args, **kwargs): 413 self._canvas.config(*args, **kwargs) 415 def bind(self, *args, **kwargs): 418 self._canvas.bind(*args, **kwarg [all...] |
H A D | nntplib.py | 101 def __init__(self, *args): 102 Exception.__init__(self, *args) 104 self.response = args[0] 387 def __exit__(self, *args): 1060 args = parser.parse_args() variable in NNTP 1062 port = args.port 1063 if not args.ssl: 1066 s = NNTP(host=args.server, port=port) 1070 s = NNTP_SSL(host=args.server, port=port) 1075 resp, count, first, last, name = s.group(args [all...] |
H A D | ftplib.py | 129 def __exit__(self, *args): 547 def nlst(self, *args): 550 for arg in args: 556 def dir(self, *args): 564 if args[-1:] and type(args[-1]) != type(''): 565 args, func = args[:-1], args[-1] 566 for arg in args [all...] |
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 936 struct gss_alloc_pdo *args = data; in gss_pipe_match_pdo() local 941 if (strcmp(gss_pipe->name, args->name) != 0) in gss_pipe_match_pdo() 951 struct gss_alloc_pdo *args = data; in gss_pipe_alloc_pdo() local 953 gss_pipe = gss_pipe_alloc(args->clnt, args->name, args->upcall_ops); in gss_pipe_alloc_pdo() 965 struct gss_alloc_pdo args = { in gss_pipe_get() local 975 &args); in gss_pipe_get() 1011 gss_create_new(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in gss_create_new() argument 1013 rpc_authflavor_t flavor = args in gss_create_new() 1154 gss_auth_find_or_add_hashed(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt, struct gss_auth *new) gss_auth_find_or_add_hashed() argument 1191 gss_create_hashed(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) gss_create_hashed() argument 1211 gss_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) gss_create() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu_pv.c | 198 mcs.mc->args[1]++; in xen_extend_mmu_update() 201 MULTI_mmu_update(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in xen_extend_mmu_update() 204 u = mcs.args; in xen_extend_mmu_update() 216 mcs.mc->args[1]++; in xen_extend_mmuext_op() 219 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in xen_extend_mmuext_op() 222 u = mcs.args; in xen_extend_mmuext_op() 1244 op = mcs.args; in xen_flush_tlb() 1263 op = mcs.args; in xen_flush_tlb_one_user() 1279 } *args; in xen_flush_tlb_multi() local 1281 const size_t mc_entry_size = sizeof(args in xen_flush_tlb_multi() [all...] |
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 953 struct gss_alloc_pdo *args = data; in gss_pipe_match_pdo() local 958 if (strcmp(gss_pipe->name, args->name) != 0) in gss_pipe_match_pdo() 968 struct gss_alloc_pdo *args = data; in gss_pipe_alloc_pdo() local 970 gss_pipe = gss_pipe_alloc(args->clnt, args->name, args->upcall_ops); in gss_pipe_alloc_pdo() 982 struct gss_alloc_pdo args = { in gss_pipe_get() local 992 &args); in gss_pipe_get() 1028 gss_create_new(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in gss_create_new() argument 1030 rpc_authflavor_t flavor = args in gss_create_new() 1173 gss_auth_find_or_add_hashed(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt, struct gss_auth *new) gss_auth_find_or_add_hashed() argument 1210 gss_create_hashed(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) gss_create_hashed() argument 1230 gss_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) gss_create() argument [all...] |
/third_party/node/lib/ |
H A D | net.js | 234 function connect(...args) { 235 const normalized = normalizeArgs(args); 285 function normalizeArgs(args) { 288 if (args.length === 0) { 294 const arg0 = args[0]; 305 if (args.length > 1 && typeof args[1] === 'string') { 306 options.host = args[1]; 310 const cb = args[args [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-console.cc | 525 v8::debug::ConsoleCallArguments args(info); in scheduleAsyncTask() 526 ConsoleHelper helper(args, v8::debug::ConsoleContext(), m_inspector); in scheduleAsyncTask() 594 v8::debug::ConsoleCallArguments args(info); in keysCallback() 595 ConsoleHelper helper(args, v8::debug::ConsoleContext(), m_inspector); in keysCallback() 609 v8::debug::ConsoleCallArguments args(info); in valuesCallback() 610 ConsoleHelper helper(args, v8::debug::ConsoleContext(), m_inspector); in valuesCallback() 644 v8::debug::ConsoleCallArguments args(info); in debugFunctionCallback() 645 ConsoleHelper helper(args, v8::debug::ConsoleContext(), m_inspector); in debugFunctionCallback() 649 if (args.Length() > 1 && args[ in debugFunctionCallback() [all...] |
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 173 def __init__(self, *, alphabetSize=None, bitLength=None, **args): 217 def __init__(self, *, decodeTable=None, **args): 348 def __init__(self, name=None, *, callback=None, description='', **args): 356 if 'bitLength' in args or 'alphabetSize' in args: 358 RangeDecoder.__init__(self, **args) 359 elif 'decodeTable' in args: 361 PrefixDecoder.__init__(self, **args) 363 super().__init__(**args) 509 def __init__(self, name=None, **args) [all...] |
/third_party/node/deps/ada/ |
H A D | ada.h | 1103 [[maybe_unused]] Args... args) { in inner_log() 1106 inner_log(args...); in inner_log() 1116 [[maybe_unused]] Args... args) { in log() 1119 inner_log(args...); in log() 1699 inline void inner_concat(std::string& buffer, T t, Args... args) { in inner_concat() argument 1701 return inner_concat(buffer, args...); in inner_concat() 1709 std::string concat(Args... args) { in concat() argument 1711 inner_concat(answer, args...); in concat() 1923 constexpr explicit unexpected(Args &&...args) in unexpected() argument 1924 : m_val(std::forward<Args>(args) in unexpected() 1102 inner_log([[maybe_unused]] T t, [[maybe_unused]] Args... args) inner_log() argument 1115 log([[maybe_unused]] T t, [[maybe_unused]] Args... args) log() argument 1929 unexpected(std::initializer_list<U> l, Args &&...args) unexpected() argument 3364 expected(in_place_t, Args &&...args) expected() argument 3371 expected(in_place_t, std::initializer_list<U> il, Args &&...args) expected() argument 3414 expected(unexpect_t, Args &&...args) expected() argument 3421 expected(unexpect_t, std::initializer_list<U> il, Args &&...args) expected() argument 3590 emplace(Args &&....args) emplace() argument 3602 emplace(Args &&....args) emplace() argument 3628 emplace(std::initializer_list<U> il, Args &&...args) emplace() argument 3642 emplace(std::initializer_list<U> il, Args &&...args) emplace() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 62 def revise(filename, *args): 63 return (normcase(filename),) + args 368 def __init__(self, *args, **kwargs): 369 unittest.TestCase.__init__(self, *args, **kwargs) 419 args, varargs, varkw, locals = inspect.getargvalues(mod.fr) 420 self.assertEqual(args, ['x', 'y']) 424 self.assertEqual(inspect.formatargvalues(args, varargs, varkw, locals), 428 args, varargs, varkw, locals = inspect.getargvalues(mod.fr.f_back) 429 self.assertEqual(args, ['a', 'b', 'c', 'd', 'e', 'f']) 432 self.assertEqual(inspect.formatargvalues(args, vararg [all...] |
H A D | test_urllib2_localnet.py | 215 def __init__(self, *args, **kwargs): 216 http.server.BaseHTTPRequestHandler.__init__(self, *args, **kwargs) 218 def log_message(self, format, *args): 257 def __init__(self, digest_auth_handler, *args, **kwargs): 261 http.server.BaseHTTPRequestHandler.__init__(self, *args, **kwargs) 263 def log_message(self, format, *args): 265 # sys.stderr.write(format % args) 292 def http_server_with_basic_auth_handler(*args, **kwargs): 293 return BasicAuthHandler(*args, **kwargs) 345 def create_fake_proxy_handler(*args, **kwarg [all...] |
/kernel/linux/linux-5.10/drivers/phy/ |
H A D | phy-core.c | 502 struct of_phandle_args args; in _of_phy_get() local 505 index, &args); in _of_phy_get() 510 if (of_device_is_compatible(args.np, "usb-nop-xceiv")) in _of_phy_get() 514 phy_provider = of_phy_provider_lookup(args.np); in _of_phy_get() 520 if (!of_device_is_available(args.np)) { in _of_phy_get() 526 phy = phy_provider->of_xlate(phy_provider->dev, &args); in _of_phy_get() 533 of_node_put(args.np); in _of_phy_get() 626 * @args: of_phandle_args (not used here) 630 * should provide a custom of_xlate function that reads the *args* and returns 634 *args) in of_phy_simple_xlate() 633 of_phy_simple_xlate(struct device *dev, struct of_phandle_args *args) of_phy_simple_xlate() argument 1012 __of_phy_provider_register(struct device *dev, struct device_node *children, struct module *owner, struct phy * (*of_xlate)(struct device *dev, struct of_phandle_args *args)) __of_phy_provider_register() argument 1075 __devm_of_phy_provider_register(struct device *dev, struct device_node *children, struct module *owner, struct phy * (*of_xlate)(struct device *dev, struct of_phandle_args *args)) __devm_of_phy_provider_register() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ctx.c | 671 union drm_amdgpu_ctx *args = data; in amdgpu_ctx_ioctl() local 675 id = args->in.ctx_id; in amdgpu_ctx_ioctl() 676 priority = args->in.priority; in amdgpu_ctx_ioctl() 685 switch (args->in.op) { in amdgpu_ctx_ioctl() 688 args->out.alloc.ctx_id = id; in amdgpu_ctx_ioctl() 694 r = amdgpu_ctx_query(adev, fpriv, id, &args->out); in amdgpu_ctx_ioctl() 697 r = amdgpu_ctx_query2(adev, fpriv, id, &args->out); in amdgpu_ctx_ioctl() 700 if (args->in.flags) in amdgpu_ctx_ioctl() 704 args->out.pstate.flags = stable_pstate; in amdgpu_ctx_ioctl() 707 if (args in amdgpu_ctx_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/phy/ |
H A D | phy-core.c | 572 struct of_phandle_args args; in _of_phy_get() local 575 index, &args); in _of_phy_get() 580 if (of_device_is_compatible(args.np, "usb-nop-xceiv")) in _of_phy_get() 584 phy_provider = of_phy_provider_lookup(args.np); in _of_phy_get() 590 if (!of_device_is_available(args.np)) { in _of_phy_get() 596 phy = phy_provider->of_xlate(phy_provider->dev, &args); in _of_phy_get() 603 of_node_put(args.np); in _of_phy_get() 696 * @args: of_phandle_args (not used here) 700 * should provide a custom of_xlate function that reads the *args* and returns 704 *args) in of_phy_simple_xlate() 703 of_phy_simple_xlate(struct device *dev, struct of_phandle_args *args) of_phy_simple_xlate() argument 1095 __of_phy_provider_register(struct device *dev, struct device_node *children, struct module *owner, struct phy * (*of_xlate)(struct device *dev, struct of_phandle_args *args)) __of_phy_provider_register() argument 1158 __devm_of_phy_provider_register(struct device *dev, struct device_node *children, struct module *owner, struct phy * (*of_xlate)(struct device *dev, struct of_phandle_args *args)) __devm_of_phy_provider_register() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_gpuva_mgr.c | 1401 } *args = priv; in drm_gpuva_sm_step() local 1402 struct drm_gpuva_manager *mgr = args->mgr; in drm_gpuva_sm_step() 1403 struct drm_gpuva_ops *ops = args->ops; in drm_gpuva_sm_step() 1497 } args; in drm_gpuva_sm_map_ops_create() local 1506 args.mgr = mgr; in drm_gpuva_sm_map_ops_create() 1507 args.ops = ops; in drm_gpuva_sm_map_ops_create() 1509 ret = __drm_gpuva_sm_map(mgr, &gpuva_list_ops, &args, in drm_gpuva_sm_map_ops_create() 1560 } args; in drm_gpuva_sm_unmap_ops_create() local 1569 args.mgr = mgr; in drm_gpuva_sm_unmap_ops_create() 1570 args in drm_gpuva_sm_unmap_ops_create() [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | signalndk.cpp | 61 napi_value args[1] = {nullptr};
in intInput() local 62 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in intInput() 64 napi_get_value_int32(env, args[0], &expect);
in intInput() 71 napi_value args[2] = {nullptr};
in structInput() local 72 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in structInput() 73 napi_get_value_int32(env, args[0], &(siginfo->flag));
in structInput() 74 napi_get_value_int32(env, args[1], &(siginfo->param));
in structInput() 80 napi_value args[2] = {nullptr};
in structStringInput() local 81 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in structStringInput() 82 napi_get_value_int32(env, args[ in structStringInput() [all...] |
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUJDKCompare.java | 83 public static void main(String[] args) { in main() argument 84 System.exit(doMain(args)); in main() 88 public static int doMain(String[] args) { in doMain() argument 91 p.setup(args); in doMain() 131 public ICUJDKCompare setup(String[] args) { in setup() argument 134 for (int i = 0; i < args.length; ++i) { in setup() 135 String arg = args[i]; in setup() 139 srcPrefix = args[++i]; in setup() 144 trgPrefix = args[++i]; in setup() 149 namelist = args[ in setup() [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.h | 416 LLVMValueRef ac_build_cvt_pkrtz_f16(struct ac_llvm_context *ctx, LLVMValueRef args[2]); 417 LLVMValueRef ac_build_cvt_pknorm_i16(struct ac_llvm_context *ctx, LLVMValueRef args[2]); 418 LLVMValueRef ac_build_cvt_pknorm_u16(struct ac_llvm_context *ctx, LLVMValueRef args[2]); 419 LLVMValueRef ac_build_cvt_pknorm_i16_f16(struct ac_llvm_context *ctx, LLVMValueRef args[2]); 420 LLVMValueRef ac_build_cvt_pknorm_u16_f16(struct ac_llvm_context *ctx, LLVMValueRef args[2]); 421 LLVMValueRef ac_build_cvt_pk_i16(struct ac_llvm_context *ctx, LLVMValueRef args[2], unsigned bits, 423 LLVMValueRef ac_build_cvt_pk_u16(struct ac_llvm_context *ctx, LLVMValueRef args[2], unsigned bits, 549 LLVMValueRef ac_build_call(struct ac_llvm_context *ctx, LLVMValueRef func, LLVMValueRef *args, 560 struct ac_export_args *args); 574 const struct ac_shader_args *args); [all...] |
/third_party/node/test/common/ |
H A D | index.js | 112 const args = [...flags, ...process.execArgv, ...process.argv.slice(1)]; 114 const result = spawnSync(process.execPath, args, options); 416 return mustCall(function(err, ...args) { 419 return fn.apply(this, args); 529 return function mustNotCall(...args) { 530 const argsInfo = args.length > 0 ? 531 `\ncalled with arguments: ${args.map((arg) => inspect(arg)).join(', ')}` : ''; 696 return mustCall((...args) => { 697 if (args.length !== 1) { 700 assert.fail(`Expected one argument, got ${inspect(args)}`); [all...] |
/third_party/python/Lib/asyncio/ |
H A D | windows_events.py | 395 async def _make_subprocess_transport(self, protocol, args, shell, 399 transp = _WindowsSubprocessTransport(self, protocol, args, shell, 475 raise ConnectionResetError(*exc.args) 498 raise ConnectionResetError(*exc.args) 518 raise ConnectionResetError(*exc.args) 538 raise ConnectionResetError(*exc.args) 556 raise ConnectionResetError(*exc.args) 576 raise ConnectionResetError(*exc.args) 657 raise ConnectionResetError(*exc.args) 920 def _start(self, args, shel [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | DrawVerticesOp.cpp | 101 void onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) override { 102 const VerticesGP& gp = args.fGeomProc.cast<VerticesGP>(); 103 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder; 104 GrGLSLFPFragmentBuilder* fragBuilder = args.fFragBuilder; 105 GrGLSLVaryingHandler* varyingHandler = args.fVaryingHandler; 106 GrGLSLUniformHandler* uniformHandler = args.fUniformHandler; 115 fragBuilder->codeAppendf("half4 %s;", args.fOutputColor); 133 fragBuilder->codeAppendf("%s = %s;", args.fOutputColor, varying.fsIn()); 135 this->setupUniformColor(fragBuilder, uniformHandler, args.fOutputColor, 142 *args [all...] |
/third_party/python/Objects/ |
H A D | rangeobject.c | 75 range_from_array(PyTypeObject *type, PyObject *const *args, Py_ssize_t num_args) in range_from_array() argument 82 step = args[2]; in range_from_array() 86 start = PyNumber_Index(args[0]); in range_from_array() 90 stop = PyNumber_Index(args[1]); in range_from_array() 103 stop = PyNumber_Index(args[0]); in range_from_array() 135 range_new(PyTypeObject *type, PyObject *args, PyObject *kw) in range_new() argument 140 return range_from_array(type, _PyTuple_ITEMS(args), PyTuple_GET_SIZE(args)); in range_new() 145 range_vectorcall(PyTypeObject *type, PyObject *const *args, in range_vectorcall() argument 152 return range_from_array(type, args, narg in range_vectorcall() 644 range_reduce(rangeobject *r, PyObject *args) range_reduce() argument [all...] |
/third_party/python/Lib/distutils/ |
H A D | dist.py | 237 # Now we'll use the attrs dictionary (ultimately, keyword args from 276 # no-user-cfg is handled before other command line args 277 # because other args override the config files, and this 475 args = parser.getopt(args=self.script_args, object=self) 482 while args: 483 args = self._parse_command_opts(parser, args) 484 if args is None: # user asked for help (and got it) 517 def _parse_command_opts(self, parser, args) [all...] |