Searched refs:processes (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.9.5/MITKerberosShim-62.1/raft/KLLAcquireCredUI/
H A DKLLAcquireCredUI.py32 target.processes()["SecurityAgent"].mainWindow().textFields()[0].click()
34 target.processes()["SecurityAgent"].mainWindow().buttons()["OK"].click()
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dsession.c13 CFMutableSetRef processes; member in struct:_session_s
32 CFReleaseSafe(session->processes);
74 session->processes = CFSetCreateMutable(kCFAllocatorDefault, 0, NULL);
139 CFSetAddValue(session->processes, proc);
140 count = CFSetGetCount(session->processes);
150 CFSetRemoveValue(session->processes, proc);
151 count = CFSetGetCount(session->processes);
161 count = CFSetGetCount(session->processes);
H A Dauthtoken.c50 CFMutableSetRef processes; member in struct:_auth_token_s
80 CFReleaseSafe(auth->processes);
105 return CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("auth_token: %p, uid=%i, pid=%i, processes=%li least_privileged=%i"),
106 auth, auth->auditInfo.euid, auth->auditInfo.pid, CFSetGetCount(auth->processes), auth->least_privileged);
162 auth->processes = CFSetCreateMutable(kCFAllocatorDefault, 0, NULL);
333 CFSetAddValue(auth->processes, proc);
334 count = CFSetGetCount(auth->processes);
347 CFSetRemoveValue(auth->processes, proc);
348 count = CFSetGetCount(auth->processes);
358 count = CFSetGetCount(auth->processes);
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/Engine/
H A DLegacy.pm134 Reap remaining child processes.
144 Process the dead child processes.
H A DScoreBoard.pm258 Reap remaining child processes.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DLegacy.pm146 Reap remaining child processes.
156 Process the dead child processes.
H A DThreaded.pm97 Reap remaining child processes.
H A DScoreBoard.pm258 Reap remaining child processes.
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Drcompile.el9 ;; Keywords: tools, processes
76 :group 'processes
H A Drlogin.el46 :group 'processes
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dshadowfile.el777 (let ((processes (process-list))
779 (while processes
780 (and (memq (process-status (car processes)) '(run stop open listen))
781 (process-query-on-exit-flag (car processes))
783 (setq processes (cdr processes)))
785 (yes-or-no-p "Active processes exist; kill them and exit anyway? "))))
H A Dfinder.el89 (processes . "process, subshell, compilation, and job control support")
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dmetamail.el46 :group 'processes)
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dtclmanpages39 {exec.n tcl/processes/exec}
77 {pid.n tcl/processes/pid}
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOStatistics.h214 uint32_t processes; member in struct:IOStatisticsUserClientHeader
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dexecutable.el58 :group 'processes)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A DREADME79 [-P processes (default 1)]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dhelp.test158 libraries/ lists/ math/ processes/
/macosx-10.9.5/CPANInternal-140/Apache-DBI/lib/Apache/
H A DDBI.pm119 # won't be useful after ChildInit, since multiple processes trying to
397 processes. Every process needs to do its own connect. It would be nice if all
402 used by two processes at the same time. Apache::DBI has built-in protection
445 requests are handled by different processes and a process does not know the state
461 the current request. Other processes might have other database connections.
/macosx-10.9.5/CPANInternal-140/Apache-DBI-1.11/lib/Apache/
H A DDBI.pm122 # won't be useful after ChildInit, since multiple processes trying to
433 processes. Every process needs to do its own connect. It would be nice if all
438 used by two processes at the same time. Apache::DBI has built-in protection
481 requests are handled by different processes and a process does not know the state
497 the current request. Other processes might have other database connections.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/
H A DEngine.pm123 It defines how child processes are forked, checked and killed.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DEngine.pm123 It defines how child processes are forked, checked and killed.
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebContext.cpp603 Vector<RefPtr<WebProcessProxy>> processes = m_processes; local
604 for (size_t i = 0; i < processes.size(); ++i) {
605 if (shouldTerminate(processes[i].get()))
606 processes[i]->terminate();
728 // Sharing processes, e.g. when creating the page via window.open().
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dchrootvfs.tcl23 processes, and mounted volumes besides the volume on which the chroot directory resides are aliased so
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcsp.vim40 " Operators on processes:
63 " (not on processes:)

Completed in 308 milliseconds

1234