OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AgentOptions
(Results
1 - 3
of
3
) sorted by null
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
AgentOptions.java
38
public class
AgentOptions
{
/art/tools/jvmti-agents/jit-load/
jitload.cc
63
struct
AgentOptions
{
69
AgentOptions
* ops;
78
AgentOptions
* ops;
106
AgentOptions
* ops;
108
jvmti->Allocate(sizeof(
AgentOptions
), reinterpret_cast<unsigned char**>(&ops)));
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java
34
public final class
AgentOptions
{
121
* Possible values for {@link
AgentOptions
#OUTPUT}.
126
* Value for the {@link
AgentOptions
#OUTPUT} parameter: At VM
128
* {@link
AgentOptions
#DESTFILE}.
133
* Value for the {@link
AgentOptions
#OUTPUT} parameter: The agent
135
* {@link
AgentOptions
#ADDRESS} and {@link
AgentOptions
#PORT}.
140
* Value for the {@link
AgentOptions
#OUTPUT} parameter: At startup the
142
* {@link
AgentOptions
#ADDRESS} and {@link
AgentOptions
#PORT} attribute
[
all
...]
Completed in 803 milliseconds