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

<<31323334353637383940>>

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h 44 #include <google/protobuf/compiler/cpp/cpp_field.h>
45 #include <google/protobuf/compiler/cpp/cpp_options.h>
55 namespace compiler { namespace in namespace:google::protobuf
139 // The compiler typically generates multiple copies of each constructor and
204 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum_field.h 40 #include <google/protobuf/compiler/java/java_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
53 namespace compiler { namespace in namespace:google::protobuf
156 } // namespace compiler
java_enum_field_lite.h 40 #include <google/protobuf/compiler/java/java_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
53 namespace compiler { namespace in namespace:google::protobuf
155 } // namespace compiler
java_message_field.h 40 #include <google/protobuf/compiler/java/java_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
53 namespace compiler { namespace in namespace:google::protobuf
169 } // namespace compiler
java_primitive_field.h 40 #include <google/protobuf/compiler/java/java_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
53 namespace compiler { namespace in namespace:google::protobuf
156 } // namespace compiler
java_primitive_field_lite.h 40 #include <google/protobuf/compiler/java/java_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
53 namespace compiler { namespace in namespace:google::protobuf
159 } // namespace compiler
java_string_field.h 41 #include <google/protobuf/compiler/java/java_field.h>
45 namespace compiler { namespace in namespace:google::protobuf
54 namespace compiler { namespace in namespace:google::protobuf
155 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 38 #include <google/protobuf/compiler/javamicro/javamicro_enum_field.h>
40 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
47 namespace compiler { namespace in namespace:google::protobuf
331 } // namespace compiler
javamicro_message_field.cc 38 #include <google/protobuf/compiler/javamicro/javamicro_message_field.h>
39 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
46 namespace compiler { namespace in namespace:google::protobuf
300 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_map_field.cc 31 #include <google/protobuf/compiler/javanano/javanano_map_field.h>
32 #include <google/protobuf/compiler/javanano/javanano_helpers.h>
40 namespace compiler { namespace in namespace:google::protobuf
64 // No default because we want the compiler to complain if any new JavaTypes
184 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_enum.cc 34 #include <google/protobuf/compiler/objectivec/objectivec_enum.h>
35 #include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
41 namespace compiler { namespace in namespace:google::protobuf
217 } // namespace compiler
  /external/tensorflow/tensorflow/contrib/py2tf/impl/
api.py 28 from tensorflow.contrib.py2tf.pyct import compiler
187 compiled_node, compiled_src = compiler.ast_to_object(module)
231 compiler.ast_to_source(dep, indentation)
  /external/v8/src/builtins/
builtins-regexp.h 13 typedef compiler::Node Node;
14 typedef compiler::CodeAssemblerState CodeAssemblerState;
15 typedef compiler::CodeAssemblerLabel CodeAssemblerLabel;
builtins-utils.h 17 namespace compiler { namespace in namespace:v8::internal
124 explicit Name##Assembler(compiler::CodeAssemblerState* state) \
128 void Builtins::Generate_##Name(compiler::CodeAssemblerState* state) { \
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
clang 42 """Find the real compiler with the absolute path."""
45 compiler = os.path.basename(os.readlink(__file__))
47 compiler = os.path.basename(os.path.abspath(__file__))
50 compiler + '.real')
90 # Handle @file argument syntax with compiler
clang++ 42 """Find the real compiler with the absolute path."""
45 compiler = os.path.basename(os.readlink(__file__))
47 compiler = os.path.basename(os.path.abspath(__file__))
50 compiler + '.real')
90 # Handle @file argument syntax with compiler
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
clang 42 """Find the real compiler with the absolute path."""
45 compiler = os.path.basename(os.readlink(__file__))
47 compiler = os.path.basename(os.path.abspath(__file__))
50 compiler + '.real')
90 # Handle @file argument syntax with compiler
clang++ 42 """Find the real compiler with the absolute path."""
45 compiler = os.path.basename(os.readlink(__file__))
47 compiler = os.path.basename(os.path.abspath(__file__))
50 compiler + '.real')
90 # Handle @file argument syntax with compiler
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
clang 42 """Find the real compiler with the absolute path."""
45 compiler = os.path.basename(os.readlink(__file__))
47 compiler = os.path.basename(os.path.abspath(__file__))
50 compiler + '.real')
90 # Handle @file argument syntax with compiler
clang++ 42 """Find the real compiler with the absolute path."""
45 compiler = os.path.basename(os.readlink(__file__))
47 compiler = os.path.basename(os.path.abspath(__file__))
50 compiler + '.real')
90 # Handle @file argument syntax with compiler
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
clang 42 """Find the real compiler with the absolute path."""
45 compiler = os.path.basename(os.readlink(__file__))
47 compiler = os.path.basename(os.path.abspath(__file__))
50 compiler + '.real')
90 # Handle @file argument syntax with compiler
clang++ 42 """Find the real compiler with the absolute path."""
45 compiler = os.path.basename(os.readlink(__file__))
47 compiler = os.path.basename(os.path.abspath(__file__))
50 compiler + '.real')
90 # Handle @file argument syntax with compiler
  /prebuilts/go/darwin-x86/src/go/importer/
importer.go 25 // from the source if the compiler argument is "source". In this
32 // given compiler is used, and the resulting importer attempts
42 func For(compiler string, lookup Lookup) types.Importer {
43 switch compiler {
69 // compiler not supported
73 // Default returns an Importer for the compiler that built the running binary.
76 return For(runtime.Compiler, nil)
  /prebuilts/go/linux-x86/src/go/importer/
importer.go 25 // from the source if the compiler argument is "source". In this
32 // given compiler is used, and the resulting importer attempts
42 func For(compiler string, lookup Lookup) types.Importer {
43 switch compiler {
69 // compiler not supported
73 // Default returns an Importer for the compiler that built the running binary.
76 return For(runtime.Compiler, nil)
  /art/build/
Android.oat.mk 40 # $(1): compiler - optimizing, interpreter or interpreter-access-checks.
55 core_compile_options += --compiler-backend=Optimizing
59 core_compile_options += --compiler-filter=quicken
63 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail
127 # $(1): compiler - optimizing, interpreter or interpreter-access-checks.
164 core_compile_options += --compiler-backend=Optimizing
165 # With the optimizing compiler, we want to rerun dex2oat whenever there is
170 core_compile_options += --compiler-filter=quicken
174 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail
231 # $(1): compiler - optimizing, interpreter or interpreter-access-checks
    [all...]

Completed in 758 milliseconds

<<31323334353637383940>>