HomeSort by relevance Sort by last modified time
    Searched refs:Agent (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
RT.java 12 package org.jacoco.agent.rt;
14 import org.jacoco.agent.rt.internal.Agent;
17 * Entry point to access the JaCoCo agent runtime.
25 * Returns the agent instance of the JaCoCo runtime in this JVM.
27 * @return agent instance
29 * if no Agent has been started yet
32 return Agent.getInstance();
  /art/runtime/ti/
agent.h 30 class Agent;
54 std::unique_ptr<Agent> Load(/*out*/jint* call_res,
58 // Tries to attach the agent using its OnAttach method. Returns true on success.
59 std::unique_ptr<Agent> Attach(JNIEnv* env,
66 std::unique_ptr<Agent> DoDlOpen(JNIEnv* env,
71 std::unique_ptr<Agent> DoLoadHelper(JNIEnv* env,
91 // agent is being attached during runtime startup or later.
93 // The agent's Agent_OnUnload function will be called during runtime shutdown.
95 // TODO: consider splitting ti::Agent into command line, agent and shared library handler classe
    [all...]
agent.cc 17 #include "agent.h"
48 std::unique_ptr<Agent> AgentSpec::Load(/*out*/jint* call_res,
51 VLOG(agents) << "Loading agent: " << name_ << " " << args_;
55 // Tries to attach the agent using its OnAttach method. Returns true on success.
56 std::unique_ptr<Agent> AgentSpec::Attach(JNIEnv* env,
61 VLOG(agents) << "Attaching agent: " << name_ << " " << args_;
67 std::unique_ptr<Agent> AgentSpec::DoLoadHelper(JNIEnv* env,
77 std::unique_ptr<Agent> agent = DoDlOpen(env, class_loader, error, error_msg); local
78 if (agent == nullptr)
    [all...]
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 34 // Global mutex to ensure a single thread initializes oprofile agent.
42 : Agent(0),
186 Agent = OpenAgentFunc();
187 return Agent != 0;
198 if (Agent && CloseAgentFunc) {
199 ret = CloseAgentFunc(Agent);
201 Agent = 0;
208 return Agent != 0;
218 if (Agent && WriteNativeCodeFunc)
219 return WriteNativeCodeFunc(Agent, Name, Addr, Code, Size)
    [all...]
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
AgentTest.java 12 package org.jacoco.agent.rt.internal;
29 import org.jacoco.agent.rt.internal.output.FileOutput;
30 import org.jacoco.agent.rt.internal.output.IAgentOutput;
31 import org.jacoco.agent.rt.internal.output.NoneOutput;
32 import org.jacoco.agent.rt.internal.output.TcpClientOutput;
33 import org.jacoco.agent.rt.internal.output.TcpServerOutput;
44 * Unit tests for {@link Agent}.
65 Agent agent = new Agent(options, this) local
84 Agent agent = createAgent(); local
97 Agent agent = createAgent(); local
112 Agent agent = new Agent(options, this) { local
141 Agent agent = createAgent(); local
157 Agent agent = createAgent(); local
173 Agent agent = createAgent(); local
186 Agent agent = createAgent(); local
198 Agent agent = new Agent(options, this) { local
226 Agent agent = createAgent(); local
242 Agent agent = createAgent(); local
248 Agent agent = createAgent(); local
257 Agent agent = createAgent(); local
267 Agent agent = createAgent(); local
281 Agent agent = createAgent(); local
299 Agent agent = createAgent(); local
314 Agent agent = createAgent(); local
329 Agent agent = createAgent(); local
341 Agent agent = createAgent(); local
    [all...]
  /external/curl/docs/cmdline-opts/
user-agent.d 2 Long: user-agent
4 Help: Send User-Agent <name> to server
8 Specify the User-Agent string to send to the HTTP server. To encode blanks in
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
Agent.java 12 package org.jacoco.agent.rt.internal;
19 import org.jacoco.agent.rt.IAgent;
20 import org.jacoco.agent.rt.internal.output.FileOutput;
21 import org.jacoco.agent.rt.internal.output.IAgentOutput;
22 import org.jacoco.agent.rt.internal.output.NoneOutput;
23 import org.jacoco.agent.rt.internal.output.TcpClientOutput;
24 import org.jacoco.agent.rt.internal.output.TcpServerOutput;
33 * The agent manages the life cycle of JaCoCo runtime.
35 public class Agent implements IAgent {
37 private static Agent singleton
67 final Agent agent = new Agent(options, IExceptionLogger.SYSTEM_ERR, data); local
    [all...]
PreMain.java 12 package org.jacoco.agent.rt.internal;
21 * The agent which is referred as the <code>Premain-Class</code>. The agent
22 * configuration is provided with the agent parameters in the command line.
34 * agent options
45 final Agent agent = Agent.getInstance(agentOptions); local
48 runtime.startup(agent.getData());
Offline.java 12 package org.jacoco.agent.rt.internal;
24 * The API for classes instrumented in "offline" mode. The agent configuration
33 private static final String CONFIG_RESOURCE = "/jacoco-agent.properties";
39 // DATA = Agent.getInstance(new AgentOptions(config)).getData();
78 * Creates a default agent, using config loaded from the classpath resource and the system
81 * this agent).
83 * @return the new agent
85 static Agent createAgent() {
93 return Agent.getInstance(new AgentOptions(config), new RuntimeData(store));
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 41 op_agent_t Agent;
53 : Agent(op_open_agent()) {
54 if (Agent == NULL) {
56 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n");
58 DEBUG(dbgs() << "Connected to OProfile agent.\n");
63 if (Agent != NULL) {
64 if (op_close_agent(Agent) == -1) {
66 DEBUG(dbgs() << "Failed to disconnect from OProfile agent: "
69 DEBUG(dbgs() << "Disconnected from OProfile agent.\n");
108 if (op_write_native_code(Agent, F.getName().data()
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_agent.cpp 17 constexpr wchar_t kName[] = L"agent";
26 XFA_Element::Agent,
  /prebuilts/go/darwin-x86/src/net/http/
requestwrite_test.go 52 "User-Agent": {"Fake"},
62 "User-Agent: Fake\r\n" +
72 "User-Agent: Fake\r\n" +
99 "User-Agent: Go-http-client/1.1\r\n" +
105 "User-Agent: Go-http-client/1.1\r\n" +
129 "User-Agent: Go-http-client/1.1\r\n" +
136 "User-Agent: Go-http-client/1.1\r\n" +
162 "User-Agent: Go-http-client/1.1\r\n" +
170 "User-Agent: Go-http-client/1.1\r\n" +
193 "User-Agent: Go-http-client/1.1\r\n"
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
requestwrite_test.go 52 "User-Agent": {"Fake"},
62 "User-Agent: Fake\r\n" +
72 "User-Agent: Fake\r\n" +
99 "User-Agent: Go-http-client/1.1\r\n" +
105 "User-Agent: Go-http-client/1.1\r\n" +
129 "User-Agent: Go-http-client/1.1\r\n" +
136 "User-Agent: Go-http-client/1.1\r\n" +
162 "User-Agent: Go-http-client/1.1\r\n" +
170 "User-Agent: Go-http-client/1.1\r\n" +
193 "User-Agent: Go-http-client/1.1\r\n"
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false

Completed in 1388 milliseconds

1 2 3 4