/test/testfwk/xdevice/plugins/devicetest/controllers/tools/ |
H A D | screen_agent.py | 55 agent = ScreenAgent(_device) 56 ScreenAgent.SCREEN_AGENT_MAP[instance_sn] = agent 58 return agent
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect.js | 105 const agent = new EventEmitter(); 106 agent.then = (then, _catch) => { 116 return new Proxy(agent, {
|
/third_party/node/test/parallel/ |
H A D | test-http-agent-false.js | 26 // Sending `agent: false` when `port: null` is also passed in (i.e. the result 34 agent: false
|
H A D | test-http-client-abort3.js | 28 const req = http.get({ agent: new CustomAgent() });
|
H A D | test-http-client-readable.js | 61 agent: new FakeAgent()
|
H A D | test-http-request-agent.js | 9 // This test ensures that a http request callback is called when the agent 28 agent: false,
|
H A D | test-http-url.parse-https.request.js | 57 // Since there is a little magic with the agent 59 assert.ok(clientRequest.agent instanceof https.Agent);
|
H A D | test-http-url.parse-basic.js | 54 // Since there is a little magic with the agent 56 assert.ok(clientRequest.agent instanceof http.Agent);
|
H A D | test-https-client-checkServerIdentity.js | 65 options.agent = new https.Agent(options);
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-script.cc | 11 #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 D | mmzone.h | 7 #include <asm/sn/agent.h>
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-ip27.c | 13 #include <asm/sn/agent.h>
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
H A D | ip27-console.c | 12 #include <asm/sn/agent.h>
|
H A D | ip27-reset.c | 25 #include <asm/sn/agent.h>
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ip27/ |
H A D | mmzone.h | 7 #include <asm/sn/agent.h>
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci-ip27.c | 13 #include <asm/sn/agent.h>
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/ |
H A D | ip27-console.c | 12 #include <asm/sn/agent.h>
|
H A D | ip27-reset.c | 25 #include <asm/sn/agent.h>
|
/third_party/node/test/internet/ |
H A D | test-inspector-help-page.js | 17 https.get(url, { agent: new https.Agent() }, common.mustCall((res) => {
|
/third_party/node/src/ |
H A D | inspector_io.h | 27 // Start the inspector agent thread, waiting for it to initialize 48 // Wrapper for agent->ThreadMain() 49 static void ThreadMain(void* agent);
|
H A D | js_native_api_v8_inspector.cc | 107 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 D | client-request-body.js | 33 agent: new http.Agent({ maxSockets: 1 }),
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | mad.c | 387 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 D | mad.c | 388 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 D | Makefile | 23 obj-y += agent.o gp_ops.o mem.o cmdmonitor.o tzdebug.o tz_spi_notify.o tz_pm.o tee_compat_check.o
|