Searched defs:compile (Results 51 - 75 of 152) sorted by relevance

1234567

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb167 def compile( options = {} ) method in class:ANTLR3.Test.Grammar
169 compile!( options )
173 def compile!( options = {} )
/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/fonttools/Lib/fontTools/ttLib/tables/
H A DC_O_L_R_.py55 def compile(self, ttFont): member in class:table_C_O_L_R_
H A DV_O_R_G_.py41 def compile(self, ttFont): member in class:table_V_O_R_G_
H A D_h_e_a_d.py41 def compile(self, ttFont): member in class:table__h_e_a_d
H A D_h_m_t_x.py45 def compile(self, ttFont): member in class:table__h_m_t_x
H A D_n_a_m_e.py46 def compile(self, ttFont): member in class:table__n_a_m_e
H A D_s_b_i_x.py97 def compile(self, ttFont): member in class:table__s_b_i_x
107 myBitmapSet.compile(ttFont)
H A DC_B_D_T_.py50 def compile(self, ttFont): member in class:cbdt_bitmap_format_17
69 def compile(self, ttFont): member in class:cbdt_bitmap_format_18
85 def compile(self, ttFont): member in class:cbdt_bitmap_format_19
H A DM_E_T_A_.py102 def compile(self, ttFont): member in class:table_M_E_T_A_
119 metaData = metaData + glyphRec.compile(self)
130 assert (glyphRec.offset == len(metaData)), "Glyph record offset did not compile correctly! for rec:" + str(glyphRec)
137 metaData = metaData + stringRec.compile(self)
154 assert (stringRec.offset == len(metaData)), "String offset did not compile correctly! for string:" + str(stringRec.string)
219 def compile(self, parentTable): member in class:GlyphRecord
295 def compile(self, parentTable): member in class:StringRecord
H A DO_S_2f_2.py123 def compile(self, ttFont): member in class:table_O_S_2f_2
H A D_k_e_r_n.py50 def compile(self, ttFont): member in class:table__k_e_r_n
62 data = data + subtable.compile(ttFont)
117 def compile(self, ttFont): member in class:KernTable_format_0
169 def compile(self, ttFont): member in class:KernTable_format_2
191 def compile(self, ttFont): member in class:KernTable_format_unkown
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DC_O_L_R_.py55 def compile(self, ttFont): member in class:table_C_O_L_R_
H A DV_O_R_G_.py41 def compile(self, ttFont): member in class:table_V_O_R_G_
H A D_h_e_a_d.py41 def compile(self, ttFont): member in class:table__h_e_a_d
H A D_h_m_t_x.py45 def compile(self, ttFont): member in class:table__h_m_t_x
H A D_n_a_m_e.py46 def compile(self, ttFont): member in class:table__n_a_m_e
H A D_s_b_i_x.py97 def compile(self, ttFont): member in class:table__s_b_i_x
107 myBitmapSet.compile(ttFont)
H A DC_B_D_T_.py50 def compile(self, ttFont): member in class:cbdt_bitmap_format_17
69 def compile(self, ttFont): member in class:cbdt_bitmap_format_18
85 def compile(self, ttFont): member in class:cbdt_bitmap_format_19
H A DM_E_T_A_.py102 def compile(self, ttFont): member in class:table_M_E_T_A_
119 metaData = metaData + glyphRec.compile(self)
130 assert (glyphRec.offset == len(metaData)), "Glyph record offset did not compile correctly! for rec:" + str(glyphRec)
137 metaData = metaData + stringRec.compile(self)
154 assert (stringRec.offset == len(metaData)), "String offset did not compile correctly! for string:" + str(stringRec.string)
219 def compile(self, parentTable): member in class:GlyphRecord
295 def compile(self, parentTable): member in class:StringRecord
H A DO_S_2f_2.py123 def compile(self, ttFont): member in class:table_O_S_2f_2
H A D_k_e_r_n.py50 def compile(self, ttFont): member in class:table__k_e_r_n
62 data = data + subtable.compile(ttFont)
117 def compile(self, ttFont): member in class:KernTable_format_0
169 def compile(self, ttFont): member in class:KernTable_format_2
191 def compile(self, ttFont): member in class:KernTable_format_unkown
/external/srec/srec/Grammar/include/
H A DSR_Grammar.h95 ESR_ReturnCode(*compile)(struct SR_Grammar_t* self); member in struct:SR_Grammar_t
/external/emma/core/java12/com/vladium/util/
H A DWCMatcher.java21 public static WCMatcher compile (final String pattern) method in class:WCMatcher
/external/qemu/android/build/
H A Dcommon.sh251 echo "Do not compile this program or library with Cygwin, use MSYS instead !!"
263 # check that we can compile a trivial C program with this compiler
271 compile
280 compile
307 # try to compile the current source file in $TMPC into an object
310 compile () function
332 # perform a simple compile / link / run of the source file in $TMPC
336 compile
338 echo "Failure to compile test program"
373 compile
[all...]

Completed in 2771 milliseconds

1234567