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

1 2 3 4 5 6 7 891011>>

  /external/v8/src/builtins/
builtins-arguments.h 10 typedef compiler::Node Node;
11 typedef compiler::CodeAssemblerState CodeAssemblerState;
12 typedef compiler::CodeAssemblerLabel CodeAssemblerLabel;
  /prebuilts/tools/common/m2/repository/com/uber/rave-compiler/0.6.0/
rave-compiler-0.6.0.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
codeop.py 25 releases; but this matches the compiler's behavior from Python 1.4
68 def _maybe_compile(compiler, source, filename, symbol):
82 code = compiler(source, filename, symbol)
87 code1 = compiler(source + "\n", filename, symbol)
92 code2 = compiler(source + "\n\n", filename, symbol)
147 self.compiler = Compile()
168 return _maybe_compile(self.compiler, source, filename, symbol)
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_enum_field.cc 33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
40 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
41 #include <google/protobuf/compiler/csharp/csharp_options.h>
42 #include <google/protobuf/compiler/csharp/csharp_enum_field.h>
46 namespace compiler { namespace in namespace:google::protobuf
118 } // namespace compiler
csharp_repeated_enum_field.cc 33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
41 #include <google/protobuf/compiler/csharp/csharp_doc_comment.h>
42 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
43 #include <google/protobuf/compiler/csharp/csharp_repeated_enum_field.h>
47 namespace compiler { namespace in namespace:google::protobuf
125 } // namespace compiler
csharp_repeated_primitive_field.cc 33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
41 #include <google/protobuf/compiler/csharp/csharp_doc_comment.h>
42 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
43 #include <google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h>
47 namespace compiler { namespace in namespace:google::protobuf
123 } // namespace compiler
csharp_generator.cc 33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
41 #include <google/protobuf/compiler/csharp/csharp_generator.h>
42 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
43 #include <google/protobuf/compiler/csharp/csharp_names.h>
44 #include <google/protobuf/compiler/csharp/csharp_options.h>
45 #include <google/protobuf/compiler/csharp/csharp_reflection_class.h>
51 namespace compiler { namespace in namespace:google::protobuf
116 } // namespace compiler
csharp_repeated_message_field.cc 33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
40 #include <google/protobuf/compiler/csharp/csharp_doc_comment.h>
41 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
42 #include <google/protobuf/compiler/csharp/csharp_repeated_message_field.h>
43 #include <google/protobuf/compiler/csharp/csharp_message_field.h>
44 #include <google/protobuf/compiler/csharp/csharp_wrapper_field.h>
48 namespace compiler { namespace in namespace:google::protobuf
142 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_field.cc 35 #include <google/protobuf/compiler/javamicro/javamicro_field.h>
36 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_primitive_field.h>
38 #include <google/protobuf/compiler/javamicro/javamicro_enum_field.h>
39 #include <google/protobuf/compiler/javamicro/javamicro_message_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
100 } // namespace compiler
  /external/python/cpython2/Lib/
codeop.py 25 releases; but this matches the compiler's behavior from Python 1.4
68 def _maybe_compile(compiler, source, filename, symbol):
82 code = compiler(source, filename, symbol)
87 code1 = compiler(source + "\n", filename, symbol)
92 code2 = compiler(source + "\n\n", filename, symbol)
147 self.compiler = Compile()
168 return _maybe_compile(self.compiler, source, filename, symbol)
  /external/python/cpython3/Lib/
codeop.py 25 releases; but this matches the compiler's behavior from Python 1.4
68 def _maybe_compile(compiler, source, filename, symbol):
82 code = compiler(source, filename, symbol)
87 code1 = compiler(source + "\n", filename, symbol)
92 code2 = compiler(source + "\n\n", filename, symbol)
147 self.compiler = Compile()
168 return _maybe_compile(self.compiler, source, filename, symbol)
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
sendrecv_ops.cc 16 #include "tensorflow/compiler/tf2xla/shape_util.h"
17 #include "tensorflow/compiler/tf2xla/xla_compiler.h"
18 #include "tensorflow/compiler/tf2xla/xla_helpers.h"
19 #include "tensorflow/compiler/tf2xla/xla_op_kernel.h"
20 #include "tensorflow/compiler/tf2xla/xla_op_registry.h"
21 #include "tensorflow/compiler/xla/client/computation_builder.h"
22 #include "tensorflow/compiler/xla/xla_data.pb.h"
45 XlaCompiler* compiler = XlaContext::Get(ctx).compiler(); local
47 OP_REQUIRES_OK(ctx, compiler->GetChannelHandle(tensor_name_, &channel))
76 XlaCompiler* compiler = XlaContext::Get(ctx).compiler(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
codeop.py 25 releases; but this matches the compiler's behavior from Python 1.4
68 def _maybe_compile(compiler, source, filename, symbol):
82 code = compiler(source, filename, symbol)
87 code1 = compiler(source + "\n", filename, symbol)
92 code2 = compiler(source + "\n\n", filename, symbol)
147 self.compiler = Compile()
168 return _maybe_compile(self.compiler, source, filename, symbol)
  /prebuilts/gdb/linux-x86/lib/python2.7/
codeop.py 25 releases; but this matches the compiler's behavior from Python 1.4
68 def _maybe_compile(compiler, source, filename, symbol):
82 code = compiler(source, filename, symbol)
87 code1 = compiler(source + "\n", filename, symbol)
92 code2 = compiler(source + "\n\n", filename, symbol)
147 self.compiler = Compile()
168 return _maybe_compile(self.compiler, source, filename, symbol)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 25 releases; but this matches the compiler's behavior from Python 1.4
68 def _maybe_compile(compiler, source, filename, symbol):
82 code = compiler(source, filename, symbol)
87 code1 = compiler(source + "\n", filename, symbol)
92 code2 = compiler(source + "\n\n", filename, symbol)
147 self.compiler = Compile()
168 return _maybe_compile(self.compiler, source, filename, symbol)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py 25 releases; but this matches the compiler's behavior from Python 1.4
68 def _maybe_compile(compiler, source, filename, symbol):
82 code = compiler(source, filename, symbol)
87 code1 = compiler(source + "\n", filename, symbol)
92 code2 = compiler(source + "\n\n", filename, symbol)
147 self.compiler = Compile()
168 return _maybe_compile(self.compiler, source, filename, symbol)
  /art/test/595-profile-saving/
run 18 # --compiler-filter=quicken to make sure that the test is not compiled AOT
24 -Xcompiler-option --compiler-filter=quicken \
25 --runtime-option '-Xcompiler-option --compiler-filter=quicken' \
  /external/flatbuffers/tests/MyGame/Example/
Any.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
Color.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
Color.go 1 // automatically generated by the FlatBuffers compiler, do not modify
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
EnumInNestedNS.go 1 // automatically generated by the FlatBuffers compiler, do not modify
  /external/javassist/src/main/javassist/compiler/
SymbolTable.java 16 package javassist.compiler;
19 import javassist.compiler.ast.Declarator;
  /external/javassist/src/main/javassist/compiler/ast/
ASTree.java 16 package javassist.compiler.ast;
19 import javassist.compiler.CompileError;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.h 40 #include <google/protobuf/compiler/cpp/cpp_options.h>
51 namespace compiler { namespace in namespace:google::protobuf
82 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.h 44 namespace compiler { namespace in namespace:google::protobuf
56 namespace compiler { namespace in namespace:google::protobuf
95 } // namespace compiler

Completed in 1365 milliseconds

1 2 3 4 5 6 7 891011>>