HomeSort by relevance Sort by last modified time
    Searched defs:process (Results 226 - 250 of 618) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/layout/
MarkToMarkPosnSubtables.cpp 29 le_int32 MarkToMarkPositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:MarkToMarkPositioningSubtable
PairPositioningSubtables.cpp 19 le_uint32 PairPositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:PairPositioningSubtable
30 return subtable->process(glyphIterator, fontInstance);
37 return subtable->process(glyphIterator, fontInstance);
45 le_uint32 PairPositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:PairPositioningFormat1Subtable
88 le_uint32 PairPositioningFormat2Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:PairPositioningFormat2Subtable
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeBuilder.java 37 * Acts as a facade around SableCC generated code. The simplest way to process the resulting tree is
82 * @param root The AST to post process.
88 protected void process(Start root, EscapeMode escapeMode, String templateName) { method in class:SyntaxTreeBuilder
113 process(root, escapeMode, templateName); method
  /external/mtpd/
mtpd.h 58 /* Process the incoming packet and return the next timeout interval. */
59 int (*process)(); member in struct:protocol
  /frameworks/av/media/libeffects/testlibs/
AudioFormatAdapter.h 32 // void process(const audio_sample_t * pIn,
39 // calling its process() function directly, work with the process() function of
44 // bufSize The maximum number of samples (single channel) to process on a
47 // overhead, resulting from multiple calls to the underlying process()
48 // per a single call to this class's process().
68 // Process a block of samples.
73 // numSamples The number of multi-channel samples to process.
74 void process(const void * pIn, void * pOut, uint32_t numSamples) { function in class:android::AudioFormatAdapter
81 mpProcessor->process(
    [all...]
AudioPeakingFilter.h 98 // Process a buffer of input data. The input and output should contain
104 void process(const audio_sample_t in[], audio_sample_t out[], function in class:android::AudioPeakingFilter
105 int frameCount) { mBiquad.process(in, out, frameCount); }
AudioShelvingFilter.h 92 // Process a buffer of input data. The input and output should contain
98 void process(const audio_sample_t in[], audio_sample_t out[], function in class:android::AudioShelvingFilter
99 int frameCount) { mBiquad.process(in, out, frameCount); }
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
CallbackFilter.java 85 public void process(FilterContext context) { method in class:CallbackFilter
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BrightnessFilter.java 84 mShader.process(inputImage, outputImage);
RotateFilter.java 77 mShader.process(inputImage, outputImage);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
IfElseFilterTest.java 73 process(); method
105 process(); method
ImageGoodnessFilterTest.java 63 process(); method
91 process(); method
119 process(); method
147 process(); method
175 process(); method
  /frameworks/base/tools/preload/
Operation.java 35 /** Process this operation occurred in. */
36 final Proc process; field in class:Operation
41 /** Index of this operation relative to its process. */
57 Operation(Proc process, LoadedClass loadedClass, long startTimeNanos,
59 this.process = process;
  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 104 bool DiagnosticInfos::process(DiagnosticEngine& pEngine) const function in class:DiagnosticInfos
  /ndk/toolchains/arm-linux-androideabi-clang3.2/
setup.mk 116 TARGET-process-src-files-tags = \
  /ndk/toolchains/arm-linux-androideabi-clang3.3/
setup.mk 116 TARGET-process-src-files-tags = \
  /ndk/toolchains/mipsel-linux-android-clang3.2/
setup.mk 82 TARGET-process-src-files-tags = \
  /ndk/toolchains/mipsel-linux-android-clang3.3/
setup.mk 82 TARGET-process-src-files-tags = \
  /ndk/toolchains/x86-clang3.2/
setup.mk 81 TARGET-process-src-files-tags = \
  /ndk/toolchains/x86-clang3.3/
setup.mk 81 TARGET-process-src-files-tags = \
  /packages/apps/Exchange/src/com/android/exchange/utility/
WbxmlResponseLogger.java 73 public void process(HttpResponse response, HttpContext context) throws IOException { method in class:WbxmlResponseLogger
79 // Now grab the wrapped HttpEntity so that you safely can process the response w/o
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SetFolders.java 26 import org.eclipse.cdt.core.templateengine.process.ProcessArgument;
27 import org.eclipse.cdt.core.templateengine.process.ProcessFailureException;
28 import org.eclipse.cdt.core.templateengine.process.ProcessRunner;
42 public void process(TemplateCore template, ProcessArgument[] args, String processId, method in class:SetFolders
SimpleFile.java 23 import org.eclipse.cdt.core.templateengine.process.ProcessArgument;
24 import org.eclipse.cdt.core.templateengine.process.ProcessFailureException;
25 import org.eclipse.cdt.core.templateengine.process.ProcessRunner;
50 public void process(TemplateCore template, ProcessArgument[] args, String processId, method in class:SimpleFile
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessBuilderTest.java 154 Process process = pb.start(); local
155 InputStream in = process.getInputStream();
156 InputStream err = process.getErrorStream();
160 process.waitFor();
  /external/apache-http/src/org/apache/http/protocol/
BasicHttpProcessor.java 282 public void process( method in class:BasicHttpProcessor
290 interceptor.process(request, context);
296 public void process( method in class:BasicHttpProcessor
304 interceptor.process(response, context);

Completed in 1859 milliseconds

1 2 3 4 5 6 7 8 91011>>