HomeSort by relevance Sort by last modified time
    Searched full:startup (Results 1 - 25 of 4582) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
hginfo.stderr.exp 1 (action at startup) vgdb me ...
nlself_invalidate.stderr.exp 3 (action at startup) vgdb me ...
nlsigvgdb.stderr.exp 3 (action at startup) vgdb me ...
nlgone_abrt.stderr.exp 3 (action at startup) vgdb me ...
nlgone_return.stderr.exp 3 (action at startup) vgdb me ...
nlgone_exit.stderr.exp 3 (action at startup) vgdb me ...
nlpasssigalrm.stderr.exp 3 (action at startup) vgdb me ...
  /external/chromium_org/tools/perf/benchmarks/
startup.py 6 from measurements import startup namespace
13 test = startup.Startup
21 test = startup.Startup
29 test = startup.Startup
38 test = startup.Startup
47 test = startup.Startu
    [all...]
start_with_url.py 6 from measurements import startup namespace
12 """Measure time to start Chrome cold with startup URLs"""
14 test = startup.StartWithUrl
20 """Measure time to start Chrome warm with startup URLs"""
22 test = startup.StartWithUrl
  /external/chromium_org/chrome/browser/resources/options/
startup_section.html 1 <section id="startup-section" guest-visibility="hidden">
3 <div id="startup-section-content">
6 <input id="startup-newtab" type="radio" name="startup" value="5"
10 <label for="startup-newtab" i18n-content="startupShowNewTab"></label>
19 <input id="startup-restore-session" type="radio" name="startup"
23 <label for="startup-restore-session"
34 <input id="startup-show-pages" type="radio" name="startup"
    [all...]
startup_overlay.html 1 <div id="startup-overlay" class="page" hidden>
18 <button id="startup-overlay-cancel" i18n-content="cancel"></button>
19 <button id="startup-overlay-confirm" class="default-button"
  /external/chromium_org/chrome/browser/performance_monitor/
startup_timer.h 14 // This class is responsible for recording the startup and session restore times
16 // relatively small object early in the startup process, and start the whole of
21 // Indicates the type of startup; i.e. either a normal startup or a testing
31 // Inform StartupTimer that the startup process has been completed; stop the
36 // pause does not count towards the measured startup time. This will DCHECK if
45 // we know when to insert startup data into the database. We either insert
61 // The time at which the startup process begins (the creation of
72 // A flag of whether or not this was a "normal" startup (e.g. whether or not
73 // this was in a testing environment, which would change the startup tim
    [all...]
  /external/chromium_org/extensions/browser/
extension_system.h 47 // extensions and apps system, and it handles startup and shutdown as needed.
63 // The ExtensionService is created at startup.
67 // does not persist across restarts. Lives on UI thread. Created at startup.
72 // The ManagementPolicy is created at startup.
75 // The UserScriptMaster is created at startup.
78 // The ProcessManager is created at startup.
81 // The StateStore is created at startup.
84 // The rules store is created at startup.
90 // The LazyBackgroundTaskQueue is created at startup.
93 // The EventRouter is created at startup
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
boot.h 4 /* Internal svga startup constants */
  /ndk/sources/host-tools/make-3.81/
SCOPTIONS 13 STARTUP=cres
  /ndk/sources/host-tools/make-3.81/glob/
SCOPTIONS 13 STARTUP=cres
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
boot.h 4 /* Internal svga startup constants */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
boot.h 4 /* Internal svga startup constants */
  /external/chromium_org/content/browser/
startup_task_runner.h 19 // A startup task is a void function returning the status on completion.
20 // a status of > 0 indicates a failure, and that no further startup tasks should
24 // This class runs startup tasks. The tasks are either run immediately inline,
26 // are queued, UI events that are received during startup will be acted upon
27 // between startup tasks. The motivation for this is that, on targets where the
28 // UI is already started, it allows us to keep the UI responsive during startup.
38 // not null it will be called once all the startup tasks have run.
44 // Add a task to the queue of startup tasks to be run.
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_pages_handler.h 54 // Removes the startup page at the given indexes. Called from WebUI.
57 // Adds a startup page with the given URL after the given index.
61 // Changes the startup page at the given index to the given URL.
65 // Sets the startup page set to the current pages. Called from WebUI.
68 // Writes the current set of startup pages to prefs. Called from WebUI.
75 // Loads the current set of custom startup pages and reports it to the WebUI.
78 // Writes the current set of startup pages to prefs.
84 // on startup, which can be updated via sync.
  /external/llvm/test/ExecutionEngine/MCJIT/
test-global-ctors.ll 13 define internal void @ctor_func() section ".text.startup" {
19 define internal void @dtor_func() section ".text.startup" {
  /sdk/find_java/src/source/
utils.cpp 63 STARTUPINFO startup; local
68 ZeroMemory(&startup, sizeof(startup));
69 startup.cb = sizeof(startup);
70 startup.dwFlags = STARTF_USESHOWWINDOW;
71 startup.wShowWindow = SW_SHOWDEFAULT;
82 &startup, /* startup info, i.e. std handles */
97 STARTUPINFO startup; local
    [all...]
  /sdk/sdklauncher/src/source/
sdklauncher.c 73 STARTUPINFO startup; local
80 ZeroMemory(&startup, sizeof(startup));
81 startup.cb = sizeof(startup);
82 startup.dwFlags = STARTF_USESHOWWINDOW;
83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
113 &startup, /* startup info, i.e. std handles */
130 &startup, /* startup info, i.e. std handles *
    [all...]
  /external/chromium_org/
.gn 2 # find the root of the source tree and to set startup options.
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_bubble.cc 5 #include "chrome/browser/ui/startup/session_crashed_bubble.h"

Completed in 2826 milliseconds

1 2 3 4 5 6 7 8 91011>>