HomeSort by relevance Sort by last modified time
    Searched refs:compiler (Results 1 - 25 of 1022) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
package_info.h 35 // This file exists solely to document the google::protobuf::compiler namespace.
43 // Implementation of the Protocol Buffer compiler.
52 // - You want to write a custom protocol compiler which generates different
54 // by the official compiler. For this purpose, command_line_interface.h
55 // provides you with a complete compiler front-end, so all you need to do
57 // function. You can even make your compiler support the official languages
61 namespace compiler {} namespace in namespace:google::protobuf
main.cc 33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
35 #include <google/protobuf/compiler/python/python_generator.h>
36 #include <google/protobuf/compiler/java/java_generator.h>
41 google::protobuf::compiler::CommandLineInterface cli;
45 google::protobuf::compiler::cpp::CppGenerator cpp_generator;
50 google::protobuf::compiler::java::JavaGenerator java_generator;
56 google::protobuf::compiler::python::Generator py_generator;
test_plugin.cc 38 #include <google/protobuf/compiler/plugin.h>
39 #include <google/protobuf/compiler/mock_code_generator.h>
49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin");
50 return google::protobuf::compiler::PluginMain(argc, argv, &generator);
  /bionic/libc/kernel/uapi/linux/
stddef.h 19 #include <linux/compiler.h>
  /development/ndk/platforms/android-L/include/linux/
stddef.h 19 #include <linux/compiler.h>
  /external/kernel-headers/original/uapi/linux/
stddef.h 1 #include <linux/compiler.h>
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathDumper.java 21 package org.apache.xpath.compiler;
  /external/chromium_org/native_client_sdk/src/tools/
compiler-wrapper.py 29 compiler = os.path.abspath(sys.argv[0])
30 compiler = compiler.replace("linux_x86", "linux_x86_%s" % variant)
31 args = [compiler] + args
32 os.execv(compiler, args)
  /external/eigen/bench/
bench_multi_compilers.sh 13 # for each compiler, compile benchfile and run the benchmark
15 # check the compiler exists
16 compiler=`echo ${CLIST[$i]} | cut -d " " -f 1`
17 if [ -e `which $compiler` ]; then
24 echo "compiler not found: $compiler"
  /external/chromium_org/tools/gyp/test/compiler-override/
cxxtest.cc 6 // the actual compiler
7 #error Should not be passed to a real compiler
test.c 6 // the actual compiler
7 #error Should not be passed to a real compiler
  /external/javassist/src/main/javassist/compiler/ast/
ArrayInit.java 16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
  /development/ndk/platforms/android-3/arch-arm/include/asm/
atomic.h 15 #include <linux/compiler.h>
  /development/ndk/platforms/android-3/include/linux/
stddef.h 21 #include <linux/compiler.h>
err.h 15 #include <linux/compiler.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
current_32.h 21 #include <linux/compiler.h>
  /development/ndk/platforms/android-L/arch-mips/include/asm/
swab.h 21 #include <linux/compiler.h>
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
swab.h 21 #include <linux/compiler.h>
  /external/javassist/src/main/javassist/compiler/
SyntaxError.java 16 package javassist.compiler;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
closure-runner.jar 
  /external/chromium_org/third_party/closure_compiler/
bump_compiler_version 6 # Download the newest version of Closure Compiler, build it and put into Chrome
19 echo "Cloning Closure Compiler repo"
20 git clone https://github.com/google/closure-compiler.git
22 cd closure-compiler
23 echo "Building Closure Compiler"
32 echo "Copying compiler.jar and chrome_extensions.js"
33 cp build/compiler.jar "${SCRIPT_DIR}/compiler/"
  /bionic/libc/kernel/uapi/asm-arm/asm/
swab.h 21 #include <linux/compiler.h>
  /bionic/libc/kernel/uapi/asm-x86/asm/
swab.h 22 #include <linux/compiler.h>
  /development/ndk/platforms/android-L/arch-arm/include/asm/
swab.h 21 #include <linux/compiler.h>
  /development/ndk/platforms/android-L/arch-x86/include/asm/
swab.h 22 #include <linux/compiler.h>

Completed in 1183 milliseconds

1 2 3 4 5 6 7 8 91011>>