Home
last modified time | relevance | path

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

123

/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DAgentTest.java65 Agent agent = new Agent(options, this); in createController_should_create_defined_controller_type() local
84 Agent agent = createAgent(); in startup_should_set_defined_session_id() local
97 Agent agent = createAgent(); in startup_should_create_random_session_id_when_undefined() local
112 Agent agent = new Agent(options, this) { in startup_should_log_exception() local
141 Agent agent = createAgent(); in startup_should_register_mbean_when_enabled() local
157 Agent agent = createAgent(); in startup_should_not_register_mbean_when_disabled() local
173 Agent agent = createAgent(); in shutdown_should_write_execution_data_when_enabled() local
186 Agent agent = createAgent(); in shutdown_should_not_write_execution_data_when_disabled() local
198 Agent agent = new Agent(options, this) { in shutdown_should_log_exception() local
226 Agent agent = createAgent(); in shutdown_should_deregister_mbean_when_enabled() local
[all …]
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dmachine.h20 : agent_(agent), type_(type) { in agent_() argument
24 hsa_agent_t agent() const { return agent_; } in agent() function
39 explicit ATLCPUProcessor(hsa_agent_t agent) in ATLCPUProcessor()
47 : ATLProcessor(agent, type) {} in ATLProcessor() argument
Datmi.cpp45 hsa_agent_t agent) { in invoke_hsa_copy()
78 hsa_agent_t agent) { in atmi_memcpy_h2d()
108 hsa_agent_t agent) { in atmi_memcpy_d2h()
/external/marisa-trie/tests/
Dmarisa-test.cc26 marisa::Agent agent; in TestEmptyTrie() local
112 marisa::Agent agent; in TestTinyTrie() local
220 marisa::Agent agent; in TestLookup() local
236 marisa::Agent agent; in TestCommonPrefixSearch() local
250 marisa::Agent agent; in TestPredictiveSearch() local
/external/python/cpython3/Lib/test/
Dtest_robotparser.py13 agent = 'test_robotparser' variable in BaseRobotTest
143 agent = 'figtree' variable in CrawlDelayAndRequestRateTest
152 agent = 'FigTree Robot libwww-perl/5.04' variable in DifferentAgentTest
191 agent = 'Googlebot' variable in AnotherInvalidRequestRateTest
207 agent = 'Googlebot' variable in UserAgentOrderingTest
212 agent = 'Googlebot-Mobile' variable in UserAgentGoogleMobileTest
223 agent = 'googlebot' variable in GoogleURLOrderingTest
/external/libbackup/src/com/google/android/libraries/backup/shadow/
DBackupAgentHelperShadow.java70 public static Map<String, Object> simulateBackup(BackupAgentHelper agent) { in simulateBackup()
93 BackupAgentHelper agent, Map<String, Object> backupDataMap, int appVersionCode) { in simulateRestore()
110 private static void attachBaseContextToAgentIfNecessary(BackupAgentHelper agent) { in attachBaseContextToAgentIfNecessary()
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
DClassTransformer.java63 private final JvmtiAgent agent; field in ClassTransformer
96 ClassTransformer(JvmtiAgent agent, Class dispatcherClass, in ClassTransformer()
/external/python/cpython2/Lib/test/
Dtest_robotparser.py15 agent = 'test_robotparser' variable in BaseRobotTest
73 agent = 'Googlebot' variable in UserAgentOrderingTest
78 agent = 'Googlebot-Mobile' variable in UserAgentGoogleMobileTest
89 agent = 'googlebot' variable in GoogleURLOrderingTest
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/
DStaticClassTransformer.java71 private final StaticJvmtiAgent agent; field in StaticClassTransformer
89 StaticClassTransformer(StaticJvmtiAgent agent, Class dispatcherClass, in StaticClassTransformer()
/external/marisa-trie/lib/marisa/grimoire/trie/
Dtail.cc61 void Tail::restore(Agent &agent, std::size_t offset) const { in restore()
76 bool Tail::match(Agent &agent, std::size_t offset) const { in match()
108 bool Tail::prefix_match(Agent &agent, std::size_t offset) const { in prefix_match()
Dlouds-trie.cc694 void LoudsTrie::restore(Agent &agent, std::size_t link) const { in restore()
702 bool LoudsTrie::match(Agent &agent, std::size_t link) const { in match()
710 bool LoudsTrie::prefix_match(Agent &agent, std::size_t link) const { in prefix_match()
718 void LoudsTrie::restore_(Agent &agent, std::size_t node_id) const { in restore_()
751 bool LoudsTrie::match_(Agent &agent, std::size_t node_id) const { in match_()
803 bool LoudsTrie::prefix_match_(Agent &agent, std::size_t node_id) const { in prefix_match_()
/external/marisa-trie/tools/
Dmarisa-benchmark.cc184 marisa::Agent agent; in benchmark_lookup() local
198 marisa::Agent agent; in benchmark_reverse_lookup() local
216 marisa::Agent agent; in benchmark_common_prefix_search() local
241 marisa::Agent agent; in benchmark_predictive_search() local
Dmarisa-reverse-lookup.cc51 marisa::Agent agent; in reverse_lookup() local
Dmarisa-lookup.cc51 marisa::Agent agent; in lookup() local
Dmarisa-common-prefix-search.cc56 marisa::Agent agent; in common_prefix_search() local
Dmarisa-predictive-search.cc56 marisa::Agent agent; in predictive_search() local
/external/marisa-trie/bindings/python/
Dsample.py16 agent = marisa.Agent() variable
/external/okhttp/android/src/main/java/com/squareup/okhttp/internal/
DVersion.java23 String agent = System.getProperty("http.agent"); in userAgent() local
/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internal/
DVersion.java27 String agent = System.getProperty("http.agent"); in userAgent() local
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DJmxRegistration.java34 JmxRegistration(final IAgent agent) throws Exception { in JmxRegistration()
DPreMain.java49 final Agent agent = Agent.getInstance(agentOptions); in premain() local
/external/kotlinx.coroutines/docs/
Ddebugging.md73 ### Debug agent and Android
/external/libtextclassifier/native/annotator/vocab/
Dvocab-level-table.cc61 marisa::Agent agent; in Lookup() local
/external/nist-sip/java/gov/nist/javax/sip/header/
DWarning.java59 protected String agent; field in Warning
/external/openscreen/cast/standalone_receiver/
Dmirroring_application.cc25 ApplicationAgent* agent) in MirroringApplication()

123