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

<<21222324252627282930>>

  /external/protobuf/src/google/protobuf/compiler/java/
java_message_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
153 } // namespace compiler
java_string_field_lite.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
153 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 33 #include <google/protobuf/compiler/javanano/javanano_extension.h>
34 #include <google/protobuf/compiler/javanano/javanano_helpers.h>
41 namespace compiler { namespace in namespace:google::protobuf
70 // No default because we want the compiler to complain if any new
147 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_map_field.cc 34 #include <google/protobuf/compiler/objectivec/objectivec_map_field.h>
36 #include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
43 namespace compiler { namespace in namespace:google::protobuf
178 } // namespace compiler
objectivec_primitive_field.cc 34 #include <google/protobuf/compiler/objectivec/objectivec_primitive_field.h>
36 #include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
45 namespace compiler { namespace in namespace:google::protobuf
190 } // namespace compiler
  /external/python/cpython2/
setup.py 105 def find_library_file(compiler, libname, std_dirs, paths):
106 result = compiler.find_library_file(std_dirs + paths, libname)
122 # shared libraries installed in /. The Apple compiler tool
258 compiler = os.environ.get('CC')
262 if compiler is not None:
264 args['compiler_so'] = compiler + ' ' + ccshared + ' ' + cflags
265 self.compiler.set_executables(**args)
396 add_dir_to_list(self.compiler.library_dirs,
398 add_dir_to_list(self.compiler.include_dirs,
417 add_dir_to_list(self.compiler.library_dirs
    [all...]
  /external/tensorflow/tensorflow/contrib/py2tf/converters/
decorators_test.py 25 from tensorflow.contrib.py2tf.pyct import compiler
59 result, _ = compiler.ast_to_object(
91 result, _ = compiler.ast_to_object(
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions.cc 28 : public tensorflow::protobuf::compiler::MultiFileErrorCollector {
93 tensorflow::protobuf::compiler::DiskSourceTree source_tree;
97 tensorflow::protobuf::compiler::Importer importer(&source_tree,
  /external/toolchain-utils/android_bench_suite/
run.py 36 # Only one of compiler directory and llvm prebuilts version can be indicated
48 help='Specify path to the compiler\'s bin directory. '
51 'each compiler.')
67 'exists, no need to pass the path to compiler '
221 def check_count(compiler, llvm_version, build_os, cflags, ldflags):
222 # Count will be set to 0 if no compiler or llvm_version specified.
225 count = max(len(compiler), len(llvm_version))
248 def build_bench(setting_no, bench, compiler, llvm_version, build_os, cflags,
252 if compiler:
253 build_cmd.append('-c=' + compiler[setting_no]
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-c++ 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
aarch64-linux-android-g++ 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
aarch64-linux-android-gcc 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
aarch64-linux-android-gcc-4.9 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
aarch64-linux-androidkernel-gcc 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-c++ 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
arm-linux-androideabi-g++ 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
arm-linux-androideabi-gcc 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
arm-linux-androideabi-gcc-4.9 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
arm-linux-androidkernel-gcc 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-c++ 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
mips64el-linux-android-g++ 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
mips64el-linux-android-gcc 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
mips64el-linux-android-gcc-4.9 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
mips64el-linux-androidkernel-gcc 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-c++ 19 """Find the real compiler with the absolute path."""
22 compiler = os.path.basename(os.readlink(__file__))
24 compiler = os.path.basename(os.path.abspath(__file__))
27 "real-" + compiler)

Completed in 718 milliseconds

<<21222324252627282930>>