HomeSort by relevance Sort by last modified time
    Searched defs:compile (Results 76 - 100 of 789) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skqp/infra/bots/recipe_modules/flavor/
gn_chromecast_flavor.py 54 def compile(self, unused_target): member in class:GNChromecastFlavorUtils
  /external/vogar/src/vogar/commands/
Javac.java 82 public List<String> compile(Collection<File> files) { method in class:Javac
86 public List<String> compile(File... files) { method in class:Javac
87 return compile(Arrays.asList(files));
  /libcore/luni/src/main/java/javax/xml/xpath/
XPath.java 164 * <p>Compile an XPath expression for later evaluation.</p>
180 public XPathExpression compile(String expression) method in interface:XPath
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 62 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/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/
compiler.py 45 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,
  /toolchain/binutils/binutils-2.27/include/
gcc-interface.h 72 compilation; that is, after a compile is requested, the
82 /* Set the file name of the program to compile. The string is
101 int /* bool */ (*compile) (struct gcc_base_context *self, member in struct:gcc_base_vtable
  /prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.9/
compile-testing-0.9.jar 
  /prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.11/
compile-testing-0.11.jar 
  /prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.12/
compile-testing-0.12.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 76 full_name = ( @namespace + [ @name, 'compile' ] ).join( ':' )
80 def compile!
106 desc( "compile ANTLR grammars" )
107 task( 'compile' => target_files )
201 def compile( grammar ) method in class:ANTLR3.CompileTask.GrammarSet
381 @group.compile( self )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 167 def compile( options = {} ) method in class:ANTLR3.Test.Grammar
169 compile!( options )
173 def compile!( options = {} )
  /build/soong/cc/
compiler.go 31 // list of source files used to compile the C/C++ module. May be .c, .cpp, or .S files.
63 // the instruction set architecture to use to compile the C/C++
78 // list of generated sources to compile. These are the names of gensrcs or
236 // Create a Flags struct that collects the compile flags from global values,
548 func (compiler *baseCompiler) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects { func
565 // Compile files listed in c.Properties.Srcs into objects
575 // Compile a list of source files into objects a specified subdirectory
llndk_library.go 78 func (stub *llndkStubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects { func
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
bcppcompiler.py 81 def compile(self, sources, member in class:BCPPCompiler
143 # compile ()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_compile.py 33 # internal: compile a (sub)pattern
179 # compile charset subprogram
362 # internal: compile an info block. in the current version,
485 # compile info block
488 # compile the pattern
495 def compile(p, flags=0): function
520 return _sre.compile(
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/
ASMifierTest$Compiler.class 
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
ext.py 179 Source of the file to compile
203 def compile(self, **kwargs): member in class:ConfTest
205 Compile the conftest
216 self.compiler.compile([self.src], **kwargs)
225 Before you can link the conftest objects they need to be `compile`\d.
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
ext.py 178 Source of the file to compile
202 def compile(self, **kwargs): member in class:ConfTest
204 Compile the conftest
215 self.compiler.compile([self.src], **kwargs)
224 Before you can link the conftest objects they need to be `compile`\d.
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
ext.py 179 Source of the file to compile
203 def compile(self, **kwargs): member in class:ConfTest
205 Compile the conftest
216 self.compiler.compile([self.src], **kwargs)
225 Before you can link the conftest objects they need to be `compile`\d.
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
ext.py 178 Source of the file to compile
202 def compile(self, **kwargs): member in class:ConfTest
204 Compile the conftest
215 self.compiler.compile([self.src], **kwargs)
224 Before you can link the conftest objects they need to be `compile`\d.
  /external/python/cpython2/Lib/distutils/
bcppcompiler.py 81 def compile(self, sources, member in class:BCPPCompiler
143 # compile ()
  /external/python/cpython3/Lib/distutils/
bcppcompiler.py 81 def compile(self, sources, member in class:BCPPCompiler
143 # compile ()
  /external/selinux/python/sepolgen/src/sepolgen/
module.py 178 self.compile(sourcename, modname)
183 # Compile
191 def compile(self, sourcename, modname): member in class:ModuleCompiler
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
bcppcompiler.py 81 def compile(self, sources, member in class:BCPPCompiler
143 # compile ()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_compile.py 34 # 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(

Completed in 908 milliseconds

1 2 34 5 6 7 8 91011>>