Searched defs:compile (Results 76 - 100 of 152) sorted by relevance

1234567

/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/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/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 )
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathImpl.java391 public XPathExpression compile(String expression) method in class:XPathImpl
/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/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
H A Dhb-ot-shape-private.hh80 inline void compile (hb_ot_shape_plan_t &plan) function in struct:hb_ot_shape_planner_t
84 map.compile (plan.map);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp95 compile(const std::string &source, const std::string &name, function in namespace:__anon14153
259 llvm::Module *mod = compile(source, "cl_input", triple);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DS_V_G_.py16 This module will decompile this correctly, but will compile a version 1 table
177 def compile(self, ttFont): member in class:table_S_V_G_
H A D_p_o_s_t.py46 def compile(self, ttFont): member in class:table__p_o_s_t
H A DotTables.py19 def compile(self, writer, font): member in class:FeatureParams
21 BaseTable.compile(self, writer, font)
698 formatPat = re.compile("([A-Za-z0-9]+)Format(\d+)$")
H A DE_B_L_C_.py114 def compile(self, ttFont): member in class:table_E_B_L_C_
176 data = indexSubTable.compile(ttFont)
343 # should call it to compile the indexSubHeader and then continue compiling
345 def compile(self, ttFont): member in class:EblcIndexSubTable
389 # size is not recalculated on compile. Default behavior is to do nothing.
443 def compile(self, ttFont): member in class:_createOffsetArrayIndexSubTableMixin.OffsetArrayIndexSubTableMixin
476 dataList = [EblcIndexSubTable.compile(self, ttFont)]
529 def compile(self, ttFont): member in class:eblc_index_sub_table_2
535 dataList = [EblcIndexSubTable.compile(self, ttFont)]
560 def compile(sel member in class:eblc_index_sub_table_4
598 def compile(self, ttFont): member in class:eblc_index_sub_table_5
[all...]
H A D_c_m_a_p.py56 def compile(self, ttFont): member in class:table__c_m_a_p
62 seen = {} # Some tables are the same object reference. Don't compile them twice.
63 done = {} # Some tables are different objects, but compile to the same data chunk
68 chunk = table.compile(ttFont)
195 def compile(self, ttFont): member in class:cmap_format_0
381 def compile(self, ttFont): member in class:cmap_format_2
700 def compile(self, ttFont): member in class:cmap_format_4
844 def compile(self, ttFont): member in class:cmap_format_6
928 def compile(self, ttFont): member in class:cmap_format_12_or_13
1167 def compile(sel member in class:cmap_format_14
1262 def compile(self, ttFont): member in class:cmap_format_unknown
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DS_V_G_.py16 This module will decompile this correctly, but will compile a version 1 table
177 def compile(self, ttFont): member in class:table_S_V_G_
H A D_p_o_s_t.py46 def compile(self, ttFont): member in class:table__p_o_s_t
H A DotTables.py19 def compile(self, writer, font): member in class:FeatureParams
21 BaseTable.compile(self, writer, font)
698 formatPat = re.compile("([A-Za-z0-9]+)Format(\d+)$")
H A DE_B_L_C_.py114 def compile(self, ttFont): member in class:table_E_B_L_C_
176 data = indexSubTable.compile(ttFont)
343 # should call it to compile the indexSubHeader and then continue compiling
345 def compile(self, ttFont): member in class:EblcIndexSubTable
389 # size is not recalculated on compile. Default behavior is to do nothing.
443 def compile(self, ttFont): member in class:_createOffsetArrayIndexSubTableMixin.OffsetArrayIndexSubTableMixin
476 dataList = [EblcIndexSubTable.compile(self, ttFont)]
529 def compile(self, ttFont): member in class:eblc_index_sub_table_2
535 dataList = [EblcIndexSubTable.compile(self, ttFont)]
560 def compile(sel member in class:eblc_index_sub_table_4
598 def compile(self, ttFont): member in class:eblc_index_sub_table_5
[all...]
/external/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
H A Dhb-ot-shape-private.hh80 inline void compile (hb_ot_shape_plan_t &plan) function in struct:hb_ot_shape_planner_t
84 map.compile (plan.map);
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateCompiler.java72 return compile(templateFactory.find(templateName, resourceLoader, escapeMode), templateName,
78 return compile(templateFactory.createTemp(content, escapeMode), name, escapeMode);
88 private Template compile(TemplateSyntaxTree ast, String templateName, EscapeMode mode) { method in class:TemplateCompiler
91 String errorMessage = "Could not compile template: " + templateName;
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp95 compile(const std::string &source, const std::string &name, function in namespace:__anon27564
259 llvm::Module *mod = compile(source, "cl_input", triple);
/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/cython/src/
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/icu/source/i18n/
H A Dregexcmp.cpp104 void RegexCompile::compile( function in class:RegexCompile
114 compile(&patternText, pp, e);
120 // compile, UText mode
123 void RegexCompile::compile( function in class:RegexCompile
275 // Set stack cleanup: a successful compile would have left it empty,
553 // compile time conventions require the slot anyhow.
H A Drepattrn.cpp266 // compile
270 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
306 compiler.compile(regex, pe, status);
318 // compile, UText mode
321 RegexPattern::compile(UText *regex, function in class:RegexPattern
357 compiler.compile(regex, pe, status);
368 // compile with default flags.
371 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
375 return compile(regex, 0, pe, err);
380 // compile wit
383 RegexPattern::compile(UText *regex, function in class:RegexPattern
395 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
408 RegexPattern::compile(UText *regex, function in class:RegexPattern
[all...]

Completed in 8130 milliseconds

1234567