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

1234567891011>>

/prebuilts/tools/common/proguard/proguard4.7/build/
H A Dbuild.sh40 function compile { function
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."
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
H A D__init__.py17 compile(source, filename, mode, flags=None, dont_inherit=None)
18 Returns a code object. A replacement for the builtin compile() function.
31 from compiler.pycodegen import compile, compileFile namespace
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/
H A D__init__.py17 compile(source, filename, mode, flags=None, dont_inherit=None)
18 Returns a code object. A replacement for the builtin compile() function.
31 from compiler.pycodegen import compile, compileFile namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A D__init__.py17 compile(source, filename, mode, flags=None, dont_inherit=None)
18 Returns a code object. A replacement for the builtin compile() function.
31 from compiler.pycodegen import compile, compileFile namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A D__init__.py17 compile(source, filename, mode, flags=None, dont_inherit=None)
18 Returns a code object. A replacement for the builtin compile() function.
31 from compiler.pycodegen import compile, compileFile namespace
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_transformer.py7 from compiler import compile namespace
28 c = compile(s, '<string>', 'single')
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_transformer.py7 from compiler import compile namespace
28 c = compile(s, '<string>', 'single')
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/GenericCodeGen/
H A DCodeGen.cpp45 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
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/GenericCodeGen/
H A DCodeGen.cpp45 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
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_transformer.py7 from compiler import compile namespace
28 c = compile(s, '<string>', 'single')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_transformer.py7 from compiler import compile namespace
28 c = compile(s, '<string>', 'single')
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dregexp.h62 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
66 ERROR(val) Used for abnormal return from `compile'. `val' is the
96 /* Get and compile the user supplied pattern up to end of line or
103 compile (char *__restrict instring, char *__restrict expbuf, function
172 /* Now compile the pattern. */
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpy_compile.py1 """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(codestrin
[all...]
H A Dsre_compile.py34 # internal: compile a (sub)pattern
180 # compile charset subprogram
363 # internal: compile an info block. in the current version,
486 # compile info block
489 # compile the pattern
496 def compile(p, flags=0): function
521 return _sre.compile(
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpy_compile.py1 """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(codestrin
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpy_compile.py1 """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(codestrin
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpy_compile.py1 """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(codestrin
[all...]
/prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.9/
H A Dcompile-testing-0.9.jar ... MF com/ com/google/ com/google/testing/ com/google/testing/compile/ com/google/testing/compile/JavaSourcesSubject$CompilationClause$2$ ...
/prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
H A DChmod.java115 public static Changer compile(String exprs) { method in class:Chmod
338 // compile the symbolic mode expressions
339 Changer changer = compile(args[argi++]);
/prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
H A DChmod.java115 public static Changer compile(String exprs) { method in class:Chmod
338 // compile the symbolic mode expressions
339 Changer changer = compile(args[argi++]);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/utils/libcxx/android/
H A Dcompiler.py45 def compile(self, source_files, out=None, flags=None, cwd=None): member in class:AndroidCXXCompiler
47 return super(AndroidCXXCompiler, self).compile(source_files, out, flags,
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/
H A Dcompiler.py45 def compile(self, source_files, out=None, flags=None, cwd=None): member in class:AndroidCXXCompiler
47 return super(AndroidCXXCompiler, self).compile(source_files, out, flags,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_build_clib.py74 def compile(*args, **kw): member in class:BuildCLibTestCase.test_build_libraries.FakeCompiler
76 create_static_lib = compile
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_build_clib.py74 def compile(*args, **kw): member in class:BuildCLibTestCase.test_build_libraries.FakeCompiler
76 create_static_lib = compile
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
H A Dbcppcompiler.py81 def compile(self, sources, member in class:BCPPCompiler
143 # compile ()

Completed in 2104 milliseconds

1234567891011>>