Searched refs:process (Results 126 - 150 of 714) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/hash/
H A DAbstractStreamingHashFunction.java73 /** Number of bytes to be filled before process() invocation(s). */
76 /** Number of bytes processed per process() invocation. */
80 * Constructor for use by subclasses. This hasher instance will process chunks of the specified
83 * @param chunkSize the number of bytes available per {@link #process(ByteBuffer)} invocation;
91 * Constructor for use by subclasses. This hasher instance will process chunks of the specified
95 * @param chunkSize the number of bytes available per {@link #process(ByteBuffer)} invocation;
114 protected abstract void process(ByteBuffer bb); method in class:AbstractStreamingHashFunction.AbstractStreamingHasher
122 * {@link #process(ByteBuffer)}.
132 process(bb);
160 // Now process directl
[all...]
/external/icu4c/layout/
H A DCursiveAttachmentSubtables.cpp17 le_uint32 CursiveAttachmentSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:CursiveAttachmentSubtable
H A DSegmentArrayProcessor.cpp36 void SegmentArrayProcessor::process(LEGlyphStorage &glyphStorage) function in class:SegmentArrayProcessor
H A DSegmentSingleProcessor.cpp36 void SegmentSingleProcessor::process(LEGlyphStorage &glyphStorage) function in class:SegmentSingleProcessor
H A DStateTableProcessor.h27 void process(LEGlyphStorage &glyphStorage);
H A DTrimmedArrayProcessor.cpp38 void TrimmedArrayProcessor::process(LEGlyphStorage &glyphStorage) function in class:TrimmedArrayProcessor
/external/linux-tools-perf/util/
H A Devent.h160 perf_event__handler_t process,
162 int perf_event__synthesize_threads(perf_event__handler_t process,
164 int perf_event__synthesize_kernel_mmap(perf_event__handler_t process,
169 int perf_event__synthesize_modules(perf_event__handler_t process,
/external/webkit/Source/WebCore/dom/
H A DStyleElement.cpp61 process(element);
87 process(element);
93 process(element);
97 void StyleElement::process(Element* e) function in class:WebCore::StyleElement
/external/webkit/Source/WebCore/platform/audio/
H A DAudioDSPKernelProcessor.h62 virtual void process(AudioBus* source, AudioBus* destination, size_t framesToProcess);
H A DBiquad.h49 void process(const float* sourceP, float* destP, size_t framesToProcess);
H A DHRTFPanner.cpp44 // We ASSERT the delay values used in process() with this value.
162 // This algorithm currently requires that we process in power-of-two size chunks at least 128.
218 m_delayLineL.process(segmentSourceL, segmentDestinationL, framesPerSegment);
219 m_delayLineR.process(segmentSourceR, segmentDestinationR, framesPerSegment);
222 m_convolverL.process(kernelL->fftFrame(), segmentDestinationL, segmentDestinationL, framesPerSegment);
223 m_convolverR.process(kernelR->fftFrame(), segmentDestinationR, segmentDestinationR, framesPerSegment);
H A DReverbConvolverStage.h52 void process(float* source, size_t framesToProcess);
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.h72 void process(const Path&, LoopBlinnPathCache&);
/external/webkit/Source/WebCore/webaudio/
H A DAudioBasicProcessorNode.h45 virtual void process(size_t framesToProcess);
H A DAudioChannelSplitter.cpp54 void AudioChannelSplitter::process(size_t framesToProcess) function in class:WebCore::AudioChannelSplitter
H A DBiquadProcessor.h55 virtual void process(AudioBus* source, AudioBus* destination, size_t framesToProcess);
H A DConvolverNode.h48 virtual void process(size_t framesToProcess);
63 // This synchronizes dynamic changes to the convolution impulse response with process().
H A DRealtimeAnalyserNode.cpp52 void RealtimeAnalyserNode::process(size_t framesToProcess) function in class:WebCore::RealtimeAnalyserNode
77 // Render input stream - try to render directly into output bus for pass-through processing where process() doesn't need to do anything...
/external/webkit/Source/WebKit/mac/Carbon/
H A DCarbonUtils.m51 ProcessSerialNumber process;
53 // Force us to register with process server, this ensure that the process
55 GetCurrentProcess( &process );
/external/webkit/Source/WebKit2/UIProcess/
H A DGeolocationPermissionRequestManagerProxy.cpp66 m_page->process()->send(Messages::WebPage::DidReceiveGeolocationPermissionDecision(geolocationID, allowed), m_page->pageID());
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextChecker.cpp55 WebProcessProxy* webProcess = contexts[i]->process();
/external/qemu/elff/
H A Ddwarf_defs.h266 const void* process(Dwarf_Value* value, bool sign) const { function in struct:Dwarf_Leb128
272 * See process() for more info.
275 return process(value, false);
279 * See process() for more info.
282 return process(value, true);
314 const Dwarf_Abbr_AT* process(Dwarf_At* at_value, Dwarf_Form* form) const { function in struct:Dwarf_Abbr_AT
365 process(NULL, &tag);
380 const Dwarf_Abbr_AT* process(Dwarf_AbbrNum* abbr_index, function in struct:Dwarf_Abbr_DIE
443 const Elf_Byte* process(Dwarf_AbbrNum* abbr_number) const { function in struct:Dwarf_DIE
595 const Dwarf_STMTL_FileDesc* process(Elf_Wor function in struct:Dwarf_STMTL_FileDesc
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_event_router.h34 // Add or remove the process/extension pair as a listener for |event_name|.
35 // Note that multiple extensions can share a process due to process
39 RenderProcessHost* process,
42 RenderProcessHost* process,
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_stream_importer.js120 var process = this.model_.getOrCreateProcess(pid);
124 var thread = process.getOrCreateThread(threadName);
136 var process = this.model_.getOrCreateProcess(pid);
142 var counter = process.getOrCreateCounter('streamed', counterName);
/external/dropbear/libtomcrypt/src/mac/hmac/
H A Dhmac_done.c74 if ((err = hash_descriptor[hash].process(&hmac->md, buf, HMAC_BLOCKSIZE)) != CRYPT_OK) {
77 if ((err = hash_descriptor[hash].process(&hmac->md, isha, hashsize)) != CRYPT_OK) {

Completed in 1415 milliseconds

1234567891011>>