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

1 2 3 4 5 6 78 91011>>

  /external/v8/
Android.v8.mk 93 src/compiler-dispatcher/compiler-dispatcher-job.cc \
94 src/compiler-dispatcher/compiler-dispatcher-tracer.cc \
95 src/compiler-dispatcher/compiler-dispatcher.cc \
96 src/compiler-dispatcher/optimizing-compile-dispatcher.cc \
97 src/compiler.cc \
98 src/compiler/access-builder.cc \
99 src/compiler/access-info.cc
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 28 import org.apache.xpath.compiler.Compiler;
29 import org.apache.xpath.compiler.FunctionTable;
30 import org.apache.xpath.compiler.OpCodes;
31 import org.apache.xpath.compiler.OpMap;
51 * @param compiler non-null reference to compiler object that has processed
61 WalkingIterator lpi, Compiler compiler, int stepOpCodePos)
66 int stepType = compiler.getOp(stepOpCodePos)
    [all...]
OneStepIteratorForward.java 26 import org.apache.xpath.compiler.Compiler;
27 import org.apache.xpath.compiler.OpMap;
46 * @param compiler A reference to the Compiler that contains the op map.
52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis)
55 super(compiler, opPos, analysis);
58 m_axis = WalkerFactory.getAxisFromStep(compiler, firstStepPos);
SelfIteratorNoPredicate.java 25 import org.apache.xpath.compiler.Compiler;
40 * @param compiler A reference to the Compiler that contains the op map.
47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis)
50 super(compiler, opPos, analysis, false);
  /external/skia/src/sksl/
SkSLMain.cpp 66 SkSL::Compiler compiler; local
71 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings);
72 if (!program || !compiler.toSPIRV(*program, out)) {
73 printf("%s", compiler.errorText().c_str());
82 SkSL::Compiler compiler; local
87 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings);
88 if (!program || !compiler.toGLSL(*program, out)) {
89 printf("%s", compiler.errorText().c_str())
98 SkSL::Compiler compiler; local
    [all...]
  /external/skqp/src/sksl/
SkSLMain.cpp 66 SkSL::Compiler compiler; local
71 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings);
72 if (!program || !compiler.toSPIRV(*program, out)) {
73 printf("%s", compiler.errorText().c_str());
82 SkSL::Compiler compiler; local
87 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings);
88 if (!program || !compiler.toGLSL(*program, out)) {
89 printf("%s", compiler.errorText().c_str())
98 SkSL::Compiler compiler; local
    [all...]
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/
templates_test.py 23 from tensorflow.contrib.py2tf.pyct import compiler
37 result, _ = compiler.ast_to_object(node)
50 result, _ = compiler.ast_to_object(node)
62 result, _ = compiler.ast_to_object(node)
79 result, _ = compiler.ast_to_object(node)
  /external/pcre/dist2/src/sljit/
sljitNativeX86_64.c 2 * Stack-less Just-In-Time compiler
29 static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm)
33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw));
90 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
98 CHECK(check_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size));
99 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size);
101 compiler->flags_saved = 0;
109 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
119 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
129 inst = (sljit_u8*)ensure_buf(compiler, 1 + size)
    [all...]
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/
butterknife-compiler-8.4.0.jar 
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 41 #include "compiler/radeon_compiler.h"
88 static void find_output_registers(struct r300_fragment_program_compiler * compiler,
94 compiler->OutputColor[0] = shader->info.num_outputs;
95 compiler->OutputColor[1] = shader->info.num_outputs;
96 compiler->OutputColor[2] = shader->info.num_outputs;
97 compiler->OutputColor[3] = shader->info.num_outputs;
98 compiler->OutputDepth = shader->info.num_outputs;
104 compiler->OutputColor[colorbuf_count] = i;
108 compiler->OutputDepth = i;
174 /* Pass texture swizzling to the compiler, some lowering passes need it. *
419 struct r300_fragment_program_compiler compiler; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
demo.py 5 This script demonstrates use of the visitor interface of the compiler
9 import compiler
32 ast = compiler.parse(buf)
33 compiler.walk(ast, mf)
  /external/javassist/src/main/javassist/compiler/ast/
CastExpr.java 16 package javassist.compiler.ast;
18 import javassist.compiler.TokenId;
19 import javassist.compiler.CompileError;
Stmnt.java 16 package javassist.compiler.ast;
18 import javassist.compiler.TokenId;
19 import javassist.compiler.CompileError;
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_enum_field.h 36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_primitive_field.h>
41 namespace compiler { namespace in namespace:google::protobuf
76 } // namespace compiler
csharp_generator_unittest.cc 33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
44 namespace compiler { namespace in namespace:google::protobuf
68 } // namespace compiler
csharp_map_field.h 36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_field_base.h>
41 namespace compiler { namespace in namespace:google::protobuf
68 } // namespace compiler
csharp_repeated_enum_field.h 36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_field_base.h>
41 namespace compiler { namespace in namespace:google::protobuf
70 } // namespace compiler
csharp_repeated_message_field.h 36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_field_base.h>
41 namespace compiler { namespace in namespace:google::protobuf
70 } // namespace compiler
csharp_repeated_primitive_field.h 36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_field_base.h>
41 namespace compiler { namespace in namespace:google::protobuf
66 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_builder.h 40 #include <google/protobuf/compiler/java/java_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
56 namespace compiler { namespace in namespace:google::protobuf
82 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.h 41 #include <google/protobuf/compiler/code_generator.h>
42 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
53 namespace compiler { namespace in namespace:google::protobuf
88 } // namespace compiler
javamicro_message.h 40 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
41 #include <google/protobuf/compiler/javamicro/javamicro_field.h>
51 namespace compiler { namespace in namespace:google::protobuf
89 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.h 41 #include <google/protobuf/compiler/javanano/javanano_params.h>
49 namespace compiler { namespace in namespace:google::protobuf
55 namespace compiler { namespace in namespace:google::protobuf
90 } // namespace compiler
  /external/python/cpython2/Tools/compiler/
demo.py 5 This script demonstrates use of the visitor interface of the compiler
9 import compiler
32 ast = compiler.parse(buf)
33 compiler.walk(ast, mf)
  /external/tensorflow/tensorflow/compiler/xla/tests/
codegen_test_base.cc 16 #include "tensorflow/compiler/xla/tests/codegen_test_base.h"
22 TF_ASSIGN_OR_RETURN(hlo_module, backend().compiler()->RunHloPasses(
26 return backend().compiler()->RunBackend(std::move(hlo_module),
39 backend().compiler()->CompileAheadOfTime(std::move(hlo_modules),

Completed in 910 milliseconds

1 2 3 4 5 6 78 91011>>