Searched defs:compile (Results 1 - 25 of 142) sorted by relevance

123456

/external/proguard/build/
H A Dbuild.sh47 function compile { function
76 compile $PROGUARD
79 compile $PROGUARD_GUI
82 compile $RETRACE
87 compile $ANT_TASK
91 echo "if you want to compile the optional ProGuard Ant task."
96 compile $GRADLE_TASK
100 echo "if you want to compile the optional ProGuard Gradle task."
105 compile $WTK_PLUGIN
109 echo "if you want to compile th
[all...]
/external/chromium_org/tools/grit/grit/
H A Dlazy_re.py6 '''In GRIT, we used to compile a lot of regular expressions at parse
7 time. Since many of them never get used, we use lazy_re to compile
30 self._lazy_re = re.compile(*self._stash_args, **self._stash_kwargs)
40 def compile(*args, **kwargs): function
41 '''Creates a LazyRegexObject that, when invoked on, will compile a
42 re.RegexObject (via re.compile) with the same arguments passed to
/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/javasqlite/src/main/java/SQLite/
H A DVm.java16 * Internal last error code for compile()/step() methods.
29 * Vm vm = db.compile("select * from x; select * from y;");
33 * while (vm.compile()) {
55 public native boolean compile() throws SQLite.Exception; method in class:Vm
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DC_F_F_.py18 def compile(self, otFont): member in class:table_C_F_F_
20 self.cff.compile(f, otFont)
H A DC_P_A_L_.py30 def compile(self, ttFont): member in class:table_C_P_A_L_
H A DD_S_I_G_.py59 def compile(self, ttFont): member in class:table_D_S_I_G_
H A DDefaultTable.py17 def compile(self, ttFont): member in class:DefaultTable
28 writer.dumphex(self.compile(ttFont))
H A DF_F_T_M_.py22 def compile(self, ttFont): member in class:table_F_F_T_M_
H A DG_M_A_P_.py63 def compile(self, ttFont): member in class:GMAPRecord
92 def compile(self, ttFont): member in class:table_G_M_A_P_
100 data = data + record.compile(ttFont)
H A DG_P_K_G_.py48 def compile(self, ttFont): member in class:table_G_P_K_G_
H A DL_T_S_H_.py27 def compile(self, ttFont): member in class:table_L_T_S_H_
H A DS_I_N_G_.py60 def compile(self, ttFont): member in class:table_S_I_N_G_
H A DT_S_I__0.py29 def compile(self, ttFont): member in class:table_T_S_I__0
H A DT_S_I__1.py39 def compile(self, ttFont): member in class:table_T_S_I__1
H A DT_S_I__5.py22 def compile(self, ttFont): member in class:table_T_S_I__5
H A D_c_v_t.py17 def compile(self, ttFont): member in class:table__c_v_t
H A D_f_p_g_m.py13 def compile(self, ttFont): member in class:table__f_p_g_m
H A D_g_a_s_p.py26 def compile(self, ttFont): member in class:table__g_a_s_p
H A D_h_d_m_x.py30 def compile(self, ttFont): member in class:table__h_d_m_x
H A D_h_h_e_a.py37 def compile(self, ttFont): member in class:table__h_h_e_a
H A D_l_o_c_a.py31 def compile(self, ttFont): member in class:table__l_o_c_a
H A D_m_a_x_p.py42 def compile(self, ttFont): member in class:table__m_a_x_p
H A D_v_h_e_a.py35 def compile(self, ttFont): member in class:table__v_h_e_a

Completed in 254 milliseconds

123456