Searched defs:startup (Results 1 - 25 of 56) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
H A DClass.pm22 sub startup : Tests(startup => 1) { subroutine
/external/testng/src/test/java/test/tmp/p1/
H A DContainerTest.java11 public void startup() { method in class:ContainerTest
/external/tpm2/
H A DStartup.c16 // previous Startup() or the locality of the startup is not 0 pr 3
26 STARTUP_TYPE startup; local
65 // if this startup is a TPM Resume, then the H-CRTM states have to match.
75 // cannot be recovered, then this cycle can not startup up with STATE
88 // Translate the TPM2_ShutDown and TPM2_Startup sequence into the startup
94 startup = SU_RESTART;
105 startup = SU_RESUME;
109 startup = SU_RESET;
116 CryptUtilStartup(startup);
125 TimeStartup(startup);
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DAbstractRuntime.java27 public void startup(final RuntimeData data) throws Exception { method in class:AbstractRuntime
H A DIRuntime.java27 * any internal problem during startup
29 public void startup(RuntimeData data) throws Exception; method in interface:IRuntime
H A DSystemPropertiesRuntime.java66 public void startup(final RuntimeData data) throws Exception { method in class:SystemPropertiesRuntime
67 super.startup(data);
H A DURLStreamHandlerRuntime.java47 public void startup(final RuntimeData data) throws Exception { method in class:URLStreamHandlerRuntime
48 super.startup(data);
H A DLoggerRuntime.java157 public void startup(final RuntimeData data) throws Exception { method in class:LoggerRuntime
158 super.startup(data);
H A DModifiedSystemClassRuntime.java63 public void startup(final RuntimeData data) throws Exception { method in class:ModifiedSystemClassRuntime
64 super.startup(data);
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
H A Dstartup_unittest.py9 from telemetry.web_perf.metrics import startup namespace
40 startup.StartupTimelineMetric().AddWholeTraceResults(model, results)
58 self.AddEvent(startup._MAIN_ENTRY_POINT, START0)
59 self.AddEvent(startup._MAIN_ENTRY_POINT, START1)
82 self.assertTrue(len(startup._METRICS[display_name]) == 1)
83 event_name = startup._METRICS[display_name][0]
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
H A DFileOutput.java39 public final void startup(final AgentOptions options, final RuntimeData data) method in class:FileOutput
H A DIAgentOutput.java34 * in case startup fails
36 public void startup(final AgentOptions options, final RuntimeData data) method in interface:IAgentOutput
H A DNoneOutput.java22 public final void startup(final AgentOptions options, final RuntimeData data) { method in class:NoneOutput
H A DTcpClientOutput.java47 public void startup(final AgentOptions options, final RuntimeData data) method in class:TcpClientOutput
H A DTcpServerOutput.java51 public void startup(final AgentOptions options, final RuntimeData data) method in class:TcpServerOutput
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dmodpython.py13 ``startup`` and the WSGI app is ``app``::
19 PythonOption wsgi.application startup::app
202 startup = None variable
208 # Run a startup function if requested.
209 global startup
210 if 'wsgi.startup' in options and not startup:
211 func = options['wsgi.startup']
215 startup = apache.resolve_object(module, object_str)
216 startup(re
[all...]
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
H A DAgent.java50 agent.startup();
114 public void startup() { method in class:Agent
122 output.startup(options, data);
/external/autotest/client/cros/
H A Dnetwork_chroot.py21 The startup of the chroot is an orchestrated process where a
22 small startup script is run to perform the following tasks:
27 parent will kill this process to resume the startup process.
51 'exec > /var/log/startup.log 2>&1\n'
53 'echo $$ > /%(startup-pidfile)s\n'
54 'sleep %(startup-delay-seconds)d &\n'
62 'startup-delay-seconds': STARTUP_DELAY_SECONDS,
63 'startup-pidfile': STARTUP_PID_FILE
84 def startup(self): member in class:NetworkChroot
/external/apache-http/android/src/android/net/http/
H A DRequestQueue.java84 void startup() { method in class:RequestQueue.ActivePool
211 mActivePool.startup();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jar ... io.IOException String spec String message public static void startup (java.net.URL) java.net.URL ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar ... .List lines java.net.URI launcherFolder String startup java.net.URI result private void setStartup (java ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar ... lang.Exception public static java.lang.String[] startup (java.net.URL, java.lang.String ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 632 milliseconds

123