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

  /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/chromium_org/v8/src/
rewriter.cc 39 class Processor: public AstVisitor {
41 Processor(Variable* result, Zone* zone)
50 virtual ~Processor() { }
96 void Processor::Process(ZoneList<Statement*>* statements) {
103 void Processor::VisitBlock(Block* node) {
116 void Processor::VisitModuleStatement(ModuleStatement* node) {
123 void Processor::VisitExpressionStatement(ExpressionStatement* node) {
132 void Processor::VisitIfStatement(IfStatement* node) {
143 void Processor::VisitIterationStatement(IterationStatement* node) {
151 void Processor::VisitDoWhileStatement(DoWhileStatement* node)
    [all...]
  /external/v8/src/
rewriter.cc 39 class Processor: public AstVisitor {
41 explicit Processor(Variable* result)
48 virtual ~Processor() { }
92 void Processor::Process(ZoneList<Statement*>* statements) {
99 void Processor::VisitBlock(Block* node) {
112 void Processor::VisitExpressionStatement(ExpressionStatement* node) {
121 void Processor::VisitIfStatement(IfStatement* node) {
132 void Processor::VisitIterationStatement(IterationStatement* node) {
140 void Processor::VisitDoWhileStatement(DoWhileStatement* node) {
145 void Processor::VisitWhileStatement(WhileStatement* node)
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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. */
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
asm-debug-all-4.0.jar 
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 34 // Each processor has a SchedClassDesc table with an entry for each SchedClass.
239 // Gather and sort processor information
241 Records.getAllDerivedDefinitions("Processor");
244 // Begin processor table
249 // For each processor
251 // Next processor
252 Record *Processor = ProcessorList[i];
254 const std::string &Name = Processor->getValueAsString("Name");
256 Processor->getValueAsListOfDefs("Features");
261 << "\"Select the " << Name << " processor\", ";
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 38 public class Processor
55 * Creates a new processor that operates on the given environment.
61 public Processor(Variables variables,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 50 unsigned Processor : 4; /* TGSI_PROCESSOR_ */
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 50 unsigned Processor : 4; /* TGSI_PROCESSOR_ */
  /external/expat/lib/
xmlparse.c 300 typedef enum XML_Error PTRCALL Processor(XML_Parser parser,
305 static Processor prologProcessor;
306 static Processor prologInitProcessor;
307 static Processor contentProcessor;
308 static Processor cdataSectionProcessor;
310 static Processor ignoreSectionProcessor;
311 static Processor externalParEntProcessor;
312 static Processor externalParEntInitProcessor;
313 static Processor entityValueProcessor;
314 static Processor entityValueInitProcessor
611 #define processor macro
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/emma/lib/
emma.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 880 milliseconds