HomeSort by relevance Sort by last modified time
    Searched refs:compiler (Results 1 - 25 of 3285) 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...]
  /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/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;
42 void ir3_compiler_destroy(struct ir3_compiler *compiler)
44 ralloc_free(compiler);
  /external/v8/src/interpreter/
interpreter-assembler.h 23 InterpreterAssembler(compiler::CodeAssemblerState* state, Bytecode bytecode,
29 compiler::Node* BytecodeOperandCount(int operand_index);
32 compiler::Node* BytecodeOperandFlag(int operand_index);
35 compiler::Node* BytecodeOperandIdx(int operand_index);
38 compiler::Node* BytecodeOperandIdxSmi(int operand_index);
41 compiler::Node* BytecodeOperandUImm(int operand_index);
44 compiler::Node* BytecodeOperandUImmWord(int operand_index);
47 compiler::Node* BytecodeOperandImm(int operand_index);
50 compiler::Node* BytecodeOperandImmIntPtr(int operand_index);
53 compiler::Node* BytecodeOperandImmSmi(int operand_index)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathDumper.java 21 package org.apache.xpath.compiler;
  /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 "${@}"
  /external/v8/src/ic/
keyed-store-generic.h 13 namespace compiler { namespace in namespace:v8::internal
19 static void Generate(compiler::CodeAssemblerState* state,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compiler.c 26 #include "compiler/nir/nir.h"
103 struct brw_compiler *compiler = rzalloc(mem_ctx, struct brw_compiler); local
105 compiler->devinfo = devinfo;
107 brw_fs_alloc_reg_sets(compiler);
108 brw_vec4_alloc_reg_set(compiler);
110 compiler->precise_trig = env_var_as_boolean("INTEL_PRECISE_TRIG", false);
112 compiler->scalar_stage[MESA_SHADER_VERTEX] =
114 compiler->scalar_stage[MESA_SHADER_TESS_CTRL] =
116 compiler->scalar_stage[MESA_SHADER_TESS_EVAL] =
118 compiler->scalar_stage[MESA_SHADER_GEOMETRY]
    [all...]
  /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
  /external/syslinux/com32/include/syslinux/
reboot.h 37 #include <klibc/compiler.h>
  /external/syslinux/core/
errno.c 1 #include <klibc/compiler.h>
  /frameworks/native/opengl/libs/EGL/include/private/EGL/
cache.h 19 #include <cutils/compiler.h>
  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/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
  /prebuilts/gdb/linux-x86/lib/python2.7/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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/pcre/dist2/src/sljit/
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...]
  /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 "${@}"

Completed in 316 milliseconds

1 2 3 4 5 6 7 8 91011>>