HomeSort by relevance Sort by last modified time
    Searched refs:startup (Results 76 - 100 of 1248) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/misc/cgo/test/
env.go 22 // C runtime takes a *copy* at process startup of thei
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
wish.i 20 A startup file may be specified by defining the symbol SWIG_RcFileName
57 * Depends on the startup script.
101 * Specify a user-specific startup file to invoke if the application
102 * is run interactively. Typically the startup file is "~/.apprc"
104 * then no user-specific startup file will be run under any conditions.
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
TcpServerOutput.java 51 public void startup(final AgentOptions options, final RuntimeData data) method in class:TcpServerOutput
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/
InstrumentingLoader.java 42 runtime.startup(data);
  /external/swiftshader/src/Common/
Socket.cpp 96 void Socket::startup() function in class:sw::Socket
  /prebuilts/go/darwin-x86/src/internal/testlog/
log.go 24 // We use an atomic.Value in case test startup
32 // It must be called only once, at process startup.
  /prebuilts/go/linux-x86/src/internal/testlog/
log.go 24 // We use an atomic.Value in case test startup
32 // It must be called only once, at process startup.
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
bridge_interface.py 59 def startup(self, brconfigs): member in class:BridgeInterface
  /system/core/adb/
adb.cpp 640 fprintf(stderr, "Full server startup log: %s\n", GetLogFilePath().c_str());
729 STARTUPINFOW startup; local
730 ZeroMemory( &startup, sizeof(startup) );
731 startup.cb = sizeof(startup);
732 startup.hStdInput = nul_read.get();
733 startup.hStdOutput = stdout_write.get();
734 startup.hStdError = stderr_write.get();
735 startup.dwFlags = STARTF_USESTDHANDLES
    [all...]
  /external/python/cpython3/Modules/
main.c 69 -q : don't print version and copyright messages on interactive startup\n\
91 PYTHONSTARTUP: file executed on interactive startup (no default)\n\
131 char *startup = Py_GETENV("PYTHONSTARTUP"); local
132 if (startup != NULL && startup[0] != '\0') {
133 FILE *fp = _Py_fopen(startup, "r");
135 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf);
145 startup);
  /art/runtime/gc/space/
image_space_fs.h 152 VLOG(startup) << "Number of failed boots on : " << boot_marker << " = " << num_failed_boots;
  /art/runtime/jit/
profile_saver.h 99 void FetchAndCacheResolvedClassesAndMethods(bool startup);
130 // profile information. This is used to cache the startup classes so that
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
TcpClientOutputTest.java 67 controller.startup(new AgentOptions(), data);
  /external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
hidemem.c 216 /** Hide Etherboot startup function */
218 .startup = hide_etherboot,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib/ldscripts/
elf_i386.xdc 51 *(.text.startup .text.startup.*)
elf_i386.xdw 51 *(.text.startup .text.startup.*)
elf_i386.xsc 49 *(.text.startup .text.startup.*)
elf_i386.xsw 48 *(.text.startup .text.startup.*)
elf_i386.xw 51 *(.text.startup .text.startup.*)
  /external/autotest/client/cros/
vpn_server.py 194 chroot.startup()
300 chroot.startup()
  /external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py 57 # Each event samples statistics measured since kernel startup
59 # pre-startup - The start of the `chromeos_startup` script;
60 # roughly, the time when /sbin/init emits the `startup`
62 # post-startup - Completion of the `chromeos_startup` script.
83 ('kernel_to_startup', 'pre-startup', True),
84 ('kernel_to_startup_done', 'post-startup', True),
205 the ticks since power on at selected times during startup.
251 """Read and report firmware startup time.
253 The boot process writes the firmware startup time to the
277 Read "seconds since kernel startup" from the bootstat file
    [all...]
  /external/autotest/site_utils/bootperf-bin/
resultset.py 19 startup to login screen ready.
23 startup.
27 since kernel startup.
333 # startup - end of kernel initialization, Upstart's "startup"
341 startup = float(runkeys["seconds_kernel_to_startup"])
347 newkeys["startup"] = newkeys["firmware"] + startup
  /external/libpng/projects/visualc71/
README_zlib.txt 23 3) Set one of the project as the StartUp project. If you just want to build the
24 binaries set "zlib" as the startup project (Select "zlib" tree view item +
25 Project | Set as StartUp project). If you want to build and test the
27 Set as StartUp project), If you want to build the minigzip utility set it to
28 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
  /external/valgrind/gdbserver_tests/
mcleak.stderr.exp 1 (action at startup) vgdb me ...
  /external/valgrind/massif/tests/
deep-B.stderr.exp 30 Massif: startup S. 0 (t:0, hp:0, ex:0, st:0)

Completed in 721 milliseconds

1 2 34 5 6 7 8 91011>>