OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processname
(Results
1 - 3
of
3
) sorted by null
/external/dbus/bus/
messagebus.in
9
#
processname
: dbus-daemon
30
processname
=dbus-daemon
41
daemon --check $servicename $
processname
--system
50
## we don't want to kill all the per-user $
processname
, we want
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
findertools.py
218
def isactiveprocess(
processname
):
219
"""Check of
processname
is active. MacOS9"""
223
if n ==
processname
:
227
def processinfo(
processname
):
228
"""Return an object with all process properties as attributes for
processname
. MacOS9"""
231
if
processname
== "Finder":
235
p.partition = _processproperty(
processname
, 'appt')
236
p.used = _processproperty(
processname
, 'pusd')
237
p.visible = _processproperty(
processname
, 'pvis') #Is the process' layer visible?
238
p.frontmost = _processproperty(
processname
, 'pisf') #Is the process the frontmost process
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py
218
def isactiveprocess(
processname
):
219
"""Check of
processname
is active. MacOS9"""
223
if n ==
processname
:
227
def processinfo(
processname
):
228
"""Return an object with all process properties as attributes for
processname
. MacOS9"""
231
if
processname
== "Finder":
235
p.partition = _processproperty(
processname
, 'appt')
236
p.used = _processproperty(
processname
, 'pusd')
237
p.visible = _processproperty(
processname
, 'pvis') #Is the process' layer visible?
238
p.frontmost = _processproperty(
processname
, 'pisf') #Is the process the frontmost process
[
all
...]
Completed in 227 milliseconds