Home
last modified time | relevance | path

Searched defs:process (Results 1 – 25 of 196) sorted by relevance

12345678

/external/webkit/Tools/android/flex-2.5.4a/MISC/
Ddebflex.awk70 process(); function
74 process(); function
77 function process() { function
/external/icu4c/layout/
DSinglePositioningSubtables.cpp18 le_uint32 SinglePositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fo… in process() function in SinglePositioningSubtable
44 le_uint32 SinglePositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInsta… in process() function in SinglePositioningFormat1Subtable
58 le_uint32 SinglePositioningFormat2Subtable::process(GlyphIterator *glyphIterator, const LEFontInsta… in process() function in SinglePositioningFormat2Subtable
DSingleSubstitutionSubtables.cpp17 le_uint32 SingleSubstitutionSubtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *fi… in process() function in SingleSubstitutionSubtable
43 le_uint32 SingleSubstitutionFormat1Subtable::process(GlyphIterator *glyphIterator, const LEGlyphFil… in process() function in SingleSubstitutionFormat1Subtable
61 le_uint32 SingleSubstitutionFormat2Subtable::process(GlyphIterator *glyphIterator, const LEGlyphFil… in process() function in SingleSubstitutionFormat2Subtable
DMorphTables.cpp23 void MorphTableHeader::process(LEGlyphStorage &glyphStorage) const in process() function in MorphTableHeader
55 void MorphSubtableHeader::process(LEGlyphStorage &glyphStorage) const in process() function in MorphSubtableHeader
DPairPositioningSubtables.cpp19 le_uint32 PairPositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *font… in process() function in PairPositioningSubtable
45 le_uint32 PairPositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInstanc… in process() function in PairPositioningFormat1Subtable
88 le_uint32 PairPositioningFormat2Subtable::process(GlyphIterator *glyphIterator, const LEFontInstanc… in process() function in PairPositioningFormat2Subtable
DContextualSubstSubtables.cpp148 le_uint32 ContextualSubstitutionSubtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionSubtable
185 le_uint32 ContextualSubstitutionFormat1Subtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionFormat1Subtable
234 le_uint32 ContextualSubstitutionFormat2Subtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionFormat2Subtable
286 le_uint32 ContextualSubstitutionFormat3Subtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionFormat3Subtable
319 le_uint32 ChainingContextualSubstitutionSubtable::process(const LookupProcessor *lookupProcessor, in process() function in ChainingContextualSubstitutionSubtable
362 le_uint32 ChainingContextualSubstitutionFormat1Subtable::process(const LookupProcessor *lookupProce… in process() function in ChainingContextualSubstitutionFormat1Subtable
433 le_uint32 ChainingContextualSubstitutionFormat2Subtable::process(const LookupProcessor *lookupProce… in process() function in ChainingContextualSubstitutionFormat2Subtable
513 le_uint32 ChainingContextualSubstitutionFormat3Subtable::process(const LookupProcessor *lookupProce… in process() function in ChainingContextualSubstitutionFormat3Subtable
DAlternateSubstSubtables.cpp17 le_uint32 AlternateSubstitutionSubtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter … in process() function in AlternateSubstitutionSubtable
/external/chromium/chrome/browser/
Ddesktop_notification_handler.cc52 RenderProcessHost* process = render_view_host()->process(); in OnShow() local
64 RenderProcessHost* process = render_view_host()->process(); in OnCancel() local
81 RenderProcessHost* process = render_view_host()->process(); in OnRequestPermission() local
/external/clang/test/CXX/temp/temp.decls/temp.alias/
Dp2.cpp23 void process(Vec<T>& v) // expected-note {{previous definition is here}} in process() function
27 void process(vector<T, Alloc<T>>& w) // expected-error {{redefinition of 'process'}} in process() function
/external/chromium/chrome/browser/service/
Dservice_process_control_browsertest.cc37 ServiceProcessControl* process = in LaunchServiceProcessControl() local
100 ServiceProcessControl* process() { return process_; } in process() function in ServiceProcessControlBrowserTest
163 ServiceProcessControl* process = in IN_PROC_BROWSER_TEST_F() local
188 ServiceProcessControl* process = in IN_PROC_BROWSER_TEST_F() local
Dservice_process_control_manager.cc33 ServiceProcessControl* process = new ServiceProcessControl(profile); in GetProcessControl() local
/external/chromium/base/
Dshared_memory.h149 bool ShareToProcess(ProcessHandle process, in ShareToProcess()
160 bool GiveToProcess(ProcessHandle process, in GiveToProcess()
/external/apache-http/src/org/apache/http/
DHttpRequestInterceptor.java66 void process(HttpRequest request, HttpContext context) in process() method
DHttpResponseInterceptor.java65 void process(HttpResponse response, HttpContext context) in process() method
/external/srec/tools/cmd/
Dsrecres2utd.pl134 sub process subroutine
/external/linux-tools-perf/util/
Devent.c56 int full, perf_event__handler_t process, in perf_event__synthesize_comm()
146 perf_event__handler_t process, in perf_event__synthesize_mmap_events()
224 int perf_event__synthesize_modules(perf_event__handler_t process, in perf_event__synthesize_modules()
284 pid_t pid, perf_event__handler_t process, in __event__synthesize_thread()
296 perf_event__handler_t process, in perf_event__synthesize_thread_map()
326 int perf_event__synthesize_threads(perf_event__handler_t process, in perf_event__synthesize_threads()
389 int perf_event__synthesize_kernel_mmap(perf_event__handler_t process, in perf_event__synthesize_kernel_mmap()
/external/apache-http/src/org/apache/http/protocol/
DRequestConnControl.java55 public void process(final HttpRequest request, final HttpContext context) in process() method in RequestConnControl
DRequestUserAgent.java56 public void process(final HttpRequest request, final HttpContext context) in process() method in RequestUserAgent
DResponseServer.java57 public void process(final HttpResponse response, final HttpContext context) in process() method in ResponseServer
DRequestDate.java59 public void process(final HttpRequest request, final HttpContext context) in process() method in RequestDate
DRequestExpectContinue.java60 public void process(final HttpRequest request, final HttpContext context) in process() method in RequestExpectContinue
DRequestContent.java60 public void process(final HttpRequest request, final HttpContext context) in process() method in RequestContent
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
DSystemProcessTest.java29 Process process = null; in test_interrupt() local
/external/apache-http/src/org/apache/http/client/protocol/
DRequestDefaultHeaders.java59 public void process(final HttpRequest request, final HttpContext context) in process() method in RequestDefaultHeaders
/external/webkit/Source/WebCore/webaudio/
DAudioDestinationNode.h43 virtual void process(size_t) { }; // we're pulled by hardware so this is never called in process() function

12345678