Searched defs:compile (Results 1 - 25 of 152) sorted by path

1234567

/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... r java.io.File f int err boolean compile java.io.BufferedReader in String s private java ...
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DJUnitCodeGen.java101 public void compile() throws IOException{ method in class:JUnitCodeGen
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb76 full_name = ( @namespace + [ @name, 'compile' ] ).join( ':' )
80 def compile!
106 desc( "compile ANTLR grammars" )
107 task( 'compile' => target_files )
201 def compile( grammar ) method in class:ANTLR3.CompileTask.GrammarSet
381 @group.compile( self )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb77 # for all grammars to compile, and then discovering there's a big dumb
82 compile( g )
133 def compile( grammar, options = {} ) method in class:ANTLR3.Test.GrammarManager
134 grammar.compile( compile_options.merge( options ) )
183 self.class.compile( grammar, options )
H A Dgrammar.rb167 def compile( options = {} ) method in class:ANTLR3.Test.Grammar
169 compile!( options )
173 def compile!( options = {} )
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java109 protected boolean compile(String fileName) { method in class:BaseTest
118 //System.out.println("compile: "+cmdLine);
333 ok = compile(parserName+".java");
336 ok = compile(lexerName+".java");
340 boolean ok = compile(parserName+".java");
428 compile("Test.java");
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java114 public Expression compile(int opPos) throws TransformerException method in class:Compiler
124 expr = compile(opPos + 2); break;
216 operation.setLeftRight(compile(leftPos), compile(rightPos));
237 unary.setRight(compile(rightPos));
570 return compile(opPos + 2);
586 return compile(opPos + 2);
666 return compile(opPos + 2);
693 return compile(opPos);
701 patterns[i] = (StepPattern) compile(opPo
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathImpl.java391 public XPathExpression compile(String expression) method in class:XPathImpl
/external/bison/etc/
H A Dbench.pl.in329 sub compile ($) subroutine
355 compile ($name);
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb34 GLMatrix.compile
63 def compile(source = 'gl-matrix.js', dest = 'dist/gl-matrix.js') method in class:GLMatrix
77 dest = compile source, dest do |js|
78 Uglifier.compile js
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCompiler.cpp141 bool TCompiler::compile(const char* const shaderStrings[], function in class:TCompiler
171 // We preserve symbols at the built-in level from compile-to-compile.
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DShader.cpp120 void Shader::compile() function in class:gl::Shader
122 mCompiled = mShader->compile(mSource);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DShaderD3D.cpp396 bool ShaderD3D::compile(const std::string &source) function in class:rx::ShaderD3D
/external/chromium_org/third_party/closure_compiler/
H A Dcompile_modules.py41 # pass Modules into ModuleCompiler.compile()? Maybe this is fine?
76 def compile(self, module_file): member in class:ModuleCompiler
117 module_compiler.compile(module_file)
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py326 dependancy_regex = re.compile(r"(?:^from +([0-9a-zA-Z_.]+) +cimport)|"
683 For a broad 'try to compile' mode that ignores compilation failures and
862 from Cython.Compiler.Main import compile, default_options namespace
898 result = compile([pyx_file], options)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMain.py23 module_name_pattern = re.compile(r"[A-Za-z_][A-Za-z0-9_]*(\.[A-Za-z_][A-Za-z0-9_]*)*$")
467 timestamps boolean Only compile changed source files.
594 def compile(source, options = None, full_module_name = None, **kwds): function
596 compile(source [, options], [, <option> = <value>]...)
633 result = compile(sources, options)
/external/chromium_org/third_party/cython/src/Cython/
H A DShadow.py110 def compile(f): function
/external/chromium_org/third_party/cython/src/Tools/
H A Dcython-mode.el13 (eval-when-compile (require 'rx))
26 (defun cython-compile ()
31 (compile compile-command)
44 (define-key map "\C-c\C-c" 'cython-compile)
73 (defcustom cython-default-compile-format "cython -a %s"
74 "Format for the default command to compile a Cython file.
258 (set (make-local-variable 'compile-command)
259 (format cython-default-compile-format (shell-quote-argument buffer-file-name)))
/external/chromium_org/third_party/cython/src/
H A Druntests.py176 matcher = re.compile(r"gcc version (\d+\.\d+)").search
274 'compile.extsetslice',
275 'compile.extdelslice',
319 parse_tag = re.compile(r'#\s*(\w+)\s*:(.*)$').match
356 is_data_file = re.compile('(?:[.](txt|pem|db|html)|^bad.*[.]py)$').search
394 match_error = re.compile('(warning:)?(?:.*:)?\s*([-0-9]+)\s*:\s*([-0-9]+)\s*:\s*(.*)').match
650 return self.compile(
664 is_related = re.compile('%s_.*[.].*' % module_name).match
724 from Cython.Compiler.Main import compile as cython_compile
821 def compile(sel member in class:CythonCompileTestCase
[all...]
H A Dsetup.py182 from Cython.Compiler.Main import compile namespace
209 result = compile(pyx_source_file)
237 "--no-cython-compile". This will install a pure Python version of
247 sys.argv.remove("--cython-compile-all")
259 sys.argv.remove("--no-cython-compile")
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map.cc131 hb_ot_map_builder_t::compile (hb_ot_map_t &m) function in class:hb_ot_map_builder_t

Completed in 3448 milliseconds

1234567