Home
last modified time | relevance | path

Searched refs:processing (Results 1 – 25 of 605) sorted by relevance

12345678910>>...25

/external/ImageMagick/scripts/
Dxsnap166 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/
DCertPathReviewerMessages.properties10 ## 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/fipsmodule/
Dghashv8-armx32.S31 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing
37 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
52 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing
74 veor q9,q9,q3 @ Karatsuba pre-processing
78 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
143 veor q9,q9,q7 @ Karatsuba pre-processing
155 veor q10,q10,q3 @ Karatsuba pre-processing
165 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
189 veor q9,q9,q7 @ Karatsuba pre-processing
205 veor q9,q9,q3 @ Karatsuba pre-processing
[all …]
/external/boringssl/ios-arm/crypto/fipsmodule/
Dghashv8-armx32.S32 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing
38 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
53 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing
77 veor q9,q9,q3 @ Karatsuba pre-processing
81 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
148 veor q9,q9,q7 @ Karatsuba pre-processing
160 veor q10,q10,q3 @ Karatsuba pre-processing
170 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
194 veor q9,q9,q7 @ Karatsuba pre-processing
210 veor q9,q9,q3 @ Karatsuba pre-processing
[all …]
/external/swiftshader/docs/
DIndex.md11processing. Generating code at run-time allows to eliminate code branches and optimizes register u…
19 …ized processing routines for draw calls and coordinates the execution of rendering tasks. It defin…
21 …ically generate code in a WYSIWYG fashion. It allows to specialize the processing routines for the…
40 …tion of states is encountered again it will reuse the routine that performs the desired processing.
42processing a batch of vertices. The fixed-function T&L pipeline is implemented by [VertexPipeline]…
46 …elPipeline](../src/Shader/PixelPipeline.cpp), while programmable pixel processing with a shader is…
50 Aside from creating and managing the processing routines with the help of the Processor classes, th…
/external/webrtc/talk/media/webrtc/
Dwebrtcvoe.h97 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/
Daudio_send_stream.cc129 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/
DREADME.txt7 -n ... optional; if supplied, namespace processing is turned on
9 <buffer size> ... size of processing buffer;
/external/swiftshader/third_party/LLVM/test/Integer/
Dvarargs_new_bt.ll17 ; Initialize variable argument processing
28 ; Stop processing of arguments.
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dva.ll10 ; Initialize variable argument processing
24 ; Stop processing of arguments.
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DComponentProcessor.java31 import javax.annotation.processing.Filer;
32 import javax.annotation.processing.Messager;
33 import javax.annotation.processing.ProcessingEnvironment;
34 import javax.annotation.processing.Processor;
/external/libxml2/os400/libxmlrpg/
Dxinclude.rpgle2 * Description: API to handle XInclude processing,
90 * standalone processing
132 * contextual processing
/external/python/cpython2/Doc/library/
Dhtmlparser.rst115 Force processing of all buffered data as if it were followed by an end-of-file
117 processing at the end of the input, but the redefined version should always call
135 be needed for structured processing, but may be useful in dealing with HTML "as
222 This method is called when a processing instruction is encountered. The *data*
223 parameter will contain the entire processing instruction. For example, for the
224 processing instruction ``<?proc color='red'>``, this method would be called as
229 The :class:`.HTMLParser` class uses the SGML syntactic rules for processing
230 instructions. An XHTML processing instruction using the trailing ``'?'`` will
/external/swiftshader/third_party/LLVM/test/Feature/
Dvarargs_new.ll19 ; Initialize variable argument processing
34 ; Stop processing of arguments.
/external/llvm/test/Feature/
Dvarargs_new.ll19 ; Initialize variable argument processing
34 ; Stop processing of arguments.
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DValidationReportTest.java22 import javax.annotation.processing.AbstractProcessor;
23 import javax.annotation.processing.RoundEnvironment;
/external/llvm/test/Transforms/Reassociate/
Dprev_insts_canonicalized.ll3 ; These tests make sure that before processing insts
46 ; If the operands of the phi are sheduled for processing before
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.texi68 * Improved processing of POST data::
100 @node Improved processing of POST data
101 @chapter Improved processing of POST data
/external/llvm/test/tools/llvm-readobj/
Dgnu-sections.test19 ELF32-NEXT: O (extra OS processing required) o (OS specific), p (processor specific)
35 ELF64-NEXT: O (extra OS processing required) o (OS specific), p (processor specific)
/external/libjpeg-turbo/
Dstructure.txt53 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/
DCharStreamState.as40 /** 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/
DREADME2 commands scan this directory processing all files that end in '.conf'.
/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-undefined.txt52 # 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/
DREADME.chromium8 WebRTC provides real time voice and video processing
/external/arm-neon-tests/
Darmscript.inc1 ERROR=ABORT // Abort if error occurs when processing the script

12345678910>>...25