HomeSort by relevance Sort by last modified time
    Searched defs:compile (Results 1 - 25 of 589) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/infra/bots/recipe_modules/flavor/
flutter_flavor.py 15 def compile(self, target): member in class:FlutterFlavorUtils
pdfium_flavor.py 15 def compile(self, target): member in class:PDFiumFlavorUtils
gn_chromecast_flavor.py 18 def compile(self, unused_target): member in class:GNChromecastFlavorUtils
gn_flavor.py 25 def compile(self, unused_target): member in class:GNFlavorUtils
  /external/proguard/build/
build.sh 48 function compile { function
49 # Compile java source files.
77 compile $PROGUARD
80 compile $PROGUARD_GUI
83 compile $RETRACE
88 compile $ANT_TASK
92 echo "if you want to compile the optional ProGuard Ant task."
97 compile $GRADLE_TASK
101 echo "if you want to compile the optional ProGuard Gradle task."
106 compile $WTK_PLUGI
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.sh 40 function compile { function
41 # Compile java source files.
69 compile $PROGUARD
72 compile $PROGUARD_GUI
75 compile $RETRACE
80 compile $ANT_TASK
84 echo "if you want to compile the optional ProGuard Ant task."
89 compile $WTK_PLUGIN
93 echo "if you want to compile the optional ProGuard WTK plugin."
  /external/fonttools/Lib/fontTools/ttLib/tables/
F_F_T_M_.py 22 def compile(self, ttFont): member in class:table_F_F_T_M_
G_P_K_G_.py 48 def compile(self, ttFont): member in class:table_G_P_K_G_
L_T_S_H_.py 27 def compile(self, ttFont): member in class:table_L_T_S_H_
T_S_I__5.py 22 def compile(self, ttFont): member in class:table_T_S_I__5
_h_d_m_x.py 30 def compile(self, ttFont): member in class:table__h_d_m_x
T_S_I__1.py 39 def compile(self, ttFont): member in class:table_T_S_I__1
_f_p_g_m.py 13 def compile(self, ttFont): member in class:table__f_p_g_m
_h_e_a_d.py 41 def compile(self, ttFont): member in class:table__h_e_a_d
_h_h_e_a.py 37 def compile(self, ttFont): member in class:table__h_h_e_a
_v_h_e_a.py 35 def compile(self, ttFont): member in class:table__v_h_e_a
sbixBitmap.py 53 def compile(self, ttFont): member in class:Bitmap
56 raise ttLib.TTLibError("Can't compile bitmap without glyph name")
57 # TODO: if ttFont has no maxp, cmap etc., ignore glyph names and compile by index?
58 # (needed if you just want to compile the sbix table on its own)
69 # but empty ones can be calculated at compile time
C_F_F_.py 18 def compile(self, otFont): member in class:table_C_F_F_
20 self.cff.compile(f, otFont)
  /development/ide/emacs/
android-compile.el 1 ;;; android-compile.el --- Compile the Android source tree.
19 ;; Helper functions to compile Android file within emacs.
25 ;; The only interactive function is 'android-compile'.
26 ;; In your .emacs load this file (e.g (require 'android-compile)) then:
28 ;; (add-hook 'c++-mode-hook 'android-compile)
29 ;; (add-hook 'java-mode-hook 'android-compile)
31 ;; (global-set-key [f9] 'android-compile)
34 ;; TODO: Maybe we could cache the result of the compile function in
39 (require 'compile)
    [all...]
  /build/soong/cc/
toolchain_library.go 56 func (library *toolchainLibraryDecorator) compile(ctx ModuleContext, flags Flags, func
  /external/ltp/testcases/kernel/fs/mongo/
mongo.pl 163 #... Compile *.c files if it is necessary
165 sub compile subroutine
179 compile("reiser_fract_tree", "-lm");
180 compile("mongo_slinks");
181 compile("mongo_read");
182 compile("map5");
183 compile("summ");
184 compile("mongo_compare");
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/GenericCodeGen/
CodeGen.cpp 45 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile);
52 // compile object used by higher level code. It returns
71 bool TGenericCompiler::compile(TIntermNode* /*root*/, int /*version*/, EProfile /*profile*/) function in class:TGenericCompiler
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_clib.py 74 def compile(*args, **kw): member in class:BuildCLibTestCase.test_build_libraries.FakeCompiler
76 create_static_lib = compile
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
py_compile.py 1 """Routine to "compile" a .py file to a .pyc (or .pyo) file.
15 __all__ = ["compile", "main", "PyCompileError"]
20 compile the file.
71 def compile(file, cfile=None, dfile=None, doraise=False): function
72 """Byte-compile one Python source file to Python bytecode.
82 raised when a compile error is found. If an exception
89 Note that it isn't necessary to byte-compile Python modules for
95 good idea to byte-compile all modules upon installation, since
102 byte-compile all installed files (or all files in selected
113 codeobject = __builtin__.compile(codestring, dfile or file,'exec')
    [all...]
  /external/bison/etc/
bench.pl.in 329 sub compile ($) subroutine
355 compile ($name);

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>