HomeSort by relevance Sort by last modified time
    Searched refs:Foreground (Results 1 - 12 of 12) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeStateMachineTest.java 430 "Foreground call transitions from sim to voip",
449 "Foreground call transitions from voip to sim",
469 "foreground",
489 "foreground",
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix_test.go 169 t.Skipf("Can't test Foreground. Couldn't open /dev/tty: %s", err)
180 t.Fatalf("Foreground process group is zero")
189 Foreground: true,
exec_bsd.go 23 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
107 if sys.Setpgid || sys.Foreground {
115 if sys.Foreground {
126 // Place process group in foreground.
exec_solaris.go 19 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
104 if sys.Setpgid || sys.Foreground {
112 if sys.Foreground {
123 // Place process group in foreground.
exec_linux.go 30 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
157 if sys.Setpgid || sys.Foreground {
165 if sys.Foreground {
176 // Place process group in foreground.
  /prebuilts/go/linux-x86/src/syscall/
exec_unix_test.go 169 t.Skipf("Can't test Foreground. Couldn't open /dev/tty: %s", err)
180 t.Fatalf("Foreground process group is zero")
189 Foreground: true,
exec_bsd.go 23 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
107 if sys.Setpgid || sys.Foreground {
115 if sys.Foreground {
126 // Place process group in foreground.
exec_solaris.go 19 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
104 if sys.Setpgid || sys.Foreground {
112 if sys.Foreground {
123 // Place process group in foreground.
exec_linux.go 30 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
157 if sys.Setpgid || sys.Foreground {
165 if sys.Foreground {
176 // Place process group in foreground.
  /frameworks/base/core/java/android/text/
Html.java 1172 Foreground foreground = getLast(text, Foreground.class); local
    [all...]
  /external/lzma/CPP/Windows/
Window.h 74 bool Foreground() { return BOOLToBool(::SetForegroundWindow(_window)); }
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 387 Foreground();

Completed in 251 milliseconds