Searched refs:process (Results 251 - 275 of 714) sorted by relevance

<<11121314151617181920>>

/external/webkit/Tools/MIDLWrapper/
H A DMIDLWrapper.cpp4 #include <process.h>
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dfilereader.py97 """Process the given file by calling the processor's process() method.
100 file_path: The path of the file to process.
102 to the processor's process() method. The process()
128 self._processor.process(lines, file_path, **kwargs)
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_md5.c114 eap->process = eap_md5_process;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_md5.c114 eap->process = eap_md5_process;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_md5.c114 eap->process = eap_md5_process;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_md5.c114 eap->process = eap_md5_process;
/external/srec/tools/cmd/
H A Dsrecres2utd.pl52 process(\%token, \%results);
122 process(\%token, \%results) if(defined %token);
134 sub process subroutine
/external/webkit/Source/WebKit2/UIProcess/cf/
H A DWebPageProxyCF.cpp161 process()->registerNewWebBackForwardListItem(entries[i].get());
165 process()->send(Messages::WebPage::RestoreSession(state), m_pageID);
173 process()->send(Messages::WebPage::RestoreSessionAndNavigateToCurrentItem(state, sandboxExtensionHandle), m_pageID);
/external/webkit/Tools/Scripts/
H A Dvalidate-committer-lists160 process = subprocess.Popen(git_log_args, stdout=subprocess.PIPE)
165 output_line = process.stdout.readline()
166 if output_line == '' and process.poll() != None:
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.c61 Eina_List *process; member in struct:_Ewk_Tiled_Backing_Store_Item::__anon14804
119 } process; member in struct:_Ewk_Tiled_Backing_Store_Data
152 /* Do not process updates. Note that we still want to get updates requests
159 if (priv->process.pre_cb)
160 data = priv->process.pre_cb(priv->process.pre_data, priv->self);
164 if (priv->process.post_cb)
165 priv->process.post_cb(priv->process.post_data, data, priv->self);
327 /* assumes priv->process
[all...]
/external/chromium/chrome/browser/debugger/
H A Ddevtools_manager.cc304 inspected_rvh->process()->id());
356 inspected_rvh->process()->profile()->GetPrefs()->SetBoolean(
378 bool docked = inspected_rvh->process()->profile()->GetPrefs()->
441 int process_id = inspected_rvh->process()->id();
446 if (it->first->process()->id() == process_id)
/external/chromium/chrome/browser/extensions/
H A Dextension_function_dispatcher.cc383 render_view_host->process()->profile()->GetExtensionService();
405 : profile_(render_view_host->process()->profile()),
419 render_view_host->process()->id());
465 Profile* profile = render_view_host()->process()->profile();
530 // In single process mode it is better if we don't suicide but just crash.
535 base::KillProcess(render_view_host_->process()->GetHandle(),
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.cc98 int process_id = render_view_host_->process()->id();
168 *child_id = render_view_host_->process()->id();
205 int process_id = render_view_host_->process()->id();
521 if (!render_view_host_ || !render_view_host_->process())
523 base::ProcessHandle handle = render_view_host_->process()->GetHandle();
/external/linux-tools-perf/util/
H A Dheader.c583 int (*process)(struct perf_file_section *section,
613 err = process(sec, header, feat, fd);
800 * Since the kernel build-id is the first entry, process the
977 perf_event__handler_t process,
1006 err = process(ev, NULL, session);
1014 perf_event__handler_t process)
1021 attr->id, process, session);
1072 perf_event__handler_t process,
1097 err = process(&ev, NULL, session);
1102 int perf_event__synthesize_event_types(perf_event__handler_t process, argument
976 perf_event__synthesize_attr(struct perf_event_attr *attr, u16 ids, u64 *id, perf_event__handler_t process, struct perf_session *session) argument
1013 perf_session__synthesize_attrs(struct perf_session *session, perf_event__handler_t process) argument
1071 perf_event__synthesize_event_type(u64 event_id, char *name, perf_event__handler_t process, struct perf_session *session) argument
1133 perf_event__synthesize_tracing_data(int fd, struct perf_evlist *evlist, perf_event__handler_t process, struct perf_session *session __unused) argument
1201 perf_event__synthesize_build_id(struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine, struct perf_session *session) argument
[all...]
/external/libsepol/tests/policies/test-linker/
H A Dsmall-base.conf8 class process
261 # Define the access vector interpretation for process-related objects
264 class process
448 allow g_b_type_1 g_b_type_2 : process ~ptrace; #test ~
/external/chromium/chrome/browser/automation/
H A Dautomation_util.cc117 contents->render_view_host()->process())->installed_app();
143 contents->render_view_host()->process())->installed_app();
170 contents->render_view_host()->process())->installed_app();
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py133 # We assume that the child process wrote to us in utf-8,
207 # taskkill will exit 128 if the process is not found. We should log.
224 if e.errno == errno.ESRCH: # The process does not exist.
253 _log.debug("Failed getting first process.")
288 Will fail silently if no process are found."""
292 # taskkill will exit 128 if the process is not found. We should log.
301 # killall returns 1 if no process can be found and 2 on command error.
320 # or closing stdin after process creation to prevent
366 process = subprocess.Popen(args,
372 output = process
[all...]
/external/apache-http/src/org/apache/http/client/protocol/
H A DResponseProcessCookies.java70 public void process(final HttpResponse response, final HttpContext context) method in class:ResponseProcessCookies
105 // process set-cookie2 headers.
/external/chromium/base/win/
H A Dobject_watcher_unittest.cc5 #include <process.h>
/external/chromium/chrome/browser/service/
H A Dservice_process_control.h17 #include "base/process.h"
30 // A ServiceProcessControl works as a portal between the service process and
31 // the browser process.
33 // It is used to start and terminate the service process. It is also used
34 // to send and receive IPC messages from the service process.
49 // An interface for handling messages received from the service process.
63 // Return the user profile associated with this service process.
69 // If no service process is currently running, creates a new service process
71 // If a service process i
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DMoveParamCombiner.java35 /** method to process */
41 * @param ssaMethod method to process
43 public static void process(SsaMethod ssaMethod) { method in class:MoveParamCombiner
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-weblogic.jar ... .String[]) int i String[] args int index private void process () throws java.lang.Exception String[] newArgs Exception e ...
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractNonStreamingHashFunctionTest.java60 protected void process(ByteBuffer bb) {
/external/icu4c/layout/
H A DMarkToBasePosnSubtables.cpp29 le_int32 MarkToBasePositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:MarkToBasePositioningSubtable
H A DMarkToLigaturePosnSubtables.cpp28 le_int32 MarkToLigaturePositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:MarkToLigaturePositioningSubtable

Completed in 593 milliseconds

<<11121314151617181920>>