Searched refs:process (Results 401 - 425 of 714) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/notifications/
H A Dballoon_host.cc36 // process to render it, so that it can communicate with other views in the
209 static_cast<BrowserRenderProcessHost*>(rvh->process())->set_installed_app(
/external/chromium/chrome/browser/rlz/
H A Drlz.cc11 #include <process.h>
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DLiteralOpUpgrader.java49 * @param ssaMethod {@code non-null;} method to process
51 public static void process(SsaMethod ssaMethod) { method in class:LiteralOpUpgrader
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php64 // If a match - process the directory
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProcessor.java254 generator.process (mdata, cdata, srcpathCache, toolProperties);
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractStreamingHasherTest.java112 * sinks process it; all should produce the same answer, the only difference should be the
113 * number of process()/processRemaining() invocations, due to alignment.
174 @Override protected void process(ByteBuffer bb) { method in class:AbstractStreamingHasherTest.Sink
192 assertEquals(before + 1, after); // default implementation pads and calls process()
/external/icu4c/layout/
H A DLookupProcessor.cpp49 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, function in class:LookupProcessor
/external/icu4c/test/intltest/
H A Didnaref.cpp107 case punycode_overflow : /* Input requires wider integers to process. */
295 b1Len = prep->process(src,srcLength,b1, b1Capacity,allowUnassigned,parseError,*status);
308 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status);
483 // step 2: process the string
484 b1Len = prep->process(src,srcLength,b1,b1Capacity,allowUnassigned, parseError, *status);
496 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status);
H A Dnptrans.cpp184 int32_t NamePrepTransform::process( const UChar* src, int32_t srcLength, function in class:NamePrepTransform
H A Dsimplethread.cpp143 #include <process.h>
222 // occur if the main thread of a process exits concurrently with some
/external/libsepol/tests/policies/test-expander/
H A Dsmall-base.conf8 class process
261 # Define the access vector interpretation for process-related objects
264 class process
/external/linux-tools-perf/util/
H A Dmap.h148 void machines__process(struct rb_root *self, machine__process_t process, void *data);
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp33 #include <process.h> // _beginthreadex()
/external/webkit/Source/WebCore/platform/audio/
H A DBiquad.cpp67 void Biquad::process(const float* sourceP, float* destP, size_t framesToProcess) function in class:WebCore::Biquad
H A DSincResampler.cpp141 void SincResampler::process(float* source, float* destination, unsigned numberOfSourceFrames) function in class:WebCore::SincResampler
/external/webkit/Source/WebCore/webaudio/
H A DAudioPannerNode.cpp89 void AudioPannerNode::process(size_t framesToProcess) function in class:WebCore::AudioPannerNode
/external/webkit/Source/WebKit2/UIProcess/
H A DWebContext.h77 WebProcessProxy* process() const { return m_process.get(); } function in class:WebKit::WebContext
84 // Disconnect the process from the context.
H A DWebFrameProxy.cpp94 m_page->process()->send(Messages::WebPage::StopLoadingFrame(m_frameID), m_page->pageID());
/external/webp/src/utils/
H A Dthread.c31 #include <process.h>
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c89 * sample, we have a very simplified selection process, where we pick
271 source->process(state, source);
274 // If a sensor has data, process it now.
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_tls.c276 eap->process = eap_tls_process;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_gtc.c222 eap->process = eap_gtc_process;
H A Deap_tls.c276 eap->process = eap_tls_process;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_gtc.c216 eap->process = eap_gtc_process;
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_gtc.c216 eap->process = eap_gtc_process;

Completed in 817 milliseconds

<<11121314151617181920>>