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

1 2 3 4 56 7 8 91011>>

  /external/v8/src/compiler/mips64/
instruction-scheduler-mips64.cc 5 #include "src/compiler/instruction-scheduler.h"
9 namespace compiler { namespace in namespace:v8::internal
24 } // namespace compiler
  /external/v8/src/compiler/x87/
instruction-scheduler-x87.cc 5 #include "src/compiler/instruction-scheduler.h"
9 namespace compiler { namespace in namespace:v8::internal
24 } // namespace compiler
  /external/webrtc/tools/ubsan/
vptr_blacklist.txt 19 src:*/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
20 src:*/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.h 39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
61 namespace compiler { namespace in namespace:google::protobuf
68 } // namespace compiler
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.h 39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
61 namespace compiler { namespace in namespace:google::protobuf
68 } // namespace compiler
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
plugin.h 39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
61 namespace compiler { namespace in namespace:google::protobuf
68 } // namespace compiler
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
plugin.h 39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
61 namespace compiler { namespace in namespace:google::protobuf
68 } // namespace compiler
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_32.c 2 * Stack-less Just-In-Time compiler
29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm)
32 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar);
35 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar);
37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar));
38 return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SLJIT_SUCCESS;
44 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \
46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
50 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst)));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compiler.py 2 compiler = test.test_support.import_module('compiler', deprecated=True) variable
3 from compiler.ast import flatten
22 # that any of the code is correct, merely the compiler is able
51 self.assertRaises(SyntaxError, compiler.compile,
55 compiler.compile(buf, basename, "exec")
64 compiler.compile("class foo():pass\n\n","<string>","exec")
67 compiler.compile("def g(): yield\n\n", "<string>", "exec")
72 c = compiler.compile('f(x=1, *(2, 3), y=4)', '<string>', 'exec')
75 self.assertRaises(SyntaxError, compiler.parse, "foo(a=1, b)")
    [all...]
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
EnumInNestedNS.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
  /external/freetype/builds/ansi/
ansi.mk 2 # FreeType 2 configuration rules for a `normal' pseudo ANSI compiler/system
17 include $(TOP_DIR)/builds/compiler/ansi-cc.mk
  /external/freetype/builds/beos/
beos.mk 15 include $(TOP_DIR)/builds/compiler/ansi-cc.mk
  /external/freetype/builds/dos/
dos-emx.mk 2 # FreeType 2 configuration rules for the EMX gcc compiler
17 include $(TOP_DIR)/builds/compiler/emx.mk
dos-gcc.mk 2 # FreeType 2 configuration rules for the DJGPP compiler
17 include $(TOP_DIR)/builds/compiler/gcc.mk
dos-wat.mk 2 # FreeType 2 configuration rules for the Watcom C/C++ compiler
16 include $(TOP_DIR)/builds/compiler/watcom.mk
  /external/freetype/builds/os2/
os2-gcc.mk 20 include $(TOP_DIR)/builds/compiler/gcc.mk
  /external/freetype/builds/unix/
unix-lcc.mk 20 include $(TOP_DIR)/builds/compiler/unix-lcc.mk
  /external/javassist/src/main/javassist/compiler/ast/
AssignExpr.java 16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
BinExpr.java 16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
FieldDecl.java 16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
InstanceOfExpr.java 16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
  /external/mesa3d/src/gallium/drivers/freedreno/
Android.gen.mk 29 $(MESA_TOP)/src/compiler/nir/nir_algebraic.py
35 $(hide) PYTHONPATH=$(MESA_TOP)/src/compiler/nir $(MESA_PYTHON2) $< > $@
  /external/mesa3d/src/mesa/drivers/dri/i965/
Android.gen.mk 29 $(MESA_TOP)/src/compiler/nir/nir_algebraic.py
35 $(hide) PYTHONPATH=$(MESA_TOP)/src/compiler/nir $(MESA_PYTHON2) $< > $@
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_source_generator_base.h 36 #include <google/protobuf/compiler/code_generator.h>
40 namespace compiler { namespace in namespace:google::protobuf
63 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_map_field.h 36 #include <google/protobuf/compiler/objectivec/objectivec_field.h>
40 namespace compiler { namespace in namespace:google::protobuf
63 } // namespace compiler

Completed in 964 milliseconds

1 2 3 4 56 7 8 91011>>