HomeSort by relevance Sort by last modified time
    Searched refs:compiler (Results 1 - 25 of 2185) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
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>
37 #include <google/protobuf/compiler/javamicro/javamicro_generator.h>
38 #include <google/protobuf/compiler/javanano/javanano_generator.h>
39 #include <google/protobuf/compiler/ruby/ruby_generator.h>
40 #include <google/protobuf/compiler/csharp/csharp_generator.h>
41 #include <google/protobuf/compiler/objectivec/objectivec_generator.h>
42 #include <google/protobuf/compiler/js/js_generator.h
    [all...]
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/android/uapi/linux/
compiler_types.h 2 * The compiler.h file has been split into compiler.h and compiler_types.h.
3 * However, to compile bionic we only need the compiler.h.
5 #include <linux/compiler.h>
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathDumper.java 21 package org.apache.xpath.compiler;
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler.c 35 struct ir3_compiler *compiler = rzalloc(NULL, struct ir3_compiler); local
36 compiler->dev = dev;
37 compiler->gpu_id = gpu_id;
38 compiler->set = ir3_ra_alloc_reg_set(compiler);
39 return compiler;
  /external/v8/src/interpreter/
interpreter-assembler.h 22 InterpreterAssembler(compiler::CodeAssemblerState* state, Bytecode bytecode,
28 compiler::Node* BytecodeOperandCount(int operand_index);
31 compiler::Node* BytecodeOperandFlag(int operand_index);
34 compiler::Node* BytecodeOperandIdxInt32(int operand_index);
37 compiler::Node* BytecodeOperandIdx(int operand_index);
40 compiler::Node* BytecodeOperandIdxSmi(int operand_index);
43 compiler::Node* BytecodeOperandUImm(int operand_index);
46 compiler::Node* BytecodeOperandUImmWord(int operand_index);
49 compiler::Node* BytecodeOperandUImmSmi(int operand_index);
52 compiler::Node* BytecodeOperandImm(int operand_index)
    [all...]
interpreter-intrinsics-generator.h 13 namespace compiler { namespace in namespace:v8::internal
15 } // namespace compiler
19 extern compiler::Node* GenerateInvokeIntrinsic(
20 InterpreterAssembler* assembler, compiler::Node* function_id,
21 compiler::Node* context, const InterpreterAssembler::RegListNodePair& args);
  /external/clang/unittests/CodeGen/
BufferSourceTest.cpp 3 // The LLVM Compiler Infrastructure
43 CompilerInstance compiler; local
45 compiler.createDiagnostics();
46 compiler.getLangOpts().CPlusPlus = 1;
47 compiler.getLangOpts().CPlusPlus11 = 1;
49 compiler.getTargetOpts().Triple = llvm::Triple::normalize(
51 compiler.setTarget(clang::TargetInfo::CreateTargetInfo(
52 compiler.getDiagnostics(),
54 compiler.getTargetOpts())));
56 compiler.createFileManager()
    [all...]
  /art/test/628-vdex/
run 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
  /art/test/674-vdex-uncompress/
run 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
  /art/test/157-void-class/
run 18 # so that the compiler does not try to initialize classes. This leaves the
21 --runtime-option -Ximage-compiler-option \
22 --runtime-option --compiler-filter=verify
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
__init__.py 8 syntax tree (AST). The AST is defined in compiler.ast.
15 See compiler.visitor for details.
26 warnings.warn("The compiler package is deprecated and removed in Python 3.x.",
29 from compiler.transformer import parse, parseFile
30 from compiler.visitor import walk
31 from compiler.pycodegen import compile, compileFile
  /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/python/cpython2/Lib/compiler/
__init__.py 8 syntax tree (AST). The AST is defined in compiler.ast.
15 See compiler.visitor for details.
26 warnings.warn("The compiler package is deprecated and removed in Python 3.x.",
29 from compiler.transformer import parse, parseFile
30 from compiler.visitor import walk
31 from compiler.pycodegen import compile, compileFile
  /art/test/1001-app-image-regions/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /art/test/158-app-image-class-table/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /art/test/634-vdex-duplicate/
run 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex-filter speed --vdex "${@}"
  /art/test/638-checker-inline-caches/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /art/test/643-checker-bogus-ic/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /art/test/707-checker-invalid-profile/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /external/pcre/dist2/src/sljit/
sljitLir.c 2 * Stack-less Just-In-Time compiler
46 if (SLJIT_UNLIKELY(compiler->error)) \
47 return compiler->error; \
52 if (SLJIT_UNLIKELY(compiler->error)) \
59 return compiler->error; \
71 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
79 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
87 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \
305 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
313 compiler->error = SLJIT_ERR_BAD_ARGUMENT;
369 struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compiler), allocator_data); local
    [all...]
sljitNativePPC_32.c 2 * Stack-less Just-In-Time compiler
29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm)
32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm));
35 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm));
37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16)));
38 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS;
44 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags,
54 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2));
62 return push_inst(compiler, EXTSB | S(src2) | A(dst));
63 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 24))
    [all...]
  /external/u-boot/scripts/
gcc-version.sh 17 compiler="$*"
19 if [ ${#compiler} -eq 0 ]; then
20 echo "Error: No compiler specified."
25 MAJOR=$(echo __GNUC__ | $compiler -E -xc - | tail -n 1)
26 MINOR=$(echo __GNUC_MINOR__ | $compiler -E -xc - | tail -n 1)
28 PATCHLEVEL=$(echo __GNUC_PATCHLEVEL__ | $compiler -E -xc - | tail -n 1)
  /frameworks/av/media/libeffects/factory/
EffectsConfigLoader.h 20 #include <cutils/compiler.h>

Completed in 2606 milliseconds

1 2 3 4 5 6 7 8 91011>>