| /external/flatbuffers/tests/MyGame/Example/ | 
| Ability.cs | 2 //  automatically generated by the FlatBuffers compiler, do not modify 
 | 
| Ability.go | 1 // automatically generated by the FlatBuffers compiler, do not modify 
 | 
| Test.cs | 2 //  automatically generated by the FlatBuffers compiler, do not modify 
 | 
| Test.go | 1 // automatically generated by the FlatBuffers compiler, do not modify 
 | 
| TestSimpleTableWithEnum.go | 1 // automatically generated by the FlatBuffers compiler, do not modify 
 | 
| /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ | 
| StructInNestedNS.cs | 2 //  automatically generated by the FlatBuffers compiler, do not modify 
 | 
| StructInNestedNS.go | 1 // automatically generated by the FlatBuffers compiler, do not modify 
 | 
| TableInNestedNS.go | 1 // automatically generated by the FlatBuffers compiler, do not modify 
 | 
| /external/flatbuffers/tests/namespace_test/NamespaceA/ | 
| SecondTableInA.go | 1 // automatically generated by the FlatBuffers compiler, do not modify 
 | 
| TableInC.go | 1 // automatically generated by the FlatBuffers compiler, do not modify 
 | 
| /external/javassist/src/main/javassist/expr/ | 
| NewExpr.java | 20 import javassist.compiler.*; 21 import javassist.compiler.ast.ASTList;
 
 | 
| /external/libcxx/utils/libcxx/android/ | 
| compiler.py | 7 import libcxx.compiler 10 class AndroidCXXCompiler(libcxx.compiler.CXXCompiler):
 57             raise RuntimeError('The Android compiler requires an out path.')
 67             raise RuntimeError('The Android compiler requires an out path.')
 
 | 
| /external/libcxx/utils/libcxx/android/test/ | 
| config.py | 6 import libcxx.android.compiler 26             'Using compiler: {}'.format(self.cxx.path))
 59         self.cxx = libcxx.android.compiler.AndroidCXXCompiler(
 
 | 
| /external/ltp/ | 
| build.sh | 100 -c CC    Define compiler (\$CC variable) 112 cross    cross-compile in-tree build (requires set compiler via -c switch)
 
 | 
| /external/mesa3d/src/mesa/drivers/dri/i965/ | 
| brw_shader.h | 30 #include "compiler/nir/nir.h" 190    backend_shader(const struct brw_compiler *compiler,
 198    const struct brw_compiler *compiler;  member in struct:backend_instruction::backend_shader
 199    void *log_data; /* Passed to compiler->*_log functions */
 
 | 
| brw_vec4_vs_visitor.cpp | 202 vec4_vs_visitor::vec4_vs_visitor(const struct brw_compiler *compiler, 211    : vec4_visitor(compiler, log_data, &key->tex, &vs_prog_data->base, shader,
 
 | 
| /external/protobuf/src/google/protobuf/compiler/ | 
| importer.h | 46 #include <google/protobuf/compiler/parser.h> 53 namespace compiler {  namespace in namespace:google::protobuf
 322 }  // namespace compiler
 
 | 
| /external/protobuf/src/google/protobuf/compiler/java/ | 
| java_doc_comment.cc | 35 #include <google/protobuf/compiler/java/java_doc_comment.h> 44 namespace compiler {  namespace in namespace:google::protobuf
 231 }  // namespace compiler
 
 | 
| java_field.h | 51   namespace compiler {  namespace in namespace:google::protobuf 63 namespace compiler {  namespace in namespace:google::protobuf
 193 }  // namespace compiler
 
 | 
| /external/protobuf/src/google/protobuf/compiler/javanano/ | 
| javanano_helpers.h | 39 #include <google/protobuf/compiler/javanano/javanano_params.h> 46 namespace compiler {  namespace in namespace:google::protobuf
 195 }  // namespace compiler
 
 | 
| javanano_primitive_field.h | 40 #include <google/protobuf/compiler/javanano/javanano_field.h> 44 namespace compiler {  namespace in namespace:google::protobuf
 148 }  // namespace compiler
 
 | 
| /external/protobuf/src/google/protobuf/compiler/objectivec/ | 
| objectivec_helpers_unittest.cc | 31 #include <google/protobuf/compiler/objectivec/objectivec_helpers.h> 37 namespace compiler {  namespace in namespace:google::protobuf
 248 // use src/google/protobuf/compiler/importer* (like other tests) to support a
 255 }  // namespace compiler
 
 | 
| /external/tensorflow/tensorflow/contrib/py2tf/converters/ | 
| converter_test_base.py | 25 from tensorflow.contrib.py2tf.pyct import compiler 62       result, source = compiler.ast_to_object(node)
 
 | 
| /external/v8/src/builtins/ | 
| builtins-async-function.cc | 14 typedef compiler::Node Node; 16 typedef compiler::CodeAssemblerState CodeAssemblerState;
 
 | 
| /external/v8/src/wasm/ | 
| function-body-decoder.h | 10 #include "src/base/compiler-specific.h" 23 namespace compiler {  // external declarations from compiler.  namespace in namespace:v8::internal
 29 typedef compiler::WasmGraphBuilder TFBuilder;
 
 |