/external/valgrind/gdbserver_tests/ |
hginfo.stderr.exp | 1 (action at startup) vgdb me ...
|
nlgone_abrt.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_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 ...
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
group2.s | 3 .section .text.startup,"axG",%progbits,test,comdat 7 .section .text.startup,"ax",%progbits
|
group2.d | 10 [ ]*\[.*\][ ]+\.text\.startup[ ]+PROGBITS.*[ ]+AXG[ ]+.* 11 [ ]*\[.*\][ ]+\.text\.startup[ ]+PROGBITS.*[ ]+AX[ ]+.*
|
/external/tpm2/ |
Startup.c | 15 // TPM_RC_LOCALITY a Startup(STATE) does not have the same H-CRTM state as the 16 // previous Startup() or the locality of the startup is not 0 pr 3 17 // TPM_RC_NV_UNINITIALIZED the saved state cannot be recovered and a Startup(CLEAR) is 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 [all...] |
DA_fp.h | 14 void DAStartup(STARTUP_TYPE type // IN: startup type
|
/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.8/sysroot/usr/include/asm/ |
boot.h | 4 /* Internal svga startup constants */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
boot.h | 4 /* Internal svga startup constants */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
boot.h | 4 /* Internal svga startup constants */
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
startup.py | 8 _PROCESS_CREATION = 'Startup.BrowserProcessCreation' 9 _MAIN_ENTRY_POINT = 'Startup.BrowserMainEntryPoint' 18 ('Startup.BrowserMessageLoopStartTimeFromMainEntry',), 21 ('Startup.BrowserWindowDisplay',), 24 ('Startup.BrowserOpenTabs',), 27 ('Startup.FirstWebContents.NonEmptyPaint2',), 30 ('Startup.FirstWebContents.MainFrameLoad2',), 47 """Reports summary stats from important startup events."""
|
/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/autotest/server/site_tests/telemetry_Benchmarks/ |
control.startup.cold.blank_page | 10 NAME = 'telemetry_Benchmarks.startup.cold.blank_page' 20 startup.cold.blank_page 29 benchmark='startup.cold.blank_page', 30 tag='startup.cold.blank_page',
|
/external/c-ares/ |
windows_port.c | 10 * Watcom needs a DllMain() in order to initialise the clib startup code.
|
/external/testng/src/test/java/test/tmp/p1/ |
ContainerTest.java | 11 public void startup() { method in class:ContainerTest
|
/external/v8/build/android/ |
adb_profile_chrome_startup | 7 # Start / stop profiling for chrome startup.
|