Searched defs:Processor (Results 1 - 24 of 24) sorted by relevance

/external/markdown/markdown/
H A Dpostprocessors.py14 class Processor: class in inherits:
19 class Postprocessor(Processor):
H A Dpreprocessors.py16 class Processor: class in inherits:
21 class Preprocessor (Processor):
H A Dtreeprocessors.py8 class Processor: class in inherits:
13 class Treeprocessor(Processor):
/external/chromium_org/third_party/closure_compiler/
H A Dprocessor.py48 class Processor(object): class in inherits:object
H A Dprocessor_test.py9 from processor import FileCache, Processor, LineNumber namespace
42 self._processor = Processor("/checked.js")
99 self.processor_ = Processor("/century.js")
H A Dcompiler_customization_test.py10 from processor import FileCache, Processor namespace
26 _ASSERT_DEFINITION = Processor(rel_to_abs(ASSERT_FILE)).contents
27 _CR_DEFINE_DEFINITION = Processor(rel_to_abs(CR_FILE)).contents
28 _CR_UI_DECORATE_DEFINITION = Processor(rel_to_abs(UI_FILE)).contents
/external/emma/core/java12/com/vladium/emma/
H A DProcessor.java7 * $Id: Processor.java,v 1.1.2.1 2004/07/16 23:32:03 vlad_r Exp $
22 abstract class Processor class
93 protected Processor () method in class:Processor
103 // no Processor state needs validation
/external/chromium_org/third_party/markdown/
H A Dutil.py126 class Processor(object): class in inherits:object
/external/proguard/src/proguard/evaluation/
H A DProcessor.java35 public class Processor class in inherits:InstructionVisitor
55 public Processor(Variables variables, method in class:Processor
/external/chromium_org/v8/src/
H A Drewriter.cc16 class Processor: public AstVisitor { class in namespace:v8::internal
18 Processor(Variable* result, Zone* zone, AstNode::IdGen* ast_node_id_gen) function in class:v8::internal::Processor
23 // Passing a null AstValueFactory is fine, because Processor doesn't
29 virtual ~Processor() { }
75 void Processor::Process(ZoneList<Statement*>* statements) {
82 void Processor::VisitBlock(Block* node) {
95 void Processor::VisitModuleStatement(ModuleStatement* node) {
102 void Processor::VisitExpressionStatement(ExpressionStatement* node) {
111 void Processor::VisitIfStatement(IfStatement* node) {
122 void Processor
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h41 struct tgsi_processor Processor; member in struct:tgsi_full_header
H A Dtgsi_exec.h272 unsigned Processor; /**< TGSI_PROCESSOR_x */ member in struct:tgsi_exec_machine
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h41 struct tgsi_processor Processor; member in struct:tgsi_full_header
H A Dtgsi_exec.h272 unsigned Processor; /**< TGSI_PROCESSOR_x */ member in struct:tgsi_exec_machine
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-xml-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/xml/ASMContentHandler$AnnotationDefaultRule.class " package org.objectweb ...
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp241 Records.getAllDerivedDefinitions("Processor");
252 Record *Processor = ProcessorList[i]; local
254 const std::string &Name = Processor->getValueAsString("Name");
256 Processor->getValueAsListOfDefs("Features");
718 std::string("Processor does not define resources for ")
772 std::string("Processor does not define resources for ")
797 PrintFatalError(SubDef->getLoc(), "Processor resource group "
1207 OS << " " << PI->Index << ", // Processor ID\n";
1229 Records.getAllDerivedDefinitions("Processor");
1241 Record *Processor local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_shader_tokens.h50 unsigned Processor : 4; /* TGSI_PROCESSOR_ */ member in struct:tgsi_processor
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h50 unsigned Processor : 4; /* TGSI_PROCESSOR_ */ member in struct:tgsi_processor
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c300 typedef enum XML_Error PTRCALL Processor(XML_Parser parser, typedef in typeref:enum:Processor
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 entityValueInitProcesso
[all...]
/external/expat/lib/
H A Dxmlparse.c300 typedef enum XML_Error PTRCALL Processor(XML_Parser parser, typedef in typeref:enum:Processor
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 entityValueInitProcesso
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 2485 milliseconds