OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_interactive
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
trap.c
415
static int
is_interactive
;
local
417
if (on ==
is_interactive
)
422
is_interactive
= on;
/external/chromium_org/sandbox/win/tests/validation_tests/
commands.cc
208
bool IsInteractiveDesktop(bool*
is_interactive
) {
218
*
is_interactive
= (0 == _wcsicmp(L"default", current_desk_name));
227
bool
is_interactive
= false;
local
228
if (IsInteractiveDesktop(&
is_interactive
) &&
is_interactive
) {
Completed in 223 milliseconds