Searched refs:process (Results 1 - 25 of 803) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dbuild.hpp37 namespace process { namespace in namespace:atf
39 } // namespace process
47 process::argv_array c_o(const std::string&, const std::string&,
48 const process::argv_array&);
49 process::argv_array cpp(const std::string&, const std::string&,
50 const process::argv_array&);
51 process::argv_array cxx_o(const std::string&, const std::string&,
52 const process::argv_array&);
H A Dcheck.hpp46 namespace process { namespace in namespace:atf
48 } // namespace process
76 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&);
120 const atf::process::argv_array&);
122 const atf::process::argv_array&);
124 const atf::process::argv_array&);
125 std::auto_ptr< check_result > exec(const atf::process::argv_array&);
H A Dbuild.cpp39 #include "detail/process.hpp"
49 atf::process::argv_array
58 return atf::process::argv_array(aux);
62 atf::process::argv_array
66 atf::process::argv_array argv((const char* const*)l);
79 atf::process::argv_array
81 const atf::process::argv_array& optargs)
93 atf::process::argv_array
95 const atf::process::argv_array& optargs)
107 atf::process
[all...]
H A Dbuild_test.cpp40 #include "detail/process.hpp"
84 equal_argvs(const atf::process::argv_array& aa, const char* const* array)
88 atf::process::argv_array::size_type i = 0;
104 check_equal_argvs(const atf::process::argv_array& aa, const char* const* array)
128 ATF_REQUIRE(equal_argvs(atf::process::argv_array(argv), array));
135 ATF_REQUIRE(!equal_argvs(atf::process::argv_array(argv), array));
142 ATF_REQUIRE(!equal_argvs(atf::process::argv_array(argv), array));
149 ATF_REQUIRE(equal_argvs(atf::process::argv_array(argv), array));
173 atf::process::argv_array argv =
175 atf::process
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade/
H A DMakefile3 BUILD= process.html version.html
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dcreate_stuff.sh3 echo Raising process limits
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/core/
H A Dlazytarget.py49 process = target.process
51 if process is None:
52 raise AttributeError('Target does not have a process')
54 if not process.IsValid():
57 return process
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DVisitedLinkProvider.cpp56 for (WebProcessProxy* process : m_processes)
57 process->didDestroyVisitedLinkProvider(*this);
68 void VisitedLinkProvider::addProcess(WebProcessProxy& process) argument
70 ASSERT(process.state() == WebProcessProxy::State::Running);
72 if (!m_processes.add(&process).isNewEntry)
75 process.addMessageReceiver(Messages::VisitedLinkProvider::messageReceiverName(), m_identifier, *this);
82 sendTable(process);
85 void VisitedLinkProvider::removeProcess(WebProcessProxy& process) argument
87 ASSERT(m_processes.contains(&process));
89 m_processes.remove(&process);
235 sendTable(WebProcessProxy& process) argument
[all...]
H A DWebConnectionToWebProcess.cpp35 PassRefPtr<WebConnectionToWebProcess> WebConnectionToWebProcess::create(WebProcessProxy* process) argument
37 return adoptRef(new WebConnectionToWebProcess(process));
40 WebConnectionToWebProcess::WebConnectionToWebProcess(WebProcessProxy* process) argument
41 : m_process(process)
H A DWebFullScreenManagerProxy.cpp50 m_page->process().addMessageReceiver(Messages::WebFullScreenManagerProxy::messageReceiverName(), m_page->pageID(), *this);
59 m_page->process().send(Messages::WebFullScreenManager::WillEnterFullScreen(), m_page->pageID());
64 m_page->process().send(Messages::WebFullScreenManager::DidEnterFullScreen(), m_page->pageID());
69 m_page->process().send(Messages::WebFullScreenManager::WillExitFullScreen(), m_page->pageID());
74 m_page->process().send(Messages::WebFullScreenManager::DidExitFullScreen(), m_page->pageID());
79 m_page->process().send(Messages::WebFullScreenManager::SetAnimatingFullScreen(animating), m_page->pageID());
84 m_page->process().send(Messages::WebFullScreenManager::RequestExitFullScreen(), m_page->pageID());
94 m_page->process().send(Messages::WebFullScreenManager::SaveScrollPosition(), m_page->pageID());
99 m_page->process().send(Messages::WebFullScreenManager::RestoreScrollPosition(), m_page->pageID());
104 m_page->process()
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dpop3.el109 ;; Borrowed from nnheader-accept-process-output in nnheader.el.
126 ;; Borrowed from nnheader-accept-process-output in nnheader.el.
127 (defun pop3-accept-process-output (process)
128 (accept-process-output
129 process
138 (let* ((process (pop3-open-server pop3-mailhost pop3-port))
144 (if pop3-debug (switch-to-buffer (process-buffer process)))
150 (pop3-apop process pop
[all...]
H A Dstarttls.el55 ;; (accept-process-output tmp 15)
56 ;; (process-send-string tmp "STARTTLS\n")
57 ;; (accept-process-output tmp 15)
59 ;; (process-send-string tmp "EHLO foo\n"))
165 (defcustom starttls-process-connection-type nil
166 "*Value for `process-connection-type' to use when starting STARTTLS process."
201 (defun starttls-negotiate-gnutls (process)
207 (if (null (setq buffer (process-buffer process)))
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllload.c52 #include <process.h>
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.proc.h36 * C shell - process structure declarations
40 * Structure for each process the shell knows about:
47 struct process { struct
48 struct process *p_next; /* next in global "proclist" */
49 struct process *p_friends; /* next in job list (or self) */
96 #define PDUMPED (1<<9) /* process dumped core */
101 #define PPTIME (1<<14) /* time individual process */
116 EXTERN struct process proclist IZERO_STRUCT;/* list head of all processes */
118 EXTERN struct process *pholdjob IZERO; /* one level stack of current jobs */
120 EXTERN struct process *pcurrjo
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dmain.c83 printf("yes (variable process count)\n");
86 printf("yes (fixed process count)\n");
252 static void destroy_and_exit_process(process_rec *process, argument
258 * process their input. Otherwise it is possible that they get killed
264 apr_pool_destroy(process->pool); /* and destroy all descendent pools */
278 process_rec *process; local
309 apr_pool_tag(cntx, "process");
314 * of this server process.
317 process = apr_palloc(cntx, sizeof(process_rec));
318 process
328 usage(process_rec *process) argument
446 process_rec *process; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DSingleSubstitutionSubtables.h25 le_uint32 process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
32 le_uint32 process(const LEReferenceTo<SingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
40 le_uint32 process(const LEReferenceTo<SingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
H A DGlyphSubstLookupProc.cpp69 delta = subtable->process(subtable, glyphIterator, success, fFilter);
77 delta = subtable->process(subtable, glyphIterator, success, fFilter);
85 delta = subtable->process(subtable, glyphIterator, success, fFilter);
93 delta = subtable->process(subtable, glyphIterator, success, fFilter);
101 delta = subtable->process(this, glyphIterator, fontInstance, success);
109 delta = subtable->process(this, glyphIterator, fontInstance, success);
117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
H A DGlyphPosnLookupProc.cpp82 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
90 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
98 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
106 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
114 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
122 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
130 delta = subtable->process(this, glyphIterator, fontInstance, success);
138 delta = subtable->process(this, glyphIterator, fontInstance, success);
146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Drcirc.el296 ;; each process has an alist of (target . buffer) pairs
341 (dolist (p (rcirc-process-list))
342 (when (string= rcirc-default-server (process-name p))
349 (switch-to-buffer (process-buffer connected))
351 (process-contact (get-buffer-process (current-buffer))
358 (defvar rcirc-process-output nil)
367 (defvar rcirc-process nil)
384 (process (make-network-process
[all...]
H A Deudcb-ph.el43 (defvar eudc-ph-process-buffer nil)
88 "Return a list of alists of key/values from in `eudc-ph-process-buffer'.
99 (set-buffer eudc-ph-process-buffer)
147 (let (process
152 (setq process (eudc-ph-open-session))
153 (if process
155 (set-buffer (setq buffer (process-buffer process)))
156 (eudc-ph-send-command process request)
158 (eudc-ph-read-response process))))
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/
H A DWebConnectionToUIProcess.cpp37 PassRefPtr<WebConnectionToUIProcess> WebConnectionToUIProcess::create(WebProcess* process) argument
39 return adoptRef(new WebConnectionToUIProcess(process));
42 WebConnectionToUIProcess::WebConnectionToUIProcess(WebProcess* process) argument
43 : m_process(process)
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllload.c53 #include <process.h>
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dunistd.h53 #include <process.h>
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DSincResampler.h47 void process(const float* source, float* destination, unsigned numberOfSourceFrames);
50 void process(AudioSourceProvider*, float* destination, size_t framesToProcess);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/UserContent/
H A DWebUserContentControllerProxy.cpp57 for (WebProcessProxy* process : m_processes)
58 process->didDestroyWebUserContentControllerProxy(*this);
91 for (WebProcessProxy* process : m_processes)
92 process->connection()->send(Messages::WebUserContentController::AddUserScripts({ m_userScripts.last() }), m_identifier);
99 for (WebProcessProxy* process : m_processes)
100 process->connection()->send(Messages::WebUserContentController::RemoveAllUserScripts(), m_identifier);
107 for (WebProcessProxy* process : m_processes)
108 process->connection()->send(Messages::WebUserContentController::AddUserStyleSheets({ m_userStyleSheets.last() }), m_identifier);
115 for (WebProcessProxy* process : m_processes)
116 process
[all...]

Completed in 383 milliseconds

1234567891011>>