/external/marisa-trie/lib/marisa/ |
D | agent.cc | 8 Agent::Agent() : query_(), key_(), state_() {} in Agent() function in marisa::Agent 10 Agent::~Agent() {} in ~Agent() 12 void Agent::set_query(const char *str) { in set_query() 20 void Agent::set_query(const char *ptr, std::size_t length) { in set_query() 28 void Agent::set_query(std::size_t key_id) { in set_query() 35 void Agent::init_state() { in init_state() 41 void Agent::clear() { in clear() 42 Agent().swap(*this); in clear() 45 void Agent::swap(Agent &rhs) { in swap()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 41 : Agent(0), in OProfileWrapper() 186 Agent = OpenAgentFunc(); in op_open_agent() 187 return Agent != 0; in op_open_agent() 198 if (Agent && CloseAgentFunc) { in op_close_agent() 199 ret = CloseAgentFunc(Agent); in op_close_agent() 201 Agent = 0; in op_close_agent() 208 return Agent != 0; in isAgentAvailable() 218 if (Agent && WriteNativeCodeFunc) in op_write_native_code() 219 return WriteNativeCodeFunc(Agent, Name, Addr, Code, Size); in op_write_native_code() 231 if (Agent && WriteDebugLineInfoFunc) in op_write_debug_line_info() [all …]
|
/external/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 41 : Agent(0), in OProfileWrapper() 186 Agent = OpenAgentFunc(); in op_open_agent() 187 return Agent != 0; in op_open_agent() 198 if (Agent && CloseAgentFunc) { in op_close_agent() 199 ret = CloseAgentFunc(Agent); in op_close_agent() 201 Agent = 0; in op_close_agent() 208 return Agent != 0; in isAgentAvailable() 218 if (Agent && WriteNativeCodeFunc) in op_write_native_code() 219 return WriteNativeCodeFunc(Agent, Name, Addr, Code, Size); in op_write_native_code() 231 if (Agent && WriteDebugLineInfoFunc) in op_write_debug_line_info() [all …]
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 42 : Agent(0), in OProfileWrapper() 186 Agent = OpenAgentFunc(); in op_open_agent() 187 return Agent != 0; in op_open_agent() 198 if (Agent && CloseAgentFunc) { in op_close_agent() 199 ret = CloseAgentFunc(Agent); in op_close_agent() 201 Agent = 0; in op_close_agent() 208 return Agent != 0; in isAgentAvailable() 218 if (Agent && WriteNativeCodeFunc) in op_write_native_code() 219 return WriteNativeCodeFunc(Agent, Name, Addr, Code, Size); in op_write_native_code() 231 if (Agent && WriteDebugLineInfoFunc) in op_write_debug_line_info() [all …]
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | AgentTest.java | 65 Agent agent = new Agent(options, this); in createController_should_create_defined_controller_type() 84 Agent agent = createAgent(); in startup_should_set_defined_session_id() 97 Agent agent = createAgent(); in startup_should_create_random_session_id_when_undefined() 112 Agent agent = new Agent(options, this) { in startup_should_log_exception() 141 Agent agent = createAgent(); in startup_should_register_mbean_when_enabled() 157 Agent agent = createAgent(); in startup_should_not_register_mbean_when_disabled() 173 Agent agent = createAgent(); in shutdown_should_write_execution_data_when_enabled() 186 Agent agent = createAgent(); in shutdown_should_not_write_execution_data_when_disabled() 198 Agent agent = new Agent(options, this) { in shutdown_should_log_exception() 226 Agent agent = createAgent(); in shutdown_should_deregister_mbean_when_enabled() [all …]
|
/external/marisa-trie/bindings/ruby/ |
D | marisa-swig.cxx | 84 Agent::Agent() in Agent() function in marisa_swig::Agent 85 : agent_(new (std::nothrow) marisa::Agent), buf_(NULL), buf_size_(0) { in Agent() 89 Agent::~Agent() { in ~Agent() 94 void Agent::set_query(const char *ptr, size_t length) { in set_query() 114 void Agent::set_query(size_t id) { in set_query() 118 const Key &Agent::key() const { in key() 122 const Query &Agent::query() const { in query() 126 void Agent::key_str(const char **ptr_out, size_t *length_out) const { in key_str() 131 size_t Agent::key_id() const { in key_id() 135 void Agent::query_str(const char **ptr_out, size_t *length_out) const { in query_str() [all …]
|
D | marisa-swig.h | 112 class Agent { 116 Agent(); 117 ~Agent(); 132 marisa::Agent *agent_; 136 Agent(const Agent &); 137 Agent &operator=(const Agent &); 151 bool lookup(Agent &agent) const; 152 void reverse_lookup(Agent &agent) const; 153 bool common_prefix_search(Agent &agent) const; 154 bool predictive_search(Agent &agent) const;
|
/external/marisa-trie/bindings/perl/ |
D | marisa-swig.cxx | 84 Agent::Agent() in Agent() function in marisa_swig::Agent 85 : agent_(new (std::nothrow) marisa::Agent), buf_(NULL), buf_size_(0) { in Agent() 89 Agent::~Agent() { in ~Agent() 94 void Agent::set_query(const char *ptr, size_t length) { in set_query() 114 void Agent::set_query(size_t id) { in set_query() 118 const Key &Agent::key() const { in key() 122 const Query &Agent::query() const { in query() 126 void Agent::key_str(const char **ptr_out, size_t *length_out) const { in key_str() 131 size_t Agent::key_id() const { in key_id() 135 void Agent::query_str(const char **ptr_out, size_t *length_out) const { in query_str() [all …]
|
D | marisa-swig.h | 112 class Agent { 116 Agent(); 117 ~Agent(); 132 marisa::Agent *agent_; 136 Agent(const Agent &); 137 Agent &operator=(const Agent &); 151 bool lookup(Agent &agent) const; 152 void reverse_lookup(Agent &agent) const; 153 bool common_prefix_search(Agent &agent) const; 154 bool predictive_search(Agent &agent) const;
|
/external/marisa-trie/bindings/ |
D | marisa-swig.cxx | 84 Agent::Agent() in Agent() function in marisa_swig::Agent 85 : agent_(new (std::nothrow) marisa::Agent), buf_(NULL), buf_size_(0) { in Agent() 89 Agent::~Agent() { in ~Agent() 94 void Agent::set_query(const char *ptr, size_t length) { in set_query() 114 void Agent::set_query(size_t id) { in set_query() 118 const Key &Agent::key() const { in key() 122 const Query &Agent::query() const { in query() 126 void Agent::key_str(const char **ptr_out, size_t *length_out) const { in key_str() 131 size_t Agent::key_id() const { in key_id() 135 void Agent::query_str(const char **ptr_out, size_t *length_out) const { in query_str() [all …]
|
D | marisa-swig.h | 112 class Agent { 116 Agent(); 117 ~Agent(); 132 marisa::Agent *agent_; 136 Agent(const Agent &); 137 Agent &operator=(const Agent &); 151 bool lookup(Agent &agent) const; 152 void reverse_lookup(Agent &agent) const; 153 bool common_prefix_search(Agent &agent) const; 154 bool predictive_search(Agent &agent) const;
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig.cxx | 84 Agent::Agent() in Agent() function in marisa_swig::Agent 85 : agent_(new (std::nothrow) marisa::Agent), buf_(NULL), buf_size_(0) { in Agent() 89 Agent::~Agent() { in ~Agent() 94 void Agent::set_query(const char *ptr, size_t length) { in set_query() 114 void Agent::set_query(size_t id) { in set_query() 118 const Key &Agent::key() const { in key() 122 const Query &Agent::query() const { in query() 126 void Agent::key_str(const char **ptr_out, size_t *length_out) const { in key_str() 131 size_t Agent::key_id() const { in key_id() 135 void Agent::query_str(const char **ptr_out, size_t *length_out) const { in query_str() [all …]
|
D | marisa-swig.h | 112 class Agent { 116 Agent(); 117 ~Agent(); 132 marisa::Agent *agent_; 136 Agent(const Agent &); 137 Agent &operator=(const Agent &); 151 bool lookup(Agent &agent) const; 152 void reverse_lookup(Agent &agent) const; 153 bool common_prefix_search(Agent &agent) const; 154 bool predictive_search(Agent &agent) const;
|
/external/marisa-trie/include/marisa/ |
D | agent.h | 16 class Agent { 18 Agent(); 19 ~Agent(); 59 void swap(Agent &rhs); 67 Agent(const Agent &); 68 Agent &operator=(const Agent &);
|
D | trie.h | 34 bool lookup(Agent &agent) const; 35 void reverse_lookup(Agent &agent) const; 36 bool common_prefix_search(Agent &agent) const; 37 bool predictive_search(Agent &agent) const;
|
/external/marisa-trie/lib/marisa/grimoire/trie/ |
D | louds-trie.h | 27 bool lookup(Agent &agent) const; 28 void reverse_lookup(Agent &agent) const; 29 bool common_prefix_search(Agent &agent) const; 30 bool predictive_search(Agent &agent) const; 104 inline bool find_child(Agent &agent) const; 105 inline bool predictive_find_child(Agent &agent) const; 107 inline void restore(Agent &agent, std::size_t node_id) const; 108 inline bool match(Agent &agent, std::size_t node_id) const; 109 inline bool prefix_match(Agent &agent, std::size_t node_id) const; 111 void restore_(Agent &agent, std::size_t node_id) const; [all …]
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
D | Agent.java | 35 public class Agent implements IAgent { class 37 private static Agent singleton; 47 public static synchronized Agent getInstance(final AgentOptions options) { in getInstance() 65 public static synchronized Agent getInstance(final AgentOptions options, RuntimeData data) { in getInstance() 67 final Agent agent = new Agent(options, IExceptionLogger.SYSTEM_ERR, data); in getInstance() 93 public static synchronized Agent getInstance() throws IllegalStateException { in getInstance() 121 Agent(final AgentOptions options, final IExceptionLogger logger) { in Agent() method in Agent 138 private Agent(final AgentOptions options, final IExceptionLogger logger, RuntimeData data) { in Agent() method in Agent
|
/external/curl/tests/data/ |
D | test1280 | 39 User-Agent: curl/%VERSION 44 User-Agent: curl/%VERSION 49 User-Agent: curl/%VERSION 54 User-Agent: curl/%VERSION
|
D | test25 | 79 User-Agent: curl/%VERSION 84 User-Agent: curl/%VERSION 89 User-Agent: curl/%VERSION 94 User-Agent: curl/%VERSION 99 User-Agent: curl/%VERSION 104 User-Agent: curl/%VERSION
|
D | test287 | 28 HTTP proxy CONNECT with custom User-Agent header 31 …7:%HTTPPORT/path/287 -H "User-Agent: looser/2015" --proxy http://%HOSTIP:%HTTPPORT --proxytunnel -… 44 User-Agent: looser/2007
|
D | test2049 | 44 User-Agent: curl/%VERSION 49 User-Agent: curl/%VERSION 54 User-Agent: curl/%VERSION 59 User-Agent: curl/%VERSION
|
D | test1526 | 65 User-Agent: Proxy Agent 72 User-Agent: Http Agent
|
D | test1525 | 63 User-Agent: Http Agent 70 User-Agent: Http Agent
|
D | test2054 | 44 User-Agent: curl/%VERSION 49 User-Agent: curl/%VERSION 54 User-Agent: curl/%VERSION 59 User-Agent: curl/%VERSION
|
/external/opencensus-java/exporters/trace/ocagent/ |
D | README.md | 1 # OpenCensus Java OC-Agent Trace Exporter 3 The *OpenCensus Java OC-Agent Trace Exporter* is the Java implementation of the OpenCensus Agent 4 (OC-Agent) Trace Exporter.
|