OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startup
(Results
76 - 100
of
3336
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64p32.s
20
startup
:
label
28
JMP
startup
/prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.s
20
startup
:
label
28
JMP
startup
crc32_amd64p32.s
20
startup
:
label
28
JMP
startup
/external/chromium-trace/catapult/third_party/Paste/paste/
modpython.py
13
``
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
(req
[
all
...]
/external/autotest/client/cros/
network_chroot.py
21
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.
41
STARTUP
= 'etc/chroot_startup.sh'
49
STARTUP
:
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_FIL
84
def
startup
(self):
member in class:NetworkChroot
[
all
...]
/cts/tools/cts-reference-app-lib/src/android/cts/refapp/
ReferenceAppTestCase.java
42
* @param maxStartupTimeMs the
startup
time the activity should start in.
60
// Test activity
startup
time.
67
assertTrue("Activity
Startup
took more than " + maxStartupTimeMs +
/external/toybox/toys/pending/
sulogin.c
35
xprintf("\n Timed out - Normal
startup
\n");
44
"(or type Control-D for normal
startup
):",
59
xprintf("Normal
startup
.\n");
/development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java
30
*
startup
. The library has already been unpacked into
/external/autotest/client/site_tests/touch_UpdateErrors/
control.touchpad
7
PURPOSE = "Check whether
startup
touchpad firmware update had errors."
control.touchscreen
7
PURPOSE = "Check whether
startup
touch firmware update had errors."
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
chrome_trace_config_unittest.py
15
# Trace config for
startup
tracing.
38
# Trace config for
startup
tracing.
67
# Trace config for
startup
tracing.
87
# Trace config for
startup
tracing.
/external/curl/tests/data/
test1085
35
# use the
startup
of the IPv6 test server as a substitute check for this).
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractIdleService.java
29
* but may need one during
startup
and shutdown. Subclasses can
30
* implement {@link #
startUp
} and {@link #shutDown} methods, each
54
startUp
();
84
protected abstract void
startUp
() throws Exception;
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
NoneOutput.java
22
public final void
startup
(final AgentOptions options, final RuntimeData data) {
method in class:NoneOutput
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AbstractRuntime.java
27
public void
startup
(final RuntimeData data) throws Exception {
method in class:AbstractRuntime
/external/libpcap/
chmod_bpf
7
# This
startup
item will make it owned by the admin group,
/external/llvm/test/Feature/
forwardreftest.ll
16
Startup
:
/external/tpm2/
Power.c
21
// Set state as not initialized. This means that
Startup
is required
/external/valgrind/VEX/
TODO.txt
53
generic stack pointer identification at
startup
?
/external/valgrind/gdbserver_tests/
mcsignopass.stderr.exp
1
(action at
startup
) vgdb me ...
mcsigpass.stderr.exp
1
(action at
startup
) vgdb me ...
mcwatchpoints.stderr.exp
1
(action at
startup
) vgdb me ...
/external/vboot_reference/tests/tpm_lite/
startup.c
18
printf("tpm
startup
failed with 0x%x\n", result);
/ndk/tests/device/test-stlport_shared-exception/jni/
p9706.cpp
23
//
startup
, so we have to reset the counter here.
/ndk/tests/device/test-stlport_static-exception/jni/
p9706.cpp
23
//
startup
, so we have to reset the counter here.
Completed in 3108 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>