/external/apache-http/src/org/apache/http/protocol/ |
RequestDate.java | 59 public void process(final HttpRequest request, final HttpContext context) method in class:RequestDate
|
RequestUserAgent.java | 56 public void process(final HttpRequest request, final HttpContext context) method in class:RequestUserAgent
|
ResponseServer.java | 57 public void process(final HttpResponse response, final HttpContext context) method in class:ResponseServer
|
/external/chromium/third_party/libevent/ |
evrpc-internal.h | 40 int (*process)(struct evhttp_request *, struct evbuffer *, void *); member in struct:evrpc_hook
|
/external/chromium_org/base/process/ |
memory_linux.cc | 5 #include "base/process/memory.h" 12 #include "base/process/internal_linux.h" 147 bool AdjustOOMScore(ProcessId process, int score) { 151 FilePath oom_path(internal::GetProcPidDir(process)); 157 DVLOG(1) << "Adjusting oom_score_adj of " << process << " to " 175 DVLOG(1) << "Adjusting oom_adj of " << process << " to " << score_str;
|
process_metrics_freebsd.cc | 5 #include "base/process/process_metrics.h" 9 ProcessMetrics::ProcessMetrics(ProcessHandle process) 10 : process_(process), 18 ProcessMetrics* ProcessMetrics::CreateProcessMetrics(ProcessHandle process) { 19 return new ProcessMetrics(process);
|
/external/chromium_org/chrome/browser/extensions/api/log_private/ |
filter_handler.h | 33 // Filters log by its process name. 34 // Returns true if the process name is specified in the filter. 35 bool IsValidProcess(const std::string& process) const;
|
/external/chromium_org/content/test/ |
test_backing_store.cc | 18 RenderProcessHost* process,
|
test_backing_store.h | 21 RenderProcessHost* process,
|
/external/chromium_org/extensions/browser/ |
event_listener_map.h | 30 // that an event can be dispatched to. This is a lazy listener if |process| is 34 // is listening to the event. It is associated with no process, so to dispatch 35 // an event to a lazy listener one must start a process running the associated 48 content::RenderProcessHost* process, 58 content::RenderProcessHost* process; member in struct:extensions::EventListener 100 // Removes all listeners with process equal to |process|. 101 void RemoveListenersForProcess(const content::RenderProcessHost* process); 115 // Returns true if there is a listener for |extension_id| in |process|. 116 bool HasProcessListener(content::RenderProcessHost* process, [all...] |
/external/chromium_org/ipc/ |
ipc_platform_file.h | 10 #include "base/process/process.h" 42 // Returns a file handle equivalent to |file| that can be used in |process|. 45 base::ProcessHandle process,
|
/external/chromium_org/native_client_sdk/src/tools/ |
run.py | 66 process = subprocess.Popen(cmd, env=env) 85 return server.ServeUntilSubprocessDies(process) 87 if process.returncode is None: 88 process.kill()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
StyleElement.h | 58 void process(Element*);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
LinkResource.h | 57 virtual void process() = 0;
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
ConvolverNode.h | 48 virtual void process(size_t framesToProcess); 69 // This synchronizes dynamic changes to the convolution impulse response with process().
|
MediaElementAudioSourceNode.h | 51 virtual void process(size_t framesToProcess);
|
MediaStreamAudioDestinationNode.h | 49 virtual void process(size_t framesToProcess);
|
MediaStreamAudioSourceNode.h | 51 virtual void process(size_t framesToProcess);
|
WaveShaperProcessor.h | 53 virtual void process(const AudioBus* source, AudioBus* destination, size_t framesToProcess); 67 // This synchronizes process() with setCurve().
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioDelayDSPKernel.h | 37 virtual void process(const float* source, float* destination, size_t framesToProcess);
|
Reverb.h | 50 void process(const AudioBus* sourceBus, AudioBus* destinationBus, size_t framesToProcess);
|
ZeroPole.cpp | 39 void ZeroPole::process(const float *source, float *destination, unsigned framesToProcess) function in class:WebCore::ZeroPole
|
/external/chromium_org/third_party/libevent/ |
evrpc-internal.h | 40 int (*process)(struct evhttp_request *, struct evbuffer *, void *); member in struct:evrpc_hook
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
linker.h | 61 * classes must implement \c ::visit_field and may override \c ::process. 68 * Classes that overload this function should call \c ::process from the 75 void process(ir_variable *var);
|
/external/icu4c/layout/ |
AlternateSubstSubtables.cpp | 17 le_uint32 AlternateSubstitutionSubtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter) const function in class:AlternateSubstitutionSubtable
|