HomeSort by relevance Sort by last modified time
    Searched defs:Processor (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
Processor.java 23 public interface Processor {
  /external/markdown/markdown/
postprocessors.py 14 class Processor:
19 class Postprocessor(Processor):
preprocessors.py 16 class Processor:
21 class Preprocessor (Processor):
treeprocessors.py 8 class Processor:
13 class Treeprocessor(Processor):
  /external/emma/core/java12/com/vladium/emma/
Processor.java 7 * $Id: Processor.java,v 1.1.2.1 2004/07/16 23:32:03 vlad_r Exp $
22 abstract class Processor
93 protected Processor ()
103 // no Processor state needs validation
  /external/guice/core/src/com/google/inject/internal/
AbstractBindingProcessor.java 135 * Processor for visiting bindings. Each overriden method that wants to
138 abstract class Processor<T, V> extends DefaultBindingTargetVisitor<T, V> {
144 Processor(BindingImpl<T> binding) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 41 struct tgsi_processor Processor;
tgsi_exec.h 272 unsigned Processor; /**< TGSI_PROCESSOR_x */
274 /* GEOMETRY processor only. */
279 /* FRAGMENT processor only. */
  /external/v8/src/parsing/
rewriter.cc 14 class Processor: public AstVisitor {
16 Processor(Isolate* isolate, Scope* scope, Variable* result,
28 Processor(Parser* parser, Scope* scope, Variable* result,
40 ~Processor() override {}
94 Statement* Processor::AssignUndefinedBefore(Statement* s) {
108 void Processor::Process(ZoneList<Statement*>* statements) {
116 void Processor::VisitBlock(Block* node) {
130 void Processor::VisitExpressionStatement(ExpressionStatement* node) {
140 void Processor::VisitIfStatement(IfStatement* node) {
159 void Processor::VisitIterationStatement(IterationStatement* node)
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
asm-debug-all-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-xml-3.3.jar 
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasBenchmark.java 60 // Message processor to handle notifications for when kernel completes
74 // Processor is a helper thread for running the work without
76 class Processor extends Thread {
90 Processor(RenderScript rs, boolean benchmarkMode) {
232 public Processor mProcessor;
275 mProcessor = new Processor(RenderScript.create(this), !mDemoMode);
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 36 // Each processor has a SchedClassDesc table with an entry for each SchedClass.
219 // Gather and sort processor information
221 Records.getAllDerivedDefinitions("Processor");
224 // Begin processor table
229 // For each processor
231 // Next processor
232 Record *Processor = ProcessorList[i];
234 const std::string &Name = Processor->getValueAsString("Name");
236 Processor->getValueAsListOfDefs("Features");
241 << "\"Select the " << Name << " processor\", ";
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 35 public class Processor
50 * Creates a new processor that operates on the given environment.
58 public Processor(Variables variables,
    [all...]
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 121 // Message processor to handle notifications for when kernel completes
129 // UI processor it can now enqueue more work if additional updates
144 // Processor is a helper thread for running the work without
146 class Processor extends Thread {
198 Processor(RenderScript rs, boolean benchmarkMode) {
240 Processor(RenderScript rs, TextureView v, boolean benchmarkMode) {
575 public Processor mProcessor;
744 mProcessor = new Processor(RenderScript.create(this), mDisplayViewIO, !mDemoMode);
747 mProcessor = new Processor(RenderScript.create(this), !mDemoMode);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 126 // Message processor to handle notifications for when kernel completes
134 // UI processor it can now enqueue more work if additional updates
146 // Processor is a helper thread for running the work without
148 class Processor extends Thread {
191 Processor(RenderScript rs, TextureView v, boolean benchmarkMode) {
540 public Processor mProcessor;
705 mProcessor = new Processor(RenderScript.create(this), mDisplayView, !mDemoMode);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 

Completed in 876 milliseconds

1 2 3