HomeSort by relevance Sort by last modified time
    Searched refs:compiler (Results 526 - 550 of 3285) sorted by null

<<21222324252627282930>>

  /prebuilts/maven_repo/bumptech/
update_repo.sh 16 third_party/java_src/android_libs/glide/annotation/compiler:libcompiler_lib.jar \
17 third_party/java_src/android_libs/glide/annotation/compiler:libcompiler_lib-src.jar \
29 cp -f blaze-bin/third_party/java_src/android_libs/glide/annotation/compiler/libcompiler_lib.jar \
30 $TARGET_DIR/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar
31 cp -f blaze-bin/third_party/java_src/android_libs/glide/annotation/compiler/libcompiler_lib-src.jar \
32 $TARGET_DIR/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT-sources.jar
  /system/core/libutils/
SystemClock.cpp 30 #include <cutils/compiler.h>
  /system/nvram/messages/include/nvram/messages/
blob.h 25 #include <nvram/messages/compiler.h>
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
core-3.1.1.jar 
  /external/python/cpython3/Lib/distutils/command/
config.py 26 ('compiler=', None,
27 "specify the compiler type"),
29 "specify the compiler executable"),
52 self.compiler = None
90 """Check that 'self.compiler' really is a CCompiler object;
96 if not isinstance(self.compiler, CCompiler):
97 self.compiler = new_compiler(compiler=self.compiler,
99 customize_compiler(self.compiler)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 33 import org.apache.xpath.compiler.Compiler;
34 import org.apache.xpath.compiler.FunctionTable;
35 import org.apache.xpath.compiler.XPathParser;
153 * Compiler and compiles the expression.
175 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); local
178 parser.initXPath(compiler, exprString, prefixResolver);
180 parser.initMatchPattern(compiler, exprString, prefixResolver)
224 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); local
    [all...]
  /build/kati/testcase/
flavor.mk 1 # https://android.googlesource.com/platform/external/compiler-rt/+/master/make/util.mk#44
  /build/make/core/combo/
javac.mk 1 # Selects a Java compiler.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
future.py 5 from compiler import ast, walk
66 from compiler import parseFile, walk
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
stacktest.py 1 import compiler
35 co2 = compiler.compile(buf, file, "exec")
  /external/annotation-tools/asmx/
build.properties 44 # Wich compiler do you want to use ?
49 build.compiler modern
76 # Class path for the Janino compiler (version 2.3.3)
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 14 * closure compiler: Download here: http://closure-compiler.googlecode.com/files/compiler-latest.zip
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
Function.java 28 import org.apache.xpath.compiler.Compiler;
47 * XPath compiler.
66 * called by the compiler for static number of arguments checking.
140 public void postCompileStep(Compiler compiler)
  /external/clang/test/Preprocessor/
pragma_microsoft.c 20 #pragma comment(compiler,) // expected-error {{expected string literal in pragma comment}}
21 // CHECK: #pragma comment(compiler,)
22 #define foo compiler
24 // CHECK: #pragma comment(compiler)
26 // CHECK: #pragma comment(compiler) x
  /external/clang/utils/analyzer/
reducer.pl 27 my $compiler = "clang";
28 $command = [$compiler, "-fsyntax-only", "-Wfatal-errors", "-Wno-deprecated-declarations", "-Wimplicit-function-declaration"];
  /external/javassist/src/main/javassist/compiler/ast/
Visitor.java 16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
  /external/protobuf/src/google/protobuf/compiler/
code_generator.cc 35 #include <google/protobuf/compiler/code_generator.h>
43 namespace compiler { namespace in namespace:google::protobuf
56 return NULL; // make compiler happy
83 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.h 40 #include <google/protobuf/compiler/cpp/cpp_options.h>
51 namespace compiler { namespace in namespace:google::protobuf
114 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/java/
java_context.h 50 namespace compiler { namespace in namespace:google::protobuf
58 namespace compiler { namespace in namespace:google::protobuf
110 } // namespace compiler
java_extension.h 46 namespace compiler { namespace in namespace:google::protobuf
58 namespace compiler { namespace in namespace:google::protobuf
109 } // namespace compiler
java_file.h 52 namespace compiler { namespace in namespace:google::protobuf
65 namespace compiler { namespace in namespace:google::protobuf
115 } // namespace compiler
java_map_field.h 34 #include <google/protobuf/compiler/java/java_field.h>
38 namespace compiler { namespace in namespace:google::protobuf
75 } // namespace compiler

Completed in 960 milliseconds

<<21222324252627282930>>