Home
last modified time | relevance | path

Searched defs:agent (Results 1 – 25 of 4245) sorted by relevance

12345678910>>...170

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/
H A DBrowserIdentificationTest.java32 final String agent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"; in testIE_6() local
44 …final String agent = "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 (… in testWindowsFirefox_1_8() local
56 final String agent = "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922"; in testGTKFirefox_1_4() local
68 final String agent = "Mozilla/5.0 (compatible; Konqueror/3.1; Linux)"; in testGTKKonqueror_3_1() local
79 …final String agent = "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20040… in testMacMozilla1_7_3() local
91 …final String agent = "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like … in testSafari_417_8() local
103 final String agent = "Opera/9.02 (Windows NT 5.1; U; en)"; in testOpera_9() local
115 final String agent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.02"; in testOpera_9_IEMode() local
127 final String agent = "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko"; in testXulRunnerOnUbuntu() local
139 final String agent = "Mozilla/5.0 (X11; U; Linux i686;"; in testXulRunnerTruncated() local
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/envoy/
H A Dagent.go98 type agent struct { struct
100 proxy Proxy
102 restartMutex sync.Mutex
103 mutex sync.Mutex
104 activeEpochs map[int]chan error
107 currentEpoch int
110 currentConfig interface{}
113 statusCh chan exitStatus
116 terminationDrainDuration time.Duration
245 func (a *agent) terminate() {
[all …]
/dports/devel/etcd31/etcd-3.1.20/tools/functional-tester/etcd-agent/client/
H A Dclient.go51 type agent struct { struct
52 endpoint string
53 rpcClient *rpc.Client
73 func (a *agent) Stop() error {
77 func (a *agent) Restart() (int, error) {
86 func (a *agent) Cleanup() error {
90 func (a *agent) Terminate() error {
94 func (a *agent) DropPort(port int) error {
106 func (a *agent) RemoveLatency() error {
110 func (a *agent) Status() (Status, error) {
[all …]
/dports/devel/etcd/etcd-2.3.8/tools/functional-tester/etcd-agent/client/
H A Dclient.go45 type agent struct { struct
46 endpoint string
47 rpcClient *rpc.Client
67 func (a *agent) Stop() error {
71 func (a *agent) Restart() (int, error) {
80 func (a *agent) Cleanup() error {
84 func (a *agent) Terminate() error {
88 func (a *agent) DropPort(port int) error {
92 func (a *agent) RecoverPort(port int) error {
96 func (a *agent) Status() (Status, error) {
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/agents/
H A Dagents.h40 struct agent { struct
52 void register_agent(const struct agent *agent); argument
/dports/games/freeciv/freeciv-2.6.6/client/agents/
H A Dagents.h40 struct agent { struct
52 void register_agent(const struct agent *agent); argument
/dports/games/opencity/opencity-0.0.6.5stable/src/mas/
H A Dagentpolice.cpp73 Agent* agent = lookForAgent(dir, MAX_PERCEPTION_RANGE); in SeeBadGuy() local
113 Agent* agent = FindBadGuy(); in Look() local
128 AgentPolice::NoticePursue(Agent *agent) in NoticePursue()
154 Agent* agent = m_environment.getAgentAt(m_x-1, m_y); in IsNearBadGuy() local
178 Agent* agent = SeeBadGuy(m_direction); in Pursue() local
206 Agent* agent = SeeBadGuy(m_direction); in FindBadGuy() local
252 Agent* agent = FindBadGuy(); in LostPursue() local
314 Agent* agent = FindBadGuy(); in processMessage() local
352 Agent* agent = IsNearBadGuy(); in Collaborate() local
436 Agent* agent = m_environment.getAgentAt(x,y); in followPath() local
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/inspector/
H A DInstrumentingAgents.h89 void setInspectorAgent(InspectorAgent* agent) { m_inspectorAgent = agent; } in setInspectorAgent()
92 void setInspectorPageAgent(InspectorPageAgent* agent) { m_inspectorPageAgent = agent; } in setInspectorPageAgent()
95 void setInspectorCSSAgent(InspectorCSSAgent* agent) { m_inspectorCSSAgent = agent; } in setInspectorCSSAgent()
98 void setInspectorConsoleAgent(InspectorConsoleAgent* agent) { m_inspectorConsoleAgent = agent; } in setInspectorConsoleAgent()
101 void setInspectorDOMAgent(InspectorDOMAgent* agent) { m_inspectorDOMAgent = agent; } in setInspectorDOMAgent()
104 …void setInspectorResourceAgent(InspectorResourceAgent* agent) { m_inspectorResourceAgent = agent; } in setInspectorResourceAgent()
107 void setInspectorRuntimeAgent(InspectorRuntimeAgent* agent) { m_inspectorRuntimeAgent = agent; } in setInspectorRuntimeAgent()
110 …void setInspectorTimelineAgent(InspectorTimelineAgent* agent) { m_inspectorTimelineAgent = agent; } in setInspectorTimelineAgent()
118 …void setInspectorDatabaseAgent(InspectorDatabaseAgent* agent) { m_inspectorDatabaseAgent = agent; } in setInspectorDatabaseAgent()
126 …void setInspectorDebuggerAgent(InspectorDebuggerAgent* agent) { m_inspectorDebuggerAgent = agent; } in setInspectorDebuggerAgent()
[all …]
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/sfprobe_plugin/
H A Dsflow_agent.c34 void sfl_agent_init(SFLAgent *agent, in sfl_agent_init()
105 void sfl_agent_release(SFLAgent *agent) in sfl_agent_release()
144 void sfl_agent_tick(SFLAgent *agent, time_t now) in sfl_agent_tick()
164 SFLReceiver *sfl_agent_addReceiver(SFLAgent *agent) in sfl_agent_addReceiver()
240 SFLPoller *sfl_agent_addPoller(SFLAgent *agent, in sfl_agent_addPoller()
314 static void sfl_agent_jumpTableAdd(SFLAgent *agent, SFLSampler *sampler) in sfl_agent_jumpTableAdd()
449 void sfl_agent_resetReceiver(SFLAgent *agent, SFLReceiver *receiver) in sfl_agent_resetReceiver()
474 void sfl_agent_error(SFLAgent *agent, char *modName, char *msg) in sfl_agent_error()
487 void sfl_agent_sysError(SFLAgent *agent, char *modName, char *msg) in sfl_agent_sysError()
501 static void * sflAlloc(SFLAgent *agent, size_t bytes) in sflAlloc()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/src/org/eclipse/equinox/internal/p2/console/
H A DProvisioningHelper.java41 static IMetadataRepository addMetadataRepository(IProvisioningAgent agent, URI location) { in addMetadataRepository()
63 static IMetadataRepository getMetadataRepository(IProvisioningAgent agent, URI location) { in getMetadataRepository()
74 static void removeMetadataRepository(IProvisioningAgent agent, URI location) { in removeMetadataRepository()
81 static IArtifactRepository addArtifactRepository(IProvisioningAgent agent, URI location) { in addArtifactRepository()
104 static void removeArtifactRepository(IProvisioningAgent agent, URI location) { in removeArtifactRepository()
132 static void removeProfile(IProvisioningAgent agent, String profileId) { in removeProfile()
139 static IProfile[] getProfiles(IProvisioningAgent agent) { in getProfiles()
146 static IProfile getProfile(IProvisioningAgent agent, String id) { in getProfile()
175 static URI[] getMetadataRepositories(IProvisioningAgent agent) { in getMetadataRepositories()
219 static URI[] getArtifactRepositories(IProvisioningAgent agent) { in getArtifactRepositories()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/mrcpv2-transport/src/
H A Dmrcp_client_connection.c56 mrcp_connection_agent_t *agent; member
77 mrcp_connection_agent_t *agent; in mrcp_client_connection_agent_create() local
136 mrcp_connection_agent_t *agent, in mrcp_client_connection_agent_handler_set()
146 mrcp_connection_agent_t *agent, in mrcp_client_connection_resource_factory_set()
154 mrcp_connection_agent_t *agent, in mrcp_client_connection_rx_size_set()
165 mrcp_connection_agent_t *agent, in mrcp_client_connection_tx_size_set()
176 mrcp_connection_agent_t *agent, in mrcp_client_connection_timeout_set()
244 mrcp_connection_agent_t *agent, in mrcp_client_control_message_signal()
572 mrcp_connection_agent_t *agent = connection->agent; in mrcp_client_message_handler() local
602 mrcp_connection_agent_t *agent = obj; in mrcp_client_poller_signal_process() local
[all …]
H A Dmrcp_server_connection.c63 mrcp_connection_agent_t *agent; member
89 mrcp_connection_agent_t *agent; in mrcp_server_connection_agent_create() local
148 mrcp_connection_agent_t *agent = apt_poller_task_object_get(poller_task); in mrcp_server_agent_on_destroy() local
177 mrcp_connection_agent_t *agent, in mrcp_server_connection_agent_handler_set()
187 mrcp_connection_agent_t *agent, in mrcp_server_connection_resource_factory_set()
195 mrcp_connection_agent_t *agent, in mrcp_server_connection_rx_size_set()
206 mrcp_connection_agent_t *agent, in mrcp_server_connection_tx_size_set()
265 mrcp_connection_agent_t *agent, in mrcp_server_control_message_signal()
608 mrcp_connection_agent_t *agent = connection->agent; in mrcp_server_message_handler() local
639 mrcp_connection_agent_t *agent = obj; in mrcp_server_poller_signal_process() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.instrument/share/native/libinstrument/
H A DInstrumentationImplNativeMethods.c64 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) { in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
75 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
86 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasTransformers()
97 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
108 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
118 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
128 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
138 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
148 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
159 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.instrument/share/native/libinstrument/
H A DInstrumentationImplNativeMethods.c64 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) { in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
75 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
86 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasTransformers()
97 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
108 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
118 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
128 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
138 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
148 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
159 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.instrument/share/native/libinstrument/
H A DInstrumentationImplNativeMethods.c64 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) { in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
75 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
86 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasTransformers()
97 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
108 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
118 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
128 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
138 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
148 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
159 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/src/
H A Djuice.c37 JUICE_EXPORT void juice_destroy(juice_agent_t *agent) { in juice_destroy()
42 JUICE_EXPORT int juice_gather_candidates(juice_agent_t *agent) { in juice_gather_candidates()
52 JUICE_EXPORT int juice_get_local_description(juice_agent_t *agent, char *buffer, size_t size) { in juice_get_local_description()
62 JUICE_EXPORT int juice_set_remote_description(juice_agent_t *agent, const char *sdp) { in juice_set_remote_description()
72 JUICE_EXPORT int juice_add_remote_candidate(juice_agent_t *agent, const char *sdp) { in juice_add_remote_candidate()
82 JUICE_EXPORT int juice_set_remote_gathering_done(juice_agent_t *agent) { in juice_set_remote_gathering_done()
92 JUICE_EXPORT int juice_send(juice_agent_t *agent, const char *data, size_t size) { in juice_send()
102 JUICE_EXPORT int juice_send_diffserv(juice_agent_t *agent, const char *data, size_t size, int ds) { in juice_send_diffserv()
112 JUICE_EXPORT juice_state_t juice_get_state(juice_agent_t *agent) { return agent_get_state(agent); } in juice_get_state()
114 JUICE_EXPORT int juice_get_selected_candidates(juice_agent_t *agent, char *local, size_t local_size, in juice_get_selected_candidates()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.instrument/share/native/libinstrument/
H A DInstrumentationImplNativeMethods.c64 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) { in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
75 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
86 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasTransformers()
97 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
108 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
118 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
128 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
138 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
148 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
159 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.instrument/share/native/libinstrument/
H A DInstrumentationImplNativeMethods.c64 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) { in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
75 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
86 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasTransformers()
97 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
108 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
118 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
128 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
138 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
148 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
159 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.instrument/share/native/libinstrument/
H A DInstrumentationImplNativeMethods.c64 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) { in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
75 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
86 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasTransformers()
97 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
108 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
118 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
128 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
138 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
148 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
159 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.instrument/share/native/libinstrument/
H A DInstrumentationImplNativeMethods.c64 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) { in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
75 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
86 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasTransformers()
97 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
108 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
118 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
128 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
138 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
148 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
159 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.instrument/share/native/libinstrument/
H A DInstrumentationImplNativeMethods.c64 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) { in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
75 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
86 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasTransformers()
97 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
108 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
118 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
128 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
138 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
148 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
159 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/instrument/
H A DInstrumentationImplNativeMethods.c59 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) { in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
70 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
81 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
92 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
102 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
112 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
122 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
132 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
143 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
154 …(JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray prefixArray, jboolean isRetransforma… in Java_sun_instrument_InstrumentationImpl_setNativeMethodPrefixes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/instrument/
H A DInstrumentationImplNativeMethods.c59 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) { in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
70 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
81 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
92 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
102 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
112 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
122 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
132 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
143 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
154 …(JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray prefixArray, jboolean isRetransforma… in Java_sun_instrument_InstrumentationImpl_setNativeMethodPrefixes()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/gtests/ssl_gtest/
H A Dtls_filter.h86 TlsRecordFilter(const std::shared_ptr<TlsAgent>& agent) in TlsRecordFilter()
186 TlsHandshakeFilter(const std::shared_ptr<TlsAgent>& agent) in TlsHandshakeFilter()
188 TlsHandshakeFilter(const std::shared_ptr<TlsAgent>& agent, in TlsHandshakeFilter()
246 TlsHandshakeRecorder(const std::shared_ptr<TlsAgent>& agent, in TlsHandshakeRecorder()
249 TlsHandshakeRecorder(const std::shared_ptr<TlsAgent>& agent, in TlsHandshakeRecorder()
286 TlsRecordRecorder(const std::shared_ptr<TlsAgent>& agent) in TlsRecordRecorder()
324 TlsHeaderRecorder(const std::shared_ptr<TlsAgent>& agent) in TlsHeaderRecorder()
362 TlsExtensionFilter(const std::shared_ptr<TlsAgent>& agent) in TlsExtensionFilter()
368 TlsExtensionFilter(const std::shared_ptr<TlsAgent>& agent, in TlsExtensionFilter()
393 : TlsExtensionFilter(agent), in TlsExtensionFilter() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/
H A DAgentFromInstallTests.java27 …IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), installFolder, nul… in testNormalEclipseFromInstallFolder() local
36 …IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configuratio… in testNormalEclipseFromConfiguration() local
45 …IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configuratio… in testSharedInstallWithoutBase() local
53 …IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), new File("someRand… in testMissingInstallFolder() local
59 …IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configuratio… in testTooManyProfiles() local
65 …IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configuratio… in testTooManyProfilesWithProfileId() local

12345678910>>...170