HomeSort by relevance Sort by last modified time
    Searched refs:processing (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/android-mock/src/com/google/android/testing/mocking/
UsesMocksProcessor.java 28 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
113 logger.printMessage(Kind.NOTE, "Start Processing Annotations");
134 logger.printMessage(Kind.NOTE, "Processing " + annotatedElements);
213 // Eclipse annotation processing doesn't support class creation
    [all...]
ProcessorLogger.java 30 import javax.annotation.processing.ProcessingEnvironment;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoe.h 103 VoEWrapper(webrtc::VoEAudioProcessing* processing,
116 processing_(processing),
131 webrtc::VoEAudioProcessing* processing() const { return processing_.get(); } function in class:cricket::VoEWrapper
webrtcvoiceengine.cc 541 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) {
    [all...]
  /external/android-mock/tests/com/google/android/testing/mocking/
UsesMocksProcessorTest.java 35 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/
ui.js 232 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/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
results.css 178 .processing .actions {
182 .processing .process-text {
  /external/chromium_org/v8/test/webkit/fast/js/
stack-overflow-arrity-catch.js 41 // now cause a stack overflow exception due to arrity processing
72 // now cause a stack overflow exception due to arrity processing
  /external/chromium_org/third_party/jstemplate/
jstemplate_example.js 71 * Performance test: jst initial processing.
86 * Performance test: jst reprocessing or previous processing output.
98 * Performance test: jst initial processing, with display:none during
99 * processing.
  /external/chromium_org/v8/test/webkit/fast/regex/
alternative-length-miscalculation.js 25 "This page tests for length miscalculations in regular expression processing."
  /external/chromium_org/v8/test/webkit/
regexp-many-brackets.js 25 'Test regular expression processing with many capturing brackets (200).'
regexp-alternatives.js 25 'Test regular expression processing with alternatives.'
  /external/stlport/test/eh/
intel45.mak 56 #Library selection should be BEFORE debug processing!!!
intel50.mak 57 #Library selection should be BEFORE debug processing!!!
  /external/chromium_org/webkit/data/test_shell/sort/
sort.js 128 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/chromium_org/tools/checkdeps/
checkdeps.py 75 processing, and calling Report() will print a report of results.
  /external/chromium_org/tools/grit/grit/gather/
interface.py 31 which case we should not do some types of processing on the
41 # we should not do some types of processing on the translateable bits.
  /external/chromium_org/v8/tools/
logreader.js 34 * Base class for processing log files.
36 * @param {Array.<Object>} dispatchTable A table used for parsing and processing
  /external/v8/tools/
logreader.js 34 * Base class for processing log files.
36 * @param {Array.<Object>} dispatchTable A table used for parsing and processing
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
server.js 60 // Automation server listens socket and passed its processing to
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 238 # Processing C:\Program Files (x86)\Microsoft SDKs\...\include\objidl.idl
241 prefix = 'Processing '
242 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/chromium_org/v8/test/mjsunit/regress/
regress-1184.js 41 // stack with catcher set while processing exception
  /external/compiler-rt/make/
subdir.mk 31 $$(info MAKE: $(Dir): Processing subdirectory)
73 $$(info MAKE: $$(Dir): Done processing subdirectory)
  /external/v8/test/mjsunit/regress/
regress-1184.js 41 // stack with catcher set while processing exception

Completed in 656 milliseconds

1 2 3 4 5