HomeSort by relevance Sort by last modified time
    Searched defs:Agent (Results 1 - 12 of 12) sorted by null

  /art/runtime/ti/
agent.h 31 class Agent;
55 std::unique_ptr<Agent> Load(/*out*/jint* call_res,
59 // Tries to attach the agent using its OnAttach method. Returns true on success.
60 std::unique_ptr<Agent> Attach(JNIEnv* env,
67 std::unique_ptr<Agent> DoDlOpen(JNIEnv* env,
72 std::unique_ptr<Agent> DoLoadHelper(JNIEnv* env,
92 // agent is being attached during runtime startup or later.
94 // The agent's Agent_OnUnload function will be called during runtime shutdown.
96 // TODO: consider splitting ti::Agent into command line, agent and shared library handler classe
    [all...]
agent.cc 17 #include "agent.h"
49 std::unique_ptr<Agent> AgentSpec::Load(/*out*/jint* call_res,
52 VLOG(agents) << "Loading agent: " << name_ << " " << args_;
56 // Tries to attach the agent using its OnAttach method. Returns true on success.
57 std::unique_ptr<Agent> AgentSpec::Attach(JNIEnv* env,
62 VLOG(agents) << "Attaching agent: " << name_ << " " << args_;
68 std::unique_ptr<Agent> AgentSpec::DoLoadHelper(JNIEnv* env,
78 std::unique_ptr<Agent> agent = DoDlOpen(env, class_loader, error, error_msg); local
79 if (agent == nullptr)
    [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
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /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/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...]
  /external/autotest/scheduler/
monitor_db.py 437 def _register_agent_for_ids(self, agent_dict, object_ids, agent):
439 agent_dict.setdefault(object_id, set()).add(agent)
442 def _unregister_agent_for_ids(self, agent_dict, object_ids, agent):
445 agent_dict[object_id].remove(agent)
446 # If an ID has no more active agent associated, there is no need to
455 Creates and adds an agent to the dispatchers list.
457 In creating the agent we also pass on all the queue_entry_ids and
458 host_ids from the special agent task. For every agent we create, we
462 special agent task, though in practice we never see > 1 agent/task pe
    [all...]
  /external/python/apitools/apitools/base/protorpclite/
messages_test.py     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 711 Agent,
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 

Completed in 493 milliseconds