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

1234567891011>>

/external/stlport/test/unit/
H A Dcstdlib_header_test.cpp12 # include <process.h>
/external/chromium/chrome/browser/
H A Ddesktop_notification_handler.cc52 RenderProcessHost* process = render_view_host()->process(); local
54 DesktopNotificationServiceFactory::GetForProfile(process->profile());
58 process->id(),
64 RenderProcessHost* process = render_view_host()->process(); local
66 DesktopNotificationServiceFactory::GetForProfile(process->profile());
69 process->id(),
81 RenderProcessHost* process = render_view_host()->process(); local
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
H A DSystemProcessTest.java18 package org.apache.harmony.luni.tests.internal.process;
29 Process process = null;
35 process = (Process) execArgs[0];
36 OutputStream os = process.getOutputStream();
39 process.waitFor();
50 process.waitFor();
52 process.destroy();
/external/icu4c/layout/
H A DSinglePositioningSubtables.h26 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
34 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
43 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
H A DSingleSubstitutionSubtables.h25 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
32 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
40 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
H A DSinglePositioningSubtables.cpp18 le_uint32 SinglePositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningSubtable
29 return subtable->process(glyphIterator, fontInstance);
36 return subtable->process(glyphIterator, fontInstance);
44 le_uint32 SinglePositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningFormat1Subtable
58 le_uint32 SinglePositioningFormat2Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningFormat2Subtable
H A DGlyphPosnLookupProc.cpp82 delta = subtable->process(glyphIterator, fontInstance);
90 delta = subtable->process(glyphIterator, fontInstance);
98 delta = subtable->process(glyphIterator, fontInstance);
106 delta = subtable->process(glyphIterator, fontInstance);
114 delta = subtable->process(glyphIterator, fontInstance);
122 delta = subtable->process(glyphIterator, fontInstance);
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);
H A DGlyphSubstLookupProc.cpp69 delta = subtable->process(glyphIterator, fFilter);
77 delta = subtable->process(glyphIterator, success, fFilter);
85 delta = subtable->process(glyphIterator, fFilter);
93 delta = subtable->process(glyphIterator, 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 DSingleSubstitutionSubtables.cpp17 le_uint32 SingleSubstitutionSubtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter) const function in class:SingleSubstitutionSubtable
28 return subtable->process(glyphIterator, filter);
35 return subtable->process(glyphIterator, filter);
43 le_uint32 SingleSubstitutionFormat1Subtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter) const function in class:SingleSubstitutionFormat1Subtable
61 le_uint32 SingleSubstitutionFormat2Subtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter) const function in class:SingleSubstitutionFormat2Subtable
H A DPairPositioningSubtables.h43 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
51 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
78 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stderrB.exp1 relaying data between gdb and process ....
3 monitor command request to kill this process
H A Dmcmain_pic.stderrB.exp1 relaying data between gdb and process ....
H A Dnlpasssigalrm.stderrB.exp1 relaying data between gdb and process ....
H A Dnlsigvgdb.stderrB.exp1 relaying data between gdb and process ....
5 monitor command request to kill this process
/external/chromium/chrome/browser/service/
H A Dservice_process_control_browsertest.cc30 // ForceServiceProcessShutdown removes the process from launchd on Mac.
37 ServiceProcessControl* process = local
40 process_ = process;
42 // Launch the process asynchronously.
43 process->Launch(
57 process()->GetCloudPrintProxyStatus(NewCallback(
100 ServiceProcessControl* process() { return process_; } function in class:ServiceProcessControlBrowserTest
114 // Make sure we are connected to the service process.
115 EXPECT_TRUE(process()->is_connected());
118 // And then shutdown the service process
163 ServiceProcessControl* process = local
188 ServiceProcessControl* process = local
[all...]
H A Dservice_process_control_manager.cc24 // TODO(hclam): We will have different service process for different types of
25 // service, but now we only create a new process for a different profile.
33 ServiceProcessControl* process = new ServiceProcessControl(profile); local
34 process_control_list_.push_back(process);
35 return process;
40 // shutdown the service process.
/external/chromium-trace/trace-viewer/src/tracks/
H A Dtimeline_process_track.js27 this.classList.add('timeline-process-track');
31 get process() {
35 set process(process) {
36 this.process_ = process;
41 this.visible = (this.categoryFilter.matchProcess(this.process) &&
48 // Add counter tracks for this process.
50 for (var tid in this.process.counters) {
51 counters.push(this.process.counters[tid]);
55 // Create the counters for this process
[all...]
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Ddebflex.awk4 # Rewritten to process correctly \n's in scanner input.
68 # otherwise we have a new rule - process what we got so far
70 process();
74 process();
77 function process() { function
/external/apache-http/src/org/apache/http/
H A DHttpRequestInterceptor.java41 * Provides the ability to process a request before it is sent
66 void process(HttpRequest request, HttpContext context) method in interface:HttpRequestInterceptor
H A DHttpResponseInterceptor.java40 * Provides the ability to process a response before it is sent
65 void process(HttpResponse response, HttpContext context) method in interface:HttpResponseInterceptor
/external/chromium/chrome/browser/extensions/
H A Dapp_process_apitest.cc41 EXPECT_EQ(opener_host->process(), newtab->render_view_host()->process());
43 EXPECT_NE(opener_host->process(), newtab->render_view_host()->process());
93 // grouped in the same process.
97 EXPECT_EQ(host->process(),
98 browser()->GetTabContentsAt(2)->render_view_host()->process());
99 EXPECT_NE(host->process(),
100 browser()->GetTabContentsAt(3)->render_view_host()->process());
108 // TODO(creis): This should open in a new process (
[all...]
H A Dextension_event_router.cc48 RenderProcessHost* process; member in struct:ExtensionEventRouter::EventListener
51 explicit EventListener(RenderProcessHost* process, argument
53 : process(process), extension_id(extension_id) {}
56 if (process < that.process)
58 if (process == that.process && extension_id < that.extension_id)
97 RenderProcessHost* process,
99 EventListener listener(process, extension_i
95 AddEventListener( const std::string& event_name, RenderProcessHost* process, const std::string& extension_id) argument
112 RemoveEventListener( const std::string& event_name, RenderProcessHost* process, const std::string& extension_id) argument
[all...]
/external/webkit/Source/WebKit2/UIProcess/
H A DWebInspectorProxy.cpp89 m_page->process()->send(Messages::WebInspector::Show(), m_page->pageID());
97 m_page->process()->send(Messages::WebInspector::Close(), m_page->pageID());
105 m_page->process()->send(Messages::WebInspector::ShowConsole(), m_page->pageID());
124 m_page->process()->send(Messages::WebInspector::StopJavaScriptDebugging(), m_page->pageID());
126 m_page->process()->send(Messages::WebInspector::StartJavaScriptDebugging(), m_page->pageID());
138 m_page->process()->send(Messages::WebInspector::StopJavaScriptProfiling(), m_page->pageID());
140 m_page->process()->send(Messages::WebInspector::StartJavaScriptProfiling(), m_page->pageID());
152 m_page->process()->send(Messages::WebInspector::StopPageProfiling(), m_page->pageID());
154 m_page->process()->send(Messages::WebInspector::StartPageProfiling(), m_page->pageID());
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DOptimizer.java60 * @param rmeth method to process
81 * @param rmeth method to process
121 * @param rmeth method to process
156 MoveParamCombiner.process(ssaMeth);
160 SCCP.process(ssaMeth);
161 DeadCodeRemover.process(ssaMeth);
166 LiteralOpUpgrader.process(ssaMeth);
167 DeadCodeRemover.process(ssaMeth);
176 EscapeAnalysis.process(ssaMeth);
177 DeadCodeRemover.process(ssaMet
[all...]
/external/v8/tools/
H A Drun-valgrind.py48 process = subprocess.Popen(command, stderr=subprocess.PIPE) variable
49 code = process.wait();
50 errors = process.stderr.readlines();

Completed in 397 milliseconds

1234567891011>>