HomeSort by relevance Sort by last modified time
    Searched refs:compiler (Results 1 - 25 of 3799) 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);
  /external/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
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>
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
stddef.h 19 #include <linux/compiler.h>
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
stddef.h 19 #include <linux/compiler.h>
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
stddef.h 19 #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)
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-manager/2.2/
plexus-compiler-manager-2.2.jar 
  /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;
  /ndk/tests/abcc/jni/device/
main.cpp 40 std::auto_ptr<BitcodeCompiler> compiler(new DeviceBitcodeCompiler(lib_dir, sysroot));
41 compiler->prepare();
42 if (compiler->returnCode() != RET_OK) {
47 compiler->cleanupPre();
48 if (compiler->returnCode() != RET_OK) {
59 compiler->execute();
68 compiler->cleanupPost();
70 if (compiler->returnCode() != RET_OK) {
  /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>
  /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;

Completed in 443 milliseconds

1 2 3 4 5 6 7 8 91011>>