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

1 2 3 4 5 67 8 91011>>

  /external/python/cpython3/Lib/distutils/
_msvccompiler.py 126 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the
294 raise CompileError("Don't know how to compile {}".format(p))
299 def compile(self, sources, member in class:MSVCCompiler
336 # compile .RC to .RES file
345 # Compile .MC to .RC file to .RES file.
359 # first compile .MC to .RC and .H file
363 # then compile .RC to .RES file
371 raise CompileError("Don't know how to compile {} to {}"
  /external/skia/infra/bots/recipe_modules/flavor/
api.py 83 def compile(self, target): member in class:SkiaFlavorApi
84 return self._f.compile(target)
  /external/skia/src/jumper/
SkJumper.cpp 484 std::function<void(size_t, size_t, size_t, size_t)> SkRasterPipeline::compile() const { function in class:SkRasterPipeline
  /external/skqp/infra/bots/recipe_modules/flavor/
api.py 83 def compile(self, target): member in class:SkiaFlavorApi
84 return self._f.compile(target)
  /external/skqp/src/jumper/
SkJumper.cpp 482 std::function<void(size_t, size_t, size_t, size_t)> SkRasterPipeline::compile() const { function in class:SkRasterPipeline
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 214 const void* LTOCodeGenerator::compile(size_t* length, std::string& errMsg) function in class:LTOCodeGenerator
220 // remove old buffer if compile() called twice
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
training.py 469 'in compile(). If you just mean to use '
579 def compile(self, member in class:Model
657 # and outputs, nor their shapes and names. We will compile after the first
    [all...]
  /external/turbine/java/com/google/turbine/main/
Main.java 56 compile(args);
59 public static boolean compile(String[] args) throws IOException { method in class:Main
61 return compile(options);
64 public static boolean compile(TurbineOptions options) throws IOException { method in class:Main
  /external/vogar/src/vogar/tasks/
BuildActionTask.java 48 private static final Pattern JAVA_SOURCE_PATTERN = Pattern.compile("\\/(\\w)+\\.java$");
65 compile(action, outputFile); method
82 private void compile(Action action, File jar) throws IOException { method in class:BuildActionTask
96 Collections.singletonList("Cannot compile: " + javaFile));
111 .compile(sourceFiles);
  /packages/apps/TV/common/src/com/android/tv/common/util/
PostalCodeUtils.java 50 REGION_PATTERN.put(Locale.US.getCountry(), Pattern.compile(POSTCODE_REGEX_US));
53 Pattern.compile(POSTCODE_REGEX_GB + "|" + POSTCODE_REGEX_GB_GIR));
  /prebuilts/gdb/darwin-x86/lib/python2.7/
re.py 85 compile Compile a pattern into a RegexObject.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
188 def compile(pattern, flags=0): function
189 "Compile a regular expression pattern, returning a pattern object."
198 "Compile a template pattern, returning a pattern object"
222 _pattern_type = type(sre_compile.compile("", 0))
227 # internal: compile pattern
240 p = sre_compile.compile(pattern, flags)
249 # internal: compile replacement patter
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
re.py 85 compile Compile a pattern into a RegexObject.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
188 def compile(pattern, flags=0): function
189 "Compile a regular expression pattern, returning a pattern object."
198 "Compile a template pattern, returning a pattern object"
222 _pattern_type = type(sre_compile.compile("", 0))
227 # internal: compile pattern
240 p = sre_compile.compile(pattern, flags)
249 # internal: compile replacement patter
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 8 "cmd/compile/internal/ssa"
9 "cmd/compile/internal/types"
187 func compile(fn *Node) { func
224 // compilenow reports whether to compile immediately.
275 // Compile the longest functions first,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 8 "cmd/compile/internal/ssa"
9 "cmd/compile/internal/types"
187 func compile(fn *Node) { func
224 // compilenow reports whether to compile immediately.
275 // Compile the longest functions first,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/
compiler.py 161 def compile(self, source_files, out=None, flags=[], cwd=None): member in class:CXXCompiler
191 cc_cmd, cc_stdout, cc_stderr, rc = self.compile(
230 cmd, out, err, rc = self.compile(os.devnull, out=os.devnull,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 85 compile Compile a pattern into a RegexObject.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
188 def compile(pattern, flags=0): function
189 "Compile a regular expression pattern, returning a pattern object."
198 "Compile a template pattern, returning a pattern object"
222 _pattern_type = type(sre_compile.compile("", 0))
227 # internal: compile pattern
240 p = sre_compile.compile(pattern, flags)
249 # internal: compile replacement patter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 85 compile Compile a pattern into a RegexObject.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
188 def compile(pattern, flags=0): function
189 "Compile a regular expression pattern, returning a pattern object."
198 "Compile a template pattern, returning a pattern object"
222 _pattern_type = type(sre_compile.compile("", 0))
227 # internal: compile pattern
240 p = sre_compile.compile(pattern, flags)
249 # internal: compile replacement patter
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 114 public Expression compile(int opPos) throws TransformerException method in class:Compiler
124 expr = compile(opPos + 2); break;
216 operation.setLeftRight(compile(leftPos), compile(rightPos)); method
237 unary.setRight(compile(rightPos)); method
243 * Compile an 'or' operation.
257 * Compile an 'and' operation.
271 * Compile a '!=' operation.
285 * Compile a '=' operation.
299 * Compile a '<=' operation
1052 func.setArg(compile(p), i); method
    [all...]
  /build/blueprint/bootstrap/
bootstrap.go 56 compile = pctx.StaticRule("compile",
61 Description: "compile $out",
518 Rule: compile,
566 Rule: compile,
54 compile = pctx.StaticRule("compile", var
  /build/soong/cc/
library.go 351 func (library *libraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects { func
380 objs := library.baseCompiler.compile(ctx, flags, deps)
  /build/soong/java/
java.go 58 // list of source files used to compile the Java module. May be .java, .logtags, .proto,
107 // If set to true, include sources used to compile the module in to the final jar
165 // if not blank, set to the version of the sdk to compile against
244 // header jar file suitable for inserting into the bootclasspath/classpath of another compile
247 // full implementation jar file suitable for static dependency of another module compile
750 func (j *Module) compile(ctx android.ModuleContext, extraSrcJars ...android.Path) { func
786 // If there are kotlin files, compile them first but pass all the kotlin and java files
843 // If error-prone is enabled, add an additional rule to compile the java files into
846 // TODO(ccross): Once we always compile with javac9 we may be able to conditionally
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 56 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
57 # the param to cross-compile on x86 targetting amd64.)
371 # to cross compile, you use 'x86_amd64'.
373 # compile use 'x86' (ie, it runs the x86 compiler directly)
376 # native build or cross-compile to win32
379 # cross compile from win32 -> some 64bit
453 raise CompileError ("Don't know how to compile %s" % src_name)
468 def compile(self, sources, member in class:MSVCCompiler
501 # compile .RC to .RES file
511 # Compile .MC to .RC file to .RES file.
    [all...]
msvccompiler.py 332 raise CompileError ("Don't know how to compile %s" % src_name)
349 def compile(self, sources, member in class:MSVCCompiler
381 # compile .RC to .RES file
392 # Compile .MC to .RC file to .RES file.
407 # first compile .MC to .RC and .H file
412 # then compile .RC to .RES file
422 "Don't know how to compile %s to %s" % \
435 # compile ()
658 # get_build_architecture not really relevant now we support cross-compile
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 375 * <p>Compile an XPath expression for later evaluation.</p>
391 public XPathExpression compile(String expression) method in class:XPathImpl
  /external/deqp/external/openglcts/modules/gl/
gl3cGPUShader5Tests.cpp 103 /* Create shader objects and compile */
109 compile(m_fragment_shader_id, fragment_shader_code);
117 compile(m_vertex_shader_id, vertex_shader_code);
128 /** Compile shader
133 void Utils::programInfo::compile(glw::GLuint shader_id, const glw::GLchar* shader_code) const function in class:gl3cts::Utils::programInfo
145 /* Compile */
171 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Failed to compile shader:\n"
175 TCU_FAIL("Failed to compile shader");
    [all...]

Completed in 858 milliseconds

1 2 3 4 5 67 8 91011>>