/external/ImageMagick/scripts/ |
D | xsnap | 166 frame .options.processing -relief sunken -borderwidth 2 167 frame .options.processing.checks 168 checkbutton .options.processing.checks.dither -text "Dither" -width 11 \ 170 checkbutton .options.processing.checks.negate -text "Negate" -width 11 \ 172 checkbutton .options.processing.checks.monochrome -text "Monochrome" \ 174 checkbutton .options.processing.checks.trim -text "Trim" -anchor w \ 176 pack .options.processing.checks.dither .options.processing.checks.negate \ 177 .options.processing.checks.monochrome .options.processing.checks.trim \ 179 pack .options.processing.checks 180 frame .options.processing.colors [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 10 ## name constraints processing errors 54 # error processing the name constraints extension 56 CertPathReviewer.ncExtError.text = Name constraint checking failed: there was an error processing t… 57 CertPathReviewer.ncExtError.summary = Error processing the name constraints extension. 58 …ExtError.details = Name constraint checking failed: there was an error processing the name constra… 60 # error processing the subject alternative name extension 62 …ameExtError.text = Name constraint checking failed: there was an error processing the subject alte… 63 CertPathReviewer.subjAltNameExtError.summary = Error processing the subject alternative name extens… 64 …ExtError.details = Name constraint checking failed: there was an error processing the subject alte… 84 …engthConstError.text = Path length checking failed: there was an error processing the basic constr… [all …]
|
/external/boringssl/linux-arm/crypto/modes/ |
D | ghashv8-armx32.S | 29 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing 35 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing 50 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing 71 veor q9,q9,q3 @ Karatsuba pre-processing 75 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing 139 veor q9,q9,q7 @ Karatsuba pre-processing 151 veor q10,q10,q3 @ Karatsuba pre-processing 161 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing 185 veor q9,q9,q7 @ Karatsuba pre-processing 201 veor q9,q9,q3 @ Karatsuba pre-processing [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/ |
D | domain.py | 87 self.processing = data['processing'] 131 def processing(self): member in Domain 134 @processing.setter 135 def processing(self, value): member in Domain
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoe.h | 97 VoEWrapper(webrtc::VoEAudioProcessing* processing, in VoEWrapper() argument 105 processing_(processing), in VoEWrapper() 115 webrtc::VoEAudioProcessing* processing() const { return processing_.get(); } in processing() function
|
/external/webrtc/webrtc/audio/ |
D | audio_send_stream.cc | 129 ScopedVoEInterface<VoEAudioProcessing> processing(voice_engine()); in GetStats() local 176 int error = processing->GetEcMetricsStatus(echo_metrics_on); in GetStats() 184 error = processing->GetEcDelayMetrics(median, std, dummy); in GetStats() 195 error = processing->GetEchoMetrics(erl, erle, dummy1, dummy2); in GetStats()
|
/external/expat/tests/benchmark/ |
D | README.txt | 7 -n ... optional; if supplied, namespace processing is turned on 9 <buffer size> ... size of processing buffer;
|
/external/opencv3/doc/tutorials/ios/image_manipulation/ |
D | image_manipulation.markdown | 7 In this tutorial we will learn how to do basic image processing using OpenCV in iOS. 12 In *OpenCV* all the image processing operations are usually carried out on the *Mat* structure. In 64 After the processing we need to convert it back to UIImage. The code below can handle both 70 After the processing we need to convert it back to UIImage.
|
/external/llvm/test/Analysis/CFLAliasAnalysis/ |
D | va.ll | 7 ; Initialize variable argument processing 21 ; Stop processing of arguments.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
D | domain.py | 92 self.processing = data['Processing'] 132 def processing(self): member in Domain 135 @processing.setter 136 def processing(self, value): member in Domain
|
/external/libxml2/os400/libxmlrpg/ |
D | xinclude.rpgle | 2 * Description: API to handle XInclude processing, 89 * standalone processing 125 * contextual processing
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | ComponentProcessor.java | 31 import javax.annotation.processing.Filer; 32 import javax.annotation.processing.Messager; 33 import javax.annotation.processing.ProcessingEnvironment; 34 import javax.annotation.processing.Processor;
|
/external/opencv3/doc/py_tutorials/ |
D | py_tutorials.markdown | 21 you will learn different image processing functions inside OpenCV. 41 will learn different image processing functions inside OpenCV.
|
/external/llvm/test/Feature/ |
D | varargs_new.ll | 19 ; Initialize variable argument processing 34 ; Stop processing of arguments.
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | ValidationReportTest.java | 22 import javax.annotation.processing.AbstractProcessor; 23 import javax.annotation.processing.RoundEnvironment;
|
/external/opencv3/doc/tutorials/ios/video_processing/ |
D | video_processing.markdown | 49 ### Example video frame processing project 109 The property defaultFPS sets the FPS of the camera. If the processing is less fast than the desired 161 (Objective-C and C++ mixed). Then, __cplusplus is defined when the compiler is processing the file 164 #### Basic video processing 166 From here you can start processing video frames. For example the following snippet color-inverts the
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | tick.js | 38 var processing = rafCallbacks; 41 processing.forEach(function(entry) { entry[1](t); });
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.texi | 68 * Improved processing of POST data:: 100 @node Improved processing of POST data 101 @chapter Improved processing of POST data
|
/external/libjpeg-turbo/ |
D | structure.txt | 53 without the extensive pre- and post-processing provided by this library. 77 A wide range of quality vs. speed tradeoffs are possible in JPEG processing, 164 It should be clear by now that we have a lot of quasi-independent processing 230 1A. Startup initialization at the beginning of image processing. 231 The individual processing modules to be used in this run are selected 235 and calls each active processing module to configure itself 236 appropriately at the beginning of each pass. End-of-pass processing, 239 Method selection is partially distributed, in that a particular processing 246 inter-processing-step data buffer. This module is responsible for 247 invoking the processing steps that write or read that data buffer. [all …]
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | CharStreamState.as | 40 /** What line number is the scanner at before processing buffer[p]? */ 43 /** What char position 0..n-1 in line is scanner before processing buffer[p]? */
|
/external/iproute2/etc/iproute2/rt_tables.d/ |
D | README | 2 commands scan this directory processing all files that end in '.conf'.
|
/external/opencv3/doc/tutorials/photo/ |
D | table_of_content_photo.markdown | 4 Use OpenCV for advanced photo processing.
|
/external/opencv3/doc/tutorials/ |
D | tutorials.markdown | 24 you will learn about the image processing (manipulation) functions inside OpenCV. 62 advanced photo processing.
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-undefined.txt | 52 # Data-processing instructions are undefined when S=1 and for the 0b0000111 59 # Data-processing instructions (2 source) are undefined for a value of
|
/external/webrtc/webrtc/ |
D | README.chromium | 8 WebRTC provides real time voice and video processing
|