Searched refs:processing (Results 1 - 25 of 42) sorted by relevance

12

/external/android-mock/src/com/google/android/testing/mocking/
H A DUsesMocksProcessor.java28 import javax.annotation.processing.AbstractProcessor;
29 import javax.annotation.processing.RoundEnvironment;
30 import javax.annotation.processing.SupportedAnnotationTypes;
31 import javax.annotation.processing.SupportedOptions;
32 import javax.annotation.processing.SupportedSourceVersion;
68 * {@link javax.annotation.processing.AbstractProcessor} for more details.
108 * @param environment the environment for this round of processing as provided to the main
213 // Eclipse annotation processing doesn't support class creation.
222 * Workaround to save the mocks for Eclipse's annotation processing framework which doesn't
H A DProcessorLogger.java30 import javax.annotation.processing.ProcessingEnvironment;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoe.h103 VoEWrapper(webrtc::VoEAudioProcessing* processing, argument
116 processing_(processing),
131 webrtc::VoEAudioProcessing* processing() const { return processing_.get(); } function in class:cricket::VoEWrapper
H A Dwebrtcvoiceengine.cc541 if (voe_wrapper_->processing()->GetAgcConfig(default_agc_config_) == -1) {
730 webrtc::VoEAudioProcessing* voep = voe_wrapper_->processing();
787 if (voe_wrapper_->processing()->SetAgcConfig(default_agc_config_) == -1) {
880 voe_wrapper_->processing()->SetDelayOffsetMs(offset);
881 if (voe_wrapper_->processing()->DelayOffsetMs() != offset) {
1403 if (voe_wrapper_->processing()->SetAgcConfig(config) == -1) {
1591 if (voe_wrapper_->processing()->StartDebugRecording(
1603 if (voe_wrapper_->processing()->StopDebugRecording() !=
1711 if (engine()->voe()->processing()->SetRxAgcStatus(
1730 if (engine()->voe()->processing()
[all...]
/external/chromium_org/webkit/data/test_shell/sort/
H A Dsort.js128 var processing = t - this.last_time;
129 this.processing_min = Math.min(this.processing_min, processing);
130 this.processing_max = Math.max(this.processing_max, processing);
131 this.processing_total += processing;
132 var step_time = processing + overhead;
/external/android-mock/tests/com/google/android/testing/mocking/
H A DUsesMocksProcessorTest.java35 import javax.annotation.processing.Filer;
36 import javax.annotation.processing.Messager;
37 import javax.annotation.processing.ProcessingEnvironment;
38 import javax.annotation.processing.RoundEnvironment;
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dui.js232 var processing = document.createElement('progress');
233 processing.className = 'process-text';
234 processing.textContent = 'Processing...';
235 this.appendChild(processing);
247 $(this).addClass('processing');
271 $(this).removeClass('processing');
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar ... equinox/internal/p2/artifact/ org/eclipse/equinox/internal/p2/artifact/processing/ org/eclipse/equinox/internal/p2/artifact/processing/AbstractBufferingStep.class ...
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
H A Dresults.css178 .processing .actions {
182 .processing .process-text {
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dwin_tool.py242 processing = set(os.path.basename(x) for x in lines if x.startswith(prefix))
244 if not line.startswith(prefix) and line not in processing:
/external/stlport/test/eh/
H A Dintel45.mak56 #Library selection should be BEFORE debug processing!!!
H A Dintel50.mak57 #Library selection should be BEFORE debug processing!!!
/external/compiler-rt/make/
H A Dsubdir.mk73 $$(info MAKE: $$(Dir): Done processing subdirectory)
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathParser.cpp115 nodeTypeNames.add("processing-instruction");
380 if (name == "processing-instruction")
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dreg.php39 * - If number_highlighting is enabled during processing of this syntax file
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s85 @ Start processing
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s85 @ Start processing
/external/chromium_org/net/spdy/
H A Dspdy_framer.cc553 // when processing DATA frames below.
1278 size_t processing = std::min( local
1283 if (processing == 8) {
1293 processing);
1294 settings_scratch_.setting_buf_len += processing;
1308 unprocessed_bytes -= processing;
1309 processed_bytes += processing;
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp240 // If so, don't do any more processing.
/external/compiler-rt/
H A DMakefile273 $(info MAKE: Done processing Makefile)
/external/oprofile/events/mips/1004K/
H A Devents55 event:0x24 counters:0 um:zero minimum:500 name:INTERVENTION_STALLS : 36-0 Cache coherence intervention processing stall cycles
134 event:0x424 counters:1 um:zero minimum:500 name:INTERVENTION_MISS_STALLS : 36-1 Cache coherence intervention processing stall cycles due to an earlier miss
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex84 to be used in the next phase of the workload processing.
176 overload of CPU processing capabilities on the replay system. (Refer to
299 Both commands exit immediately after processing the option.
437 Both commands exit immediately after processing the option.
/external/llvm/lib/Support/Windows/
H A DSignals.inc468 // Allow normal processing to take place; i.e., the process dies.
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.lua358 log("** Done processing %d files. %s",
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_short_idct32x32_add_neon.asm434 ; transpose pair loop processing
1135 ; bands loop processing
1146 ; pass loop processing
1289 ; bands loop processing

Completed in 1845 milliseconds

12