OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_services
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/
runtktests.py
35
app_services
= cdll.LoadLibrary(find_library("ApplicationServices"))
37
if
app_services
.CGMainDisplayID() == 0:
45
if ( (
app_services
.GetCurrentProcess(psn_p) < 0) or
46
(
app_services
.SetFrontProcess(psn_p) < 0) ):
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/
runtktests.py
35
app_services
= cdll.LoadLibrary(find_library("ApplicationServices"))
37
if
app_services
.CGMainDisplayID() == 0:
45
if ( (
app_services
.GetCurrentProcess(psn_p) < 0) or
46
(
app_services
.SetFrontProcess(psn_p) < 0) ):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py
35
app_services
= cdll.LoadLibrary(find_library("ApplicationServices"))
37
if
app_services
.CGMainDisplayID() == 0:
45
if ( (
app_services
.GetCurrentProcess(psn_p) < 0) or
46
(
app_services
.SetFrontProcess(psn_p) < 0) ):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py
35
app_services
= cdll.LoadLibrary(find_library("ApplicationServices"))
37
if
app_services
.CGMainDisplayID() == 0:
45
if ( (
app_services
.GetCurrentProcess(psn_p) < 0) or
46
(
app_services
.SetFrontProcess(psn_p) < 0) ):
Completed in 346 milliseconds