Home
last modified time | relevance | path

Searched refs:agent (Results 101 - 125 of 188) sorted by relevance

12345678

/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H A Dscreen_agent.py55 agent = ScreenAgent(_device)
56 ScreenAgent.SCREEN_AGENT_MAP[instance_sn] = agent
58 return agent
/third_party/node/lib/internal/debugger/
H A Dinspect.js105 const agent = new EventEmitter();
106 agent.then = (then, _catch) => {
116 return new Proxy(agent, {
/third_party/node/test/parallel/
H A Dtest-http-agent-false.js26 // Sending `agent: false` when `port: null` is also passed in (i.e. the result
34 agent: false
H A Dtest-http-client-abort3.js28 const req = http.get({ agent: new CustomAgent() });
H A Dtest-http-client-readable.js61 agent: new FakeAgent()
H A Dtest-http-request-agent.js9 // This test ensures that a http request callback is called when the agent
28 agent: false,
H A Dtest-http-url.parse-https.request.js57 // Since there is a little magic with the agent
59 assert.ok(clientRequest.agent instanceof https.Agent);
H A Dtest-http-url.parse-basic.js54 // Since there is a little magic with the agent
56 assert.ok(clientRequest.agent instanceof http.Agent);
H A Dtest-https-client-checkServerIdentity.js65 options.agent = new https.Agent(options);
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc11 #include "src/inspector/v8-debugger-agent-impl.h"
94 bool isLiveEdit, V8DebuggerAgentImpl* agent, in ActualScript()
99 m_agent(agent), in ActualScript()
355 bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client) { in Create()
356 return std::make_unique<ActualScript>(isolate, scriptObj, isLiveEdit, agent, in Create()
93 ActualScript(v8::Isolate* isolate, v8::Local<v8::debug::Script> script, bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client) ActualScript() argument
353 Create( v8::Isolate* isolate, v8::Local<v8::debug::Script> scriptObj, bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client) Create() argument
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/
H A Dmmzone.h7 #include <asm/sn/agent.h>
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-ip27.c13 #include <asm/sn/agent.h>
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/
H A Dip27-console.c12 #include <asm/sn/agent.h>
H A Dip27-reset.c25 #include <asm/sn/agent.h>
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ip27/
H A Dmmzone.h7 #include <asm/sn/agent.h>
/kernel/linux/linux-6.6/arch/mips/pci/
H A Dpci-ip27.c13 #include <asm/sn/agent.h>
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/
H A Dip27-console.c12 #include <asm/sn/agent.h>
H A Dip27-reset.c25 #include <asm/sn/agent.h>
/third_party/node/test/internet/
H A Dtest-inspector-help-page.js17 https.get(url, { agent: new https.Agent() }, common.mustCall((res) => {
/third_party/node/src/
H A Dinspector_io.h27 // Start the inspector agent thread, waiting for it to initialize
48 // Wrapper for agent->ThreadMain()
49 static void ThreadMain(void* agent);
H A Djs_native_api_v8_inspector.cc107 explicit MainThreadInterface(Agent* agent);
262 Agent* agent = thread_->inspector_agent(); in Connect() local
263 if (agent != nullptr) in Connect()
264 session_ = agent->Connect(std::move(delegate), prevent_shutdown_); in Connect()
317 MainThreadInterface::MainThreadInterface(Agent* agent) : agent_(agent) {} in MainThreadInterface() argument
712 // Start the inspector agent thread, waiting for it to initialize
733 // Wrapper for agent->ThreadMain()
734 static void ThreadMain(void* agent);
/third_party/node/benchmark/http/
H A Dclient-request-body.js33 agent: new http.Agent({ maxSockets: 1 }),
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dmad.c387 struct ib_mad_agent *agent = dev->send_agent[port_num - 1][qpn]; in forward_trap() local
391 if (agent) { in forward_trap()
392 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()
1013 static void send_handler(struct ib_mad_agent *agent, in send_handler() argument
1023 struct ib_mad_agent *agent; in mlx4_ib_mad_init() local
1032 agent = ib_register_mad_agent(&dev->ib_dev, p + 1, in mlx4_ib_mad_init()
1036 if (IS_ERR(agent)) { in mlx4_ib_mad_init()
1037 ret = PTR_ERR(agent); in mlx4_ib_mad_init()
1040 dev->send_agent[p][q] = agent; in mlx4_ib_mad_init()
1059 struct ib_mad_agent *agent; in mlx4_ib_mad_cleanup() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dmad.c388 struct ib_mad_agent *agent = dev->send_agent[port_num - 1][qpn]; in forward_trap() local
392 if (agent) { in forward_trap()
393 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()
1015 static void send_handler(struct ib_mad_agent *agent, in send_handler() argument
1025 struct ib_mad_agent *agent; in mlx4_ib_mad_init() local
1034 agent = ib_register_mad_agent(&dev->ib_dev, p + 1, in mlx4_ib_mad_init()
1038 if (IS_ERR(agent)) { in mlx4_ib_mad_init()
1039 ret = PTR_ERR(agent); in mlx4_ib_mad_init()
1042 dev->send_agent[p][q] = agent; in mlx4_ib_mad_init()
1061 struct ib_mad_agent *agent; in mlx4_ib_mad_cleanup() local
[all...]
/kernel/linux/common_modules/tzdriver/core/
H A DMakefile23 obj-y += agent.o gp_ops.o mem.o cmdmonitor.o tzdebug.o tz_spi_notify.o tz_pm.o tee_compat_check.o

Completed in 14 milliseconds

12345678